Files
Bachelorarbeit/Sources/Ontologies/gist9.0.0_webDownload/gistUnit9.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

216 lines
10 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/gistUnit">
<rdfs:comment rdf:datatype="&xs;string">gist Unit of Measure, extends the base units from top to cover Rations and lesser used units (this allows someone to exclude Luminosity if they don&apos;t want it )</rdfs:comment>
<rdfs:comment rdf:datatype="&xs;string">gistUnit</rdfs:comment>
<owl:imports rdf:resource="https://ontologies.semanticarts.com/o/gistTop9.0.0"/>
<owl:versionIRI rdf:resource="https://ontologies.semanticarts.com/o/gistUnit9.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:unit</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;CountingUnit">
<rdfs:label rdf:datatype="&xs;string">Counting Unit</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">A unit of counting, especially ?each?, but also units such as dozens.</rdfs:comment>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;SimpleUnitOfMeasure">
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;hasBaseUnit"/>
<owl:hasValue rdf:resource="&gist;_each"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
<owl:Class rdf:about="&gist;CurrencyUnit">
<rdfs:label rdf:datatype="&xs;string">Currency Unit</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">A unit of money. Note: this is the only unit whose conversion factors include time (i.e., the conversion rates change on a daily basis).</rdfs:comment>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;SimpleUnitOfMeasure">
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;hasBaseUnit"/>
<owl:hasValue rdf:resource="&gist;_USDollar"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
<owl:Class rdf:about="&gist;DataSizeUnit">
<rdfs:label rdf:datatype="&xs;string">Data Size Unit</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">A unit to measure amounts of digital information.</rdfs:comment>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;SimpleUnitOfMeasure">
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;hasBaseUnit"/>
<owl:hasValue rdf:resource="&gist;_bit"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
<owl:Class rdf:about="&gist;ElectricalCurrentUnit">
<rdfs:label rdf:datatype="&xs;string">Electrical Current Unit</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">Unit of electrical current, which is charge per unit time. The SI unit is the ampere. (Note that electrical current is a composed unit.)</rdfs:comment>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;SimpleUnitOfMeasure">
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;hasBaseUnit"/>
<owl:hasValue rdf:resource="&gist;_ampere"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
<owl:Class rdf:about="&gist;LuminousIntensityUnit">
<rdfs:label rdf:datatype="&xs;string">Luminous Intensity Unit</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">The measure of brightness. The SI unit is the candela.</rdfs:comment>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;SimpleUnitOfMeasure">
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;hasBaseUnit"/>
<owl:hasValue rdf:resource="&gist;_candela"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
<owl:Class rdf:about="&gist;MoleUnit">
<rdfs:label rdf:datatype="&xs;string">Mole Unit</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">Amount of chemical material. Measured in Avogadro units (moles) of 6.02 x 10^23 molecules.</rdfs:comment>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;SimpleUnitOfMeasure">
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;hasBaseUnit"/>
<owl:hasValue rdf:resource="&gist;_mole"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
<owl:Class rdf:about="&gist;RatioUnit">
<rdfs:label rdf:datatype="&xs;string">Ratio Unit</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">A UnitOfMeasure composed of a numerator unit and a denominator unit.</rdfs:comment>
<rdfs:comment rdf:datatype="&xs;string">EXAMPLE: Miles per hour.</rdfs:comment>
<rdfs:comment rdf:datatype="&xs;string">NOTE: If needed, a conversion factor for a RatioUnit can be (recursively) derived from the conversion factors of the numerator and denominator units. E.g., the derived conversion factor from km/minute to meters/second is 1000/60 or 16 2/3.</rdfs:comment>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;UnitOfMeasure">
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;numerator"/>
<owl:someValuesFrom rdf:resource="&gist;UnitOfMeasure"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;denominator"/>
<owl:someValuesFrom rdf:resource="&gist;UnitOfMeasure"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
<owl:Class rdf:about="&gist;SimpleUnitOfMeasure">
</owl:Class>
<owl:Class rdf:about="&gist;TemperatureUnit">
<rdfs:label rdf:datatype="&xs;string">Temperature Unit</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">Unit of measurement for expressing temperature. Per SI, the base of temperature is in Kelvin, to allow for all units to be expressed relative to a real (in this case absolute) zero.</rdfs:comment>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&gist;SimpleUnitOfMeasure">
</rdf:Description>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;hasBaseUnit"/>
<owl:hasValue rdf:resource="&gist;_kelvin"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&gist;conversionOffset"/>
<owl:someValuesFrom rdf:resource="&xs;double"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
<owl:Class rdf:about="&gist;UnitOfMeasure">
</owl:Class>
<owl:Thing rdf:about="&gist;_USDollar">
</owl:Thing>
<owl:Thing rdf:about="&gist;_ampere">
</owl:Thing>
<owl:Thing rdf:about="&gist;_bit">
</owl:Thing>
<owl:Thing rdf:about="&gist;_candela">
</owl:Thing>
<owl:Thing rdf:about="&gist;_each">
</owl:Thing>
<owl:Thing rdf:about="&gist;_kelvin">
</owl:Thing>
<owl:Thing rdf:about="&gist;_mole">
</owl:Thing>
<owl:DatatypeProperty rdf:about="&gist;conversionOffset">
</owl:DatatypeProperty>
<owl:ObjectProperty rdf:about="&gist;denominator">
<rdfs:label rdf:datatype="&xs;string">Denominator</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">Relates a RatioUnit such as meters/second to the denominator Unit (e.g. second).</rdfs:comment>
<rdfs:domain rdf:resource="&gist;RatioUnit"/>
<rdfs:range rdf:resource="&gist;UnitOfMeasure"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&gist;hasBaseUnit">
</owl:ObjectProperty>
<owl:AnnotationProperty rdf:about="&gist;license">
</owl:AnnotationProperty>
<owl:ObjectProperty rdf:about="&gist;numerator">
<rdfs:label rdf:datatype="&xs;string">Numerator</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">Relates a RatioUnit such as meter(s)/second to the numerator Unit (e.g. meter).</rdfs:comment>
<rdfs:domain rdf:resource="&gist;RatioUnit"/>
<rdfs:range rdf:resource="&gist;UnitOfMeasure"/>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="&gist;unitSymbol">
<rdfs:label rdf:datatype="&xs;string">Unit Symbol</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">The standard symbol for the unit NOT using any special characters. E.g. square meter would be m^2 rather than m?.</rdfs:comment>
<rdfs:domain rdf:resource="&gist;UnitOfMeasure"/>
<rdfs:range rdf:resource="&xs;string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&gist;unitSymbolHTML">
<rdfs:label rdf:datatype="&xs;string">Unit Symbol HTML</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">The standard symbol for the unit in HTML format for pretty printing, may use special characters. E.g. to show square meter as m? rather than m^2, the value of this property would be &quot;m&amp;sup2;&quot; This is for when Unicode not supported and the display will be HTML format.</rdfs:comment>
<rdfs:domain rdf:resource="&gist;UnitOfMeasure"/>
<rdfs:range rdf:resource="&xs;string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&gist;unitSymbolUnicode">
<rdfs:label rdf:datatype="&xs;string">Unit Symbol Unicode</rdfs:label>
<rdfs:comment rdf:datatype="&xs;string">The standard symbol for the unit preferred for pretty printing, may use special characters. E.g. square meter would be m? rather than m^2.</rdfs:comment>
<rdfs:domain rdf:resource="&gist;UnitOfMeasure"/>
<rdfs:range rdf:resource="&xs;string"/>
</owl:DatatypeProperty>
</rdf:RDF>