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

:N2_has_coding a owl:ObjectProperty ;
    rdfs:comment "This property records the preferred S4_Encodings_Or_Decimal_Structures that was used at the time this property was used to identify an instance of the class E55_Type or its subclasses in the context of the collection." ;
    rdfs:domain :S5_classification_Of_The_ISER_Objects ;
    rdfs:range <http://erlangen-crm.org/170309/E42_Identifier> ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P48_has_preferred_identifier> ;
    owl:inverseOf :N2i_is_code_of .

:N3_has_plain_text a owl:ObjectProperty ;
    rdfs:comment "This property describes the identification of an S5_classification_Of_The_ISER_Objects by an E75_Conceptual_Object_Appellation." ;
    rdfs:domain :S5_classification_Of_The_ISER_Objects ;
    rdfs:range <http://erlangen-crm.org/170309/E75_Conceptual_Object_Appellation> ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P149i_identifies> ;
    owl:inverseOf :N3i_is_plain_text_of .

:S37_Designation a owl:Class ;
    rdfs:comment "Diese Klasse umfasst Zeichenketten, die zur Identifizierung einer konkreten Instanz der Klasse S1_Sammlungsobjekt benutzt werden und die aktuelle Bezeichnung, die nicht unbedingt eindeutig sein muss, im Forschungs- und Sammlungskontext wiedergibt.",
        "This class contains strings that are used to identify a specific instance of the class S1_Collection_Object and represents the current name in the research and collection context. An instance does not have to be unique." ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E35_Title> .

:S58_Type_Of_Function_Status a owl:Class ;
    rdfs:comment "Diese Klasse umfasst das Wesen eines Zustands, in dem sich ein materieller Gegenstand befindet. Eine Instanz der Klasse beschreibt speziell die Funktionstuechtigkeit eines Objektes.",
        "This class comprises the essence of a state in which there is a material object. An instance of the class describes the functionality of an object." ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

: a owl:Ontology ;
    rdfs:comment "Changelog see http://objekte-im-netz.fau.de/projekt/node/45" ;
    owl:imports <http://erlangen-crm.org/170309/> ;
    owl:versionIRI : .

:N2i_is_code_of a owl:ObjectProperty ;
    rdfs:domain <http://erlangen-crm.org/170309/E42_Identifier> ;
    rdfs:range :S5_classification_Of_The_ISER_Objects ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P48i_is_preferred_identifier_of> .

:N3i_is_plain_text_of a owl:ObjectProperty ;
    rdfs:domain <http://erlangen-crm.org/170309/E75_Conceptual_Object_Appellation> ;
    rdfs:range :S5_classification_Of_The_ISER_Objects ;
    rdfs:subPropertyOf <http://erlangen-crm.org/170309/P149_is_identified_by> .

:S5_classification_Of_The_ISER_Objects a owl:Class ;
    rdfs:comment """Diese Klasse umfasst alle Instanzen der zugrunde liegenden Systhematik der Informatiksammlung zur Klassifizierung und hierarchischen Einordnung der Sammlungsobjekte in den Bestand. 
Die Systhematik der Informatiksammlung gliedert sich in einen codierten Identifier (z. B. 1.1.5) und in Klartext (z. B. Elektromechanische Rechenmaschinen).

Beispiel: 

1 Hardware: Rechengeraete und Bauteile
1.1 Rechenhilfsmittel und -maschinen
1.1.5  Elektromechanische Rechenmaschinen
1.1.5.1 Addiermaschinen
1.1.5.2 Staffelwalzen
1.1.5.3  Sprossenrad
1.1.5.4  Sonstige""",
        """This class comprises all instances of the underlying system of a Collection for classification and hierarchical classification of the collection objects in the collection. 
The subject matter of  e.g.  the computer science collection is divided into a coded identifier (e. g. 1.1.5) and plain text (e. g. electromechanical calculators).

Example: 

1 Hardware: Calculators and components
1.1 Calculation aids and machines
1.1.5 Electromechanical calculators
1.1.5.1 Adding machines
1.1.5.2 Scaled rollers
1.1.5.3 Stepped wheel
1.1.5.4 Other""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

