@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-190131/> .

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

:had_influence_according_to a owl:ObjectProperty ;
    rdfs:domain <http://erlangen-crm.org/170309/E39_Actor> ;
    rdfs:range :Influence_Assignment ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P141i_was_assigned_by> ;
    owl:inverseOf :recorded_influenced_by_actor .

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

:influence_was_recorded_by a owl:ObjectProperty ;
    rdfs:domain <http://erlangen-crm.org/170309/E63_Beginning_of_Existence> ;
    rdfs:range :Influence_Assignment ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P140i_was_attributed_by> ;
    owl:inverseOf :recorded_influence_upon .

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

:recorded_influence_upon a owl:ObjectProperty ;
    rdfs:domain :Influence_Assignment ;
    rdfs:range <http://erlangen-crm.org/170309/E63_Beginning_of_Existence> ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P140_assigned_attribute_to> .

:recorded_influenced_by_actor a owl:ObjectProperty ;
    rdfs:domain :Influence_Assignment ;
    rdfs:range <http://erlangen-crm.org/170309/E39_Actor> ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P141_assigned> .

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

:Influence_Assignment a owl:Class ;
    rdfs:comment """This class records assignments and hypotheses of contributing and influencing actors in the context of a production or creation.
Thus, this class models the long / reified version of the properties P11 had participant, P14 carried out by, P15 was influenced by, P17 was motivated by.
The type of contribution or influence can be recorded with P2 has type.""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E13_Attribute_Assignment> .

