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

: a owl:Ontology ;
    owl:imports <http://objekte-im-netz.fau.de/ontology/common/> ;
    owl:versionIRI <http://objekte-im-netz.fau.de/ontology/anatomie-190423/> .

:N1_assigned_main_organ a owl:ObjectProperty ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P141_assigned> .

:N1i_main_organ_was_assigned_by a owl:ObjectProperty ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P141i_was_assigned_by> .

:N2_assigned_next_organ a owl:ObjectProperty ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P141_assigned> .

:N2i_next_organ_was_assigned_by a owl:ObjectProperty ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P141i_was_assigned_by> .

:N3_has_main_organ_type a owl:ObjectProperty ;
    rdfs:domain <http://erlangen-crm.org/170309/E18_Physical_Thing> ;
    rdfs:range :S2_Organ_Type ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P2_has_type> ;
    owl:inverseOf :N3i_is_main_organ_type_of .

:N4_has_next_organ_type a owl:ObjectProperty ;
    rdfs:domain <http://erlangen-crm.org/170309/E18_Physical_Thing> ;
    rdfs:range :S2_Organ_Type ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P2_has_type> ;
    owl:inverseOf :N4i_is_next_organ_type_of .

:S10_Autopsy a owl:Class ;
    rdfs:comment """This class comprises the actions of post-mortem examination to discover the cause of death or the extent of disease.

E.g.
The section of the factory worker Marie Frank in the Nuremberg hospital in 1864.""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E7_Activity> .

:S1_Anatomical_Assignment a owl:Class ;
    rdfs:comment "Instances of this class describe current activities in context of the domain of anatomy, where anatomical or medical features are assigned to an object, e.g. instances of S5_Finding."@en ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E13_Attribute_Assignment> .

:S3_Organsystem_Type a owl:Class ;
    rdfs:comment """This class contains the types of organ systems of the human or animal body,

e.g.

- genitourinary
- digestive system"""@en ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

:S4_Historical_Anatomical_Assignment a owl:Class ;
    rdfs:comment "Instances of this class describe historical activities in context of the domain of anatomy, where anatomical or medical features are assigned to an object, e.g. instances of S5_Finding."@en ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E13_Attribute_Assignment> .

:S5_Finding a owl:Class ;
    rdfs:comment "Instances of this class describe medical findings or only findings that are results of medical examinations, e.g. physical examinations."@en ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

:S6_Glass_Shape a owl:Class ;
    rdfs:comment """Instances of this class describe the shape of the glas in which wet specimens are stored,

e.g.
- round
- angular"""@en ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

:S7_ICD-10_Number a owl:Class ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E42_Identifier> .

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

:S9_Discipline a owl:Class ;
    rdfs:comment """Instances of this class describe the type of discipline within the domain of anatomy,

e.g.
- descriptive anatomy
- patholigical anatomy
- comparative anatomy"""@en ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

:N3i_is_main_organ_type_of a owl:ObjectProperty ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P2i_is_type_of> .

:N4i_is_next_organ_type_of a owl:ObjectProperty ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P2i_is_type_of> .

:S2_Organ_Type a owl:Class ;
    rdfs:comment """Instances of this class describe the type of organ of the human or animal body,

e.g.
- kidney
- uterus
- skin"""@en ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

