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

:S22_Category_Or_Keyword_SGS a owl:Class ;
    rdfs:comment """Diese Klasse umfasst Konzepte, um Instanzen der Klasse S1_Sammlungsobjekt unter Verwendung von Begriffen aus fachspezifischen Vokabular der Schulgeschichtlichen Sammlung detailliert zu klassifizieren und  charakterisieren. S22_Kategorie_Schulgeschichte bezieht sich dabei mehr auf die inhaltiche Komponente der Instanz, wie den Titel auf einem in Papierform vorhandenen Sammlungsobjekts.

Beispiele:
1. Spickzettel Mathematik, Spickzettel Physik
2. Amtliches Dokument
3. Jahresbericht""",
        """This class represents keywords and tags used for classification and categorisation. They are less structured than terms coming from curated thesauri or classification systems. 
It refers more to the content component of the instance, such as the title on a paper-based object.

Examples:
cheat sheet mathematics, cheat sheet physics, annual report""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

:S26_School a owl:Class ;
    rdfs:comment "Die Klasse umfasst Institutionen, die nach einem oeffentlichen Bildungsauftag handeln, um Wissen und Koennen durch Lehrer an Schueler zu vermitteln.",
        "The class includes institutions that act according to a public educational task in order to impart knowledge and skills from teachers to students." ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E40_Legal_Body> .

:S46_Grade a owl:Class ;
    rdfs:comment """Diese Klasse umfasst den nicht-materiellen, gedanklichen Gegenstand der Jahrgangsstufe, der sich im historischen Kontext entwickelt hat. Eine Instanz der Klasse beschreibt die Gesamtheit einer Klasse (innerhalb einer Schulart), die demselben Lernabschnitt zugehoerig sind oder im gleichen Jahr eingeschult wurden.

Beispiel:
Jahrgangsstufen 1 bis 4 als Teil der Grund- oder Mittelschule.""",
        """This class comprises the non-material, intellectual object of the grade that has developed in the historical context. An instance of S46_Grade describes the whole of a class (within a school type) belonging to the same session or to students who have been enrolled in the same year.

Example:
In Germany grade 1 to 4 are as part of primary school.""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E28_Conceptual_Object> .

:S49_School_Type a owl:Class ;
    rdfs:comment """Diese Klasse umfasst alle Arten von Schulen, die der Klasse S26_Schule zugeordnet werden koennen. 
Eine Instanz der Klasse beschreibt eine Stufe des Bildungsweg im ortsspezifischen Schulsystem, die zu einem ihrer Schulausrichtung und Bildungsschwerpunkt entsprechenden Abschluss fuehrt.

Beispiele: Grundschule, Klosterschule, Internat, Privatschule, Gymnasium, Wirtschaftsschule""",
        """This class includes all types of schools that can be assigned to class S26_School. 
An instance of the class describes a level of education in the local school system that leads to a degree corresponding to its school orientation and educational focus.

Examples: Primary school, monastery school, boarding school, private school, High School, business school""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E55_Type> .

:S66_Person_Or_Institution a owl:Class ;
    rdfs:comment """Diese Klasse umfasst alle Arten von Personen und Institutionen, die als Akteuere fuer die Sammlung relevant sind. 
Eine Instanz der Klasse S66_Person_Institution beschreibt einen Akteur, der eine Rolle als Stifter, Hersteller, Autor oder aehnliches einnimmt oder als Teil einer Instanz von S73_Information_Object auf einem Sammlungsobjekt erwaehnt wird.

Beispiel:
Im Naturkundeheft des Schuelers Max Mustermann (S66_Person_Institution) wird der Lehrer Laempel (S66_Person_Institution) auf Seite 12 erwaehnt. Das Heft gelang als Schenkung der Antiquariats XY (S66_Person_Institution) in den Bestand der Sammlung.""",
        """This class includes all types of persons and institutions that are relevant to the collection as acting persons. 
An instance of class S66_Person_Or_Institution describes an actor who has a role as founder, manufacturer, author, or similar, or is mentioned as part of an instance of S73_Information_Object on a collection object.

Example:
The natural history booklet of the student Max Mustermann (S66_Person_Or_Institution) mentions the teacher Laempel (S66_Person_Or_Institution) on page 12.""" ;
    rdfs:subClassOf <http://erlangen-crm.org/170309/E74_Group> .

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

