Skip to content

Instantly share code, notes, and snippets.

@carueda
Created October 26, 2017 21:34
Show Gist options
  • Save carueda/cbde9a95b2ed3e0f371be5881a2008e4 to your computer and use it in GitHub Desktop.
Save carueda/cbde9a95b2ed3e0f371be5881a2008e4 to your computer and use it in GitHub Desktop.
prettifying sweet turtle
@base <http://sweetontology.net/reprSciUnits> .
@prefix mrela: <http://sweetontology.net/relaMath/> .
@prefix repr: <http://sweetontology.net/repr/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix oper: <http://sweetontology.net/reprMathOperation/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix units: <http://sweetontology.net/reprSciUnits/> .
@prefix screla: <http://sweetontology.net/relaSci/> .
units:MYA a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "1000"^^xsd:double ;
screla:hasBaseUnit units:year .
units:kelvin a units:BaseUnit ;
screla:hasSymbol "K" .
units:Unit a owl:Class ;
rdfs:subClassOf repr:Measurement .
units:meterCubedPerSecond
a units:UnitDefinedByProduct ;
mrela:hasOperand units:meterCubed , units:perSecond .
units:year a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "31556926"^^xsd:double ;
screla:hasBaseUnit units:second .
units:arcsecond a units:UnitDerivedByScaling ;
mrela:hasScalingNumber 4.848E-6 ;
screla:hasBaseUnit units:radian .
units:db a units:LogarithmicUnit .
units:jouleSecond a units:UnitDefinedByProduct ;
mrela:hasOperand units:joule , units:second .
units:metre a units:BaseUnit .
units:ppm a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "0.000001"^^xsd:double ;
screla:hasBaseUnit units:ratio .
units:joulePerKilogramPerKelvin
a units:UnitDefinedByProduct ;
mrela:hasOperand units:joule , units:perKelvin , units:perKilogram .
units:meterCubed a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "3"^^xsd:double ;
screla:hasBaseUnit units:meter .
units:gigahertz a units:UnitDerivedByScaling ;
mrela:hasScalingNumber 1.E9 ;
screla:hasBaseUnit units:hertz ;
screla:hasPrefix units:giga .
units:micron a units:UnitDerivedByScaling .
units:pascalSecond a units:UnitDefinedByProduct ;
mrela:hasOperand units:pascal , units:second .
units:perKelvin a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-1"^^xsd:double ;
screla:hasBaseUnit units:kelvin .
units:siemens a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-1"^^xsd:double ;
screla:hasBaseUnit units:ohm ;
screla:hasSymbol "G" .
units:nano a units:Prefix ;
screla:hasNumericValue 1E-9 ;
screla:hasSymbol "n" .
units:micro a units:Prefix ;
screla:hasNumericValue 1E-6 .
units:wattPerMeterSquared
a units:UnitDefinedByProduct ;
mrela:hasOperand units:perMeterSquared , units:watt .
units:arcminute a units:UnitDerivedByScaling ;
mrela:hasScalingNumber 2.909E-4 ;
screla:hasBaseUnit units:radian .
units:micrometer a units:UnitDerivedByScaling ;
mrela:hasScalingNumber 1.E-6 ;
screla:hasBaseUnit units:meter ;
screla:hasPrefix units:micro ;
owl:sameAs units:micron .
units:UnitDerivedByShifting
a owl:Class ;
rdfs:subClassOf units:ComplexUnit .
units:farad a units:UnitDefinedByProduct ;
mrela:hasOperand units:coulomb , units:perVolt ;
screla:hasSymbol "F" .
units:perKilogramMeterSquaredPerSecondKelvin
a units:UnitDefinedByProduct ;
mrela:hasOperand units:kelvin , units:meterSquared , units:perKilogram , units:perSecond .
units:centimeter a units:UnitDerivedByScaling ;
mrela:hasScalingNumber 1.E-2 ;
screla:hasBaseUnit units:meter ;
screla:hasPrefix units:centi .
units:milli a units:Prefix ;
screla:hasNumericValue 1E-3 ;
screla:hasSymbol "m" .
units:million_km2 a units:UnitDerivedByScaling ;
mrela:hasScalingNumber 1e-12 ;
screla:hasBaseUnit units:meterSquared .
units:radianPerSecondSquared
a units:UnitDefinedByProduct ;
mrela:hasOperand units:radian , units:perSecondSquared .
units:decade a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "315569260"^^xsd:double ;
screla:hasBaseUnit units:second .
units:candelaPerMeterSquared
a units:UnitDefinedByProduct ;
mrela:hasOperand units:candela , units:perMeterSquared .
units:lux a units:UnitDefinedByProduct ;
mrela:hasOperand units:lumen , units:candela , units:perMeterSquared ;
screla:hasSymbol "Lx" .
units:season a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "7889232"^^xsd:double ;
screla:hasBaseUnit units:second .
units:newtonPerMeter a units:UnitDefinedByProduct ;
mrela:hasOperand units:perMeter , units:newton .
units:meterCubedPerKelvin
a units:UnitDefinedByProduct ;
mrela:hasOperand units:perKelvin , units:meterCubed .
units:joule a units:UnitDefinedByProduct ;
mrela:hasOperand units:perSecondSquared , units:kilogram ;
screla:hasSymbol "J" .
units:joulePerKilogram
a units:UnitDefinedByProduct ;
mrela:hasOperand units:joule , units:perKilogram .
units:pptv a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "0.000000000001"^^xsd:double ;
screla:hasBaseUnit units:volumeRatio .
units:weber a units:UnitDefinedByProduct ;
mrela:hasOperand units:kilogram , units:meterSquared , units:perAmpere , units:perSecondSquared .
units:perKilogram a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-1"^^xsd:double ;
screla:hasBaseUnit units:kilogram .
units:megahertz a units:UnitDerivedByScaling ;
mrela:hasScalingNumber 1.E6 ;
screla:hasBaseUnit units:hertz ;
screla:hasPrefix units:mega ;
owl:sameAs units:MHz .
units:ratio a units:BaseUnit .
units:coulombPerMeterSquared
a units:UnitDefinedByProduct ;
mrela:hasOperand units:perMeterSquared , units:coulomb .
units:LogarithmicUnit
a owl:Class ;
rdfs:subClassOf units:Unit ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom repr:LogarithmicScale ;
owl:onProperty mrela:hasScale
] .
units:giga a units:Prefix ;
screla:hasNumericValue 1e9 ;
screla:hasSymbol "G" .
units:joulePerMeterSquared
a units:UnitDefinedByProduct ;
mrela:hasOperand units:joule , units:perMeterSquared .
units:perTesla a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-1"^^xsd:double ;
screla:hasBaseUnit units:tesla .
units:day a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "86400"^^xsd:double ;
screla:hasBaseUnit units:second .
units:week a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "604800"^^xsd:double ;
screla:hasBaseUnit units:second .
units:hecto a units:Prefix ;
screla:hasNumericValue 1e2 ;
screla:hasSymbol "h" .
units:perMeterSquared
a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-2"^^xsd:double ;
screla:hasBaseUnit units:meter .
units:kilogramPerMeterSquared
a units:UnitDefinedByProduct ;
mrela:hasOperand units:kilogram , units:perMeterSquared .
units:coulombMeter a units:UnitDefinedByProduct ;
mrela:hasOperand units:meter , units:coulomb .
units:mole a units:BaseUnit ;
screla:hasSymbol "mol" .
units:pascal a units:UnitDefinedByProduct ;
mrela:hasOperand units:newton , units:perMeterSquared ;
screla:hasSymbol "Pa" .
units:amperePerMeter a units:UnitDefinedByProduct ;
mrela:hasOperand units:ampere , units:perMeter .
units:dimensionlessUnit
a units:BaseUnit .
units:candela a units:BaseUnit ;
screla:hasSymbol "cd" .
units:joulePerMeterCubedPerKelvin
a units:UnitDefinedByProduct ;
mrela:hasOperand units:joule , units:perKelvin , units:perMeterCubed .
units:minute a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "60"^^xsd:double ;
screla:hasBaseUnit units:second .
units:siemensPerKilogram
a units:UnitDefinedByProduct ;
mrela:hasOperand units:perKilogram , units:siemens .
units:meterPerSecondSquared
a units:UnitDefinedByProduct ;
mrela:hasOperand units:meter , units:perSecondSquared .
units:perMole a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-1"^^xsd:double ;
screla:hasBaseUnit units:mole .
units:wattPerMeterPerKelvin
a units:UnitDefinedByProduct ;
mrela:hasOperand units:perKelvin , units:perMeter , units:watt .
units:normalizedUnit a units:BaseUnit .
units:perPascal a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-1"^^xsd:double ;
screla:hasBaseUnit units:pascal .
units:UnitDefinedByProduct
a owl:Class ;
rdfs:subClassOf oper:Product , units:ComplexUnit .
units:meterSquared a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "2"^^xsd:double ;
screla:hasBaseUnit units:meter .
units:FTU a units:Unit ;
owl:sameAs units:FNU , units:FormazinTurbidityUnit .
units:kelvinPerMeter a units:UnitDefinedByProduct ;
mrela:hasOperand units:perMeter , units:kelvin .
units:pascalPerSecond
a units:UnitDefinedByProduct ;
mrela:hasOperand units:pascal , units:perSecond ;
screla:hasSymbol "pa/s" .
units:perVolt a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-1"^^xsd:double ;
screla:hasBaseUnit units:volt .
units:ComplexUnit a owl:Class ;
rdfs:subClassOf units:Unit ;
owl:disjointWith units:BaseUnit .
units:steradian a units:BaseUnit ;
screla:hasSymbol "sr" .
units:permil a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "0.001"^^xsd:double ;
screla:hasBaseUnit units:ratio .
units:kilohertz a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "1000."^^xsd:double ;
screla:hasBaseUnit units:hertz ;
screla:hasPrefix units:kilo .
units:radian a units:BaseUnit ;
screla:hasSymbol "rad" .
units:perSteradian a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-1"^^xsd:double ;
screla:hasBaseUnit units:steradian .
units:meter a units:BaseUnit ;
screla:hasSymbol "m" ;
owl:sameAs units:metre .
units:kilogram a units:BaseUnit ;
screla:hasSymbol "kg" .
units:meterSquaredPerSecondSquared
a units:UnitDefinedByProduct ;
mrela:hasOperand units:meterSquared , units:perSecondSquared .
units:henryPerMeter a units:UnitDefinedByProduct ;
mrela:hasOperand units:perMeter , units:henry .
units:degreeC a units:UnitDerivedByShifting ;
mrela:hasShiftingNumber "-273"^^xsd:double ;
screla:hasBaseUnit units:kelvin ;
screla:hasSymbol "C" .
units:mega a units:Prefix ;
screla:hasNumericValue 1e6 ;
screla:hasSymbol "M" .
units:million_km3 a units:UnitDerivedByScaling ;
mrela:hasScalingNumber 1e-15 ;
screla:hasBaseUnit units:meterCubed .
units:perMeterCubed a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-3"^^xsd:double ;
screla:hasBaseUnit units:meter .
units:perRadian a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-1"^^xsd:double ;
screla:hasBaseUnit units:radian .
units:ppmv a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "0.000001"^^xsd:double ;
screla:hasBaseUnit units:volumeRatio .
units:lumen a units:UnitDefinedByProduct ;
mrela:hasOperand units:candela , units:steradian .
units:ohm a units:UnitDefinedByProduct ;
mrela:hasOperand units:kilogram , units:meterSquared , units:perAmpereSquared , units:perSecondCubed .
units:FNU a units:Unit .
units:UnitDerivedByRaisingToPower
a owl:Class ;
rdfs:subClassOf units:ComplexUnit .
units:meterPerSecond a units:UnitDefinedByProduct ;
mrela:hasOperand units:meter , units:perSecond .
units:century a units:UnitDerivedByScaling ;
mrela:hasScalingNumber 3.1556926E09 ;
screla:hasBaseUnit units:second .
units:perKilogramMole
a units:UnitDefinedByProduct ;
mrela:hasOperand units:mole , units:perKilogram .
units:terahertz a units:UnitDerivedByScaling ;
mrela:hasScalingNumber 1.E12 ;
screla:hasBaseUnit units:hertz ;
screla:hasPrefix units:tera .
units:month a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "2629744"^^xsd:double ;
screla:hasBaseUnit units:second .
units:kilometer a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "1000."^^xsd:double ;
screla:hasBaseUnit units:meter ;
screla:hasPrefix units:kilo .
units:joulePerMolePerKelvin
a units:UnitDefinedByProduct ;
mrela:hasOperand units:joule , units:perMole , units:perKelvin .
units:wattPerMeterSquaredPerSteradian
a units:UnitDefinedByProduct ;
mrela:hasOperand units:wattPerMeterSquared , units:perSteradian .
units:siemensPerMeter
a units:UnitDefinedByProduct ;
mrela:hasOperand units:perMeter , units:siemens .
units:degreeF a units:UnitDerivedByShifting ;
mrela:hasScalingNumber "1.8"^^xsd:double ;
mrela:hasShiftingNumber "32"^^xsd:double ;
screla:hasBaseUnit units:degreeC .
units:kilo a units:Prefix ;
screla:hasNumericValue 1e3 ;
screla:hasSymbol "k" .
units:henry a units:UnitDefinedByProduct ;
mrela:hasOperand units:kilogram , units:meterSquared , units:perAmpereSquared , units:perSecondSquared .
units:ppbv a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "0.000000001"^^xsd:double ;
screla:hasBaseUnit units:volumeRatio .
units:UnitDerivedByScaling
a owl:Class ;
rdfs:subClassOf units:ComplexUnit .
units:FormazinTurbidityUnit
a units:Unit .
units:joulePerKelvin a units:UnitDefinedByProduct ;
mrela:hasOperand units:joule , units:perKelvin .
units:exa a units:Prefix ;
screla:hasNumericValue 1e18 ;
screla:hasSymbol "E" .
units:watt a units:UnitDefinedByProduct ;
mrela:hasOperand units:perSecond , units:joule .
units:coulomb a units:UnitDefinedByProduct ;
mrela:hasOperand units:ampere , units:second ;
screla:hasSymbol "C" .
units:ppt a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "0.000000000001"^^xsd:double ;
screla:hasBaseUnit units:ratio .
units:joulePerTesla a units:UnitDefinedByProduct ;
mrela:hasOperand units:perTesla , units:joule .
units:kilogramMeterPerSecond
a units:UnitDefinedByProduct ;
mrela:hasOperand units:kilogram , units:meter , units:perSecond .
units:tesla a units:UnitDefinedByProduct ;
mrela:hasOperand units:weber , units:perMeterSquared .
units:meterCubedPerKilogram
a units:UnitDefinedByProduct ;
mrela:hasOperand units:perKilogram , units:meterCubed .
units:hertz a units:UnitDerivedByRaisingToPower .
units:millenium a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "1000"^^xsd:double ;
screla:hasBaseUnit units:year .
units:perSecondCubed a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-3"^^xsd:double ;
screla:hasBaseUnit units:second .
units:ampere a units:BaseUnit ;
screla:hasSymbol "a" .
units:percent a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "0.01"^^xsd:double ;
screla:hasBaseUnit units:ratio .
units:voltPerMeter a units:UnitDefinedByProduct ;
mrela:hasOperand units:perMeter , units:volt .
units:perMil a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "0.001"^^xsd:double ;
screla:hasBaseUnit units:ratio .
units:perSecondSquared
a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-2"^^xsd:double ;
screla:hasBaseUnit units:second .
units:second a units:BaseUnit ;
screla:hasSymbol "s" .
units:hour a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "3600"^^xsd:double ;
screla:hasBaseUnit units:second .
units:meterPerKelvin a units:UnitDefinedByProduct ;
mrela:hasOperand units:meter , units:perKelvin .
units:degrees a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "57.2957795"^^xsd:double ;
screla:hasBaseUnit units:radian .
units:secondSquared a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "2"^^xsd:double ;
screla:hasBaseUnit units:second .
units:Prefix a owl:Class ;
rdfs:subClassOf repr:Measurement .
<> a owl:Ontology ;
rdfs:label "SWEET Ontology" ;
owl:imports <reprMathOperation> , <relaSci> , <relaMath> , <repr> ;
owl:versionInfo "3.1.0" .
units:wattPerMeterSquaredPerKelvin
a units:UnitDefinedByProduct ;
mrela:hasOperand units:wattPerMeterSquared , units:perKelvin .
units:wattPerMeterSquaredPerSteradianPerWavelength
a units:UnitDefinedByProduct ;
mrela:hasOperand units:wattPerMeterSquared , units:perMeter , units:perSteradian .
units:coulombPerMeterCubed
a units:UnitDefinedByProduct ;
mrela:hasOperand units:perMeterCubed , units:coulomb .
units:ppb a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "0.000000001"^^xsd:double ;
screla:hasBaseUnit units:ratio .
units:perAmpere a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-1"^^xsd:double ;
screla:hasBaseUnit units:ampere .
units:perCandela a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-1"^^xsd:double ;
screla:hasBaseUnit units:candela .
units:ohmMeter a units:UnitDefinedByProduct ;
mrela:hasOperand units:meter , units:ohm .
units:perSecond a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-1"^^xsd:double ;
screla:hasBaseUnit units:second ;
screla:hasSymbol "Hz" ;
owl:sameAs units:hertz .
units:kilogramPerMeterCubed
a units:UnitDefinedByProduct ;
mrela:hasOperand units:kilogram , units:perMeterCubed .
units:meterSquaredPerKilogram
a units:UnitDefinedByProduct ;
mrela:hasOperand units:meterSquared , units:perKilogram .
units:newtonMeter a units:UnitDefinedByProduct ;
mrela:hasOperand units:newton , units:meter .
units:volt a units:UnitDefinedByProduct ;
mrela:hasOperand units:kilogram , units:meterSquared , units:perAmpere , units:perSecondCubed ;
screla:hasSymbol "V" .
units:millimeter a units:UnitDerivedByScaling ;
mrela:hasScalingNumber 1.E-3 ;
screla:hasBaseUnit units:meter ;
screla:hasPrefix units:milli .
units:nanometer a units:UnitDerivedByScaling ;
mrela:hasScalingNumber 1.E-9 ;
screla:hasBaseUnit units:meter ;
screla:hasPrefix units:nano .
units:radianPerSecond
a units:UnitDefinedByProduct ;
mrela:hasOperand units:radian , units:perSecond .
units:perAmpereSquared
a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-2"^^xsd:double ;
screla:hasBaseUnit units:ampere .
units:meterSquaredPerSecond
a units:UnitDefinedByProduct ;
mrela:hasOperand units:meterSquared , units:perSecond .
units:kilogramRadianPerSecond
a units:UnitDefinedByProduct ;
mrela:hasOperand units:kilogram , units:radian , units:perSecond .
units:centi a units:Prefix ;
screla:hasNumericValue 1E-2 ;
screla:hasSymbol "c" .
units:BaseUnit a owl:Class ;
rdfs:subClassOf units:Unit .
units:volumeRatio a units:BaseUnit .
units:ampereSquared a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "2"^^xsd:double ;
screla:hasBaseUnit units:ampere .
units:kilometerPerHour
a units:UnitDerivedByScaling ;
mrela:hasScalingNumber "0.27777777"^^xsd:double ;
screla:hasBaseUnit units:meterPerSecond .
units:faradPerMeter a units:UnitDefinedByProduct ;
mrela:hasOperand units:perMeter , units:farad .
units:amperePerMeterSquared
a units:UnitDefinedByProduct ;
mrela:hasOperand units:ampere , units:perMeterSquared .
units:newton a units:UnitDefinedByProduct ;
mrela:hasOperand units:kilogram , units:meter , units:perSecondSquared ;
screla:hasSymbol "N" .
units:deca a units:Prefix ;
screla:hasNumericValue "10"^^xsd:double ;
screla:hasSymbol "da" .
units:MHz a units:UnitDerivedByScaling .
units:perMeter a units:UnitDerivedByRaisingToPower ;
mrela:toThePower "-1"^^xsd:double ;
screla:hasBaseUnit units:meter .
units:tera a units:Prefix ;
screla:hasNumericValue 1e12 ;
screla:hasSymbol "T" .
units:peta a units:Prefix ;
screla:hasNumericValue 1e15 ;
screla:hasSymbol "P" .
@prefix : <http://sweetontology.net/reprSciUnits/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://sweetontology.net/reprSciUnits> .
<http://sweetontology.net/reprSciUnits> rdf:type owl:Ontology ;
owl:imports <http://sweetontology.net/relaMath> ,
<http://sweetontology.net/relaSci> ,
<http://sweetontology.net/repr> ,
<http://sweetontology.net/reprMathOperation> ;
rdfs:label "SWEET Ontology" ;
owl:versionInfo "3.1.0" .
#################################################################
# Annotation properties
#################################################################
### http://sweetontology.net/relaMath/hasOperand
<http://sweetontology.net/relaMath/hasOperand> rdf:type owl:AnnotationProperty .
### http://sweetontology.net/relaMath/hasScalingNumber
<http://sweetontology.net/relaMath/hasScalingNumber> rdf:type owl:AnnotationProperty .
### http://sweetontology.net/relaMath/hasShiftingNumber
<http://sweetontology.net/relaMath/hasShiftingNumber> rdf:type owl:AnnotationProperty .
### http://sweetontology.net/relaMath/toThePower
<http://sweetontology.net/relaMath/toThePower> rdf:type owl:AnnotationProperty .
### http://sweetontology.net/relaSci/hasBaseUnit
<http://sweetontology.net/relaSci/hasBaseUnit> rdf:type owl:AnnotationProperty .
### http://sweetontology.net/relaSci/hasNumericValue
<http://sweetontology.net/relaSci/hasNumericValue> rdf:type owl:AnnotationProperty .
### http://sweetontology.net/relaSci/hasPrefix
<http://sweetontology.net/relaSci/hasPrefix> rdf:type owl:AnnotationProperty .
### http://sweetontology.net/relaSci/hasSymbol
<http://sweetontology.net/relaSci/hasSymbol> rdf:type owl:AnnotationProperty .
#################################################################
# Object Properties
#################################################################
### http://sweetontology.net/relaMath/hasScale
<http://sweetontology.net/relaMath/hasScale> rdf:type owl:ObjectProperty .
#################################################################
# Classes
#################################################################
### http://sweetontology.net/repr/LogarithmicScale
<http://sweetontology.net/repr/LogarithmicScale> rdf:type owl:Class .
### http://sweetontology.net/repr/Measurement
<http://sweetontology.net/repr/Measurement> rdf:type owl:Class .
### http://sweetontology.net/reprMathOperation/Product
<http://sweetontology.net/reprMathOperation/Product> rdf:type owl:Class .
### http://sweetontology.net/reprSciUnits/BaseUnit
:BaseUnit rdf:type owl:Class ;
rdfs:subClassOf :Unit ;
owl:disjointWith :ComplexUnit .
### http://sweetontology.net/reprSciUnits/ComplexUnit
:ComplexUnit rdf:type owl:Class ;
rdfs:subClassOf :Unit .
### http://sweetontology.net/reprSciUnits/LogarithmicUnit
:LogarithmicUnit rdf:type owl:Class ;
rdfs:subClassOf :Unit ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://sweetontology.net/relaMath/hasScale> ;
owl:allValuesFrom <http://sweetontology.net/repr/LogarithmicScale>
] .
### http://sweetontology.net/reprSciUnits/Prefix
:Prefix rdf:type owl:Class ;
rdfs:subClassOf <http://sweetontology.net/repr/Measurement> .
### http://sweetontology.net/reprSciUnits/Unit
:Unit rdf:type owl:Class ;
rdfs:subClassOf <http://sweetontology.net/repr/Measurement> .
### http://sweetontology.net/reprSciUnits/UnitDefinedByProduct
:UnitDefinedByProduct rdf:type owl:Class ;
rdfs:subClassOf <http://sweetontology.net/reprMathOperation/Product> ,
:ComplexUnit .
### http://sweetontology.net/reprSciUnits/UnitDerivedByRaisingToPower
:UnitDerivedByRaisingToPower rdf:type owl:Class ;
rdfs:subClassOf :ComplexUnit .
### http://sweetontology.net/reprSciUnits/UnitDerivedByScaling
:UnitDerivedByScaling rdf:type owl:Class ;
rdfs:subClassOf :ComplexUnit .
### http://sweetontology.net/reprSciUnits/UnitDerivedByShifting
:UnitDerivedByShifting rdf:type owl:Class ;
rdfs:subClassOf :ComplexUnit .
#################################################################
# Individuals
#################################################################
### http://sweetontology.net/reprSciUnits/FNU
:FNU rdf:type owl:NamedIndividual ,
:Unit ;
owl:sameAs :FTU .
### http://sweetontology.net/reprSciUnits/FTU
:FTU rdf:type owl:NamedIndividual ,
:Unit ;
owl:sameAs :FormazinTurbidityUnit .
### http://sweetontology.net/reprSciUnits/FormazinTurbidityUnit
:FormazinTurbidityUnit rdf:type owl:NamedIndividual ,
:Unit .
### http://sweetontology.net/reprSciUnits/MHz
:MHz rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
owl:sameAs :megahertz .
### http://sweetontology.net/reprSciUnits/MYA
:MYA rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1000.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :year .
### http://sweetontology.net/reprSciUnits/ampere
:ampere rdf:type owl:NamedIndividual ,
:BaseUnit ;
<http://sweetontology.net/relaSci/hasSymbol> "a" .
### http://sweetontology.net/reprSciUnits/amperePerMeter
:amperePerMeter rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :ampere ,
:perMeter .
### http://sweetontology.net/reprSciUnits/amperePerMeterSquared
:amperePerMeterSquared rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :ampere ,
:perMeterSquared .
### http://sweetontology.net/reprSciUnits/ampereSquared
:ampereSquared rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "2.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :ampere .
### http://sweetontology.net/reprSciUnits/arcminute
:arcminute rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "2.909E-4"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :radian .
### http://sweetontology.net/reprSciUnits/arcsecond
:arcsecond rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "4.848E-6"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :radian .
### http://sweetontology.net/reprSciUnits/candela
:candela rdf:type owl:NamedIndividual ,
:BaseUnit ;
<http://sweetontology.net/relaSci/hasSymbol> "cd" .
### http://sweetontology.net/reprSciUnits/candelaPerMeterSquared
:candelaPerMeterSquared rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :candela ,
:perMeterSquared .
### http://sweetontology.net/reprSciUnits/centi
:centi rdf:type owl:NamedIndividual ,
:Prefix ;
<http://sweetontology.net/relaSci/hasNumericValue> "0.01"^^xsd:double ;
<http://sweetontology.net/relaSci/hasSymbol> "c" .
### http://sweetontology.net/reprSciUnits/centimeter
:centimeter rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "0.01"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :meter ;
<http://sweetontology.net/relaSci/hasPrefix> :centi .
### http://sweetontology.net/reprSciUnits/century
:century rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "3.1556926E9"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :second .
### http://sweetontology.net/reprSciUnits/coulomb
:coulomb rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :ampere ,
:second ;
<http://sweetontology.net/relaSci/hasSymbol> "C" .
### http://sweetontology.net/reprSciUnits/coulombMeter
:coulombMeter rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :coulomb ,
:meter .
### http://sweetontology.net/reprSciUnits/coulombPerMeterCubed
:coulombPerMeterCubed rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :coulomb ,
:perMeterCubed .
### http://sweetontology.net/reprSciUnits/coulombPerMeterSquared
:coulombPerMeterSquared rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :coulomb ,
:perMeterSquared .
### http://sweetontology.net/reprSciUnits/day
:day rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "86400.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :second .
### http://sweetontology.net/reprSciUnits/db
:db rdf:type owl:NamedIndividual ,
:LogarithmicUnit .
### http://sweetontology.net/reprSciUnits/deca
:deca rdf:type owl:NamedIndividual ,
:Prefix ;
<http://sweetontology.net/relaSci/hasNumericValue> "10.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasSymbol> "da" .
### http://sweetontology.net/reprSciUnits/decade
:decade rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "3.1556926E8"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :second .
### http://sweetontology.net/reprSciUnits/degreeC
:degreeC rdf:type owl:NamedIndividual ,
:UnitDerivedByShifting ;
<http://sweetontology.net/relaMath/hasShiftingNumber> "-273.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :kelvin ;
<http://sweetontology.net/relaSci/hasSymbol> "C" .
### http://sweetontology.net/reprSciUnits/degreeF
:degreeF rdf:type owl:NamedIndividual ,
:UnitDerivedByShifting ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1.8"^^xsd:double ;
<http://sweetontology.net/relaMath/hasShiftingNumber> "32.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :degreeC .
### http://sweetontology.net/reprSciUnits/degrees
:degrees rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "57.2957795"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :radian .
### http://sweetontology.net/reprSciUnits/dimensionlessUnit
:dimensionlessUnit rdf:type owl:NamedIndividual ,
:BaseUnit .
### http://sweetontology.net/reprSciUnits/exa
:exa rdf:type owl:NamedIndividual ,
:Prefix ;
<http://sweetontology.net/relaSci/hasNumericValue> "1.0E18"^^xsd:double ;
<http://sweetontology.net/relaSci/hasSymbol> "E" .
### http://sweetontology.net/reprSciUnits/farad
:farad rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :coulomb ,
:perVolt ;
<http://sweetontology.net/relaSci/hasSymbol> "F" .
### http://sweetontology.net/reprSciUnits/faradPerMeter
:faradPerMeter rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :farad ,
:perMeter .
### http://sweetontology.net/reprSciUnits/giga
:giga rdf:type owl:NamedIndividual ,
:Prefix ;
<http://sweetontology.net/relaSci/hasNumericValue> "1.0E9"^^xsd:double ;
<http://sweetontology.net/relaSci/hasSymbol> "G" .
### http://sweetontology.net/reprSciUnits/gigahertz
:gigahertz rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1.0E9"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :hertz ;
<http://sweetontology.net/relaSci/hasPrefix> :giga .
### http://sweetontology.net/reprSciUnits/hecto
:hecto rdf:type owl:NamedIndividual ,
:Prefix ;
<http://sweetontology.net/relaSci/hasNumericValue> "100.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasSymbol> "h" .
### http://sweetontology.net/reprSciUnits/henry
:henry rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :kilogram ,
:meterSquared ,
:perAmpereSquared ,
:perSecondSquared .
### http://sweetontology.net/reprSciUnits/henryPerMeter
:henryPerMeter rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :henry ,
:perMeter .
### http://sweetontology.net/reprSciUnits/hertz
:hertz rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
owl:sameAs :perSecond .
### http://sweetontology.net/reprSciUnits/hour
:hour rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "3600.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :second .
### http://sweetontology.net/reprSciUnits/joule
:joule rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :kilogram ,
:perSecondSquared ;
<http://sweetontology.net/relaSci/hasSymbol> "J" .
### http://sweetontology.net/reprSciUnits/joulePerKelvin
:joulePerKelvin rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :joule ,
:perKelvin .
### http://sweetontology.net/reprSciUnits/joulePerKilogram
:joulePerKilogram rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :joule ,
:perKilogram .
### http://sweetontology.net/reprSciUnits/joulePerKilogramPerKelvin
:joulePerKilogramPerKelvin rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :joule ,
:perKelvin ,
:perKilogram .
### http://sweetontology.net/reprSciUnits/joulePerMeterCubedPerKelvin
:joulePerMeterCubedPerKelvin rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :joule ,
:perKelvin ,
:perMeterCubed .
### http://sweetontology.net/reprSciUnits/joulePerMeterSquared
:joulePerMeterSquared rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :joule ,
:perMeterSquared .
### http://sweetontology.net/reprSciUnits/joulePerMolePerKelvin
:joulePerMolePerKelvin rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :joule ,
:perKelvin ,
:perMole .
### http://sweetontology.net/reprSciUnits/joulePerTesla
:joulePerTesla rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :joule ,
:perTesla .
### http://sweetontology.net/reprSciUnits/jouleSecond
:jouleSecond rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :joule ,
:second .
### http://sweetontology.net/reprSciUnits/kelvin
:kelvin rdf:type owl:NamedIndividual ,
:BaseUnit ;
<http://sweetontology.net/relaSci/hasSymbol> "K" .
### http://sweetontology.net/reprSciUnits/kelvinPerMeter
:kelvinPerMeter rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :kelvin ,
:perMeter .
### http://sweetontology.net/reprSciUnits/kilo
:kilo rdf:type owl:NamedIndividual ,
:Prefix ;
<http://sweetontology.net/relaSci/hasNumericValue> "1000.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasSymbol> "k" .
### http://sweetontology.net/reprSciUnits/kilogram
:kilogram rdf:type owl:NamedIndividual ,
:BaseUnit ;
<http://sweetontology.net/relaSci/hasSymbol> "kg" .
### http://sweetontology.net/reprSciUnits/kilogramMeterPerSecond
:kilogramMeterPerSecond rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :kilogram ,
:meter ,
:perSecond .
### http://sweetontology.net/reprSciUnits/kilogramPerMeterCubed
:kilogramPerMeterCubed rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :kilogram ,
:perMeterCubed .
### http://sweetontology.net/reprSciUnits/kilogramPerMeterSquared
:kilogramPerMeterSquared rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :kilogram ,
:perMeterSquared .
### http://sweetontology.net/reprSciUnits/kilogramRadianPerSecond
:kilogramRadianPerSecond rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :kilogram ,
:perSecond ,
:radian .
### http://sweetontology.net/reprSciUnits/kilohertz
:kilohertz rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1000.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :hertz ;
<http://sweetontology.net/relaSci/hasPrefix> :kilo .
### http://sweetontology.net/reprSciUnits/kilometer
:kilometer rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1000.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :meter ;
<http://sweetontology.net/relaSci/hasPrefix> :kilo .
### http://sweetontology.net/reprSciUnits/kilometerPerHour
:kilometerPerHour rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "0.27777777"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :meterPerSecond .
### http://sweetontology.net/reprSciUnits/lumen
:lumen rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :candela ,
:steradian .
### http://sweetontology.net/reprSciUnits/lux
:lux rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :candela ,
:lumen ,
:perMeterSquared ;
<http://sweetontology.net/relaSci/hasSymbol> "Lx" .
### http://sweetontology.net/reprSciUnits/mega
:mega rdf:type owl:NamedIndividual ,
:Prefix ;
<http://sweetontology.net/relaSci/hasNumericValue> "1000000.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasSymbol> "M" .
### http://sweetontology.net/reprSciUnits/megahertz
:megahertz rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1000000.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :hertz ;
<http://sweetontology.net/relaSci/hasPrefix> :mega .
### http://sweetontology.net/reprSciUnits/meter
:meter rdf:type owl:NamedIndividual ,
:BaseUnit ;
owl:sameAs :metre ;
<http://sweetontology.net/relaSci/hasSymbol> "m" .
### http://sweetontology.net/reprSciUnits/meterCubed
:meterCubed rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "3.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :meter .
### http://sweetontology.net/reprSciUnits/meterCubedPerKelvin
:meterCubedPerKelvin rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :meterCubed ,
:perKelvin .
### http://sweetontology.net/reprSciUnits/meterCubedPerKilogram
:meterCubedPerKilogram rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :meterCubed ,
:perKilogram .
### http://sweetontology.net/reprSciUnits/meterCubedPerSecond
:meterCubedPerSecond rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :meterCubed ,
:perSecond .
### http://sweetontology.net/reprSciUnits/meterPerKelvin
:meterPerKelvin rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :meter ,
:perKelvin .
### http://sweetontology.net/reprSciUnits/meterPerSecond
:meterPerSecond rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :meter ,
:perSecond .
### http://sweetontology.net/reprSciUnits/meterPerSecondSquared
:meterPerSecondSquared rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :meter ,
:perSecondSquared .
### http://sweetontology.net/reprSciUnits/meterSquared
:meterSquared rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "2.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :meter .
### http://sweetontology.net/reprSciUnits/meterSquaredPerKilogram
:meterSquaredPerKilogram rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :meterSquared ,
:perKilogram .
### http://sweetontology.net/reprSciUnits/meterSquaredPerSecond
:meterSquaredPerSecond rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :meterSquared ,
:perSecond .
### http://sweetontology.net/reprSciUnits/meterSquaredPerSecondSquared
:meterSquaredPerSecondSquared rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :meterSquared ,
:perSecondSquared .
### http://sweetontology.net/reprSciUnits/metre
:metre rdf:type owl:NamedIndividual ,
:BaseUnit .
### http://sweetontology.net/reprSciUnits/micro
:micro rdf:type owl:NamedIndividual ,
:Prefix ;
<http://sweetontology.net/relaSci/hasNumericValue> "1.0E-6"^^xsd:double .
### http://sweetontology.net/reprSciUnits/micrometer
:micrometer rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
owl:sameAs :micron ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1.0E-6"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :meter ;
<http://sweetontology.net/relaSci/hasPrefix> :micro .
### http://sweetontology.net/reprSciUnits/micron
:micron rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling .
### http://sweetontology.net/reprSciUnits/millenium
:millenium rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1000.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :year .
### http://sweetontology.net/reprSciUnits/milli
:milli rdf:type owl:NamedIndividual ,
:Prefix ;
<http://sweetontology.net/relaSci/hasNumericValue> "0.001"^^xsd:double ;
<http://sweetontology.net/relaSci/hasSymbol> "m" .
### http://sweetontology.net/reprSciUnits/millimeter
:millimeter rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "0.001"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :meter ;
<http://sweetontology.net/relaSci/hasPrefix> :milli .
### http://sweetontology.net/reprSciUnits/million_km2
:million_km2 rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1.0E-12"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :meterSquared .
### http://sweetontology.net/reprSciUnits/million_km3
:million_km3 rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1.0E-15"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :meterCubed .
### http://sweetontology.net/reprSciUnits/minute
:minute rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "60.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :second .
### http://sweetontology.net/reprSciUnits/mole
:mole rdf:type owl:NamedIndividual ,
:BaseUnit ;
<http://sweetontology.net/relaSci/hasSymbol> "mol" .
### http://sweetontology.net/reprSciUnits/month
:month rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "2629744.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :second .
### http://sweetontology.net/reprSciUnits/nano
:nano rdf:type owl:NamedIndividual ,
:Prefix ;
<http://sweetontology.net/relaSci/hasNumericValue> "1.0E-9"^^xsd:double ;
<http://sweetontology.net/relaSci/hasSymbol> "n" .
### http://sweetontology.net/reprSciUnits/nanometer
:nanometer rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1.0E-9"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :meter ;
<http://sweetontology.net/relaSci/hasPrefix> :nano .
### http://sweetontology.net/reprSciUnits/newton
:newton rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :kilogram ,
:meter ,
:perSecondSquared ;
<http://sweetontology.net/relaSci/hasSymbol> "N" .
### http://sweetontology.net/reprSciUnits/newtonMeter
:newtonMeter rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :meter ,
:newton .
### http://sweetontology.net/reprSciUnits/newtonPerMeter
:newtonPerMeter rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :newton ,
:perMeter .
### http://sweetontology.net/reprSciUnits/normalizedUnit
:normalizedUnit rdf:type owl:NamedIndividual ,
:BaseUnit .
### http://sweetontology.net/reprSciUnits/ohm
:ohm rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :kilogram ,
:meterSquared ,
:perAmpereSquared ,
:perSecondCubed .
### http://sweetontology.net/reprSciUnits/ohmMeter
:ohmMeter rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :meter ,
:ohm .
### http://sweetontology.net/reprSciUnits/pascal
:pascal rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :newton ,
:perMeterSquared ;
<http://sweetontology.net/relaSci/hasSymbol> "Pa" .
### http://sweetontology.net/reprSciUnits/pascalPerSecond
:pascalPerSecond rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :pascal ,
:perSecond ;
<http://sweetontology.net/relaSci/hasSymbol> "pa/s" .
### http://sweetontology.net/reprSciUnits/pascalSecond
:pascalSecond rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :pascal ,
:second .
### http://sweetontology.net/reprSciUnits/perAmpere
:perAmpere rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-1.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :ampere .
### http://sweetontology.net/reprSciUnits/perAmpereSquared
:perAmpereSquared rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-2.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :ampere .
### http://sweetontology.net/reprSciUnits/perCandela
:perCandela rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-1.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :candela .
### http://sweetontology.net/reprSciUnits/perKelvin
:perKelvin rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-1.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :kelvin .
### http://sweetontology.net/reprSciUnits/perKilogram
:perKilogram rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-1.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :kilogram .
### http://sweetontology.net/reprSciUnits/perKilogramMeterSquaredPerSecondKelvin
:perKilogramMeterSquaredPerSecondKelvin rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :kelvin ,
:meterSquared ,
:perKilogram ,
:perSecond .
### http://sweetontology.net/reprSciUnits/perKilogramMole
:perKilogramMole rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :mole ,
:perKilogram .
### http://sweetontology.net/reprSciUnits/perMeter
:perMeter rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-1.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :meter .
### http://sweetontology.net/reprSciUnits/perMeterCubed
:perMeterCubed rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-3.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :meter .
### http://sweetontology.net/reprSciUnits/perMeterSquared
:perMeterSquared rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-2.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :meter .
### http://sweetontology.net/reprSciUnits/perMil
:perMil rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "0.001"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :ratio .
### http://sweetontology.net/reprSciUnits/perMole
:perMole rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-1.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :mole .
### http://sweetontology.net/reprSciUnits/perPascal
:perPascal rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-1.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :pascal .
### http://sweetontology.net/reprSciUnits/perRadian
:perRadian rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-1.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :radian .
### http://sweetontology.net/reprSciUnits/perSecond
:perSecond rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-1.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :second ;
<http://sweetontology.net/relaSci/hasSymbol> "Hz" .
### http://sweetontology.net/reprSciUnits/perSecondCubed
:perSecondCubed rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-3.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :second .
### http://sweetontology.net/reprSciUnits/perSecondSquared
:perSecondSquared rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-2.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :second .
### http://sweetontology.net/reprSciUnits/perSteradian
:perSteradian rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-1.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :steradian .
### http://sweetontology.net/reprSciUnits/perTesla
:perTesla rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-1.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :tesla .
### http://sweetontology.net/reprSciUnits/perVolt
:perVolt rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-1.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :volt .
### http://sweetontology.net/reprSciUnits/percent
:percent rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "0.01"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :ratio .
### http://sweetontology.net/reprSciUnits/permil
:permil rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "0.001"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :ratio .
### http://sweetontology.net/reprSciUnits/peta
:peta rdf:type owl:NamedIndividual ,
:Prefix ;
<http://sweetontology.net/relaSci/hasNumericValue> "1.0E15"^^xsd:double ;
<http://sweetontology.net/relaSci/hasSymbol> "P" .
### http://sweetontology.net/reprSciUnits/ppb
:ppb rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1.0E-9"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :ratio .
### http://sweetontology.net/reprSciUnits/ppbv
:ppbv rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1.0E-9"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :volumeRatio .
### http://sweetontology.net/reprSciUnits/ppm
:ppm rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1.0E-6"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :ratio .
### http://sweetontology.net/reprSciUnits/ppmv
:ppmv rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1.0E-6"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :volumeRatio .
### http://sweetontology.net/reprSciUnits/ppt
:ppt rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1.0E-12"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :ratio .
### http://sweetontology.net/reprSciUnits/pptv
:pptv rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1.0E-12"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :volumeRatio .
### http://sweetontology.net/reprSciUnits/radian
:radian rdf:type owl:NamedIndividual ,
:BaseUnit ;
<http://sweetontology.net/relaSci/hasSymbol> "rad" .
### http://sweetontology.net/reprSciUnits/radianPerSecond
:radianPerSecond rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :perSecond ,
:radian .
### http://sweetontology.net/reprSciUnits/radianPerSecondSquared
:radianPerSecondSquared rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :perSecondSquared ,
:radian .
### http://sweetontology.net/reprSciUnits/ratio
:ratio rdf:type owl:NamedIndividual ,
:BaseUnit .
### http://sweetontology.net/reprSciUnits/season
:season rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "7889232.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :second .
### http://sweetontology.net/reprSciUnits/second
:second rdf:type owl:NamedIndividual ,
:BaseUnit ;
<http://sweetontology.net/relaSci/hasSymbol> "s" .
### http://sweetontology.net/reprSciUnits/secondSquared
:secondSquared rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "2.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :second .
### http://sweetontology.net/reprSciUnits/siemens
:siemens rdf:type owl:NamedIndividual ,
:UnitDerivedByRaisingToPower ;
<http://sweetontology.net/relaMath/toThePower> "-1.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :ohm ;
<http://sweetontology.net/relaSci/hasSymbol> "G" .
### http://sweetontology.net/reprSciUnits/siemensPerKilogram
:siemensPerKilogram rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :perKilogram ,
:siemens .
### http://sweetontology.net/reprSciUnits/siemensPerMeter
:siemensPerMeter rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :perMeter ,
:siemens .
### http://sweetontology.net/reprSciUnits/steradian
:steradian rdf:type owl:NamedIndividual ,
:BaseUnit ;
<http://sweetontology.net/relaSci/hasSymbol> "sr" .
### http://sweetontology.net/reprSciUnits/tera
:tera rdf:type owl:NamedIndividual ,
:Prefix ;
<http://sweetontology.net/relaSci/hasNumericValue> "1.0E12"^^xsd:double ;
<http://sweetontology.net/relaSci/hasSymbol> "T" .
### http://sweetontology.net/reprSciUnits/terahertz
:terahertz rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "1.0E12"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :hertz ;
<http://sweetontology.net/relaSci/hasPrefix> :tera .
### http://sweetontology.net/reprSciUnits/tesla
:tesla rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :perMeterSquared ,
:weber .
### http://sweetontology.net/reprSciUnits/volt
:volt rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :kilogram ,
:meterSquared ,
:perAmpere ,
:perSecondCubed ;
<http://sweetontology.net/relaSci/hasSymbol> "V" .
### http://sweetontology.net/reprSciUnits/voltPerMeter
:voltPerMeter rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :perMeter ,
:volt .
### http://sweetontology.net/reprSciUnits/volumeRatio
:volumeRatio rdf:type owl:NamedIndividual ,
:BaseUnit .
### http://sweetontology.net/reprSciUnits/watt
:watt rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :joule ,
:perSecond .
### http://sweetontology.net/reprSciUnits/wattPerMeterPerKelvin
:wattPerMeterPerKelvin rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :perKelvin ,
:perMeter ,
:watt .
### http://sweetontology.net/reprSciUnits/wattPerMeterSquared
:wattPerMeterSquared rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :perMeterSquared ,
:watt .
### http://sweetontology.net/reprSciUnits/wattPerMeterSquaredPerKelvin
:wattPerMeterSquaredPerKelvin rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :perKelvin ,
:wattPerMeterSquared .
### http://sweetontology.net/reprSciUnits/wattPerMeterSquaredPerSteradian
:wattPerMeterSquaredPerSteradian rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :perSteradian ,
:wattPerMeterSquared .
### http://sweetontology.net/reprSciUnits/wattPerMeterSquaredPerSteradianPerWavelength
:wattPerMeterSquaredPerSteradianPerWavelength rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :perMeter ,
:perSteradian ,
:wattPerMeterSquared .
### http://sweetontology.net/reprSciUnits/weber
:weber rdf:type owl:NamedIndividual ,
:UnitDefinedByProduct ;
<http://sweetontology.net/relaMath/hasOperand> :kilogram ,
:meterSquared ,
:perAmpere ,
:perSecondSquared .
### http://sweetontology.net/reprSciUnits/week
:week rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "604800.0"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :second .
### http://sweetontology.net/reprSciUnits/year
:year rdf:type owl:NamedIndividual ,
:UnitDerivedByScaling ;
<http://sweetontology.net/relaMath/hasScalingNumber> "3.1556926E7"^^xsd:double ;
<http://sweetontology.net/relaSci/hasBaseUnit> :second .
### Generated by the OWL API (version 5.1.2.2017-10-13T07:13:07Z) https://github.com/owlcs/owlapi/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment