@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns0: <http://purl.org/net/provenance/ns#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns1: <http://kauppinen.net/tomi#> . @prefix ns2: <http://observedchange.com/tisc/> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . ns2:ns foaf:primaryTopic <http://www.observedchange.com/tisc/ns#> . <http://www.observedchange.com/tisc/ns#> dct:created "2013-10-06T17:30:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; dct:creator ns1:me ; dct:title "Open Time and Space Core Vocabulary namespace"@en ; a ns0:DataItem, owl:NamedIndividual, owl:Ontology .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <http://purl.org/net/provenance/ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://kauppinen.net/tomi#> .
@prefix ns2: <http://observedchange.com/tisc/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

ns2:ns
    foaf:primaryTopic <http://www.observedchange.com/tisc/ns#> .

<http://www.observedchange.com/tisc/ns#>
    dct:created "2013-10-06T17:30:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
    dct:creator ns1:me ;
    dct:title "Open Time and Space Core Vocabulary namespace"@en ;
    a ns0:DataItem, owl:NamedIndividual, owl:Ontology .