@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/ppo#> . @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:ppo dc:creator ns1:alepas, ns1:owesac ; dct:created "2011-02-15"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:description "An ontology to create privacy preferences for Linked Data" ; dct:modified "2013-11-13"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:partOf <http://vocab.deri.ie> ; dct:publisher "http://vocab.deri.ie/ppo#DERI%2C%20NUI%20Galway" ; dct:status ns3:UnderDevelopment ; dct:title "Privacy Preference Ontology (PPO)" ; dct:type ns4:Ontology ; vann:preferredNamespacePrefix "ppo" ; vann:preferredNamespaceUri "http://vocab.deri.ie/ppo#" ; a owl:NamedIndividual, owl:Ontology, adms:SemanticAsset ; foaf:homepage <http://vocab.deri.ie/ppo.html> . ns1:rdf dct:FileFormat ns0:ppo . ns1:ttl dct:FileFormat ns0:ppo .
@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/ppo#> .
@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:ppo
    dc:creator ns1:alepas, ns1:owesac ;
    dct:created "2011-02-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:description "An ontology to create privacy preferences for Linked Data" ;
    dct:modified "2013-11-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:partOf <http://vocab.deri.ie> ;
    dct:publisher "http://vocab.deri.ie/ppo#DERI%2C%20NUI%20Galway" ;
    dct:status ns3:UnderDevelopment ;
    dct:title "Privacy Preference Ontology (PPO)" ;
    dct:type ns4:Ontology ;
    vann:preferredNamespacePrefix "ppo" ;
    vann:preferredNamespaceUri "http://vocab.deri.ie/ppo#" ;
    a owl:NamedIndividual, owl:Ontology, adms:SemanticAsset ;
    foaf:homepage <http://vocab.deri.ie/ppo.html> .

ns1:rdf
    dct:FileFormat ns0:ppo .

ns1:ttl
    dct:FileFormat ns0:ppo .