@prefix : <http://sweetontology.net/propCapacity/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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 sopropcap: <http://sweetontology.net/propCapacity/> .
@prefix sopropm: <http://sweetontology.net/propMass/> .
@prefix sopropq: <http://sweetontology.net/propQuantity/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorepsu: <http://sweetontology.net/reprSciUnits/> .
@prefix sorelsc: <http://sweetontology.net/relaSci/> .
@base <http://sweetontology.net/propCapacity> .

<http://sweetontology.net/propCapacity> rdf:type owl:Ontology ;
                                         owl:imports <http://sweetontology.net/propMass> ,
                                                     <http://sweetontology.net/propQuantity> ,
                                                     <http://sweetontology.net/relaSci> ,
                                                     <http://sweetontology.net/reprSciUnits> ;
                                         rdfs:label "SWEET Ontology Property Capacity" ;
                                         dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                         owl:versionInfo "3.6.0" .

#################################################################
#    Object Properties
#################################################################

###  http://sweetontology.net/relaSci/hasDefaultUnit
sorelsc:hasDefaultUnit rdf:type owl:ObjectProperty .


#################################################################
#    Classes
#################################################################

###  http://sweetontology.net/propCapacity/Capacity
sopropcap:Capacity rdf:type owl:Class ;
              rdfs:subClassOf sopropq:PhysicalQuantity ;
              rdfs:label "capacity"@en .


###  http://sweetontology.net/propCapacity/CoefficientOfHeatTransfer
sopropcap:CoefficientOfHeatTransfer rdf:type owl:Class ;
                               rdfs:subClassOf sopropm:MaterialProperty ,
                                               sopropq:ThermodynamicQuantity ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty sorelsc:hasDefaultUnit ;
                                                 owl:hasValue sorepsu:wattPerMeterSquaredPerKelvin
                                               ] ;
                               rdfs:label "coefficient of heat transfer"@en .


###  http://sweetontology.net/propCapacity/CoefficientOfThermalExpansion
sopropcap:CoefficientOfThermalExpansion rdf:type owl:Class ;
                                   owl:equivalentClass sopropcap:ThermalExpansionCoefficient ;
                                   rdfs:subClassOf sopropm:MaterialProperty ,
                                                   sopropq:ThermodynamicQuantity ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty sorelsc:hasDefaultUnit ;
                                                     owl:hasValue sorepsu:perKelvin
                                                   ] ;
                                   rdfs:label "coefficient of thermal expansion"@en .


###  http://sweetontology.net/propCapacity/HeatCapacity
sopropcap:HeatCapacity rdf:type owl:Class ;
                  rdfs:subClassOf sopropcap:Capacity ,
                                  sopropq:ThermodynamicQuantity ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorelsc:hasDefaultUnit ;
                                    owl:hasValue sorepsu:joulePerKelvin
                                  ] ;
                  rdfs:label "heat capacity"@en .


###  http://sweetontology.net/propCapacity/LinearThermalExpansion
sopropcap:LinearThermalExpansion rdf:type owl:Class ;
                            rdfs:subClassOf sopropq:ThermodynamicQuantity ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty sorelsc:hasDefaultUnit ;
                                              owl:hasValue sorepsu:meterPerKelvin
                                            ] ;
                            rdfs:label "linear thermal expansion"@en .


###  http://sweetontology.net/propCapacity/MolarHeatCapacity
sopropcap:MolarHeatCapacity rdf:type owl:Class ;
                       rdfs:subClassOf sopropcap:Capacity ,
                                       sopropq:ThermodynamicQuantity ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty sorelsc:hasDefaultUnit ;
                                         owl:hasValue sorepsu:joulePerMolePerKelvin
                                       ] ;
                       rdfs:label "molar heat capacity"@en .


###  http://sweetontology.net/propCapacity/SpecificHeat
sopropcap:SpecificHeat rdf:type owl:Class ;
                  owl:equivalentClass sopropcap:SpecificHeatCapacity ;
                  rdfs:subClassOf sopropcap:Capacity ,
                                  sopropq:ThermodynamicQuantity ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorelsc:hasDefaultUnit ;
                                    owl:hasValue sorepsu:joulePerKilogramPerKelvin
                                  ] ;
                  rdfs:label "specific heat"@en .


###  http://sweetontology.net/propCapacity/SpecificHeatCapacity
sopropcap:SpecificHeatCapacity rdf:type owl:Class ;
                          rdfs:label "specific heat capacity"@en .


###  http://sweetontology.net/propCapacity/ThermalExpansionCoefficient
sopropcap:ThermalExpansionCoefficient rdf:type owl:Class ;
                                 rdfs:label "thermal expansion coefficient"@en .


###  http://sweetontology.net/propCapacity/VolumetricHeatCapacity
sopropcap:VolumetricHeatCapacity rdf:type owl:Class ;
                            rdfs:subClassOf sopropcap:Capacity ,
                                            sopropq:ThermodynamicQuantity ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty sorelsc:hasDefaultUnit ;
                                              owl:hasValue sorepsu:joulePerMeterCubedPerKelvin
                                            ] ;
                            rdfs:label "volumetric heat capacity"@en .


###  http://sweetontology.net/propCapacity/VolumetricThermalExpansion
sopropcap:VolumetricThermalExpansion rdf:type owl:Class ;
                                rdfs:subClassOf sopropcap:CoefficientOfThermalExpansion ;
                                rdfs:label "volumetric thermal expansion"@en .


###  http://sweetontology.net/propMass/MaterialProperty
sopropm:MaterialProperty rdf:type owl:Class .


###  http://sweetontology.net/propQuantity/PhysicalQuantity
sopropq:PhysicalQuantity rdf:type owl:Class .


###  http://sweetontology.net/propQuantity/ThermodynamicQuantity
sopropq:ThermodynamicQuantity rdf:type owl:Class .


#################################################################
#    Individuals
#################################################################

###  http://sweetontology.net/reprSciUnits/joulePerKelvin
sorepsu:joulePerKelvin rdf:type owl:NamedIndividual .


###  http://sweetontology.net/reprSciUnits/joulePerKilogramPerKelvin
sorepsu:joulePerKilogramPerKelvin rdf:type owl:NamedIndividual .


###  http://sweetontology.net/reprSciUnits/joulePerMeterCubedPerKelvin
sorepsu:joulePerMeterCubedPerKelvin rdf:type owl:NamedIndividual .


###  http://sweetontology.net/reprSciUnits/joulePerMolePerKelvin
sorepsu:joulePerMolePerKelvin rdf:type owl:NamedIndividual .


###  http://sweetontology.net/reprSciUnits/meterPerKelvin
sorepsu:meterPerKelvin rdf:type owl:NamedIndividual .


###  http://sweetontology.net/reprSciUnits/perKelvin
sorepsu:perKelvin rdf:type owl:NamedIndividual .


###  http://sweetontology.net/reprSciUnits/wattPerMeterSquaredPerKelvin
sorepsu:wattPerMeterSquaredPerKelvin rdf:type owl:NamedIndividual .


###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
