@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/scsv#> . @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:scsv dc:creator <http://vocab.deri.ie/scsv#Michael%20Hausenblas> ; dct:created "2011-06-10"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:description "Mapping vocabulary for CSV files that use Schema.org terms in the header." ; dct:modified "2012-05-22"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:partOf <http://vocab.deri.ie> ; dct:publisher "http://vocab.deri.ie/scsv#LiDRC" ; dct:status ns3:UnderDevelopment ; dct:title "Schema.org CSV" ; dct:type ns4:Ontology ; vann:preferredNamespacePrefix "scsv" ; vann:preferredNamespaceUri "http://purl.org/NET/schema-org-csv#" ; a owl:NamedIndividual, owl:Ontology, adms:SemanticAsset ; foaf:homepage <http://vocab.deri.ie/scsv.html> . ns1:rdf dct:FileFormat ns0:scsv . ns1:ttl dct:FileFormat ns0:scsv .
@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/scsv#> .
@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:scsv
    dc:creator <http://vocab.deri.ie/scsv#Michael%20Hausenblas> ;
    dct:created "2011-06-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:description "Mapping vocabulary for CSV files that use Schema.org terms in the header." ;
    dct:modified "2012-05-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:partOf <http://vocab.deri.ie> ;
    dct:publisher "http://vocab.deri.ie/scsv#LiDRC" ;
    dct:status ns3:UnderDevelopment ;
    dct:title "Schema.org CSV" ;
    dct:type ns4:Ontology ;
    vann:preferredNamespacePrefix "scsv" ;
    vann:preferredNamespaceUri "http://purl.org/NET/schema-org-csv#" ;
    a owl:NamedIndividual, owl:Ontology, adms:SemanticAsset ;
    foaf:homepage <http://vocab.deri.ie/scsv.html> .

ns1:rdf
    dct:FileFormat ns0:scsv .

ns1:ttl
    dct:FileFormat ns0:scsv .