mirror of
https://github.com/felixfoertsch/Bachelorarbeit.git
synced 2026-04-17 15:09:33 +02:00
Prepare for release
This commit is contained in:
Binary file not shown.
@@ -1,14 +1,44 @@
|
||||
<?xml version="1.0"?>
|
||||
<rdf:RDF xmlns="https://www.felixfoertsch.de/ontologies/student-consulting-group#"
|
||||
xml:base="https://www.felixfoertsch.de/ontologies/student-consulting-group"
|
||||
<rdf:RDF xmlns="https://github.com/felixfoertsch/student-consulting-organization/ontology#"
|
||||
xml:base="https://github.com/felixfoertsch/student-consulting-organization/ontology"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:sco="https://github.com/felixfoertsch/student-consulting-organization/ontology"
|
||||
xmlns:xml="http://www.w3.org/XML/1998/namespace"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
||||
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:AnnotationVocabulary="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
|
||||
<owl:Ontology rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-organization"/>
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:AnnotationVocabulary="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
|
||||
xmlns:student-consulting-group="https://www.felixfoertsch.de/ontologies/student-consulting-group#">
|
||||
<owl:Ontology rdf:about="https://github.com/felixfoertsch/student-consulting-organization/ontology">
|
||||
<dcterms:creator>Felix Förtsch
|
||||
felixfoertsch.de</dcterms:creator>
|
||||
<dcterms:date>2020-07-13</dcterms:date>
|
||||
<dcterms:description xml:lang="en">This ontology describes the domain of a Student Consulting Organization. The focus lies on SCO in Germany. An associated thesis that documents the development is available on GitHub: https://github.com/felixfoertsch/student-consulting-organization</dcterms:description>
|
||||
<dcterms:license xml:lang="en">MIT License
|
||||
|
||||
Copyright (c) 2020 Felix Förtsch
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.</dcterms:license>
|
||||
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</owl:versionInfo>
|
||||
</owl:Ontology>
|
||||
|
||||
|
||||
|
||||
@@ -23,6 +53,30 @@
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.org/dc/terms/creator -->
|
||||
|
||||
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.org/dc/terms/date -->
|
||||
|
||||
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/date"/>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.org/dc/terms/description -->
|
||||
|
||||
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.org/dc/terms/license -->
|
||||
|
||||
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.w3.org/2004/02/skos/core#definition -->
|
||||
|
||||
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#definition"/>
|
||||
@@ -124,6 +178,51 @@
|
||||
|
||||
|
||||
|
||||
<!-- https://github.com/felixfoertsch/student-consulting-organization/ontology#is_defined_by -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_defined_by">
|
||||
<rdfs:label xml:lang="en">is defined by</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
||||
<!-- https://github.com/felixfoertsch/student-consulting-organization/ontology#is_part_of -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_part_of">
|
||||
<rdfs:comment xml:lang="en">The "is part of" relation is based on the natural language use of part of. It is intended to be non-technical and broad. To narrow its scope, we specialize it: This ontology contains a specialized version that limits the partiality to processes. See "is process part of".</rdfs:comment>
|
||||
<rdfs:label xml:lang="en">is part of</rdfs:label>
|
||||
<skos:example xml:lang="en">The city is part of our world.</skos:example>
|
||||
<skos:example xml:lang="en">The processor is part of a computer.</skos:example>
|
||||
<skos:example xml:lang="en">The team is part of this project.</skos:example>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
||||
<!-- https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of">
|
||||
<rdfs:label xml:lang="en">is process part of</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
||||
<!-- https://github.com/felixfoertsch/student-consulting-organization/ontology#is_signed_by -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_signed_by">
|
||||
<owl:inverseOf rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#signs_contract"/>
|
||||
<rdfs:label xml:lang="en">is signed by</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
||||
<!-- https://github.com/felixfoertsch/student-consulting-organization/ontology#signs_contract -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="https://github.com/felixfoertsch/student-consulting-organization/ontology#signs_contract">
|
||||
<rdfs:label xml:lang="en">signs contract</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
||||
<!-- https://www.felixfoertsch.de/ontologies/student-consulting-group#has_customer -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-group#has_customer">
|
||||
@@ -200,51 +299,6 @@
|
||||
|
||||
|
||||
|
||||
<!-- https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_defined_by -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_defined_by">
|
||||
<rdfs:label xml:lang="en">is defined by</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
||||
<!-- https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_part_of -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_part_of">
|
||||
<rdfs:comment xml:lang="en">The "is part of" relation is based on the natural language use of part of. It is intended to be non-technical and broad. To narrow its scope, we specialize it: This ontology contains a specialized version that limits the partiality to processes. See "is process part of".</rdfs:comment>
|
||||
<rdfs:label xml:lang="en">is part of</rdfs:label>
|
||||
<skos:example xml:lang="en">The city is part of our world.</skos:example>
|
||||
<skos:example xml:lang="en">The processor is part of a computer.</skos:example>
|
||||
<skos:example xml:lang="en">The team is part of this project.</skos:example>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
||||
<!-- https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of">
|
||||
<rdfs:label xml:lang="en">is process part of</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
||||
<!-- https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_signed_by -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_signed_by">
|
||||
<owl:inverseOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#signs_contract"/>
|
||||
<rdfs:label xml:lang="en">is signed by</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
||||
<!-- https://www.felixfoertsch.de/ontologies/student-consulting-organization#signs_contract -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-organization#signs_contract">
|
||||
<rdfs:label xml:lang="en">signs contract</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
///////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
@@ -256,13 +310,24 @@
|
||||
|
||||
|
||||
|
||||
<!-- https://github.com/felixfoertsch/student-consulting-organization/ontology#Agent -->
|
||||
|
||||
<owl:Class rdf:about="https://github.com/felixfoertsch/student-consulting-organization/ontology#Agent">
|
||||
<rdfs:comment xml:lang="en">The actors of the domain.</rdfs:comment>
|
||||
<rdfs:label xml:lang="de">Agent</rdfs:label>
|
||||
<rdfs:label xml:lang="en">agent</rdfs:label>
|
||||
<rdfs:seeAlso>dcterms:Agent, fibo:AutonomousAgent, foaf:Agent</rdfs:seeAlso>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- https://www.felixfoertsch.de/ontologies/student-consulting-group#Advertising_Process -->
|
||||
|
||||
<owl:Class rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-group#Advertising_Process">
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Recruiting_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -291,17 +356,6 @@
|
||||
|
||||
|
||||
|
||||
<!-- https://www.felixfoertsch.de/ontologies/student-consulting-group#Agent -->
|
||||
|
||||
<owl:Class rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-group#Agent">
|
||||
<rdfs:comment xml:lang="en">The actors of the domain.</rdfs:comment>
|
||||
<rdfs:label xml:lang="de">Agent</rdfs:label>
|
||||
<rdfs:label xml:lang="en">agent</rdfs:label>
|
||||
<rdfs:seeAlso>dcterms:Agent, fibo:AutonomousAgent, foaf:Agent</rdfs:seeAlso>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- https://www.felixfoertsch.de/ontologies/student-consulting-group#Alumna -->
|
||||
|
||||
<owl:Class rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-group#Alumna">
|
||||
@@ -325,14 +379,14 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#next_process"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Offboarding_Process"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Human_Resources_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Human_Resources_Process"/>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#next_process"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Offboarding_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A process that models the career system of a student consulting organization.</rdfs:comment>
|
||||
@@ -443,7 +497,7 @@
|
||||
<owl:Class rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-group#Document">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_part_of"/>
|
||||
<owl:someValuesFrom>
|
||||
<owl:Class>
|
||||
<owl:unionOf rdf:parseType="Collection">
|
||||
@@ -475,7 +529,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Career_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -522,7 +576,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Education_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -560,7 +614,7 @@
|
||||
<!-- https://www.felixfoertsch.de/ontologies/student-consulting-group#Group -->
|
||||
|
||||
<owl:Class rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-group#Group">
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Agent"/>
|
||||
<rdfs:subClassOf rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#Agent"/>
|
||||
<rdfs:comment xml:lang="en">A collection of agents that is itself an agent.</rdfs:comment>
|
||||
<rdfs:label xml:lang="de">Gruppe</rdfs:label>
|
||||
<rdfs:label xml:lang="en">group</rdfs:label>
|
||||
@@ -597,7 +651,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Education_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -696,7 +750,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Human_Resources_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -713,14 +767,14 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#next_process"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Career_Process"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Human_Resources_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Human_Resources_Process"/>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#next_process"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Career_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A process that models how a student consulting organization prepares new members for the work within the organization. Typically involves educating the new member about the internal and external processes, documenting personal data, etc.</rdfs:comment>
|
||||
@@ -733,7 +787,7 @@
|
||||
<!-- https://www.felixfoertsch.de/ontologies/student-consulting-group#Organization -->
|
||||
|
||||
<owl:Class rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-group#Organization">
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Agent"/>
|
||||
<rdfs:subClassOf rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#Agent"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#plays_role"/>
|
||||
@@ -794,7 +848,7 @@
|
||||
<!-- https://www.felixfoertsch.de/ontologies/student-consulting-group#Person -->
|
||||
|
||||
<owl:Class rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-group#Person">
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Agent"/>
|
||||
<rdfs:subClassOf rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#Agent"/>
|
||||
<rdfs:comment xml:lang="en">A person. A human being/homo sapiens.</rdfs:comment>
|
||||
<rdfs:label xml:lang="de">Person</rdfs:label>
|
||||
<rdfs:label xml:lang="en">person</rdfs:label>
|
||||
@@ -819,16 +873,16 @@
|
||||
<owl:Class rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#has_customer"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_defined_by"/>
|
||||
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
|
||||
<owl:onClass rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Customer"/>
|
||||
<owl:onClass rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Contract"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_defined_by"/>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#has_customer"/>
|
||||
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
|
||||
<owl:onClass rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Contract"/>
|
||||
<owl:onClass rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Customer"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A project is a unique process, consisting of a set of coordinated and controlled activities with start and finish dates, undertaken to achieve an objective conforming to specific requirements, including the constraints of time, cost and resources. (ISO 9000-2015 definition)</rdfs:comment>
|
||||
@@ -845,13 +899,13 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Contract"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_signed_by"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_signed_by"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Customer"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_signed_by"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_signed_by"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Team"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -868,7 +922,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Role"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -910,14 +964,14 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Role"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#is_played_by"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Agent"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#signs_contract"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Contract"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#signs_contract"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Contract"/>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#is_played_by"/>
|
||||
<owl:someValuesFrom rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#Agent"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">The (paying) customer of a project that receives the project's services.</rdfs:comment>
|
||||
@@ -934,7 +988,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Finalization_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -951,7 +1005,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Finalization_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -968,14 +1022,14 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#next_process"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Finalization_Process"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Process"/>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#next_process"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Finalization_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A process that models how a project is executed within a student consulting organization.</rdfs:comment>
|
||||
@@ -991,7 +1045,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -1008,7 +1062,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Initiation_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -1025,14 +1079,14 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#next_process"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Execution_Process"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Process"/>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#next_process"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Execution_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A process that models how the initiation of a project happens within a student consulting organization.</rdfs:comment>
|
||||
@@ -1048,7 +1102,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Finalization_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -1065,7 +1119,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Initiation_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -1093,7 +1147,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Initiation_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -1121,14 +1175,14 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#next_process"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Initiation_Process"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Process"/>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#next_process"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Initiation_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A process that models how projects are sold to customers by a student consulting organization.</rdfs:comment>
|
||||
@@ -1144,7 +1198,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Finalization_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -1161,13 +1215,13 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Group"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#signs_contract"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#signs_contract"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Contract"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -1207,7 +1261,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Team_Making_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -1250,7 +1304,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Initiation_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -1294,7 +1348,7 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Project_Team_Making_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
@@ -1311,14 +1365,14 @@
|
||||
<rdfs:subClassOf rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Process"/>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#next_process"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Onboarding_Process"/>
|
||||
<owl:onProperty rdf:resource="https://github.com/felixfoertsch/student-consulting-organization/ontology#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Human_Resources_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-organization#is_process_part_of"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Human_Resources_Process"/>
|
||||
<owl:onProperty rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#next_process"/>
|
||||
<owl:someValuesFrom rdf:resource="https://www.felixfoertsch.de/ontologies/student-consulting-group#Onboarding_Process"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:comment xml:lang="en">A process that models how the recruiting is done by a student consulting organization.</rdfs:comment>
|
||||
|
||||
@@ -211,28 +211,41 @@
|
||||
%*******************************************************************************
|
||||
\begin{document}
|
||||
|
||||
\titlehead{
|
||||
Document Version: v22 \\
|
||||
Overall Progress: \progressbar[filledcolor=green]{0.99}
|
||||
}
|
||||
%\titlehead{
|
||||
% Document Version: v22 \\
|
||||
%}
|
||||
\subject{Bachelor's Thesis}
|
||||
\title{Student Consulting Organizations}
|
||||
\subtitle{A Domain Ontology}
|
||||
\author{Felix Förtsch \\ 3708438 }
|
||||
\date{13.07.2020}
|
||||
\publishers{Leipzig University \vspace{1cm} \\
|
||||
\publishers{Leipzig University \vspace{8cm} \\
|
||||
Supervised by: \\
|
||||
Prof. Dr. Heinrich Herre \\
|
||||
Dr. Frank Loebe \vspace{0.5cm}}
|
||||
Dr. Frank Loebe}
|
||||
\maketitle
|
||||
|
||||
\frontmatter
|
||||
\chapter*{Abstract}
|
||||
This work develops a domain ontology for Student Consulting Organizations. The model declares the domain knowledge and defines its vocabulary. It is a primer to be a starting point to establish or run such an organization in a university context. Additionally it allows for optimization in existing organizations and contributes to cooperation between SCO by organizing existing knowledge. It maximizes the use of vocabularies, relations, and classes from established ontologies to link the domain knowledge into a bigger context. The main resource of the developed ontology are SCOs from Germany, but the concepts can be transferred and made applicable in a wider area.
|
||||
|
||||
The primary classes of the domain are: \class{Agent}, \class{Document}, \class{Process}, \class{Project}, and \class{Role}. At the core of the domain are processes and projects, while agents are their actors playing certain roles. The core processes are the \class{Project Process} and the \class{Human Resource Process}.
|
||||
|
||||
%TODO: Add numbers (how many classes, axioms etc)
|
||||
This work develops a domain ontology for Student Consulting Organizations. The model declares the domain knowledge and defines its vocabulary. It is a primer to be a starting point to establish or run such an organization in a university context. Additionally it allows for optimization in existing organizations and contributes to cooperation between SCO by organizing existing knowledge. It makes use of vocabularies, relations, and classes from established ontologies to link the domain knowledge into a bigger context. The main resource of the developed ontology are SCOs from Germany, but the concepts can be transferred and made applicable in a wider area.
|
||||
|
||||
The top-level classes of the domain are: \class{Agent}, \class{Document}, \class{Process}, \class{Project}, and \class{Role}. At the core of the domain are processes and projects, while agents are their actors playing certain roles. The core processes are the \class{Project Process} and the \class{Human Resource Process}.
|
||||
|
||||
\textbf{Metrics of the developed ontology:}
|
||||
\begin{compactitem}
|
||||
\item Axiom: 458
|
||||
\item Logical axiom count: 123
|
||||
\item Declaration axioms count: 89
|
||||
\item Class count: 62
|
||||
\item Object property count: 14
|
||||
\item Annotation Property count: 17
|
||||
\item SubClassOf: 115
|
||||
\item DisjointClasses: 3
|
||||
\item InverseObjectProperties: 5
|
||||
\end{compactitem}
|
||||
|
||||
GitHub: \url{https://github.com/felixfoertsch/student-consulting-organization}
|
||||
|
||||
|
||||
\chapter*{Formatting}
|
||||
\begin{itemize}
|
||||
@@ -289,7 +302,6 @@ The deliverable output of this work are two documents:
|
||||
\end{enumerate}
|
||||
|
||||
Both documents will be publicly hosted and freely available to any interested parties, such as umbrella organizations, \glspl{sco}, or students.
|
||||
%TODO: Host the document publicly
|
||||
|
||||
\paragraph{Out of Scope}
|
||||
\begin{itemize}
|
||||
@@ -308,7 +320,7 @@ We identified the following additional use cases from our personal experience an
|
||||
|
||||
\begin{enumerate}
|
||||
\item \textbf{Founding of a \gls{sco}.} Founding an business is hard. It becomes even more challenging, if there are no available learning materials for the domain, the learning materials are hidden away, or the materials offer low quality. And even though many of the \glspl{sco} in Germany have produced a lot of material and each figured out their own way of doing things, and even though there are umbrella organizations to help organize all the sub-organizations, it is still hard for the target audience to get sufficient information to easily found such an organization. This work can support this process by providing basic insight into the inner workings the domain. It sheds light on its most important processes and actors. It can provide the new founders with knowledge and a guideline on what to focus on. The public availability further supports this idea.
|
||||
\item \textbf{Optimization.} Many \gls{sco} are already adapt at looking critically at their workflows and getting better at what they do. But there is always room for improvement. Process analysis and management are tools to contribute to this path of optimization. This works provides the fundamental perspective on this topic and focuses on the two core processes that have to be dealt with in the \gls{sco} context: The Project Process and the Human Resources Process. Furthermore, other structural elements (\eg leadership elementary roles) are provided. Any \gls{sco} can use this work as an anchor for comparison.
|
||||
\item \textbf{Optimization.} Many \glspl{sco} are already adapt at looking critically at their workflows and getting better at what they do. But there is always room for improvement. Process analysis and management are tools to contribute to this path of optimization. This works provides the fundamental perspective on this topic and focuses on the two core processes that have to be dealt with in the \gls{sco} context: The Project Process and the Human Resources Process. Furthermore, other structural elements (\eg leadership elementary roles) are provided. Any \gls{sco} can use this work as an anchor for comparison.
|
||||
\item \textbf{Backbone for Domain Specific Software Projects.} This work provides a high-level conceptual model of the \gls{sco} domain. Furthermore, it provides concept descriptions and context while being computer-readable. Hence, this work can be used as a backbone and starting point for software projects that want to target the domain.
|
||||
\end{enumerate}
|
||||
|
||||
@@ -348,8 +360,6 @@ The phases of the methodology are discussed in more detail in the following two
|
||||
|
||||
The last step, (7) the creation of instances, is omitted in this work. It is only really relevant if the ontology is used to describe one specific \gls{sco}. However, this ontology is operating on a higher level of abstraction, trying to describe a more general case.
|
||||
|
||||
%TODO: Onto-Axiomatische Methode von Herrn Herder Abschnitt 2
|
||||
|
||||
\subsection{Research Phase}
|
||||
To our understanding, the main goal of the first part of the methodology is the creation of a foundation for the ontology: It needs to have a clearly defined scope. Additionally the recommended reuse of other ontologies helps creating a web of linked knowledge and reduces the amount of duplicate work.
|
||||
|
||||
@@ -534,9 +544,6 @@ The classic example for inherent polysemy is the book. It can be viewed from two
|
||||
|
||||
Even though it's \textit{possible} to decompose these objects, it's not \textit{necessary}. The usefulness of such a decomposition depends on the use case. In our case, with the focus on simplicity, it is enough to describe most classes on a high level, since the exact design is up to the user. \textit{Arapinis} argues in \cite{arapinis2015plea} to allow the use of complex classes to avoid introducing incoherence and inconsistency.
|
||||
|
||||
%\paragraph{Fourth: Model a Specific Snapshot}
|
||||
%TODO: Jmd könnte zum Zeitpuntk T trainee sein und dann t+1 Alumna. Das wird nicht modelliert.
|
||||
|
||||
\chapter[Ontological Aspects in the SCO Domain \\\textcolor{gray}{
|
||||
{\footnotesize \textsl{Discusses the three major concepts and their implementation in the context of related work.}}
|
||||
}]{Ontological Aspects in the SCO Domain}
|
||||
@@ -1045,8 +1052,7 @@ This section provides an overview by displaying all ontology classes as a tree.
|
||||
\end{multicols}
|
||||
|
||||
\section{Classes}
|
||||
%TODO: Kernstrukutur, weglassen labels -> siehe ontologie, disjunktheit
|
||||
This section contains all classes present in the \gls{owl} file. We use color coding and indentation to give the section some structure. The indentation and colors are helpers and indicate the \relation{subclassOf} relation. The box header contains the \gls{iri}, stripped by the underscore used to bridge spaces. The box body contains the \prop{rdfs:comment}, \prop{rdfs:seeAlso}, and \prop{skos:example} of the class. If a class has multiple \relation{skos:example}, we condense them into a list and label it \relation{skos:examples}.
|
||||
This section contains all classes present in the \gls{owl} file. We use color coding and indentation to give the section some structure. The indentation and colors are helpers and indicate the \relation{subclassOf} relation. The box header contains the \gls{iri}, stripped by the underscore used to bridge spaces. The \gls{owl} file contains additional labels in English and German. The box body contains the \prop{rdfs:comment}, \prop{rdfs:seeAlso}, and \prop{skos:example} of the class. If a class has multiple \relation{skos:example}, we condense them into a list and label it \relation{skos:examples}.
|
||||
|
||||
\subsection{Agent}
|
||||
\begin{mdframed}[style=onto, frametitle={Agent}]
|
||||
|
||||
Reference in New Issue
Block a user