Skip to content

Commit

Permalink
update 223p.ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Mar 7, 2024
1 parent 746bc9f commit 96aec9a
Showing 1 changed file with 89 additions and 89 deletions.
178 changes: 89 additions & 89 deletions ontologies/223p.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,11 @@ s223:DifferentialSensor a s223:Class,
rdfs:label "Differential sensor" ;
rdfs:comment "A sensor that measures the difference of a quantity between any two points in the system." ;
rdfs:subClassOf s223:AbstractSensor ;
sh:property [ rdfs:comment "A Differential Sensor must have different values for hasObservationLocationHigh and hasObservationLocationLow." ;
sh:property [ rdfs:comment "A Differential Sensor must be defined in terms of the QuantityKind that is being measured." ;
sh:class qudt:QuantityKind ;
sh:minCount 1 ;
sh:path ( s223:observes qudt:hasQuantityKind ) ],
[ rdfs:comment "A Differential Sensor must have different values for hasObservationLocationHigh and hasObservationLocationLow." ;
sh:path s223:hasObservationLocationHigh ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Ensure that the values of hasObservationLocationHigh and hasObservationLocationLow are distinct." ;
Expand All @@ -1474,11 +1478,7 @@ WHERE {
$this s223:hasObservationLocationLow ?low .
FILTER (?high = ?low) .
}
""" ] ],
[ rdfs:comment "A Differential Sensor must be defined in terms of the QuantityKind that is being measured." ;
sh:class qudt:QuantityKind ;
sh:minCount 1 ;
sh:path ( s223:observes qudt:hasQuantityKind ) ] ;
""" ] ] ;
sh:xone ( [ sh:property [ rdfs:comment "A DifferentialSensor must be associated with exactly 1 of Connectable, Connection, or ConnectionPoint using the relation hasObservationLocationHigh." ;
sh:class s223:Connectable ;
sh:maxCount 1 ;
Expand Down Expand Up @@ -1689,7 +1689,17 @@ s223:Filter a s223:Class,
rdfs:label "Filter" ;
rdfs:comment "A device that removes contaminants from gases or liquids." ;
rdfs:subClassOf s223:Equipment ;
sh:property [ rdfs:comment "A filter should have one common constituent between the inlet and outlet" ;
sh:property [ rdfs:comment "A Filter shall have at least one inlet ConnectionPoint." ;
sh:minCount 1 ;
sh:path s223:hasConnectionPoint ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ] ],
[ rdfs:comment "A Filter shall have at least one outlet." ;
sh:minCount 1 ;
sh:path s223:hasConnectionPoint ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ] ],
[ rdfs:comment "A filter should have one common constituent between the inlet and outlet" ;
sh:path s223:hasConnectionPoint ;
sh:severity sh:Warning ;
sh:sparql [ a sh:SPARQLConstraint ;
Expand All @@ -1715,17 +1725,7 @@ FILTER (NOT EXISTS {
}
} ) .
}
""" ] ],
[ rdfs:comment "A Filter shall have at least one inlet ConnectionPoint." ;
sh:minCount 1 ;
sh:path s223:hasConnectionPoint ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ] ],
[ rdfs:comment "A Filter shall have at least one outlet." ;
sh:minCount 1 ;
sh:path s223:hasConnectionPoint ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ] ] .
""" ] ] .

s223:FlowSensor a s223:Class,
sh:NodeShape ;
Expand Down Expand Up @@ -2018,7 +2018,25 @@ s223:Pump a s223:Class,
rdfs:label "Pump" ;
rdfs:comment "A machine for imparting energy to a fluid, drawing a fluid into itself through an entrance port, and forcing the fluid out through an exhaust port." ;
rdfs:subClassOf s223:Equipment ;
sh:property [ rdfs:comment "The non-electrical ConnectionPoints of a Pump must have compatible Media." ;
sh:property [ rdfs:comment "A Pump shall have at least one inlet using the medium Water, Oil or Refrigerant." ;
sh:minCount 1 ;
sh:path s223:hasConnectionPoint ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ;
sh:node [ sh:or ( [ sh:property [ sh:class s223:Medium-Water ;
sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Medium-Refrigerant ;
sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Medium-Oil ;
sh:path s223:hasMedium ] ] ) ] ] ],
[ rdfs:comment "A Pump shall have at least one outlet using the medium Water, Oil or Refrigerant." ;
sh:minCount 1 ;
sh:path s223:hasConnectionPoint ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ;
sh:node [ sh:or ( [ sh:property [ sh:class s223:Medium-Water ;
sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Medium-Refrigerant ;
sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Medium-Oil ;
sh:path s223:hasMedium ] ] ) ] ] ],
[ rdfs:comment "The non-electrical ConnectionPoints of a Pump must have compatible Media." ;
sh:path s223:hasConnectionPoint ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "The non-electrical ConnectionPoints of a Pump must have compatible Media." ;
Expand All @@ -2038,25 +2056,7 @@ WHERE {
FILTER (NOT EXISTS {?mediumb a/rdfs:subClassOf* ?mediuma}) .
FILTER (NOT EXISTS {?mediuma a/rdfs:subClassOf* ?mediumb}) .
}
""" ] ],
[ rdfs:comment "A Pump shall have at least one inlet using the medium Water, Oil or Refrigerant." ;
sh:minCount 1 ;
sh:path s223:hasConnectionPoint ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class s223:InletConnectionPoint ;
sh:node [ sh:or ( [ sh:property [ sh:class s223:Medium-Water ;
sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Medium-Refrigerant ;
sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Medium-Oil ;
sh:path s223:hasMedium ] ] ) ] ] ],
[ rdfs:comment "A Pump shall have at least one outlet using the medium Water, Oil or Refrigerant." ;
sh:minCount 1 ;
sh:path s223:hasConnectionPoint ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class s223:OutletConnectionPoint ;
sh:node [ sh:or ( [ sh:property [ sh:class s223:Medium-Water ;
sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Medium-Refrigerant ;
sh:path s223:hasMedium ] ] [ sh:property [ sh:class s223:Medium-Oil ;
sh:path s223:hasMedium ] ] ) ] ] ] .
""" ] ] .

s223:RadiantPanel a s223:Class,
sh:NodeShape ;
Expand Down Expand Up @@ -19236,7 +19236,13 @@ s223:HeatExchanger a s223:Class,
rdfs:label "Heat exchanger" ;
rdfs:comment "A component intended to transfer heat from one medium to another while keeping the two media separate." ;
rdfs:subClassOf s223:Equipment ;
sh:property [ rdfs:comment "Heat Exchangers should have the same number of non-electrical inlet and outlet connection points." ;
sh:property [ rdfs:comment "A heat exchanger shall have at least 4 connection points." ;
sh:minCount 4 ;
sh:path s223:hasConnectionPoint ],
[ rdfs:comment "If the relation hasRole is present it must associate the HeatExchanger with a EnumerationKind-Role." ;
sh:class s223:EnumerationKind-Role ;
sh:path s223:hasRole ],
[ rdfs:comment "Heat Exchangers should have the same number of non-electrical inlet and outlet connection points." ;
sh:path s223:hasConnectionPoint ;
sh:severity sh:Warning ;
sh:sparql [ a sh:SPARQLConstraint ;
Expand Down Expand Up @@ -19272,13 +19278,7 @@ GROUP BY $this
}
FILTER (?incount != ?outcount)
}
""" ] ],
[ rdfs:comment "A heat exchanger shall have at least 4 connection points." ;
sh:minCount 4 ;
sh:path s223:hasConnectionPoint ],
[ rdfs:comment "If the relation hasRole is present it must associate the HeatExchanger with a EnumerationKind-Role." ;
sh:class s223:EnumerationKind-Role ;
sh:path s223:hasRole ] .
""" ] ] .

s223:Junction a s223:Class,
sh:NodeShape ;
Expand Down Expand Up @@ -59100,7 +59100,10 @@ s223:EnumerationKind-Substance a s223:Class,
rdfs:label "Substance" ;
rdfs:comment "This class has enumerated subclasses of the substances that are consumed, produced, transported, sensed, controlled or otherwise interacted with (e.g. water, air, etc.)." ;
rdfs:subClassOf s223:EnumerationKind ;
sh:property [ rdfs:comment "A substance may only have atomic constituents, it may not have a constituent that also has constituents." ;
sh:property [ rdfs:comment "If the relation hasConstituent is present, it must associate an EnumerationKind-Substance with one or more Properties that identify and characterize those constituents." ;
sh:class s223:Property ;
sh:path s223:hasConstituent ],
[ rdfs:comment "A substance may only have atomic constituents, it may not have a constituent that also has constituents." ;
sh:path s223:hasConstituent ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "If a substance has a constituent, that constituent may not itself have constituents." ;
Expand All @@ -59112,10 +59115,7 @@ WHERE {
$this s223:hasConstituent ?constituent .
?constituent s223:ofSubstance/s223:hasConstituent ?nextConstituent .
}
""" ] ],
[ rdfs:comment "If the relation hasConstituent is present, it must associate an EnumerationKind-Substance with one or more Properties that identify and characterize those constituents." ;
sh:class s223:Property ;
sh:path s223:hasConstituent ] .
""" ] ] .

s223:LineNeutralVoltage-120V a s223:Class,
s223:LineNeutralVoltage-120V,
Expand Down Expand Up @@ -71370,7 +71370,24 @@ The graphical depiction of Equipment used in this standard is a rounded cornered
![Graphical Depiction of Equipment.](figures/Figure_5-1Graphical_Depiciton_of_Equipment.svg)
""" ;
rdfs:subClassOf s223:Connectable ;
sh:property [ rdfs:comment "Disallow contained equipment from having external incoming connections." ;
sh:property [ a sh:PropertyShape ;
rdfs:comment "If the relation contains is present it must associate the Equipment with either Equipment or Junction." ;
sh:name "device contains shape" ;
sh:or ( [ sh:class s223:Equipment ] [ sh:class s223:Junction ] ) ;
sh:path s223:contains ],
[ rdfs:comment "If the relation commandedByProperty is present it must associate the Equipment with a ActuatableProperty." ;
sh:class s223:ActuatableProperty ;
sh:path s223:commandedByProperty ],
[ rdfs:comment "If the relation executes is present it must associate the Equipment with a FunctionBlock." ;
sh:class s223:FunctionBlock ;
sh:path s223:executes ],
[ rdfs:comment "If the relation hasPhysicalLocation is present it must associate the Equipment with a PhysicalSpace." ;
sh:class s223:PhysicalSpace ;
sh:path s223:hasPhysicalLocation ],
[ rdfs:comment "If the relation hasRole is present it must associate the Equipment with a EnumerationKind-Role." ;
sh:class s223:EnumerationKind-Role ;
sh:path s223:hasRole ],
[ rdfs:comment "Disallow contained equipment from having external incoming connections." ;
sh:path s223:connectedFrom ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Disallow contained equipment from having external incoming connections." ;
Expand Down Expand Up @@ -71423,24 +71440,7 @@ UNION
?type1 rdfs:subClassOf* ?type2 .
}
}
""" ] ],
[ a sh:PropertyShape ;
rdfs:comment "If the relation contains is present it must associate the Equipment with either Equipment or Junction." ;
sh:name "device contains shape" ;
sh:or ( [ sh:class s223:Equipment ] [ sh:class s223:Junction ] ) ;
sh:path s223:contains ],
[ rdfs:comment "If the relation commandedByProperty is present it must associate the Equipment with a ActuatableProperty." ;
sh:class s223:ActuatableProperty ;
sh:path s223:commandedByProperty ],
[ rdfs:comment "If the relation executes is present it must associate the Equipment with a FunctionBlock." ;
sh:class s223:FunctionBlock ;
sh:path s223:executes ],
[ rdfs:comment "If the relation hasPhysicalLocation is present it must associate the Equipment with a PhysicalSpace." ;
sh:class s223:PhysicalSpace ;
sh:path s223:hasPhysicalLocation ],
[ rdfs:comment "If the relation hasRole is present it must associate the Equipment with a EnumerationKind-Role." ;
sh:class s223:EnumerationKind-Role ;
sh:path s223:hasRole ] ;
""" ] ] ;
sh:rule [ a sh:SPARQLRule ;
rdfs:comment "For equipment contained within another piece of equipment use the mapsTo relation to infer a Medium from the containing equipment." ;
sh:construct """
Expand Down Expand Up @@ -72515,16 +72515,14 @@ unit:CentiM a qudt:DerivedUnit,
owl:versionInfo "Created with TopBraid Composer" ;
sh:declare [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ;
sh:prefix "s223" ],
[ sh:namespace "http://data.ashrae.org/standard223/1.0/vocab/role#"^^xsd:anyURI ;
sh:prefix "role" ],
[ sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ;
sh:prefix "qudt" ],
[ sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ;
sh:prefix "rdf" ],
[ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ;
sh:prefix "rdfs" ],
[ sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ;
sh:prefix "sh" ],
[ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ;
sh:prefix "s223" ],
[ sh:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ;
sh:prefix "qudtqk" ],
[ sh:namespace "http://qudt.org/vocab/unit/"^^xsd:anyURI ;
sh:prefix "unit" ],
[ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ;
sh:prefix "rdfs" ],
[ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ;
Expand All @@ -72533,12 +72531,14 @@ unit:CentiM a qudt:DerivedUnit,
sh:prefix "sh" ],
[ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ;
sh:prefix "s223" ],
[ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ;
sh:prefix "s223" ],
[ sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ;
sh:prefix "qudt" ],
[ sh:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ;
sh:prefix "quantitykind" ],
[ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ;
sh:prefix "s223" ],
[ sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ;
sh:prefix "qudt" ],
[ a sh:PrefixDeclaration ;
sh:namespace "http://purl.org/dc/terms/"^^xsd:anyURI ;
sh:prefix "dcterms" ],
Expand Down Expand Up @@ -72568,20 +72568,20 @@ unit:CentiM a qudt:DerivedUnit,
sh:prefix "skos" ],
[ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ;
sh:prefix "s223" ],
[ sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ;
sh:prefix "qudt" ],
[ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ;
sh:prefix "rdfs" ],
[ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ;
sh:prefix "s223" ],
[ sh:namespace "http://data.ashrae.org/standard223/1.0/vocab/role#"^^xsd:anyURI ;
sh:prefix "role" ],
[ sh:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ;
sh:prefix "qudt" ],
[ sh:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ;
sh:prefix "qudtqk" ],
[ sh:namespace "http://qudt.org/vocab/unit/"^^xsd:anyURI ;
sh:prefix "unit" ],
[ sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ;
sh:prefix "rdf" ],
[ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ;
sh:prefix "rdfs" ] .
sh:prefix "rdfs" ],
[ sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ;
sh:prefix "sh" ],
[ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ;
sh:prefix "s223" ] .

unit:NUM a qudt:CountingUnit,
qudt:Unit ;
Expand Down

0 comments on commit 96aec9a

Please sign in to comment.