Files
Bachelorarbeit/Sources/Ontologies/gist9.0.0_webDownload/gistIntention9.0.0.owl
T
Felix Förtsch 09ab8b9353 Cleaning up the commit history
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.
2020-04-05 19:22:02 +02:00

181 lines
8.9 KiB
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
<!ENTITY gist "https://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="https://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="https://ontologies.semanticarts.com/o/gistIntention">
<rdfs:comment rdf:datatype="&xs;string">gistIntention</rdfs:comment>
<rdfs:comment rdf:datatype="&xs;string">gistIntention the Teleological aspect of systems. Whey are we doing something.</rdfs:comment>
<owl:imports rdf:resource="https://ontologies.semanticarts.com/o/gistTop9.0.0"/>
<owl:versionIRI rdf:resource="https://ontologies.semanticarts.com/o/gistIntention9.0.0"/>
<owl:versionInfo rdf:datatype="&xs;string">Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:intention</owl:versionInfo>
<gist:license rdf:datatype="&xs;string">https://creativecommons.org/licenses/by-sa/3.0/</gist:license>
</owl:Ontology>
<owl:AnnotationProperty rdf:about="&rdfs;comment">
</owl:AnnotationProperty>
<owl:AnnotationProperty rdf:about="&rdfs;label">
</owl:AnnotationProperty>
<owl:Class rdf:about="&gist;Behavior">
</owl:Class>
<owl:Class rdf:about="&gist;BundledCatalogItem">
<rdfs:label rdf:datatype="&xs;string">Bundled Catalog Item</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">Any combination of descriptions of things offered together. Could be a kit (several parts offered together), but could also be a product plus a warranty.</rdfs:comment>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;CatalogItem">
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;hasDirectPart"/>
<owl:someValuesFrom rdf:resource="&gist;CatalogItem"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
<owl:Class rdf:about="&gist;CatalogItem">
<rdfs:subClassOf rdf:resource="&gist;Specification"/>
<rdfs:label rdf:datatype="&xs;string">Catalog Item</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">A description of a product or service to be delivered, given in a sufficient level of detail that a receiver could determine whether delivery constituted discharge of the obligation to deliver.</rdfs:comment>
<rdfs:comment rdf:datatype="&xs;string">NOTE: In short, an unambiguous characterization of what it is that a potential buyer is paying for.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&gist;Category">
</owl:Class>
<owl:Class rdf:about="&gist;Goal">
<rdfs:subClassOf rdf:resource="&gist;Intention"/>
<rdfs:label rdf:datatype="&xs;string">Goal</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">A specific intentional endpoint. One can tell whether it has been achieved, as opposed to an intention, which may not have an evaluation function.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&gist;Intention">
</owl:Class>
<owl:Class rdf:about="&gist;Permission">
<rdfs:label rdf:datatype="&xs;string">Permission</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">A description of things one is permitted to do. This could be broad, such as free speech, but more often is very specific, such as the right of egress through a particular property.</rdfs:comment>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;Intention">
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;allows"/>
<owl:someValuesFrom rdf:resource="&gist;Behavior"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
<owl:Class rdf:about="&gist;ProductCategory">
<rdfs:subClassOf rdf:resource="&gist;Category"/>
<rdfs:label rdf:datatype="&xs;string">Product Category</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">Any of many ways of categorizing products, including models, NATO product codes, and the like.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&gist;ProductSpecification">
<rdfs:label rdf:datatype="&xs;string">Product Specification</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">Offering something which could be physically warehoused or digitally stored.</rdfs:comment>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;CatalogItem">
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;categorizedBy"/>
<owl:someValuesFrom rdf:resource="&gist;ProductCategory"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
<owl:Class rdf:about="&gist;Requirement">
<rdfs:subClassOf rdf:resource="&gist;Intention"/>
<rdfs:label rdf:datatype="&xs;string">Requirement</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">A documented physical or functional need that a particular design, product, or process must be able to perform. Alternately, the obligation of a person or organization to behave in a certain way (i.e., drive on the right side of the road).</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&gist;Restriction">
<rdfs:label rdf:datatype="&xs;string">Restriction</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">A description of things one is prevented from doing. Most laws are restrictions.</rdfs:comment>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;Intention">
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;prevents"/>
<owl:someValuesFrom rdf:resource="&gist;Behavior"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
<owl:Class rdf:about="&gist;ServiceSpecification">
<rdfs:label rdf:datatype="&xs;string">Service Specification</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">A description of something that can be done for a person or organization (which produces some form of an act).</rdfs:comment>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;CatalogItem">
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;basisFor"/>
<owl:someValuesFrom rdf:resource="&gist;Event"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
<owl:Class rdf:about="&gist;Specification">
<rdfs:subClassOf rdf:resource="&gist;Requirement"/>
<rdfs:label rdf:datatype="&xs;string">Specification</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">A set of requirements to be satisfied by a material, design, product, or service.</rdfs:comment>
</owl:Class>
<owl:ObjectProperty rdf:about="&gist;allows">
<rdfs:label rdf:datatype="&xs;string">Allows</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">The intention (say a grant) allows a particular kind of activity (for instance egress)</rdfs:comment>
<rdfs:domain rdf:resource="&gist;Intention"/>
<rdfs:range rdf:resource="&gist;Behavior"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&gist;basedOn">
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&gist;basisFor">
<rdfs:label rdf:datatype="&xs;string">Basis For</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">Reason for an event</rdfs:comment>
<owl:inverseOf rdf:resource="&gist;basedOn"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&gist;categorizedBy">
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&gist;conformsTo">
<rdfs:label rdf:datatype="&xs;string">Conforms To</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">The subject conforms to the Object, e.g. meet an obligation, meet terms of an offer, adhere to a specification</rdfs:comment>
<rdfs:range rdf:resource="&gist;Intention"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&gist;hasDirectPart">
</owl:ObjectProperty>
<owl:AnnotationProperty rdf:about="&gist;license">
</owl:AnnotationProperty>
<owl:ObjectProperty rdf:about="&gist;prevents">
<rdfs:label rdf:datatype="&xs;string">Prevents</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">The intention (say a law) is intended to prevent this kind of behavior (say jaywalking)</rdfs:comment>
<rdfs:domain rdf:resource="&gist;Intention"/>
<rdfs:range rdf:resource="&gist;Behavior"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&gist;requires">
<rdfs:label rdf:datatype="&xs;string">Requires</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">An intention that sets out a state of satisfaction (you are required to drive on right side of the road)</rdfs:comment>
<rdfs:domain rdf:resource="&gist;Intention"/>
<rdfs:range rdf:resource="&gist;Behavior"/>
</owl:ObjectProperty>
</rdf:RDF>