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

:N1_has_component a owl:ObjectProperty ;
    rdfs:range :S95_Component ;
    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:domain :S96_Environment_of_Rock_Genesis ;
    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:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

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

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

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

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

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

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

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

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

: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 <http://erlangen-crm.org/170309/E27_Site> .

:S95_Component a owl:Class ;
    rdfs:comment "Material components of rocks, like remnants of corals, pisoids, vacuols, erosion etc." ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E57_Material> .

