mirror of
https://github.com/felixfoertsch/Bachelorarbeit.git
synced 2026-04-17 23:18:29 +02:00
Add metadata to ontology
This commit is contained in:
@@ -7,8 +7,35 @@
|
||||
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:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:AnnotationVocabulary="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
|
||||
<owl:Ontology rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-organization"/>
|
||||
<owl:Ontology rdf:about="https://www.felixfoertsch.de/ontologies/student-consulting-organization">
|
||||
<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 &quot;Software&quot;), 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 &quot;AS IS&quot;, 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:Ontology>
|
||||
|
||||
|
||||
|
||||
@@ -23,6 +50,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"/>
|
||||
|
||||
Reference in New Issue
Block a user