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

<http://objekte-im-netz.fau.de/ontology/palaeo/S94_Geological_Rock_Classification> rdfs:comment "This class comprises terms of scientific classification schemas for rocks." .

: 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/>,
        <http://objekte-im-netz.fau.de/ontology/palaeo/> ;
    owl:versionIRI <http://objekte-im-netz.fau.de/ontology/ufg-180119/> .

:N1_has_number_of_rock_varieties a owl:DatatypeProperty ;
    rdfs:domain :S8_Deposit ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P57_has_number_of_parts> .

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

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

:S3_Cortex a owl:Class ;
    rdfs:comment "The rim or margin of a rock that evolved over rather long time and may have different features than the rock's core." ;
    rdfs:subClassOf :S2_Rock_Part .

:S4_Patina a owl:Class ;
    rdfs:comment "When a rock breaks into parts, the new surfaces from the former inner rock may evolve a patina. This is a rather rapid process." ;
    rdfs:subClassOf :S2_Rock_Part .

:S5_Core a owl:Class ;
    rdfs:comment "The rock's inner part" ;
    rdfs:subClassOf :S2_Rock_Part .

:S6_Joint a owl:Class ;
    rdfs:comment "Joints are features on a rock, where the rock shows natural fissures or similar." ;
    rdfs:subClassOf :S2_Rock_Part .

:S7_Outcrop a owl:Class ;
    rdfs:subClassOf <http://objekte-im-netz.fau.de/ontology/palaeo/S108_Environment> .

:S84_Type a owl:Class ;
    rdfs:comment "Diese Klasse umfasst Konzepte, um Instanzen der Klasse S1_Sammlungsobjekt unter Verwendung von Begriffen aus fachspezifischen Vokabular der Ur- und Fruehgeschichtlichen Sammlung zu charakterisieren und zu klassifizieren.",
        "This class contains concepts for characterizing and classifying instances of the class S1_Collection_Object using terms from subject-specific vocabulary of the prehistoric and early historical collection." ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

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

:S8_Deposit a owl:Class ;
    rdfs:subClassOf <http://objekte-im-netz.fau.de/ontology/palaeo/S108_Environment> .

:S2_Rock_Part a owl:Class ;
    rdfs:comment "This class and its subclasses describe parts of an object that are made of stone or rock." ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E26_Physical_Feature> .

