@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://gov.genealogy.net/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ns1: <http://datahub.io/user/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns2: <http://datahub.io/organization/> . <http://gov.genealogy.net/ontology.owl> dc:created "2013-10-15"^^<http://www.w3.org/2001/XMLSchema#date> ; dc:creator ns1:jzedlitz ; dc:date "2015-07-29"^^<http://www.w3.org/2001/XMLSchema#date> ; dc:publisher ns2:compgen ; dct:modified "2015-07-29"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:NamedIndividual, owl:Ontology ; rdfs:label "Ontologie zur Modellierung historischer Verwaltungsinformationen."@de, "Ontology for modelling historic administrative information."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://gov.genealogy.net/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ns1: <http://datahub.io/user/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns2: <http://datahub.io/organization/> .

<http://gov.genealogy.net/ontology.owl>
    dc:created "2013-10-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dc:creator ns1:jzedlitz ;
    dc:date "2015-07-29"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dc:publisher ns2:compgen ;
    dct:modified "2015-07-29"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:NamedIndividual, owl:Ontology ;
    rdfs:label "Ontologie zur Modellierung historischer Verwaltungsinformationen."@de, "Ontology for modelling historic administrative information."@en .