@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix voaf: <http://purl.org/vocommons/voaf#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns0: <http://> . @prefix vann: <http://purl.org/vocab/vann/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix cc: <http://creativecommons.org/ns#> . @prefix ns1: <http://www.data.gouv.fr/> . <http://purl.org/net/tsn#> cc:license <http://creativecommons.org/licenses/by/4.0/>, ns1:Licence-Ouverte-Open-Licence ; dct:description "This RDF ontology allows describing any Territorial Statistical Nomenclature (TSN) (i.e., partition of the territory) used as a support to socio-economic data (statistical data that describe territory in terms of population, unemployement rate, transport access, etc.)."@en ; dct:issued "2017-01-31"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:modified "2017-01-31"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:publisher <http://steamer.imag.fr> ; dct:title "Territorial Statistical Nomenclature Ontology"@en ; vann:preferredNamespacePrefix "tsn" ; vann:preferredNamespaceUri <http://purl.org/net/tsn#> ; a voaf:Vocabulary, owl:NamedIndividual, owl:Ontology ; rdfs:comment "First version of the vocabulary" ; owl:versionInfo 1 .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns0: <http://> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix ns1: <http://www.data.gouv.fr/> .

<http://purl.org/net/tsn#>
    cc:license <http://creativecommons.org/licenses/by/4.0/>, ns1:Licence-Ouverte-Open-Licence ;
    dct:description "This RDF ontology allows describing any Territorial Statistical Nomenclature (TSN) (i.e., partition of the territory) used as a support to socio-economic data (statistical data that describe territory in terms of population, unemployement rate, transport access, etc.)."@en ;
    dct:issued "2017-01-31"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2017-01-31"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:publisher <http://steamer.imag.fr> ;
    dct:title "Territorial Statistical Nomenclature Ontology"@en ;
    vann:preferredNamespacePrefix "tsn" ;
    vann:preferredNamespaceUri <http://purl.org/net/tsn#> ;
    a voaf:Vocabulary, owl:NamedIndividual, owl:Ontology ;
    rdfs:comment "First version of the vocabulary" ;
    owl:versionInfo 1 .