@prefix : . @prefix owl: . @prefix dcterms: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix sopropche: . @prefix soprope: . @prefix sorepmf: . @prefix sopropm: . @prefix sopropp: . @prefix rdfs: . @prefix sopropsm: . @prefix sopropt: . @prefix sopropst: . @prefix sorelph: . @prefix sorepsf: . @base . rdf:type owl:Ontology ; owl:imports , , , , , , , , ; rdfs:label "SWEET Ontology Representation Scientific Function" ; dcterms:license ; owl:versionInfo "3.6.0" . ################################################################# # Object Properties ################################################################# ### http://sweetontology.net/relaPhysical/hasConstantQuantity sorelph:hasConstantQuantity rdf:type owl:ObjectProperty . ################################################################# # Classes ################################################################# ### http://sweetontology.net/propChemical/Salinity sopropche:Salinity rdf:type owl:Class . ### http://sweetontology.net/propEnergy/Entropy soprope:Entropy rdf:type owl:Class . ### http://sweetontology.net/propMass/Density sopropm:Density rdf:type owl:Class . ### http://sweetontology.net/propPressure/Pressure sopropp:Pressure rdf:type owl:Class . ### http://sweetontology.net/propSpaceMultidimensional/Volume sopropsm:Volume rdf:type owl:Class . ### http://sweetontology.net/propSpaceThickness/Thickness sopropst:Thickness rdf:type owl:Class . ### http://sweetontology.net/propTemperature/Temperature sopropt:Temperature rdf:type owl:Class . ### http://sweetontology.net/reprSciFunction/AdiabaticInvariant sorepsf:AdiabaticInvariant rdf:type owl:Class ; rdfs:subClassOf sorepsf:Invariant , [ rdf:type owl:Restriction ; owl:onProperty sorelph:hasConstantQuantity ; owl:allValuesFrom soprope:Entropy ] ; rdfs:label "adiabatic invariant"@en . ### http://sweetontology.net/reprSciFunction/Invariant sorepsf:Invariant rdf:type owl:Class ; rdfs:subClassOf sorepmf:Function ; rdfs:label "invariant"@en . ### http://sweetontology.net/reprSciFunction/Isentrope sorepsf:Isentrope rdf:type owl:Class ; rdfs:subClassOf sorepsf:Isopleth , [ rdf:type owl:Restriction ; owl:onProperty sorelph:hasConstantQuantity ; owl:allValuesFrom soprope:Entropy ] ; rdfs:label "isentrope"@en . ### http://sweetontology.net/reprSciFunction/Isobar sorepsf:Isobar rdf:type owl:Class ; rdfs:subClassOf sorepsf:Isopleth , [ rdf:type owl:Restriction ; owl:onProperty sorelph:hasConstantQuantity ; owl:allValuesFrom sopropp:Pressure ] ; rdfs:label "isobar"@en . ### http://sweetontology.net/reprSciFunction/Isochore sorepsf:Isochore rdf:type owl:Class ; rdfs:subClassOf sorepsf:Isopleth , [ rdf:type owl:Restriction ; owl:onProperty sorelph:hasConstantQuantity ; owl:allValuesFrom sopropsm:Volume ] ; rdfs:label "isochore"@en . ### http://sweetontology.net/reprSciFunction/Isohaline sorepsf:Isohaline rdf:type owl:Class ; rdfs:subClassOf sorepsf:Isopleth , [ rdf:type owl:Restriction ; owl:onProperty sorelph:hasConstantQuantity ; owl:allValuesFrom sopropche:Salinity ] ; rdfs:label "isohaline"@en . ### http://sweetontology.net/reprSciFunction/Isopleth sorepsf:Isopleth rdf:type owl:Class ; rdfs:subClassOf sorepsf:Invariant ; rdfs:label "isopleth"@en . ### http://sweetontology.net/reprSciFunction/Isotere sorepsf:Isotere rdf:type owl:Class ; rdfs:subClassOf sorepsf:Isopleth , [ rdf:type owl:Restriction ; owl:onProperty sorelph:hasConstantQuantity ; owl:allValuesFrom sopropm:Density ] ; rdfs:label "isotere"@en . ### http://sweetontology.net/reprSciFunction/Isotherm sorepsf:Isotherm rdf:type owl:Class ; rdfs:subClassOf sorepsf:Isopleth , [ rdf:type owl:Restriction ; owl:onProperty sorelph:hasConstantQuantity ; owl:allValuesFrom sopropt:Temperature ] ; rdfs:label "isotherm"@en . ### http://sweetontology.net/reprSciFunction/ThicknessLine sorepsf:ThicknessLine rdf:type owl:Class ; rdfs:subClassOf sorepsf:Isopleth , [ rdf:type owl:Restriction ; owl:onProperty sorelph:hasConstantQuantity ; owl:allValuesFrom sopropst:Thickness ] ; rdfs:label "thickness line"@en . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi