@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:59:11+00:00"^^XML:datetime;
    terms:modified
       "2018-08-29T17:59:11+00:00"^^XML:datetime;
    terms:title
       "Virtuoso Differentiators";
    n:content
        "\n![Virtuoso](https://pbs.twimg.com/media/Dlx40XrW4AA492q.png)\n\n1. Performance &amp; Scale\n2. Security (fine-grained Attributed-base ACLs)\n3. Scalable Reasoning &amp; Inference \n4. Multi-Model RDBMS engine (supports both SPARQL and SQL) \n5. Built-in Linked Data savvy for Data Virtualization\n";
    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".
