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

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

:Influence_Type a owl:Class ;
    rdfs:comment "This class records the types of influences an artist can have in the context of a production or creation, e.g. if an artists work was a rolemodel regarding the motif or if an object is a copy after one of his works." ;
    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> .

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

:has_sequel_member a owl:ObjectProperty ;
    rdfs:domain :Sequel ;
    rdfs:range :Sequel_Member ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P106_is_composed_of> ;
    owl:inverseOf :is_member_of_sequel .

:has_sequel_member_topic a owl:ObjectProperty ;
    rdfs:domain :Sequel_Member ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P106_is_composed_of> ;
    owl:inverseOf :is_topic_of_sequel_member .

:has_sequel_part a owl:ObjectProperty ;
    rdfs:domain :Sequel ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P106_is_composed_of> ;
    owl:inverseOf :is_part_of_sequel .

:has_sequel_position a owl:DatatypeProperty ;
    rdfs:domain :Sequel_Member ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P3_has_note> .

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

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

:is_member_of_sequel a owl:ObjectProperty ;
    rdfs:domain :Sequel_Member ;
    rdfs:range :Sequel ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P106i_forms_part_of> .

:is_part_of_sequel a owl:ObjectProperty ;
    rdfs:range :Sequel ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P106i_forms_part_of> .

:is_topic_of_sequel_member a owl:ObjectProperty ;
    rdfs:range :Sequel_Member ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P106i_forms_part_of> .

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

:Sequel a owl:Class ;
    rdfs:comment """This class comprises superordinate topics and motifs 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> .

:Sequel_Member a owl:Class ;
    rdfs:comment """This class resembles a part of a Sequel. It is a container for information that describes the object in the context of the sequel, but that does not describe the object in itself. The main reason is the recording of a sequel number/position.

It should be used together with has_sequel_member_topic and is_member_of_sequel.
is_part_of_sequel is a shortcut omitting Sequel_Member.
The position can be recorded using has_sequel_position.""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E73_Information_Object> .

