@prefix terms: <http://purl.org/dc/terms/>.
@prefix XML: <http://www.w3.org/2001/XMLSchema#>.
@prefix n: <http://rdfs.org/sioc/ns#>.
@prefix c: <https://kidehen2.solid.openlinksw.com:8444/profile/card#>.
@prefix n0: <http://xmlns.com/foaf/0.1/>.

<>
    terms:created
       "2018-08-29T17:56:04+00:00"^^XML:datetime;
    terms:modified
       "2018-08-29T17:56:04+00:00"^^XML:datetime;
    terms:title
       "Read-Write Web -- that we want!";
    n:content
        "Courtesy of Plume (this blogging platform), here&#039;s a demonstration of loosely-coupled blogging that returns back to the concept of blog post content being owned and controlled by the blogger (not the blog platform provider)...";
    n:has_creator
       <#author>;
    a    n:Post.
<#author>
    n:account_of
       c:me;
    n:avatar
        <https://pbs.twimg.com/profile_images/2277418105/aomdq80t2996a2ueyyoz_400x400.png>;
    a    n:UserAccount;
    n0:name
       "Kingsley Idehen".
