@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://vocab.deri.ie/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix adms: <http://www.w3.org/ns/adms#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ns1: <http://vocab.deri.ie/tao#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix vann: <http://purl.org/vocab/vann/> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix ns2: <http://> . @prefix ns3: <http://purl.org/adms/status/> . @prefix ns4: <http://purl.org/adms/assettype/> . ns0:tao dc:creator ns1:owesac ; dct:created "2013-02-18"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:description "A light-weight vocabulary to describe asserted user’s subjective trust values." ; dct:modified "2013-02-18"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:partOf <http://vocab.deri.ie> ; dct:publisher "http://vocab.deri.ie/tao#DERI%2C%20NUI%20Galway" ; dct:status ns3:UnderDevelopment ; dct:title "Trust Assertion Ontology (TAO)" ; dct:type ns4:Ontology ; vann:preferredNamespacePrefix "tao" ; vann:preferredNamespaceUri "http://vocab.deri.ie/tao#" ; a owl:NamedIndividual, owl:Ontology, adms:SemanticAsset ; foaf:homepage <http://vocab.deri.ie/tao.html> . ns1:rdf dct:FileFormat ns0:tao . ns1:ttl dct:FileFormat ns0:tao .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.deri.ie/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ns1: <http://vocab.deri.ie/tao#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns2: <http://> .
@prefix ns3: <http://purl.org/adms/status/> .
@prefix ns4: <http://purl.org/adms/assettype/> .

ns0:tao
    dc:creator ns1:owesac ;
    dct:created "2013-02-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:description "A light-weight vocabulary to describe asserted user’s subjective trust values." ;
    dct:modified "2013-02-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:partOf <http://vocab.deri.ie> ;
    dct:publisher "http://vocab.deri.ie/tao#DERI%2C%20NUI%20Galway" ;
    dct:status ns3:UnderDevelopment ;
    dct:title "Trust Assertion Ontology (TAO)" ;
    dct:type ns4:Ontology ;
    vann:preferredNamespacePrefix "tao" ;
    vann:preferredNamespaceUri "http://vocab.deri.ie/tao#" ;
    a owl:NamedIndividual, owl:Ontology, adms:SemanticAsset ;
    foaf:homepage <http://vocab.deri.ie/tao.html> .

ns1:rdf
    dct:FileFormat ns0:tao .

ns1:ttl
    dct:FileFormat ns0:tao .