mirror of
https://github.com/felixfoertsch/Bachelorarbeit.git
synced 2026-05-02 06:07:00 +02:00
09ab8b9353
This is a test, if it is possible to clean up the commit history. I am using this chance, to properly write commit messages and try using the GitHub issue system.
75 lines
3.4 KiB
Plaintext
75 lines
3.4 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE rdf:RDF [
|
|
<!ENTITY gist "http://ontologies.semanticarts.com/gist/">
|
|
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
|
|
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
|
|
<!ENTITY xs "http://www.w3.org/2001/XMLSchema#">
|
|
]>
|
|
<rdf:RDF
|
|
xmlns:gist="http://ontologies.semanticarts.com/gist/"
|
|
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema#">
|
|
|
|
<owl:Ontology rdf:about="http://ontologies.semanticarts.com/o/gistWiki">
|
|
<rdfs:comment rdf:datatype="&xs;string">gist Wiki</rdfs:comment>
|
|
<rdfs:comment rdf:datatype="&xs;string">gistWiki</rdfs:comment>
|
|
<owl:imports rdf:resource="http://ontologies.semanticarts.com/o/gistTop9.0.0"/>
|
|
<owl:versionIRI rdf:resource="http://ontologies.semanticarts.com/o/gistWiki9.0.0"/>
|
|
<owl:versionInfo rdf:datatype="&xs;string">Created with e6Tools Graphical OWL Editor from C:\dev\gist\OntologyFiles\gist.vsdx Page:gistWiki</owl:versionInfo>
|
|
</owl:Ontology>
|
|
|
|
<owl:Class rdf:about="&gist;Concept">
|
|
<rdfs:subClassOf rdf:resource="&gist;Topic"/>
|
|
<rdfs:comment rdf:datatype="&xs;string">This is for wikis that are about conceptual abstractions, all meta data, but also units, obligations? intentions, goals, rights, speech acts</rdfs:comment>
|
|
</owl:Class>
|
|
|
|
<owl:Class rdf:about="&gist;ElectronicResource">
|
|
<rdfs:subClassOf rdf:resource="&gist;Topic"/>
|
|
<rdfs:comment rdf:datatype="&xs;string">Where the thing itself can be brought to the screen, viewed and possible modified. Documents mostly, but not printed ones</rdfs:comment>
|
|
</owl:Class>
|
|
|
|
<owl:Class rdf:about="&gist;NavigationalNode">
|
|
<rdfs:comment rdf:datatype="&xs;string">The equivalent of a directory, or a node in a navigational tree. Topics can be put into one or more of these.</rdfs:comment>
|
|
</owl:Class>
|
|
|
|
<owl:Class rdf:about="&gist;Referent">
|
|
<rdfs:subClassOf rdf:resource="&gist;Topic"/>
|
|
<rdfs:comment rdf:datatype="&xs;string">For pages that refer to things in the world. For gist this would be physical things, organizations, places, and events.</rdfs:comment>
|
|
</owl:Class>
|
|
|
|
<owl:Class rdf:about="&gist;Topic">
|
|
<rdfs:comment rdf:datatype="&xs;string">What the wiki page is about</rdfs:comment>
|
|
</owl:Class>
|
|
|
|
<owl:ObjectProperty rdf:about="&gist;includes">
|
|
<rdfs:comment rdf:datatype="&xs;string">The relationship of navigation to sub navigation or topic. A topic or node can be included in more than one higher level node. roughly the same as skos:narrower</rdfs:comment>
|
|
<rdfs:domain>
|
|
<owl:Class>
|
|
<owl:unionOf rdf:parseType="Collection">
|
|
<rdf:Description rdf:about="&gist;Topic">
|
|
</rdf:Description>
|
|
<rdf:Description rdf:about="&gist;NavigationalNode">
|
|
</rdf:Description>
|
|
</owl:unionOf>
|
|
</owl:Class>
|
|
</rdfs:domain>
|
|
<rdfs:range>
|
|
<owl:Class>
|
|
<owl:unionOf rdf:parseType="Collection">
|
|
<rdf:Description rdf:about="&gist;Topic">
|
|
</rdf:Description>
|
|
<rdf:Description rdf:about="&gist;NavigationalNode">
|
|
</rdf:Description>
|
|
</owl:unionOf>
|
|
</owl:Class>
|
|
</rdfs:range>
|
|
</owl:ObjectProperty>
|
|
|
|
<owl:AnnotationProperty rdf:about="&gist;pluralForm">
|
|
<rdfs:comment rdf:datatype="&xs;string">Can attach to metadata for wikis to</rdfs:comment>
|
|
</owl:AnnotationProperty>
|
|
|
|
</rdf:RDF> |