@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/graphik_ont" ;
    owl:imports <http://objekte-im-netz.fau.de/ontology/common/> ;
    owl:versionIRI <http://objekte-im-netz.fau.de/ontology/graphik-171205/> .

:Activity-ID a owl:Class ;
    rdfs:comment """This Class comprises Identifiers (Short Titles) of Instances of E7 Activity,

e.g. 

"Sammlung der Markgrafen von Ansbach" as Short Title for the whole Acquisition Process""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E42_Identifier> .

: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> .

:Context_of_Creation_Assignment a owl:Class ;
    rdfs:comment """This class comprises actions of making assertions about the type of involvement of an artist in context of the creation of instances of S1 collection object,

e.g. the print of Johan Wierix is a copy after Albrecht Dürer's edging""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E17_Type_Assignment> .

:Context_of_Creation_Type a owl:Class ;
    rdfs:comment """This class comprises the types of involvement of a person or artist in the context of the creation of instances of S1 Collection Object,

e.g. 
- copy after
- assumed execution""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

: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> .

:Sequel a owl:Class ;
    rdfs:comment """This class comprises superordinate topics and motivs in art history that consist of single representations, e.g.

The Apocalypse of Albrecht Dürer, that consists of 15 single woodcuts""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E73_Information_Object> .

:Volume_Number a owl:Class ;
    rdfs:comment """This Class Comprises Information on the Numbers of Volumes for Instances of S87_Literature

e.g.
Bartsch, Adam von: Le peintre graveur. Wien 1808, "Bd. 3\"""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E42_Identifier> .

:iconclass_term_classifies a owl:ObjectProperty ;
    rdfs:domain :Iconclass_Term ;
    rdfs:range <http://erlangen-crm.org/170309/E70_Thing> ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P2_is_type_of> ;
    owl:inverseOf :is_classified_by_iconclass_as .

<http://erlangen-crm.org/170309/P2_is_type_of> a owl:ObjectProperty .

:is_classified_by_iconclass_as a owl:ObjectProperty ;
    rdfs:comment "This property connects an Iconclass term with the thing that is classified" ;
    rdfs:domain <http://erlangen-crm.org/170309/E70_Thing> ;
    rdfs:range :Iconclass_Term ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P2_has_type> .

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

