@prefix archivoTest: <http://akswnc7.informatik.uni-leipzig.de/dstreitmatter/archivo/archivo-test-ontology.ttl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/>.


archivoTest:
    a owl:Ontology ;
    rdfs:label "The DBpedia Archivo Test Ontology"@en ;
    dc:title "The DBpedia Archivo Test Ontology"@en ;
    dct:license <http://creativecommons.org/licenses/by/3.0/> ;		
    rdfs:comment """The purpose of the Archivo Test Ontology is to test different features of the Archivo project."""@en ;
    dct:description """This is a non-functional ontology only for testing all the features of the DBpedia Archivo project."""@en ;
    dct:creator <https://yum-yab.github.io/webid.ttl#this> ;
    <http://archivo.dbpedia.org/trackThis> <http://akswnc7.informatik.uni-leipzig.de/dstreitmatter/archivo/archivo-test-dev-ontology.ttl> .
