@prefix : <http://objekte-im-netz.fau.de/ontology/palaeo/> .
@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/51" ;
    owl:imports <http://objekte-im-netz.fau.de/ontology/common/> ;
    owl:versionIRI <http://objekte-im-netz.fau.de/ontology/palaeo-180119/> .

:N1_has_component a owl:ObjectProperty ;
    rdfs:range :S95_Component_Type ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P45_consists_of> ;
    owl:inverseOf :N1i_is_component_of .

:N2_in_environment a owl:ObjectProperty ;
    rdfs:domain :S2_Rock_Genesis ;
    rdfs:range :S96_Environment_of_Rock_Genesis ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P8_took_place_on_or_within> ;
    owl:inverseOf :N2i_was_environment_for .

:N3_is_described_by a owl:ObjectProperty ;
    rdfs:comment "Connects an S108_Environment with instances of S98_Characteristics_of_the_Environment (E55_Type). THese instances should be terms from a controlled vocabulary." ;
    rdfs:domain :S108_Environment ;
    rdfs:range :S98_Characteristics_of_the_Environment ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P2_has_type> ;
    owl:inverseOf :N3i_describes .

:S100_Rocktype a owl:Class ;
    rdfs:comment "Very coarse description of rock type" ;
    rdfs:subClassOf <http://objekte-im-netz.fau.de/ontology/common/S93_Collection_Object_Classification> .

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

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

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

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

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

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

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

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

:S110_Component a owl:Class ;
    rdfs:comment "This class comprises components of rocks, like remnants of corals, pisoids, vacuols, erosion etc." ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E26_Physical_Feature> .

:S111_Surface_Type a owl:Class ;
    rdfs:label "This Class comprises the Types of Surface of a Component in a Thin-Section, e.g. rounded, lightly rounded" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

:S112_Orientation_Type a owl:Class ;
    rdfs:comment "This Class comprises the types of Orientation of a Component of a Thin-Section, e.g. aligned, intermediate orientation" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

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

:S114_Microfacies_Criteria a owl:Class ;
    rdfs:comment "This Class comprises criteria that concern a Microfacies, e.g. open space structures, pores, geopetals, .." ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

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

:S94_Geological_Rock_Classification a owl:Class ;
    rdfs:subClassOf <http://objekte-im-netz.fau.de/ontology/common/S93_Collection_Object_Classification> .

:S95a_Non-Skeletal_Grains a owl:Class ;
    rdfs:subClassOf :S95_Component_Type .

:S95b_Biogenic_Component a owl:Class ;
    rdfs:comment "Components that are of biological origin, like coral skeletons, molluscs, foraminifera." ;
    rdfs:subClassOf :S95_Component_Type .

:S95c_Bioerosion a owl:Class ;
    rdfs:comment "Components as a result of bioerosion" ;
    rdfs:subClassOf :S95_Component_Type .

:S95d_Microfacies a owl:Class ;
    rdfs:subClassOf :S95_Component_Type .

:S95e_Diagenetic_Features a owl:Class ;
    rdfs:subClassOf :S95_Component_Type .

:S97_Local_Stratigraphic_Period a owl:Class ;
    rdfs:comment """Local stratigraphic periods are periods that are not defined globally but only with a local extend.
From a hierarchical view, they are typically below the periods defined globally in the International Stratigraphic Chart.""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E4_Period> .

:S99_Global_Stratigraphic_Period a owl:Class ;
    rdfs:comment """This class resembles stratigraphic periods that are / can be defined on a global scale.
It is recommended to use the terms and periods defined by the international stratigraphic chart.""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E4_Period> .

<http://erlangen-crm.org/170309/E27_Site> rdfs:comment "Facies is the past environment in which the fossil or rock sedimented. It is not the same as the deposit and typically exhibits (or rather, exhibited) other properties." .

:N1i_is_component_of a owl:ObjectProperty ;
    rdfs:domain :S95_Component_Type ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P45i_is_incorporated_in> .

:N2i_was_environment_for a owl:ObjectProperty ;
    rdfs:domain :S96_Environment_of_Rock_Genesis ;
    rdfs:range :S2_Rock_Genesis ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P8i_witnessed> .

:N3i_describes a owl:ObjectProperty ;
    rdfs:domain :S98_Characteristics_of_the_Environment ;
    rdfs:range :S108_Environment ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P2i_is_type_of> .

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

:S96_Environment_of_Rock_Genesis a owl:Class ;
    rdfs:comment """The environment of the genesis of a rock may also be called facies.
It is the past environment that typically differs significantly from the 
deposit, i.e. the environment (stratum) where it was found nowadays.

The properties of the facies / environment of rock genesis usually can only be inferred from the rock or other material with varying certainty.""" ;
    rdfs:subClassOf :S108_Environment .

:S98_Characteristics_of_the_Environment a owl:Class ;
    rdfs:comment "This class holds terms to describe the S96 Environment of Rock Genesis." ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

:S108_Environment a owl:Class ;
    rdfs:comment """This class is used to describes the physical aspects of the location of an object or -- more precisely -- the physical conditions surrounding an event. A typical example is its finding spot.

No restriction is made as to the extent and form of the environment.""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E27_Site> .

:S95_Component_Type a owl:Class ;
    rdfs:comment "Types of components (S110) of rocks, like non-skeletal grains, biogenic, .." ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E57_Material> .

