@prefix : <http://objekte-im-netz.fau.de/ontology/graphik/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

: a owl:Ontology ;
    rdfs:comment "Changelog see http://objekte-im-netz.fau.de/projekt/node/46" ;
    owl:imports <http://objekte-im-netz.fau.de/ontology/common/> ;
    owl:versionIRI <http://objekte-im-netz.fau.de/ontology/graphik-171205/> .

:Aleph-ID a owl:Class ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E42_Identifier> .

:Alternative_Title a owl:Class ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E35_Title> .

:BV-ID a owl:Class ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E42_Identifier> .

:Relation_Assignment a owl:Class ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E13_Attribute_Assignment> .

:Relation_Type a owl:Class ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

:Representation a owl:Class ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E73_Information_Object> .

:Representation_Assignment a owl:Class ;
    rdfs:comment "Diese Klasse dient der Verbindung des physischen Objekts S1 mit einer auf ihm angebrachten Darstellung (Representation)." ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E13_Attribute_Assignment> .

