URI: pub:purpose
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:purpose> ns1:title "PURPOSE" ;
rdfs:comment "The purpose of this standard is to define formal knowledge concepts and a methodology to apply them to create interoperable, machine-readable semantic frameworks for representing building automation and control data, and other building system information." .
URI: pub:scope
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:scope> ns1:title "SCOPE" ;
rdfs:comment """This standard provides a comprehensive way to apply semantic formalisms to represent the context of building system data and relationships between the associated building mechanical system components so that software applications can find and understand the information in an automated way. It is intended to facilitate the development and implementation of building analytics tools and enterprise knowledge applications that can implement many building system functions, including:
(a) automated fault detection and diagnostics,
(b) building system commissioning,
(c) digital twins,
(d) optimization of energy use, and
(e) smart grid interactions.
""" .
URI: pub:definitions
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<pub:definitions> ns1:subclauses ( <pub:definitions-terms> <pub:abbrev> ) ;
ns1:title "DEFINITIONS" .
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:definitions-terms> ns1:title "Terms Defined for this Standard" ;
rdfs:comment """
**Connectable:** an abstract class that represents a thing (`Equipment` or `DomainSpace`) that can be connected via connection points and connections.
**Connection:** the modeling construct used to represent a physical thing (e.g., pipe, duct, orconductor) that is used to convey some Medium (e.g., water, air, or electricity) between two `Connectable` things.
**ConnectionPoint:** an abstract modeling construct used to represent the fact that one `Connectable` thing can be connected to another `Connectable` thing using a `Connection`. It is the abstract representation of the flange, wire terminal, or other physical feature where a connection is made.
**Domain:** a categorization of building service or specialization used to characterize equipment or spaces in a building. Example domains include HVAC, lighting, and plumbing.
**DomainSpace:** a portion or the entirety of a `PhysicalSpace` that is associated with a Domain, such as lighting, HVAC, or physical security. `DomainSpace`s can be combined to form a `Zone`.
**Equipment:** the modeling construct used to represent a device designed to accomplish a specific task. Examples include a pump, fan, heat exchanger, luminaire, temperature sensor, or flow meter. A piece of equipment can contain another piece of equipment. For example, an air handling unit can contain a cooling coil.
**Medium:** a substance used to convey mass, energy, or information through Equipment or a System. Examples include air, water, refrigerant, and electricity.
**PhysicalSpace:** an architectural concept that represents a room, a collection of rooms such as a floor, a part of a room, or any physical space that might not even be thought of as a room, such as a patio.
**System:** a logical grouping (collection) of `Equipment` for some functional purpose. Examples of possible systems include an air distribution system, or a hot water system. Systems can contain other Systems. A `System` does not participate in connections.
**Zone:** a collection of `DomainSpace`s of a specific domain that are grouped together from the perspective of building services or controls.
""" .
URI: pub:abbrev
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:abbrev> ns1:title "Abbreviations and Acronyms Used in this Standard" ;
rdfs:comment """
|Acronym|Definition|
|:------ |:---------------------------------------|
|AHU|Air Handling Unit|
|ANSI|American National Standards Institute|
|ASHRAE|American Society of Heating, Refrigerating and Air-Conditioning Engineers|
|BACnet|Building Automation and Control Networks|
|CDL|Control Description Language|
|HVAC|Heating, Ventilation, and Air Conditioning|
|IFC|Industry Foundation Class|
|IRI|Internationalized Resource Identifier|
|LAN|Local Area Network|
|LL|Line-Line|
|LN|Line-Neutral|
|OWL|Web Ontology Language|
|PM|Particulate Matter|
|PoE|Power over Ethernet|
|QUDT|Quantities, Units, Dimensions and Types|
|RDF|Resource Description Framework|
|RDFS|RDF Schema|
|SHACL|Shapes Constraint Language|
|SPARQL|SPARQL Protocol and RDF Query Language|
|USB|Universal Serial Bus|
|VAV|Variable Air Volume|
|W3C|World Wide Web Consortium|
""" .
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:conceptual-framework> ns1:subclauses ( <pub:Conform-Constraints> <pub:Implicit-Info> <pub:Text-Serialization> <pub:Units> <pub:Namespace> <http://data.ashrae.org/standard223#Concept> <http://data.ashrae.org/standard223#hasProperty> ) ;
ns1:title "CONCEPTUAL FRAMEWORK FOR SEMANTIC MODELING OF BUILDING SYSTEMS AND DATA" ;
rdfs:comment """
This standard defines modeling constructs for use in creating a machine-readable representation of building systems, the building spaces that they serve,
and the measurement and control points used to provide a safe and comfortable environment for the building occupants. The standard can be considered a
toolkit of semantic building blocks and rules for using them to create a semantic model of a particular building or campus of buildings. The resulting model provides
a way for software applications to determine the relationships between the mechanical equipment in the building (i.e., AHU 1 gets chilled water from CH 3
and provides conditioned air to VAV Boxes 12 through 15 serving rooms on the third floor) and the meaning of measurements that are available
(i.e., T16 is a temperature sensor measuring the temperature of the air stream exiting AHU 1).
The model does not directly contain telemetric data about the real-time operation or past operation of the building systems. It does provide information
about the meaning or context of that data and defines external references that are used to point to a source of the data values, thus enabling analytics
applications to find them. If the data source is a BACnet building automation and control system, the external reference contains the necessary information
for analytic software to learn which BACnet device, object and property corresponds to the desired piece of information. This enables construction of a BACnet
message used to read the value.
These capabilities are achieved by applying concepts, standards, and query tools developed and deployed for information and data science applications outside the building domain. A primary commercial driver for developing these standards and tools is the Semantic Web, an extension of the World Wide Web that was created to make the semantic meaning of data accessible from the Internet machine readable.
This standard uses Resource Description Framework (RDF) (W3C) and its extended schema (RDFS) to represent the semantic ideas in the model. RDF is a general method for representing semantic ideas as of a triple. A triple consists of a subject, a predicate, and either a literal or an object. For example:
Jane hasFriend Dave
Jane hasSupervisor Mary
In this example Jane is the subject of both triples, there are two different predicates, hasFriend and hasSupervisor, and there are two different objects,
Dave and Mary. The number of triples is expanded as needed to capture the desired information. The collection of triples represents a directed
multi-graph that can be searched or queried to answer questions or to infer information that may not be explicit in the graph. Figure 4-1 is a graph that
corresponds to this example.

This standard defines subjects, predicates, and objects relevant to the building space that are used to build a multi-graph representing a specific
building or group of buildings. A compelling advantage of this graph-based approach is the ability to combine semantic graphs derived from complementary
semantic models that apply to the same building. This makes it possible to take advantage of the combined information from distinct domains. For example, a
RealEstateCore model that captures how spaces are assigned to different tenants in a building linked to the spaces represented in a Standard 223 model
results in a semantic model containing the combined information. In a similar way, it is possible to link information from a computerized maintenance
management system or an asset management system to the semantic graph of a Standard 223 model by adding a triple that binds a piece of equipment to its
representation in the other system.
A model constructed from this standard describes the topology of the equipment and spaces in a building but not the geometric details. Linking a
Standard 223 model with an RDF representation of a building information model would add that geometric information.
Another advantage of using RDF to model building systems is that a query language standard, SPARQL (W3C SPARQL), exists and tools that implement SPARQL
are readily available. A building analytics tool developer needs only to create a library of queries relevant to their application, and use these queries
to interrogate any Standard 223 conformant model to find what they need from that building for their application.
Using RDF also provides a way to build conformance constraints into this standard in a way that enables conformance to be algorithmically verified.
This is done by using a different W3C standard, Shapes Constraints Language (SHACL) (W3C SHACL). SHACL defines a way to constrain the construction of RDF
graphs through the application of custom developed rules called shapes. The normative constraints described in this standard are formalized in
SHACL shapes. The description of each concept defined in this standard includes a table that lists related conformance constraints defined by these
SHACL shapes. Readily available SHACL reasoners check whether or not a particular model instance conforms to the shapes defined in this standard.
The concepts and relations mentioned below were designed to aid in standard development using RDF and SHACL exclusively and avoiding any dependence on OWL axioms.
This approach was chosen to avoid some of the shortcomings of using OWL in industrial settings, such as the open world assumption, the many flavors of OWL and their
support, and the sometimes counterintuitive implications of OWL reasoning for non-ontologists. (For example, if an instance satisfies the OWL axioms for a class, then
it is inferred to be an instance of that class). The use of SHACL shapes to define constraints and inferencing rules is a more intuitive way to define intended
model behavior and to verify conformance to the standard. The two most-used OWL inferences, supporting symmetric and inverse relations, are redefined in this standard
using SHACL rules.
""" .
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:Conform-Constraints> ns1:title "Conformance Constraints and Validation" ;
rdfs:comment """ In this standard SHACL shapes are used to define confromance constraints.
When a SHACL reasoner is applied to a model, discrepancies from the conformance constraints result in a message from the reasoner with one of three levels
of severity (sh:severity).
A message with a severity sh:Info means that a model construct is incomplete.
A message with a severity sh:Warning means that a model construct is used in an unexpected way.
A message with a severity sh:Violation means a model construct is invalid and does not comply with the standard.
""" .
URI: pub:Implicit-Info
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:Implicit-Info> ns1:title "Deriving Implicit Information from Inference Rules" ;
rdfs:comment """ SHACL is used in this standard to derive implicit information via a process called inferencing. Inference rules are used to define
how new triples are generated. The triples generated from this inference process enhance the ability to make useful queries without the burden of a modeler
crafting each one. The goal is to make model development easier without sacrificing the utility application developers need to find what they are looking
for. The description of each concept defined in this standard with related inference rules includes a table that lists the relevant SHACL shapes that specify
the inferencing. """ .
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:Text-Serialization> ns1:title "Textual Serialization" ;
rdfs:comment """
The normative content of this standard is documented in an RDF model textualized using Turtle (see {pub:AnnexA}). All models conforming to this standard shall
be textualized using Turtle.
The Turtle serialization format specifies that IRIs may be written as relative or absolute IRIs or prefixed names. The prefix
label is defined by using the "@prefix" directive followed by a colon followed by a partial IRI. The encoding
examples used in this document assume the following prefix statements:
```
@prefix s223: <http://data.ashrae.org/standard223#> .
@prefix bacnet: <https://data.ashrae.org/bacnet/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
```
A prefixed name is turned into an IRI by concatenating the IRI associated with the prefix and the local part. The '@prefix' directive associates
a prefix label with an IRI, e.g., `s223:Equipment` expands to `<http://data.ashrae.org/standard223#Equipment>`. The scope of a prefix label is only within
the Turtle file that it appears. It is encouraged to use the prefix statements above when exchanging models.
""" .
URI: pub:Units
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:Units> ns1:title "Units of Measure" ;
rdfs:comment """ Because this standard includes references to measurements of physical properties, it is necessary to provide a model representation of
units of measure as well as what those units are quantifying (e.g. temperature, power, etc.). This standard builds upon the “Quantities, Units, Dimensions
and Types” (QUDT) ontology which is an open-source model expressed in RDF/SHACL. The QUDT model is documented at https://qudt.org. The key concepts
used here are the classes qudt:Unit and qudt:QuantityKind. The 223 standard is compatible with Version 3.1.1 of QUDT and is expected to be compatible with
all newer versions as well.""" .
URI: pub:Namespace
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:Namespace> ns1:title "Namespace" ;
rdfs:comment """ Because it is anticipated that models conforming to this standard
will be combined with other semantic models, it is necessary to define
a namespace for the concepts defined by this standard to avoid any possible ambiguities
that might arise from a similar name used in the complementary model. In this standard
and all conforming models, the prefix “s223:” shall be used in the name of each
concept (class and relation) defined by this standard, e.g., s223:Equipment.
""" .
URI: http://data.ashrae.org/standard223#Concept
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Concept> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Concept" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Class> <http://data.ashrae.org/standard223#Relation> ),
( <http://data.ashrae.org/standard223#hasProperty> ) ;
rdfs:comment "All classes and relations defined in the 223 standard are subclasses of `s223:Concept`." ;
rdfs:subClassOf rdfs:Resource ;
sh:property [ rdfs:comment "Incompatible Medium. Case2: An entity with a pure medium and an associated `Property` with constituents." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 2: A pure medium and an associated `Property` with constituents." ;
sh:message "s223: {$this} `hasMedium` of {?m1}, but is associated with `Property` {?prop} that has `ofMedium` of {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m1 ?prop ?m2
WHERE {
$this s223:hasMedium ?m1 .
$this ?p ?prop .
?prop a/rdfs:subClassOf* s223:Property .
?prop s223:ofMedium ?m2 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] ],
[ rdfs:comment "If the relation `hasProperty` is present, it shall associate the concept with a `Property`." ;
sh:class <http://data.ashrae.org/standard223#Property> ;
sh:message "s223: If the relation `hasProperty` is present, it shall associate the concept with a `Property`." ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ],
[ rdfs:comment "Incompatible Medium. Case1: An entity with a pure medium and an associated `Property` with a different pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 1: Two pure mediums." ;
sh:message "s223: {$this} `hasMedium` of {?m1}, but is associated with `Property` {?prop} that has `ofMedium` of {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m1 ?prop ?m2
WHERE {
$this s223:hasMedium ?m1 .
$this ?p ?prop .
?prop a/rdfs:subClassOf* s223:Property .
?prop s223:ofMedium ?m2 .
FILTER (?m1 != ?m2 ) .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {?m2 s223:composedOf ?c2}
FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) .
FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) .
}
""" ] ],
[ rdfs:comment "Incompatible Medium. Case3: An entity with constituents and an associated `Property` with a pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 3: A medium with constituents and an associated `Property` with a pure medium." ;
sh:message "s223: {$this} `hasMedium` of {?m2}, but is associated with `Property` {?prop} that has `ofMedium` of {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m1 ?prop ?m2
WHERE {
$this s223:hasMedium ?m2 .
$this ?p ?prop .
?prop a/rdfs:subClassOf* s223:Property .
?prop s223:ofMedium ?m1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] ],
[ rdfs:comment "Incompatible Medium. Case4: An entity with constituents and an associated `Property` with constituents." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 4: A medium with constituents and an associated `Property` with constituents." ;
sh:message "s223: {$this} `hasMedium` of {?m1}, but is associated with `Property` {?prop} that has `ofMedium` of {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m1 ?prop ?m2
WHERE {
$this s223:hasMedium ?m1 .
$this ?p ?prop .
?prop a/rdfs:subClassOf* s223:Property .
?prop s223:ofMedium ?m2 .
?m1 s223:composedOf/s223:ofConstituent ?s1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s11 .
?m2 s223:composedOf/s223:ofConstituent ?s12 .
FILTER (?s11 = ?s12) .
}
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s21 .
?m2 s223:composedOf/s223:ofConstituent ?s22 .
{?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} .
}
}
""" ] ] .
URI: http://data.ashrae.org/standard223#Class
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Class> a <http://data.ashrae.org/standard223#Concept>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Class" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#AbstractClass> ) ;
rdfs:comment "This is a modeling construct. All classes defined in the 223 standard are instances of `s223:Class`." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Concept>,
rdfs:Class ;
sh:property [ rdfs:comment "A `Class` shall be associated with at least one label using the relation `rdfs:label`." ;
sh:message "s223: A `Class` shall be associated with at least one label using the relation `rdfs:label`." ;
sh:minCount 1 ;
sh:path rdfs:label ;
sh:severity sh:Warning ] .
URI: http://data.ashrae.org/standard223#AbstractClass
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#AbstractClass> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Concept>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Class" ;
rdfs:comment "This is a modeling construct. Instances of abstract classes cannot be created. All abstract classes in this standard have a more specific subclass." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Class> .
URI: http://data.ashrae.org/standard223#Relation
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Relation> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Concept>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Relation" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#RelationWithInverse> <http://data.ashrae.org/standard223#SymmetricRelation> ) ;
rdfs:comment "A `Relation` associates the subject and the object in an RDF triple, the *predicate* portion of a *(subject, predicate, object)* triple." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Concept>,
rdf:Property ;
sh:property [ rdfs:comment "A `Relation` shall be associated with at least one label using the relation `rdfs:label`." ;
sh:message "s223: A `Relation` shall be associated with at least one label using the relation `rdfs:label`." ;
sh:minCount 1 ;
sh:path rdfs:label ;
sh:severity sh:Warning ] .
URI: http://data.ashrae.org/standard223#RelationWithInverse
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#RelationWithInverse> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Concept>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Inverse relation" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#inverseOf> ) ;
rdfs:comment """An `RelationWithInverse` is modeling construct used to define symmetric behavior
for certain relations in the standard such as `connectedTo` and `connectedFrom`.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Relation> ;
sh:property [ rdfs:comment "An `RelationWithInverse` shall be associated with exactly one other `RelationWithInverse` using the relation `inverseOf`." ;
sh:class <http://data.ashrae.org/standard223#RelationWithInverse> ;
sh:maxCount 1 ;
sh:message "s223: An `RelationWithInverse` shall be associated with exactly one other `RelationWithInverse` using the relation `inverseOf`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#inverseOf> ] .
URI: http://data.ashrae.org/standard223#inverseOf
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#inverseOf> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "inverse of" ;
rdfs:comment "A `Relation` that associates `Relation`s that are inverses of one another, such as `connectedTo` and `connectedFrom`." .
URI: http://data.ashrae.org/standard223#SymmetricRelation
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#SymmetricRelation> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Concept>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Symmetric relation" ;
rdfs:comment """A modeling construct used to define symmetric behavior
for certain relations in the standard such as `cnx`, `connected`, and `pairedConnectionPoint`.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Relation> .
URI: http://data.ashrae.org/standard223#hasProperty
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasProperty> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has Property" ;
rdfs:comment "A `Relation` that associates a `Concept` with a `Property`." .
URI: pub:equipment
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:equipment> ns1:subclauses ( <http://data.ashrae.org/standard223#Equipment> <pub:equipment-containment> <http://data.ashrae.org/standard223#contains> <http://data.ashrae.org/standard223#hasRole> <http://data.ashrae.org/standard223#hasPhysicalLocation> <http://data.ashrae.org/standard223#Sensor> <http://data.ashrae.org/standard223#Actuator> <http://data.ashrae.org/standard223#Controller> ) ;
ns1:title "EQUIPMENT" ;
rdfs:comment """
This clause is the top level of the hierarchical structure of the portion of the
model that represents the characteristics and features of physical equipment that
make up the building systems being modeled. `Equipment` can be connected to other
`Equipment` or `DomainSpace`s (see {pub:connectedness}). `Equipment` can optionally
contain other pieces of equipment, providing a way to represent its constituent
parts within the model (see {pub:equipment-containment}). `Equipment` can also be
grouped together to define a `System` (see {pub:system}).
""" .
URI: http://data.ashrae.org/standard223#Equipment
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Equipment> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Equipment" ;
rdfs:comment """`Equipment` is the modeling construct used to represent a thing designed to accomplish a specific task, or a complex thing
that contains component pieces of `Equipment` that are connected to each other and work together to accomplish a task. `Equipment` can have
`Connection`s and `ConnectionPoint`s through which one or more kinds of medium (see {s223:Substance-Medium}) might flow. Examples of possible `Equipment` include a `Pump`,
`Fan`, `HeatExchanger`, `Luminaire`, and `Sensor`, as well as more complex things like a heat pump, a chilled water plant, or a utility meter.
`Equipment` is distinct from a `System`, which is simply a logical grouping or collection of (only) `Equipment`.
In common usage, terms like equipment and system have a variety of ambiguous and possibly conflicting interpretations. A semantic model is
an attempt to eliminate such ambiguities and conflicts. If the thing being modeled involves `Connection`s and `ConnectionPoint`s, it must be modeled as
`Equipment` and not a `System`. Thus, a model of a chilled water plant that includes external connections to things beyond the plant must
be modeled as `Equipment`. Any contained `Equipment` within the chilled water plant (i.e., the pumps, valves, filters, and other things) may alternatively or in
addition be logically grouped and modeled as a `System`.
The graphical depiction of Equipment used in this document is a round-cornered
rectangle as shown in Figure 5-1.
""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Connectable> ;
sh:property [ rdfs:comment "Disallow contained equipment from having external incoming connections." ;
sh:path <http://data.ashrae.org/standard223#connectedFrom> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Disallow contained equipment from having external incoming connections." ;
sh:message "s223: {$this} should not have a connection from external equipment {?otherDev} because {?container} contains {$this}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?container ?otherDev
WHERE {
$this s223:connectedFrom ?otherDev .
$this ^s223:contains ?container .
?container a/rdfs:subClassOf* s223:Equipment .
FILTER NOT EXISTS {?container s223:contains ?otherDev .}
}
""" ] ],
[ rdfs:comment "Disallow contained equipment from having external outgoing connections." ;
sh:path <http://data.ashrae.org/standard223#connectedTo> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Disallow contained equipment from having external outgoing connections." ;
sh:message "s223: {$this} should not have a connection to external equipment {?otherDev} because {?container} contains {$this}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?container ?otherDev
WHERE {
$this s223:connectedTo ?otherDev .
$this ^s223:contains ?container .
?container a/rdfs:subClassOf* s223:Equipment .
FILTER NOT EXISTS {?container s223:contains ?otherDev .}
}
""" ] ],
[ rdfs:comment "If the relation `hasRole` is present it shall associate the `Equipment` with a `EnumerationKind-Role`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Role> ;
sh:message "s223: If the relation `hasRole` is present it shall associate the `Equipment` with a `EnumerationKind-Role`." ;
sh:path <http://data.ashrae.org/standard223#hasRole> ],
[ rdfs:comment "If the relation `executes` is present it shall associate the `Equipment` with a `Function`." ;
sh:class <http://data.ashrae.org/standard223#Function> ;
sh:message "s223: If the relation `executes` is present it shall associate the `Equipment` with a `Function`." ;
sh:path <http://data.ashrae.org/standard223#executes> ],
[ rdfs:comment "Warning about a subClass of `Equipment` of type A containing something that is in the same subClass branch." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:severity sh:Warning ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Warning about a subClass of `Equipment` of type A containing something that is in the same subClass branch." ;
sh:message "s223: {$this}, of type {?type1}, contains {?subEquip} of type {?type2}, that could result in double-counting items in the class hierarchy of {?type1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?subEquip ?type1 ?type2
WHERE {
FILTER NOT EXISTS {$this a s223:Equipment} .
$this s223:contains+ ?subEquip .
FILTER NOT EXISTS {?subEquip a s223:Equipment} .
$this a ?type1 .
?subEquip a ?type2 .
{
?type2 rdfs:subClassOf* ?type1 .
}
UNION
{
?type1 rdfs:subClassOf* ?type2 .
}
}
""" ] ],
[ rdfs:comment "If the relation `hasPhysicalLocation` is present it shall associate the `Equipment` with a `PhysicalSpace`." ;
sh:class <http://data.ashrae.org/standard223#PhysicalSpace> ;
sh:message "s223: If the relation `hasPhysicalLocation` is present it shall associate the `Equipment` with a `PhysicalSpace`." ;
sh:path <http://data.ashrae.org/standard223#hasPhysicalLocation> ],
[ rdfs:comment """If the relation `actuatedByProperty` is present it shall associate the `Equipment` with a `ActuatableProperty`.
Note that any `Equipment` may use this relation, not just `Actuator`.""" ;
sh:class <http://data.ashrae.org/standard223#ActuatableProperty> ;
sh:message "s223: If the relation `actuatedByProperty` is present it shall associate the `Equipment` with a `ActuatableProperty`. Note that any `Equipment` may use this relation, not just `Actuator`." ;
sh:path <http://data.ashrae.org/standard223#actuatedByProperty> ],
[ a sh:PropertyShape ;
rdfs:comment "If the relation `contains` is present it shall associate the `Equipment` with either `Equipment` or `Junction`." ;
sh:message "s223: If the relation `contains` is present it shall associate the `Equipment` with either `Equipment` or `Junction`." ;
sh:name "device contains shape" ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223#Equipment> ] [ sh:class <http://data.ashrae.org/standard223#Junction> ] ) ;
sh:path <http://data.ashrae.org/standard223#contains> ] .
URI: pub:equipment-containment
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:equipment-containment> ns1:title "Equipment Containment" ;
rdfs:comment """
A piece of equipment can only contain other pieces of equipment. For example, a fan
can be contained by an air handling unit. The relation `contains` is used to describe
a piece of equipment containing another piece of equipment (see {s223:contains}). The
relationship `mapsTo` relates a `ConnectionPoint` of a contained `Equipment` to the
`ConnectionPoint` of a containing `Equipment` (see {s223:mapsTo}). For example, the
air inlet to a heating coil contained in a fan coil unit may map to the air inlet
of the fan coil unit. Any air connection to the fan coil unit inlet is supplying
air to the inlet of the heating coil as well.
Multiple pieces of equipment contained by the same piece of equipment may connect
to each other, however, they may not connect to equipment that are not also contained.
To indicate how a contained piece of equipment connects to an external piece of
equipment, the relationship `mapsTo` is used. MapsTo will relate the connection
point of a contained equipment to the connection point of the containing equipment,
then the connection point of the containing equipment may connect to the external
equipment.
It may be desirable for a piece of containing equipment to have a `Property` that
has a value representing something that is associated with a contained piece of
equipment. For example, consider a fan coil unit that contains a fan and a coil.
The fan may have a `Property` that represents the speed of the fan. To make this fan
speed visible as a `Property` of the fan coil unit, a fan speed `Property` would be
added to the fan coil unit and its value would be an internal reference
(see {s223:hasInternalReference}) to the speed `Property` of the contained motor.
""" .
URI: http://data.ashrae.org/standard223#contains
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#contains> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "contains" ;
rdfs:comment "A `Relation` that associates a piece of `Equipment` with its component pieces of `Equipment`, or a `PhysicalSpace` (see {s223:PhysicalSpace}) with its component `PhysicalSpace`s." .
URI: http://data.ashrae.org/standard223#hasRole
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasRole> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "hasRole" ;
rdfs:comment "A `Relation` that associates a role with of a piece of `Equipment`, a `Connection`, `ConnectionPoint`, or `System` within a building (e.g., a heating coil might be associated with `Role-Heating`). Possible values are defined in `EnumerationKind-Role` (see {s223:EnumerationKind-Role})." .
URI: http://data.ashrae.org/standard223#hasPhysicalLocation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasPhysicalLocation> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has Physical Location" ;
rdfs:comment "A `Relation` that associates a piece of `Equipment` with its physical location (i.e., in a `PhysicalSpace`. The physical location of a piece of `Equipment` is not necessarily the same as the location affected by the operation of the `Equipment`. For example, an air handler may physically be located on the roof, but its effect is to provide conditioned air to a `Zone` or `DomainSpace` within the building. By following the path of connections, it can be determined what other equipment or spaces are possibly impacted by the `Equipment`." .
URI: http://data.ashrae.org/standard223#Sensor
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Sensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Sensor" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#ConcentrationSensor> <http://data.ashrae.org/standard223#ElectricCurrentSensor> <http://data.ashrae.org/standard223#FlowSensor> <http://data.ashrae.org/standard223#HumiditySensor> <http://data.ashrae.org/standard223#LightSensor> <http://data.ashrae.org/standard223#OccupancySensor> <http://data.ashrae.org/standard223#ParticulateSensor> <http://data.ashrae.org/standard223#PressureSensor> <http://data.ashrae.org/standard223#TemperatureSensor> <http://data.ashrae.org/standard223#VoltageSensor> <http://data.ashrae.org/standard223#hasMeasurementResolution> <http://data.ashrae.org/standard223#observes> <http://data.ashrae.org/standard223#hasObservationLocation> <http://data.ashrae.org/standard223#hasReferenceLocation> ) ;
rdfs:comment """
A `Sensor` `observes` an `ObservableProperty` (see {s223:ObservableProperty})
which may be quantifiable (see {s223:QuantifiableObservableProperty}), such as a
temperature, flow, or concentration, or enumerable (see {s223:EnumeratedObservableProperty}),
such as an occupancy state.
If a `Sensor` observes a `QuantifiableObservableProperty` relative to an assumed
or common reference point, it can be modeled with only an observation location.
For example:
```
@prefix : <http://example.com/> .
:example1 a s223:TemperatureSensor ;
s223:hasObservationLocation :location1 ;
qudt:hasQuantityKind quantitykind:Temperature ;
.
```
If a `Sensor` observes a `QuantifiableObservableProperty` relative to a unique
or specified reference point, it can be modeled with an observation location and
a reference location, and indicating the difference between two values by setting `isDeltaQuantity` to `true`. For example:
```
@prefix : <http://example.com/> .
:example2 a s223:TemperatureSensor ;
s223:hasObservationLocation :location1 ;
s223:hasReferenceLocation :location2 ;
qudt:hasQuantityKind quantitykind:Temperature ;
qudt:isDeltaQuantity true ;
.
```
""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Sensor` shall be associated with exactly one location using the relation `hasObservationLocation`." ;
sh:maxCount 1 ;
sh:message "s223: A `Sensor` shall be associated with exactly one location using the relation `hasObservationLocation`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasObservationLocation> ],
[ rdfs:comment "s223: If the `hasReferenceLocation` relation exists, the observed `Property` shall have isDeltaQuantity true." ;
sh:path <http://data.ashrae.org/standard223#observes> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "s223: If the `hasReferenceLocation` relation exists, the observed `Property` shall have isDeltaQuantity true." ;
sh:message "s223: `Sensor` {$this} has a reference location, but its `Property` lacks isDeltaQuantity true." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE {
$this s223:hasReferenceLocation ?y .
$this s223:observes ?x .
?x a/rdfs:subClassOf* s223:QuantifiableProperty .
FILTER NOT EXISTS {$this s223:observes/qudt:isDeltaQuantity true}
}
""" ] ],
[ rdfs:comment "If the relation `hasMeasurementResolution` is present it shall associate a `Sensor` with a `QuantifiableProperty`." ;
sh:class <http://data.ashrae.org/standard223#QuantifiableProperty> ;
sh:message "s223: If the relation `hasMeasurementResolution` is present it shall associate a `Sensor` with a `QuantifiableProperty`." ;
sh:path <http://data.ashrae.org/standard223#hasMeasurementResolution> ],
[ rdfs:comment "s223: If the observed `Property` has isDeltaQuantity true, the `Sensor` shall have a `hasReferenceLocation` relation." ;
sh:path <http://data.ashrae.org/standard223#observes> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "s223: If the observed `Property` has isDeltaQuantity true, the `Sensor` shall have a `hasReferenceLocation` relation." ;
sh:message "s223: `Sensor` {$this} has `Property` {?x} with isDeltaQuantity true, but the `Sensor` lacks a reference location." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?x
WHERE {
$this s223:observes/qudt:isDeltaQuantity true .
$this s223:observes ?x .
?x a/rdfs:subClassOf* s223:QuantifiableProperty .
FILTER NOT EXISTS {$this s223:hasReferenceLocation ?y}
}
""" ] ],
[ rdfs:comment "If a `Sensor` measures a differential property, it shall be associated with exactly 1 of `Connectable`, `Connection`, or `ConnectionPoint` using the relation `hasReferenceLocation`." ;
sh:maxCount 1 ;
sh:message "s223: If a `Sensor` measures a differential property, it shall be associated with exactly 1 of `Connectable`, `Connection`, or `ConnectionPoint` using the relation `hasReferenceLocation`." ;
sh:path <http://data.ashrae.org/standard223#hasReferenceLocation> ],
[ rdfs:comment "A `Sensor` shall be associated with exactly one `ObservableProperty` using the relation `observes`." ;
sh:class <http://data.ashrae.org/standard223#ObservableProperty> ;
sh:maxCount 1 ;
sh:message "s223: A `Sensor` shall be associated with exactly one `ObservableProperty` using the relation `observes`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#observes> ] .
URI: http://data.ashrae.org/standard223#ConcentrationSensor
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#ConcentrationSensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Concentration sensor" ;
rdfs:comment """A `Sensor` that `observes` a `QuantifiableObservableProperty` that represents a concentration of a miscible constituent in a medium,
in contrast to a `ParticulateSensor` that `observes` a `QuantifiableObservableProperty` that represents an amount of a particulate in a medium
(see {s223:ParticulateSensor}). The 223 standard does not constrain the `Unit` or `QuantityKind` reported by a `ConcentrationSensor`, but possible
`QuantityKind`s include `Concentration` (moles per volume), `Density` (mass per volume), `MoleFraction`, and `VolumeFraction`.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Sensor> .
URI: http://data.ashrae.org/standard223#ElectricCurrentSensor
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#ElectricCurrentSensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Electric Current Sensor" ;
rdfs:comment "A `Sensor` that `observes` a `QuantifiableObservableProperty` that represents a measure of electric current." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Sensor> ;
sh:property [ rdfs:comment "An `ElectricCurrentSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `ElectricCurrent`." ;
sh:message "s223: An `ElectricCurrentSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `ElectricCurrent`." ;
sh:path ( <http://data.ashrae.org/standard223#observes> <http://qudt.org/schema/qudt/hasQuantityKind> ) ;
sh:value <http://qudt.org/vocab/quantitykind/ElectricCurrent> ] .
URI: http://data.ashrae.org/standard223#FlowSensor
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#FlowSensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Flow sensor" ;
rdfs:comment "A `Sensor` that `observes` a `QuantifiableObservableProperty` that represents a measure of flow of fluid, typically with a `QuantityKind` of `VolumeFlowRate`." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Sensor> .
URI: http://data.ashrae.org/standard223#HumiditySensor
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#HumiditySensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Humidity sensor" ;
rdfs:comment "A `Sensor` that `observes` a `QuantifiableObservableProperty` that represents a measure of relative or absolute humidity. " ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Sensor> ;
sh:property [ rdfs:comment "A `HumiditySensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of either `RelativeHumidity` or `AbsoluteHumidity`." ;
sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:message "s223: A `HumiditySensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of either `RelativeHumidity` or `AbsoluteHumidity`." ;
sh:node [ sh:property [ sh:or ( [ sh:hasValue <http://qudt.org/vocab/quantitykind/RelativeHumidity> ] [ sh:hasValue <http://qudt.org/vocab/quantitykind/AbsoluteHumidity> ] ) ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ;
sh:path <http://data.ashrae.org/standard223#observes> ] .
URI: http://data.ashrae.org/standard223#LightSensor
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#LightSensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Light sensor" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#IlluminanceSensor> <http://data.ashrae.org/standard223#CorrelatedColorTemperatureSensor> <http://data.ashrae.org/standard223#DuvSensor> ) ;
rdfs:comment "A `Sensor` that `observes` a `QuantifiableObservableProperty` that represents an attribute of light, as specified by the `QuantityKind` of the `Property` being observed, as described below." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Sensor> .
URI: http://data.ashrae.org/standard223#IlluminanceSensor
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#IlluminanceSensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Illuminance sensor" ;
rdfs:comment """A `LightSensor` that `observes` a `QuantifiableObservableProperty` that represents an illuminance, defined as the areal density of the
luminous flux incident at a point on a surface.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#LightSensor> ;
sh:property [ rdfs:comment "An `IlluminanceSensor` shall `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `Illuminance`." ;
sh:message "s223: An `IlluminanceSensor` shall `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `Illuminance`." ;
sh:path <http://data.ashrae.org/standard223#observes> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Property> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Illuminance> ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] .
URI: http://data.ashrae.org/standard223#CorrelatedColorTemperatureSensor
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#CorrelatedColorTemperatureSensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Correlated color temperature sensor" ;
rdfs:comment """A `LightSensor` that `observes` a `QuantifiableObservableProperty` that represents a correlated color temperature (CCT) of a
light source, defined as the absolute temperature of a blackbody whose chromaticity most nearly resembles that of the light source.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#LightSensor> ;
sh:property [ rdfs:comment "A `CorrelatedColorTemperatureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `CorrelatedColorTemperature`." ;
sh:message "s223: A `CorrelatedColorTemperatureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `CorrelatedColorTemperature`." ;
sh:path <http://data.ashrae.org/standard223#observes> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Property> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/CorrelatedColorTemperature> ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] .
URI: http://data.ashrae.org/standard223#DuvSensor
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#DuvSensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Duv sensor" ;
rdfs:comment """A `LightSensor` that `observes` a `QuantifiableObservableProperty` that represents a Duv of a light source, defined as the
distance between the chromaticity of the light source and a blackbody radiator of equal correlated color temperature (CCT).""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#LightSensor> ;
sh:property [ rdfs:comment "A `DuvSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `Duv`." ;
sh:message "s223: A `DuvSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `Duv`." ;
sh:path <http://data.ashrae.org/standard223#observes> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Property> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Duv> ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] .
URI: http://data.ashrae.org/standard223#OccupancySensor
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#OccupancySensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Occupancy sensor" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#OccupantMotionSensor> <http://data.ashrae.org/standard223#OccupantPresenceSensor> <http://data.ashrae.org/standard223#OccupantCountSensor> ) ;
rdfs:comment "A `Sensor` that `observes` an `ObservableProperty` that represents an attribute of occupancy in a space." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Sensor> .
URI: http://data.ashrae.org/standard223#OccupantMotionSensor
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#OccupantMotionSensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Occupant motion sensor" ;
rdfs:comment "An `OccupancySensor` that `observes` a `ObservableProperty` that represents motion within a sensing region." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#OccupancySensor> ;
sh:property [ rdfs:comment "An `OccupantMotionSensor` shall always observe an `EnumeratedObservableProperty` that has an `EnumerationKind` of `Occupancy-Motion`." ;
sh:class <http://data.ashrae.org/standard223#EnumeratedObservableProperty> ;
sh:message "s223: An `OccupantMotionSensor` shall always observe an `EnumeratedObservableProperty` that has an `EnumerationKind` of `Occupancy-Motion`." ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Occupancy-Motion> ;
sh:maxCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ] ] ;
sh:path <http://data.ashrae.org/standard223#observes> ] .
URI: http://data.ashrae.org/standard223#OccupantPresenceSensor
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#OccupantPresenceSensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Occupant presence sensor" ;
rdfs:comment "An `OccupancySensor` that `observes` a `ObservableProperty` that represents presence within a sensing region." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#OccupancySensor> ;
sh:property [ rdfs:comment "An `OccupantPresenceSensor` shall always observe an `EnumeratedObservableProperty` that has an `EnumerationKind` of `Occupancy-Presence`." ;
sh:class <http://data.ashrae.org/standard223#EnumeratedObservableProperty> ;
sh:message "s223: An `OccupantPresenceSensor` shall always observe an `EnumeratedObservableProperty` that has an `EnumerationKind` of `Occupancy-Presence`." ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Occupancy-Presence> ;
sh:maxCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ] ] ;
sh:path <http://data.ashrae.org/standard223#observes> ] .
URI: http://data.ashrae.org/standard223#OccupantCountSensor
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#OccupantCountSensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Occupant count sensor" ;
rdfs:comment """An `OccupancySensor` that `observes` a `QuantifiableObservableProperty` that represents a population, usually of humans, within
a sensing region.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#OccupancySensor> ;
sh:property [ rdfs:comment """An `OccupantCountSensor` shall always observe a `QuantifiableObservableProperty` that has a `QuantityKind` of `Population` and
a `Unit` of `NUM`.""" ;
sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:message """s223: An `OccupantCountSensor` shall always observe a `QuantifiableObservableProperty` that has a `QuantityKind` of `Population` and
a `Unit` of `NUM`.""" ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/unit/NUM> ;
sh:maxCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Population> ;
sh:maxCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ;
sh:path <http://data.ashrae.org/standard223#observes> ] .
URI: http://data.ashrae.org/standard223#ParticulateSensor
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#ParticulateSensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Particulate sensor" ;
rdfs:comment """A `Sensor` that `observes` a `QuantifiableObservableProperty` that represents an amount of a particulate in a medium, in contrast
to a `ConcentrationSensor` that `observes` a `QuantifiableObservableProperty` that represents a concentration of a miscible constituent in a medium
(see {s223:ConcentrationSensor}). The 223 standard does not constrain the `Unit` or `QuantityKind` reported by a `ParticulateSensor`, but possible
`QuantityKind`s include `Density` (mass per volume), `ParticleNumberDensity` (count per volume), and `DimensionlessRatio` (with units such as `PPM` or
`PPB`). Some particulate sensors may claim to report a raw count of particles, for which a `QuantityKind` of `Count` could be used, but the required
context for such a measurement should be provided in the sensor's documentation to specify if it in fact measures a count per volume (e.g. `ParticleNumberDensity`),
time (e.g. `CountRate` or `ParticleCurrent`), or some
other combination. Explicitly declaring the `QuantityKind` of a sensor's output is preferable to relying on implicit assumptions.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Sensor> ;
sh:property [ rdfs:comment "If the relation `ofSubstance` is present it shall associate the `ParticulateSensor` with a `Substance-Particulate`." ;
sh:class <http://data.ashrae.org/standard223#Substance-Particulate> ;
sh:message "s223: If the relation `ofSubstance` is present it shall associate the `ParticulateSensor` with a `Substance-Particulate`." ;
sh:path <http://data.ashrae.org/standard223#ofSubstance> ] .
URI: http://data.ashrae.org/standard223#PressureSensor
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#PressureSensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Pressure sensor" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#GaugePressureSensor> ) ;
rdfs:comment "A `Sensor` that `observes` a `QuantifiableObservableProperty` that represents a measure of pressure." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Sensor> ;
sh:property [ rdfs:comment "A `PressureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of Pressure." ;
sh:message "s223: A `PressureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of Pressure." ;
sh:path ( <http://data.ashrae.org/standard223#observes> <http://qudt.org/schema/qudt/hasQuantityKind> ) ;
sh:value <http://qudt.org/vocab/quantitykind/Pressure> ] .
URI: http://data.ashrae.org/standard223#GaugePressureSensor
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#GaugePressureSensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Gauge pressure sensor" ;
rdfs:comment """A `PressureSensor` that `observes` a `QuantifiableObservableProperty` that represents a measure of pressure relative to atmospheric pressure.
Such sensors are commonly used to monitor compressed gas cylinders, for example, where a gauge reading of zero signifies that the measured pressure
is equal to the atmospheric pressure, not a vacuum.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#PressureSensor> ;
sh:property [ rdfs:comment "A `GaugePressureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of GaugePressure." ;
sh:message "s223: A `GaugePressureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of GaugePressure." ;
sh:path ( <http://data.ashrae.org/standard223#observes> <http://qudt.org/schema/qudt/hasQuantityKind> ) ;
sh:value <http://qudt.org/vocab/quantitykind/GaugePressure> ],
[ rdfs:comment "A `GaugePressureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a value of true for qudt:isDeltaQuantity." ;
sh:maxCount 1 ;
sh:message "s223: A `GaugePressureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a value of true for qudt:isDeltaQuantity." ;
sh:minCount 1 ;
sh:path ( <http://data.ashrae.org/standard223#observes> <http://qudt.org/schema/qudt/isDeltaQuantity> ) ;
sh:value true ] .
URI: http://data.ashrae.org/standard223#TemperatureSensor
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#TemperatureSensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Temperature Sensor" ;
rdfs:comment "A `Sensor` that `observes` a `QuantifiableObservableProperty` that represents a measure of temperature." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Sensor> ;
sh:property [ rdfs:comment "A `TemperatureSensor` shall always observe a `QuantifiableObservableProperty` that has a `QuantityKind` of `Temperature`." ;
sh:message "s223: A `TemperatureSensor` shall always observe a `QuantifiableObservableProperty` that has a `QuantityKind` of `Temperature`." ;
sh:path <http://data.ashrae.org/standard223#observes> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Property> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] .
URI: http://data.ashrae.org/standard223#VoltageSensor
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#VoltageSensor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Voltage Sensor" ;
rdfs:comment "A `Sensor` that `observes` a `QuantifiableObservableProperty` that represents a measure of voltage." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Sensor> ;
sh:property [ rdfs:comment "A `VoltageSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of Voltage." ;
sh:message "s223: A `VoltageSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of Voltage." ;
sh:path ( <http://data.ashrae.org/standard223#observes> <http://qudt.org/schema/qudt/hasQuantityKind> ) ;
sh:value <http://qudt.org/vocab/quantitykind/Voltage> ] .
URI: http://data.ashrae.org/standard223#hasMeasurementResolution
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasMeasurementResolution> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has measurement resolution" ;
rdfs:comment "A `Relation` that associates a `Sensor` with the `QuantifiableProperty` whose value indicates the smallest recognizable change in engineering units that the `Sensor` is able to measure. " .
URI: http://data.ashrae.org/standard223#observes
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#observes> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "observes" ;
rdfs:comment "A `Relation` that associates a `Sensor` with one `ObservableProperty` (see {s223:ObservableProperty}) which is used by the sensor to generate a measurement value (e.g. a temperature) or a simple observation of a stimulus causing a reaction (e.g. a current binary switch that closes a dry contact when a fan is powered on)." .
URI: http://data.ashrae.org/standard223#hasObservationLocation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasObservationLocation> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has observation location" ;
rdfs:comment "A `Relation` that associates a `Sensor` with the topological location where it is observing a `Property` (see {s223:observes}). The observation location shall be a `Connectable` (see {s223:Connectable}), `Connection` (see {s223:Connection}), or `ConnectionPoint` (see {s223:ConnectionPoint})." .
URI: http://data.ashrae.org/standard223#hasReferenceLocation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasReferenceLocation> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has reference location" ;
rdfs:comment "A `Relation` that associates a differential sensor with the topological location of the baseline (reference) `Property` (see {s223:observes})." .
URI: http://data.ashrae.org/standard223#Actuator
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Actuator> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Actuator" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#actuates> <http://data.ashrae.org/standard223#actuatedByProperty> ) ;
rdfs:comment """A piece of `Equipment` that receives control signals and electrically, pneumatically, or hydraulically makes changes in the
physical world, such as the position of a valve or damper.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "If the relation `actuates` is present it shall associate the `Actuator` with a piece of `Equipment`." ;
sh:class <http://data.ashrae.org/standard223#Equipment> ;
sh:message "s223: If the relation `actuates` is present it shall associate the `Actuator` with a piece of `Equipment`." ;
sh:path <http://data.ashrae.org/standard223#actuates> ],
[ rdfs:comment "An `Actuator` shall be associated with at least one `ActuatableProperty` using the relation `actuatedByProperty`." ;
sh:class <http://data.ashrae.org/standard223#ActuatableProperty> ;
sh:message "s223: An `Actuator` shall be associated with at least one `ActuatableProperty` using the relation `actuatedByProperty`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#actuatedByProperty> ] .
URI: http://data.ashrae.org/standard223#actuates
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#actuates> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "actuates" ;
rdfs:comment "A `Relation` that associates an `Actuator` with the `Equipment` that it actuates." .
URI: http://data.ashrae.org/standard223#actuatedByProperty
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#actuatedByProperty> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "commanded by Property" ;
rdfs:comment """A `Relation` that associates a piece of `Equipment` with the `ActuatableProperty` that it responds to. If the `Equipment`
is an `Actuator` (a subclass of `Equipment`), `actuatedByProperty` is a required relation. An `Actuator` may also identify another piece of
`Equipment` being actuated. (see {s223:actuates}).""" .
URI: http://data.ashrae.org/standard223#Controller
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Controller> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Controller" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Function> <http://data.ashrae.org/standard223#executes> ) ;
rdfs:comment "A piece of equipment for regulation of a system or component in normal operation, which executes one or more `Function`s." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "If the relation `executes` is present it shall associate the `Controller` with a `Function`." ;
sh:class <http://data.ashrae.org/standard223#Function> ;
sh:message "s223: If the relation `executes` is present it shall associate the `Controller` with a `Function`." ;
sh:path <http://data.ashrae.org/standard223#executes> ] .
URI: http://data.ashrae.org/standard223#Function
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Function> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Function" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#hasInput> <http://data.ashrae.org/standard223#hasOutput> ) ;
rdfs:comment "A `Function` is used to model transfer and/or transformation of information (i.e. `Property`). It has relations to input Properties and output Properties. The actual algorithms that perform the transformations are described in CDL and are out of scope of the 223 standard." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Concept> ;
sh:property [ rdfs:comment "If the relation `hasInput` is present it shall associate a `Function` with a `Property`." ;
sh:class <http://data.ashrae.org/standard223#Property> ;
sh:message "s223: If the relation `hasInput` is present it shall associate a `Function` with a `Property`." ;
sh:path <http://data.ashrae.org/standard223#hasInput> ],
[ rdfs:comment "If the relation `hasOutput` is present it shall associate a `Function` with a `Property`." ;
sh:class <http://data.ashrae.org/standard223#Property> ;
sh:message "s223: If the relation `hasOutput` is present it shall associate a `Function` with a `Property`." ;
sh:path <http://data.ashrae.org/standard223#hasOutput> ] .
URI: http://data.ashrae.org/standard223#hasInput
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasInput> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has input" ;
rdfs:comment "A `Relation` that associates a `Function` (see {s223:Function}) with a `Property` (see {s223:Property}) that is used as input to the `Function`." .
URI: http://data.ashrae.org/standard223#hasOutput
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasOutput> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has output" ;
rdfs:comment "A `Relation` that associates a `Function` (see {s223:Function}) with a `Property` (see {s223:Property}) that is calculated by the `Function`." .
URI: http://data.ashrae.org/standard223#executes
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#executes> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "executes" ;
rdfs:comment "A `Relation` that associates a `Controller` (see {s223:Controller}) with the `Function`s (see {s223:Function}) that it executes. " .
URI: pub:connection
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:connection> ns1:subclauses ( <http://data.ashrae.org/standard223#Connectable> <http://data.ashrae.org/standard223#ConnectionPoint> <http://data.ashrae.org/standard223#Connection> <http://data.ashrae.org/standard223#Junction> <pub:connectedness> <http://data.ashrae.org/standard223#hasMedium> ) ;
ns1:title "CONNECTION" ;
rdfs:comment """
This clause is the top level of the hierarchical structure of the portion of the
model that represents the characteristics and features of connections that provide
a means for a medium such as air, water, or electricity, to flow from one `ConnectionPoint`
to another. Examples of connections are ducts, pipes, and conductors.
""" .
URI: http://data.ashrae.org/standard223#Connectable
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Connectable> a <http://data.ashrae.org/standard223#AbstractClass>,
sh:NodeShape ;
rdfs:label "Connectable" ;
rdfs:comment "`Connectable` is an abstract class representing a thing such as, `Equipment` (see {s223:Equipment}), `DomainSpace` (see {s223:DomainSpace}), or `Junction` (see {s223:Junction}) that can be `connected` via connection points and connections." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Concept> ;
sh:property [ rdfs:comment "If the relation `cnx` is present it shall associate the `Connectable` with a `ConnectionPoint`." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: If the relation `cnx` is present it shall associate the `Connectable` with a `ConnectionPoint`." ;
sh:path <http://data.ashrae.org/standard223#cnx> ],
[ rdfs:comment "If a `Connectable` has `connected` or `connectedTo` (i.e. high-level connection specification), it must also have the supporting `cnx` relations (low-level connection specification)." ;
sh:path <http://data.ashrae.org/standard223#cnx> ;
sh:severity sh:Warning ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "If a `Connectable` has the relation`connected` or `connectedTo` (i.e. high-level connection specification), it must also have the supporting `cnx` relations (low-level connection specification)." ;
sh:message "s223: {$this} is s223:connected (high-level) to {?otherC} but not connected at the cnx-level." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?otherC
WHERE {
$this s223:connected ?otherC .
FILTER NOT EXISTS {$this s223:cnx+ ?otherC}
}
""" ] ],
[ rdfs:comment "If the relation `connectedTo` is present it shall associate the `Connectable` with a `Connectable`." ;
sh:class <http://data.ashrae.org/standard223#Connectable> ;
sh:message "s223: If the relation `connectedTo` is present it shall associate the `Connectable` with a `Connectable`." ;
sh:name "ConnectableToConnectableShape" ;
sh:path <http://data.ashrae.org/standard223#connectedTo> ],
[ rdfs:comment "If the relation `hasConnectionPoint` is present it shall associate the `Connectable` with a `ConnectionPoint`." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: If the relation `hasConnectionPoint` is present it shall associate the `Connectable` with a `ConnectionPoint`." ;
sh:name "EquipmentToConnectionPointShape" ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ],
[ rdfs:comment "If the relation `connectedFrom` is present it shall associate the `Connectable` with a `Connectable`." ;
sh:class <http://data.ashrae.org/standard223#Connectable> ;
sh:message "s223: If the relation `connectedFrom` is present it shall associate the `Connectable` with a `Connectable`." ;
sh:path <http://data.ashrae.org/standard223#connectedFrom> ],
[ rdfs:comment "If the relation `connected` is present it shall associate the `Connectable` with a `Connectable`." ;
sh:class <http://data.ashrae.org/standard223#Connectable> ;
sh:message "s223: If the relation `connected` is present it shall associate the `Connectable` with a `Connectable`." ;
sh:name "SymmetricConnectableToConnectableShape" ;
sh:path <http://data.ashrae.org/standard223#connected> ],
[ rdfs:comment "If the relation `connectedThrough` is present it shall associate the `Connectable` with a `Connection`." ;
sh:class <http://data.ashrae.org/standard223#Connection> ;
sh:message "s223: If the relation `connectedThrough` is present it shall associate the `Connectable` with a `Connection`." ;
sh:name "EquipmentToConnectionShape" ;
sh:path <http://data.ashrae.org/standard223#connectedThrough> ] .
URI: http://data.ashrae.org/standard223#ConnectionPoint
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ConnectionPoint> a <http://data.ashrae.org/standard223#AbstractClass>,
sh:NodeShape ;
rdfs:label "ConnectionPoint" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> <http://data.ashrae.org/standard223#InletConnectionPoint> <http://data.ashrae.org/standard223#OutletConnectionPoint> <http://data.ashrae.org/standard223#pairedConnectionPoint> <http://data.ashrae.org/standard223#mapsTo> <http://data.ashrae.org/standard223#hasMedium> ) ;
rdfs:comment """A `ConnectionPoint` is an abstract modeling construct used to represent the fact that one connectable thing can be connected to another connectable thing using a `Connection`. It is the abstract representation of the flange, wire terminal, or other physical feature where a connection is made. `Equipment`, `DomainSpace`s and `Junction`s can have one or more `ConnectionPoint`s (see {s223:Connectable}).
A `ConnectionPoint` is constrained to relate to a specific medium such as air, water, or electricity which determines what other things can be connected to it. For example, constraining a ConnectionPoint to be for air means it cannot be used for an electrical connection.
A `ConnectionPoint` belongs to exactly one connectable thing (see {s223:Connectable}).
`ConnectionPoint`s are represented graphically in this standard by a triangle with the point indicating a direction of flow, or a diamond in the case of a bidirectional flow as shown in Figure 6-1.
""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Concept> ;
sh:property [ rdfs:comment "If a `ConnectionPoint` `mapsTo` another `ConnectionPoint`, the respective `Equipment` should have a `contains` relation." ;
sh:path <http://data.ashrae.org/standard223#mapsTo> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "If a `ConnectionPoint` `mapsTo` another `ConnectionPoint`, the respective `Equipment` should have a `contains` relation." ;
sh:message "s223: {?otherEquipment} should contain {?equipment} because `ConnectionPoint` {$this} has a `mapsTo` relation." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?equipment ?otherEquipment
WHERE {
$this s223:mapsTo ?otherCP .
?equipment s223:hasConnectionPoint $this .
?otherEquipment s223:hasConnectionPoint ?otherCP .
FILTER NOT EXISTS {?otherEquipment s223:contains ?equipment}
}
""" ] ],
[ rdfs:comment "Ensure that the Medium identified by a `ConnectionPoint` via the `hasMedium` relation is compatible with the Medium identified by the entity identified by the `mapsTo` relation." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Ensure that the Medium identified by a `ConnectionPoint` via the `hasMedium` relation is compatible with the Medium identified by the entity identified by the `mapsTo` relation." ;
sh:message "s223: {$this} declares a medium of {?a}, but the medium of {?b} is declared by {?target} pointed to by the `mapsTo` relation." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT DISTINCT $this ?a ?b ?target
WHERE {
$this s223:hasMedium ?a .
$this s223:mapsTo+ ?target .
?target s223:hasMedium ?b .
?a a/rdfs:subClassOf* s223:Substance-Medium .
?b a/rdfs:subClassOf* s223:Substance-Medium .
FILTER (?a != ?b ) .
FILTER (NOT EXISTS {?b a/rdfs:subClassOf* ?a}) .
FILTER (NOT EXISTS {?a a/rdfs:subClassOf* ?b}) .
}
""" ] ],
[ rdfs:comment "A `ConnectionPoint` can be associated with at most one other `ConnectionPoint` using the relation `mapsTo`" ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:maxCount 1 ;
sh:message "s223: A `ConnectionPoint` can be associated with at most one other `ConnectionPoint` using the relation `mapsTo`" ;
sh:path <http://data.ashrae.org/standard223#mapsTo> ],
[ rdfs:comment "A `ConnectionPoint` must not have both a `mapsTo` and a `connectsThrough` relation." ;
sh:path <http://data.ashrae.org/standard223#mapsTo> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "A `ConnectionPoint` must not have both a `mapsTo` and a `connectsThrough` relation." ;
sh:message "s223: {$this} cannot have both a `mapsTo` {?uppercp} and a `connectsThrough` {?connection}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?uppercp ?connection
WHERE {
$this s223:mapsTo ?uppercp .
$this s223:connectsThrough ?connection .
?connection a/rdfs:subClassOf* s223:Connection .
}
""" ] ],
[ rdfs:comment "A `ConnectionPoint` shall be associated with at most one `Connection` using the `cnx` relation" ;
sh:message "s223: A `ConnectionPoint` shall be associated with at most one `Connection` using the `cnx` relation" ;
sh:path <http://data.ashrae.org/standard223#cnx> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Connection> ] ;
sh:qualifiedValueShapesDisjoint true ],
[ rdfs:comment "A `ConnectionPoint` shall be associated with at most one `Connectable` using the `cnx` relation." ;
sh:message "s223: A `ConnectionPoint` shall be associated with at most one `Connectable` using the `cnx` relation." ;
sh:path <http://data.ashrae.org/standard223#cnx> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Connectable> ] ;
sh:qualifiedValueShapesDisjoint true ],
[ rdfs:comment "A `ConnectionPoint` can be associated with at most one other `ConnectionPoint` using the inverse of relation `mapsTo`" ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:maxCount 1 ;
sh:message "s223: A `ConnectionPoint` can be associated with at most one other `ConnectionPoint` using the inverse of relation `mapsTo`" ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#mapsTo> ] ],
[ rdfs:comment "If a `ConnectionPoint` lacks a `connectsThrough` and `mapsTo` relation, but is associated with a `Junction` or `Equipment` that is contained by an `Equipment`, then suggest that the `ConnectionPoint` might need a `mapsTo` relation to a `ConnectionPoint` of the containing `Equipment`." ;
sh:path <http://data.ashrae.org/standard223#mapsTo> ;
sh:severity sh:Info ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "If a `ConnectionPoint` lacks a `connectsThrough` and `mapsTo` relation, but is associated with a `Junction` or `Equipment` that is contained by an `Equipment`, then suggest that the `ConnectionPoint` might need a `mapsTo` relation to a `ConnectionPoint` of the containing `Equipment`." ;
sh:message "s223: `ConnectionPoint` {$this} could be missing a `mapsTo` relation to a `ConnectionPoint` of {?containerEquipment} because it is associated with a `Junction` or `Equipment` that is contained by {?containerEquipment}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?containerEquipment
WHERE {
FILTER NOT EXISTS {$this s223:connectsThrough ?anything1} .
FILTER NOT EXISTS {$this s223:mapsTo ?anything2} .
FILTER NOT EXISTS {?anything3 s223:hasBoundaryConnectionPoint $this} .
$this s223:isConnectionPointOf ?equipment .
?containerEquipment s223:contains ?equipment .
}
""" ] ],
[ rdfs:comment "If the relation `hasRole` is present it shall associate the `ConnectionPoint` with an `EnumerationKind-Role`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Role> ;
sh:message "s223: If the relation `hasRole` is present it shall associate the `ConnectionPoint` with an `EnumerationKind-Role`." ;
sh:path <http://data.ashrae.org/standard223#hasRole> ],
[ rdfs:comment "A `ConnectionPoint` shall be associated with exactly one `Substance-Medium` using the relation `hasMedium`." ;
sh:class <http://data.ashrae.org/standard223#Substance-Medium> ;
sh:maxCount 1 ;
sh:message "s223: A `ConnectionPoint` shall be associated with exactly one `Substance-Medium` using the relation `hasMedium`." ;
sh:minCount 1 ;
sh:name "ConnectionPoint medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ],
[ rdfs:comment "If the relation `hasElectricalPhase` is present it shall associate the `ConnectionPoint` with an ElectricalPhaseIdentifier or ElectricalVoltagePhases." ;
sh:message "s223: If the relation `hasElectricalPhase` is present it shall associate the `ConnectionPoint` with an ElectricalPhaseIdentifier or ElectricalVoltagePhases." ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223#EnumerationKind-ElectricalPhaseIdentifier> ] [ sh:class <http://data.ashrae.org/standard223#EnumerationKind-ElectricalVoltagePhases> ] ) ;
sh:path <http://data.ashrae.org/standard223#hasElectricalPhase> ],
[ rdfs:comment "If a `ConnectionPoint` lacks a `connectsThrough` and `mapsTo` relation, and is not associated with a `Junction` or `Equipment` that is contained by an `Equipment`, then suggest that the `ConnectionPoint` probably needs an association with a `Connection`." ;
sh:path <http://data.ashrae.org/standard223#connectsThrough> ;
sh:severity sh:Info ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "If a `ConnectionPoint` lacks a `connectsThrough` and `mapsTo` relation, and is not associated with a `Junction` or `Equipment` that is contained by an `Equipment`, then suggest that the `ConnectionPoint` probably needs an association with a `Connection`." ;
sh:message "s223: `ConnectionPoint` {$this} probably needs an association with a `Connection`, or use of `hasOptionalConnectionPoint` or `hasBoundaryConnectionPoint` qualifiers." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE {
FILTER NOT EXISTS {?sys1 s223:hasBoundaryConnectionPoint $this} .
FILTER NOT EXISTS {?sys2 s223:hasOptionalConnectionPoint $this} .
FILTER NOT EXISTS {$this s223:connectsThrough ?anything1} .
FILTER NOT EXISTS {$this s223:mapsTo ?anything2} .
$this s223:isConnectionPointOf ?equipment .
FILTER NOT EXISTS {?containerEquipment s223:contains ?equipment} .
}
""" ] ],
[ rdfs:comment "A `ConnectionPoint` shall be associated with exactly one `Connectable` using the relation `isConnectionPointOf`." ;
sh:class <http://data.ashrae.org/standard223#Connectable> ;
sh:maxCount 1 ;
sh:message "s223: A `ConnectionPoint` shall be associated with exactly one `Connectable` using the relation `isConnectionPointOf`." ;
sh:minCount 1 ;
sh:name "ConnectionPointToEquipmentShape" ;
sh:path <http://data.ashrae.org/standard223#isConnectionPointOf> ],
[ rdfs:comment "A `ConnectionPoint` shall be associated with at most one `Connection` using the relation `connectsThrough`." ;
sh:class <http://data.ashrae.org/standard223#Connection> ;
sh:maxCount 1 ;
sh:message "s223: This `ConnectionPoint` shall be associated with at most one `Connection`." ;
sh:name "ConnectionPointToConnectionShape" ;
sh:path <http://data.ashrae.org/standard223#connectsThrough> ;
sh:severity sh:Info ] ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Subclasses of ConnectionPoint are Disjoint. An instance of a subclass of ConnectionPoint cannot be an instance of multiple such subclasses." ;
sh:message "s223: `ConnectionPoint` {$this} cannot be an instance of both {?subclass1} and {?subclass2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?subclass1 ?subclass2 WHERE {
$this a ?subclass1, ?subclass2 .
?subclass1 rdfs:subClassOf s223:ConnectionPoint .
?subclass2 rdfs:subClassOf s223:ConnectionPoint .
FILTER(?subclass1 != ?subclass2)
}
""" ] .
URI: http://data.ashrae.org/standard223#BidirectionalConnectionPoint
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#BidirectionalConnectionPoint> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Bidirectional Connection Point" ;
rdfs:comment "A `BidirectionalConnectionPoint` is a `ConnectionPoint` for which a medium (`Substance-Medium`) is expected to flow either into or out of the associated `Connectable`." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:property [ rdfs:comment "If the relation `pairedConnectionPoint` is present it shall associate the `BidirectionalConnectionPoint` with a `ConnectionPoint`." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: If the relation `pairedConnectionPoint` is present it shall associate the `BidirectionalConnectionPoint` with a `ConnectionPoint`." ;
sh:path <http://data.ashrae.org/standard223#pairedConnectionPoint> ],
[ rdfs:comment "If the relation `mapsTo` is present it shall associate the `BidirectionalConnectionPoint` with a `BidirectionalConnectionPoint`." ;
sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:message "s223: If the relation `mapsTo` is present it shall associate the `BidirectionalConnectionPoint` with a `BidirectionalConnectionPoint`." ;
sh:path <http://data.ashrae.org/standard223#mapsTo> ] .
URI: http://data.ashrae.org/standard223#InletConnectionPoint
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#InletConnectionPoint> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Inlet Connection Point" ;
rdfs:comment "An `InletConnectionPoint` is a `ConnectionPoint` for which a medium (`Substance-Medium`) is expected to flow into the associated `Connectable`." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:property [ rdfs:comment "If the relation `pairedConnectionPoint` is present it shall associate the `InletConnectionPoint` with an `OutletConnectionPoint` or `BidirectionalConnectionPoint`." ;
sh:message "s223: If the relation `pairedConnectionPoint` is present it shall associate the `InletConnectionPoint` with an `OutletConnectionPoint` or `BidirectionalConnectionPoint`." ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ] [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ] ) ;
sh:path <http://data.ashrae.org/standard223#pairedConnectionPoint> ],
[ rdfs:comment "If the relation `mapsTo` is present it shall associate the `InletConnectionPoint` with an `InletConnectionPoint`." ;
sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:message "s223: If the relation `mapsTo` is present it shall associate the `InletConnectionPoint` with an `InletConnectionPoint`." ;
sh:path <http://data.ashrae.org/standard223#mapsTo> ],
[ rdfs:comment "Ensure an `InletConnectionPoint` has a `mapsTo` relation to its containing `Equipment` if it has an external `Connection`" ;
sh:path <http://data.ashrae.org/standard223#mapsTo> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Ensure an `InletConnectionPoint` has a `mapsTo` relation to its containing `Equipment` if it has an external `Connection`" ;
sh:message "s223: {$this} must have a `mapsTo` an `InletConnectionPoint` of {?parentEquipment} and not an external `Connection` from {?sourceEquipment}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?parentEquipment ?sourceEquipment
WHERE {
?equipment s223:hasConnectionPoint $this .
?parentEquipment s223:contains ?equipment .
$this s223:connectsThrough/s223:connectsFrom ?sourceEquipment .
FILTER NOT EXISTS {?parentEquipment s223:contains ?sourceEquipment} .
FILTER NOT EXISTS {$this s223:mapsTo ?anything} .
}
""" ] ] .
URI: http://data.ashrae.org/standard223#OutletConnectionPoint
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#OutletConnectionPoint> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Outlet Connection Point" ;
rdfs:comment "An `OutletConnectionPoint` is a `ConnectionPoint` for which a medium (`Substance-Medium`) is expected to flow out of the associated `Connectable`." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:property [ rdfs:comment "If the relation `mapsTo` is present it shall associate the `OutletConnectionPoint` with an `OutletConnectionPoint`." ;
sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:message "s223: If the relation `mapsTo` is present it shall associate the `OutletConnectionPoint` with an `OutletConnectionPoint`." ;
sh:path <http://data.ashrae.org/standard223#mapsTo> ],
[ rdfs:comment "Ensure an `OutletConnectionPoint` has a `mapsTo` relation to its containing `Equipment` if it has an external `Connection`" ;
sh:path <http://data.ashrae.org/standard223#mapsTo> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Ensure an `OutletConnectionPoint` has a `mapsTo` relation to its containing `Equipment` if it has an external `Connection`" ;
sh:message "s223: {$this} must have a `mapsTo` an `OutletConnectionPoint` of {?parentEquipment} and not an external `Connection` to {?destinationEquipment}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?parentEquipment ?destinationEquipment
WHERE {
?equipment s223:hasConnectionPoint $this .
?parentEquipment s223:contains ?equipment .
$this s223:connectsThrough/s223:connectsTo ?destinationEquipment .
FILTER NOT EXISTS {?parentEquipment s223:contains ?destinationEquipment} .
FILTER NOT EXISTS {$this s223:mapsTo ?anything} .
}
""" ] ],
[ rdfs:comment "If the relation `pairedConnectionPoint` is present it shall associate the `OutletConnectionPoint` with an `InletConnectionPoint` or `BidirectionalConnectionPoint`." ;
sh:message "s223: If the relation `pairedConnectionPoint` is present it shall associate the `OutletConnectionPoint` with an `InletConnectionPoint` or `BidirectionalConnectionPoint`." ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ] [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ] ) ;
sh:path <http://data.ashrae.org/standard223#pairedConnectionPoint> ] .
URI: http://data.ashrae.org/standard223#pairedConnectionPoint
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#pairedConnectionPoint> a <http://data.ashrae.org/standard223#SymmetricRelation> ;
rdfs:label "paired connection point" ;
rdfs:comment "A `Relation` that associates two `ConnectionPoint`s where an `InletConnectionPoint` shares the same `Medium` with an `OutletConnectionPoint`." .
URI: http://data.ashrae.org/standard223#mapsTo
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#mapsTo> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "mapsTo" ;
rdfs:comment "A `Relation` that associates a `ConnectionPoint` of a `Connectable` with a corresponding `ConnectionPoint` of the one containing it (see {pub:equipment-containment}). The associated `ConnectionPoint`s shall have the same direction (see {s223:EnumerationKind-Direction}) and compatible medium (see {s223:Substance-Medium})." .
URI: http://data.ashrae.org/standard223#hasMedium
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasMedium> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has Medium" ;
rdfs:comment "The relation `hasMedium` is used to indicate what medium is flowing through the connection (e.g., air, water, electricity). The possible values are defined in `Substance-Medium` (see {s223:Substance-Medium})." .
URI: http://data.ashrae.org/standard223#Connection
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Connection> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Connection" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Pipe> <http://data.ashrae.org/standard223#Duct> <http://data.ashrae.org/standard223#Conductor> ) ;
rdfs:comment """A `Connection` is the modeling construct used to represent the thing (e.g., pipe, duct, conductor, or free space) that is used to convey
some Medium (e.g., water, air, electricity, light, wi-fi) between two connectable things. All connections have two or more connection points bound
to either `Equipment` (see {s223:Equipment}), `DomainSpace` (see {s223:DomainSpace}), or `Junction` (see {s223:Junction}) See Figure 6-2. If the direction
of flow is constrained, that constraint is indicated by using one or more `InletConnectionPoint`s (see {s223:InletConnectionPoint}) to represent the
inflow points and `OutletConnectionPoint`s (see {s223:OutletConnectionPoint}) to represent the outflow points.
A `Connection` may contain branches or intersections. These may be modeled using `Junction`s if it is necessary to identify a specific intersection.
(see {s223:Junction}).
The constraint to maintain compatible mediums among a `Connection` and all of its associated `ConnectionPoint`s gives rise to multiple
validation test cases, where the specified medium might be a pure medium, or a mixture with constituents. See {s223:Substance-Medium} for
more details.
""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Concept> ;
sh:property [ rdfs:comment "Incompatible Medium. Case 2: A `Connection` with constituents and an associated `ConnectionPoint` with a pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 2: A `Connection` with constituents and an associated `ConnectionPoint` with a pure medium." ;
sh:message "s223: `Connection` {$this} with medium {?m2} is incompatible with {?cp} with medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m1 .
$this s223:hasMedium ?m2 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] ],
[ rdfs:comment "Incompatible Medium. Case 3: `Connection` with a pure medium and an associated `ConnectionPoint` with constituents." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 3: `Connection` with a pure medium and an associated `ConnectionPoint` with constituents." ;
sh:message "s223: `Connection` {$this} with medium {?m2} is incompatible with {?cp} with medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m2 .
$this s223:hasMedium ?m1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] ],
[ rdfs:comment "A `Connection` must only have a `cnx` relation with a `ConnectionPoint`" ;
sh:path <http://data.ashrae.org/standard223#cnx> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "A `Connection` must only have a `cnx` relation with a `ConnectionPoint`" ;
sh:message "s223: {$this} cannot have a s223:cnx relation to {?something}, because {?something} is not a `ConnectionPoint`." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """SELECT $this ?something
WHERE {
$this s223:cnx ?something .
FILTER NOT EXISTS {?something a/rdfs:subClassOf* s223:ConnectionPoint} .
}""" ] ],
[ rdfs:comment "Incompatible Medium. Case 6: Two `ConnectionPoint`s, one with a medium with constituents and one with a pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 6: A medium with constituents and a pure medium." ;
sh:message "s223: {?cp1} with medium {?m1} is incompatible with {?cp2} with medium {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cp1 ?m1 ?cp2 ?m2
WHERE {
$this s223:cnx ?cp1 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp1 s223:hasMedium ?m1 .
$this s223:cnx ?cp2 .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
FILTER (?cp1 != ?cp2 ) .
?cp2 s223:hasMedium ?m2 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] ],
[ rdfs:comment "If the relation `connectsTo` is present it shall associate the `Connection` with a `Connectable`." ;
sh:class <http://data.ashrae.org/standard223#Connectable> ;
sh:message "s223: If the relation `connectsTo` is present it shall associate the `Connection` with a `Connectable`." ;
sh:name "ConnectionToDownstreamConnectableShape" ;
sh:path <http://data.ashrae.org/standard223#connectsTo> ],
[ rdfs:comment "Incompatible Medium. Case 7: Two `ConnectionPoint`s with mediums with constituents." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 7: Two `ConnectionPoint`s with mediums with constituents." ;
sh:message "s223: {?cp1} with medium {?m2} is incompatible with {?cp2} with medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cp1 ?m1 ?cp2 ?m2
WHERE {
$this s223:cnx ?cp1 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp1 s223:hasMedium ?m2 .
$this s223:cnx ?cp2 .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
FILTER (?cp1 != ?cp2 ) .
?cp2 s223:hasMedium ?m1 .
?m1 s223:composedOf/s223:ofConstituent ?s1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s11 .
?m2 s223:composedOf/s223:ofConstituent ?s12 .
FILTER (?s11 = ?s12) .
}
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s21 .
?m2 s223:composedOf/s223:ofConstituent ?s22 .
{?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} .
}
}
""" ] ],
[ rdfs:comment "Incompatible Medium. Case 1: A `Connection` with a pure medium and an associated `ConnectionPoint` with a pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 1: Two pure mediums." ;
sh:message "s223: `Connection` {$this} with medium {?m2} is incompatible with {?cp} with medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m1 .
$this s223:hasMedium ?m2 .
FILTER (?m1 != ?m2 ) .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {?m2 s223:composedOf ?c2}
FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) .
FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) .
}
""" ] ],
[ rdfs:comment "A `Connection` shall have two or more `connectsAt` relations to connection points" ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: A `Connection` shall have two or more `connectsAt` relations to connection points" ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#connectsAt> ;
sh:severity sh:Warning ],
[ rdfs:comment "A `Connection` shall have two or more `cnx` relations to connection points" ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: A `Connection` shall have two or more `cnx` relations to connection points" ;
sh:path <http://data.ashrae.org/standard223#cnx> ],
[ rdfs:comment "If the relation `connectsFrom` is present it shall associate the `Connection` with a `Connectable`." ;
sh:class <http://data.ashrae.org/standard223#Connectable> ;
sh:message "s223: If the relation `connectsFrom` is present it shall associate the `Connection` with a `Connectable`." ;
sh:name "ConnectionToUpstreamConnectableShape" ;
sh:path <http://data.ashrae.org/standard223#connectsFrom> ],
[ rdfs:comment "Incompatible Medium. Case 5: Two `ConnectionPoint`s with pure mediums." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 5: Two `ConnectionPoint`s with pure mediums." ;
sh:message "s223: {?cp1} with medium {?m1} is incompatible with {?cp2} with medium {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cp1 ?m1 ?cp2 ?m2
WHERE {
$this s223:cnx ?cp1 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp1 s223:hasMedium ?m1 .
$this s223:cnx ?cp2 .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp2 s223:hasMedium ?m2 .
FILTER (?m1 != ?m2 ) .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {?m2 s223:composedOf ?c2}
FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) .
FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) .
}
""" ] ],
[ rdfs:comment "Incompatible Medium. Case 4: A `Connection` with constituents and an associated `ConnectionPoint` with constituents." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 4: A `Connection` with constituents and an associated `ConnectionPoint` with constituents." ;
sh:message "s223: `Connection` {$this} with medium {?m2} is incompatible with {?cp} with medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m2 .
$this s223:hasMedium ?m1 .
?m1 s223:composedOf/s223:ofConstituent ?s1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s11 .
?m2 s223:composedOf/s223:ofConstituent ?s12 .
FILTER (?s11 = ?s12) .
}
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s21 .
?m2 s223:composedOf/s223:ofConstituent ?s22 .
{?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} .
}
}
""" ] ],
[ rdfs:comment "A `Connection` shall be associated with exactly one `Substance-Medium` using the relation `hasMedium`." ;
sh:class <http://data.ashrae.org/standard223#Substance-Medium> ;
sh:maxCount 1 ;
sh:message "s223: A `Connection` shall be associated with exactly one `Substance-Medium` using the relation `hasMedium`." ;
sh:minCount 1 ;
sh:name "Connection medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ],
[ rdfs:comment "If the relation `hasThermodynamicPhase` is present it shall associate the `Connection` with at most one `EnumerationKind-ThermodynamicPhase`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-ThermodynamicPhase> ;
sh:maxCount 1 ;
sh:message "s223: If the relation `hasThermodynamicPhase` is present it shall associate the `Connection` with at most one `EnumerationKind-ThermodynamicPhase`." ;
sh:path <http://data.ashrae.org/standard223#hasThermodynamicPhase> ],
[ rdfs:comment "If the relation `hasRole` is present it shall associate the `Connection` with an `EnumerationKind-Role`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Role> ;
sh:message "s223: If the relation `hasRole` is present it shall associate the `Connection` with an `EnumerationKind-Role`." ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] .
URI: http://data.ashrae.org/standard223#Pipe
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Pipe> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Pipe" ;
rdfs:comment "A `Connection` that is used primarily to transport liquids and gases such as water, sewage, natural gas, and compressed air." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Connection> .
URI: http://data.ashrae.org/standard223#Duct
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Duct> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Duct" ;
rdfs:comment "A `Connection` that is used to transport air such as supply, return, and exhaust in HVAC (Heating, Ventilation, and Air Conditioning) systems." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Connection> .
URI: http://data.ashrae.org/standard223#Conductor
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Conductor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Conductor" ;
rdfs:comment "A `Connection` that represents one or more wires used to convey electricity, with the electricity conceptualized as flowing through a `Conductor` like water through a pipe. Each instance of `Conductor` applies to no more than one electrical circuit." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Connection> ;
sh:property [ rdfs:comment "Ensure the electrical phase is the same as all connected `ConnectionPoint`s" ;
sh:path <http://data.ashrae.org/standard223#hasElectricalPhase> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Ensure the electrical phase is the same as all connected `ConnectionPoint`s" ;
sh:message "s223: {$this} has an electrical phase of {?myphase} which is different from {?cpPhase} for `ConnectionPoint` {?cp}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?myphase ?cp ?cpPhase
WHERE {
$this s223:hasElectricalPhase ?myphase .
$this s223:connectsAt ?cp .
?cp s223:hasElectricalPhase ?cpPhase .
FILTER (?myphase != ?cpPhase) .
}
""" ] ],
[ rdfs:comment "If the relation `hasElectricalPhase` is present it shall associate the `Conductor` with a single ElectricalPhaseIdentifier or ElectricalVoltagePhases value." ;
sh:maxCount 1 ;
sh:message "s223: If the relation `hasElectricalPhase` is present it shall associate the `Conductor` with a single ElectricalPhaseIdentifier or ElectricalVoltagePhases value." ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223#EnumerationKind-ElectricalPhaseIdentifier> ] [ sh:class <http://data.ashrae.org/standard223#EnumerationKind-ElectricalVoltagePhases> ] ) ;
sh:path <http://data.ashrae.org/standard223#hasElectricalPhase> ],
[ rdfs:comment "A `Conductor` shall be associated with exactly one `Constituent-Electricity` using the relation `hasMedium`." ;
sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:maxCount 1 ;
sh:message "s223: A `Conductor` shall be associated with exactly one `Constituent-Electricity` using the relation `hasMedium`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] .
URI: http://data.ashrae.org/standard223#Junction
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Junction> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Junction" ;
rdfs:comment """A `Junction` is a modeling construct used when a branching point within a `Connection` (see {s223:Connection}) is of significance,
such as specifying the observation location of a `Sensor`, or when a modeler wants to expose a branch point within a containing piece of `Equipment`.
When a `Junction` is used, what might have been modeled as a single, branched `Connection`
is separated into three or more separate connections, all tied together with the `Junction` and its associated connection points.
`Junction` is a subClassOf `Connectable`, which gives it the ability to have connection points, but unlike Equipment (and like Connection)
it is not allowed to change the Medium that passes through it. This is why `Junction` is a sibling class to `Equipment` and not a subclass.
This constraint to maintain compatible mediums among a `Junction` and all of its associated `ConnectionPoint`s gives rise to multiple
validation test cases, where the specified medium might be a pure medium, or a mixture with constituents. See {s223:Substance-Medium} for
more details.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Connectable> ;
sh:property [ rdfs:comment "Incompatible Medium. Case 2: A `Junction` with constituents and an associated `ConnectionPoint` with a pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 2: A `Junction` with constituents and an associated `ConnectionPoint` with a pure medium." ;
sh:message "s223: `Junction` {$this} with Medium {?m2} is incompatible with {?cp} with Medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m1 .
$this s223:hasMedium ?m2 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] ],
[ rdfs:comment "Incompatible Medium. Case5: Two `ConnectionPoint`s with pure mediums." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 5: Two `ConnectionPoint`s with pure mediums." ;
sh:message "s223: {?cp1} with Medium {?m1} is incompatible with {?cp2} with Medium {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cp1 ?m1 ?cp2 ?m2
WHERE {
$this s223:cnx ?cp1 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp1 s223:hasMedium ?m1 .
$this s223:cnx ?cp2 .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
FILTER (?cp1 != ?cp2 ) .
?cp2 s223:hasMedium ?m2 .
FILTER (?m1 != ?m2 ) .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {?m2 s223:composedOf ?c2}
FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) .
FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) .
}
""" ] ],
[ rdfs:comment "Incompatible Medium. Case 6: Two `ConnectionPoint`s, one with a medium with constituents and one a pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 6: Two `ConnectionPoint`s with a medium with constituents and a pure medium." ;
sh:message "s223: {?cp1} with Medium {?m1} is incompatible with {?cp2} with Medium {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cp1 ?m1 ?cp2 ?m2
WHERE {
$this s223:cnx ?cp1 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp1 s223:hasMedium ?m1 .
$this s223:cnx ?cp2 .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp2 s223:hasMedium ?m2 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] ],
[ rdfs:comment "Incompatible Medium. Case 7: Two `ConnectionPoint`s with mediums with constituents." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 7: Two `ConnectionPoint`s with mediums with constituents." ;
sh:message "s223: {?cp1} with Medium {?m1} is incompatible with {?cp2} with Medium {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cp1 ?m1 ?cp2 ?m2
WHERE {
$this s223:cnx ?cp1 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp1 s223:hasMedium ?m1 .
$this s223:cnx ?cp2 .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp2 s223:hasMedium ?m2 .
?m1 s223:composedOf/s223:ofConstituent ?s1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s11 .
?m2 s223:composedOf/s223:ofConstituent ?s12 .
FILTER (?s11 = ?s12) .
}
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s21 .
?m2 s223:composedOf/s223:ofConstituent ?s22 .
{?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} .
}
}
""" ] ],
[ rdfs:comment "Incompatible Medium. Case 3: `Junction` with a pure medium and an associated `ConnectionPoint` with constituents" ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 3: `Junction` with a pure medium and an associated `ConnectionPoint` with constituents." ;
sh:message "s223: `Junction` {$this} with Medium {?m1} is incompatible with {?cp} with Medium {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m2 .
$this s223:hasMedium ?m1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] ],
[ rdfs:comment "Incompatible Medium. Case4: `Junction` with constituents and an associated `ConnectionPoint` with constituents." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 4: `Junction` with constituents and an associated `ConnectionPoint` with constituents." ;
sh:message "s223: `Junction` {$this} with Medium {?m2} is incompatible with {?cp} with Medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m1 .
$this s223:hasMedium ?m2 .
?m1 s223:composedOf/s223:ofConstituent ?s1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s11 .
?m2 s223:composedOf/s223:ofConstituent ?s12 .
FILTER (?s11 = ?s12) .
}
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s21 .
?m2 s223:composedOf/s223:ofConstituent ?s22 .
{?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} .
}
}
""" ] ],
[ rdfs:comment "A `Junction` shall be associated with exactly one `Substance-Medium` using the relation `hasMedium`." ;
sh:class <http://data.ashrae.org/standard223#Substance-Medium> ;
sh:maxCount 1 ;
sh:message "s223: A `Junction` shall be associated with exactly one `Substance-Medium` using the relation `hasMedium`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ],
[ rdfs:comment "Incompatible Medium. Case1: A `Junction` with a pure medium and an associated `ConnectionPoint` with a pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 1: Two pure mediums." ;
sh:message "s223: `Junction` {$this} with Medium {?m2} is incompatible with {?cp} with Medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m1 .
$this s223:hasMedium ?m2 .
FILTER (?m1 != ?m2 ) .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {?m2 s223:composedOf ?c2}
FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) .
FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) .
}
""" ] ] .
URI: pub:connectedness
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:connectedness> ns1:subclauses ( <http://data.ashrae.org/standard223#connected> <http://data.ashrae.org/standard223#connectedTo> <http://data.ashrae.org/standard223#connectedFrom> <http://data.ashrae.org/standard223#connectedThrough> <http://data.ashrae.org/standard223#connectsTo> <http://data.ashrae.org/standard223#connectsFrom> <http://data.ashrae.org/standard223#connectsThrough> <http://data.ashrae.org/standard223#connectsAt> <http://data.ashrae.org/standard223#hasConnectionPoint> <http://data.ashrae.org/standard223#isConnectionPointOf> <http://data.ashrae.org/standard223#cnx> ) ;
ns1:title "Relations Describing Connectedness" ;
rdfs:comment """
The collection of relations defined for `Connectable`, `ConnectionPoint`, and `Connection`
is intended to facilitate model queries that answer questions about how equipment
is connected and to what it is connected. These relations are shown in Figure 6-3.

It is not necessary for a model developer to create each of these relations individually.
A model can be created using a simpler construct shown in Figure 6-4 using the
`cnx` relation. Inference rules can then be applied to generate the complete set
shown in Figure 6-3. The intent is to simplify model development without losing
the connectedness relationships that facilitate model queries.

""" .
URI: http://data.ashrae.org/standard223#connected
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#connected> a <http://data.ashrae.org/standard223#SymmetricRelation>,
rdf:Property ;
rdfs:label "connected" ;
rdfs:comment "The relation `connected` indicates that two connectable things are `connected` without regard to the direction of flow." .
URI: http://data.ashrae.org/standard223#connectedTo
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:connectedTo a ns1:RelationWithInverse,
rdf:Property ;
rdfs:label "connected to" ;
ns1:inverseOf ns1:connectedFrom ;
rdfs:comment "The relation `connectedTo` indicates that connectable things are `connected` with a specific direction of flow. A is `connectedTo` B, means a direction of flow from A to B. The inverse direction is indicated by `connectedFrom` (see {s223:connectedFrom})." ;
rdfs:domain ns1:Equipment .
URI: http://data.ashrae.org/standard223#connectedFrom
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:connectedFrom a ns1:RelationWithInverse,
rdf:Property ;
rdfs:label "connected from" ;
ns1:inverseOf ns1:connectedTo ;
rdfs:comment "The relation `connectedFrom` indicates that connectable things are `connected` with a specific direction of flow. B is `connectedFrom` A, means that the direction of flow is from A to B. The inverse direction is indicated by `connectedTo` (see {s223:connectedTo})." ;
rdfs:domain ns1:Equipment .
URI: http://data.ashrae.org/standard223#connectedThrough
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#connectedThrough> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "connected through" ;
rdfs:comment "A `Relation` that associates a `Connectable` thing with a `Connection`, without regard to the direction of flow. It is used to discover what connection links two connectable things." .
URI: http://data.ashrae.org/standard223#connectsTo
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#connectsTo> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "connects to" ;
rdfs:comment "A `Relation` that associates a `Connection` with a `Connectable` thing, with an implied direction of flow. A `connectsTo` B indicates a flow from A to B." .
URI: http://data.ashrae.org/standard223#connectsFrom
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#connectsFrom> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "connects from" ;
rdfs:comment "A `Relation` that associates a `Connectable` thing with a `Connection`, with an implied direction of flow. B `connectsFrom` A indicates a flow from A to B." .
URI: http://data.ashrae.org/standard223#connectsThrough
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:connectsThrough a ns1:RelationWithInverse,
rdf:Property ;
rdfs:label "connects through" ;
ns1:inverseOf ns1:connectsAt ;
rdfs:comment "A `Relation` that associates a `ConnectionPoint` with a `Connection`, without regard to the direction of flow." .
URI: http://data.ashrae.org/standard223#connectsAt
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:connectsAt a ns1:RelationWithInverse,
rdf:Property ;
rdfs:label "connects at" ;
ns1:inverseOf ns1:connectsThrough ;
rdfs:comment "A `Relation` that associates a `Connection` with a specific `ConnectionPoint`." .
URI: http://data.ashrae.org/standard223#hasConnectionPoint
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:hasConnectionPoint a ns1:RelationWithInverse,
rdf:Property ;
rdfs:label "has connection point" ;
ns1:inverseOf ns1:isConnectionPointOf ;
rdfs:comment "One of two `Relation`s that associates `Connectable` thing with a `ConnectionPoint`. It is the inverse of the relation `isConnectionPointOf` (see {s223:isConnectionPointOf})." .
URI: http://data.ashrae.org/standard223#isConnectionPointOf
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:isConnectionPointOf a ns1:RelationWithInverse,
rdf:Property ;
rdfs:label "is connection point of" ;
ns1:inverseOf ns1:hasConnectionPoint ;
rdfs:comment "One of two `Relation`s that associates a `ConnectionPoint` with a `Connectable` thing. It is the inverse of the relation `hasConnectionPoint` (see {s223:hasConnectionPoint})." .
URI: http://data.ashrae.org/standard223#cnx
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#cnx> a <http://data.ashrae.org/standard223#SymmetricRelation>,
rdf:Property ;
rdfs:label "cnx" ;
rdfs:comment "A `Relation` that associates adjacent entities in a connection path, comprised of Equipment-ConnectionPoint-Connection-ConnectionPoint-Equipment sequences." .
URI: pub:system
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:system> ns1:subclauses ( <http://data.ashrae.org/standard223#System> <http://data.ashrae.org/standard223#hasMember> <http://data.ashrae.org/standard223#hasBoundaryConnectionPoint> <http://data.ashrae.org/standard223#hasOptionalConnectionPoint> ) ;
ns1:title "SYSTEM" ;
rdfs:comment """A `System` is a logical grouping of one or more pieces of `Equipment` or other `System`s defined by the modeler for some functional purpose. Examples of possible systems are an air distribution system, or a hot water system. Systems can be associated with other `System`s or `Equipment` using the relation `hasMember` (see {s223:hasMember}) A `System` may be associated with an `EnumerationKind-Role` (see {s223:EnumerationKind-Role}).
""" .
URI: http://data.ashrae.org/standard223#System
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#System> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "System" ;
rdfs:comment "A logical grouping of one or more `Equipment` or other `System`s for some functional purpose." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Concept> ;
sh:property [ rdfs:comment "A `System` may be defined with a number of connection points that are the \"boundary\" of the equipment. The `hasOptionalConnectionPoint` relation is used to reference those connection points of its equipment that may not be connected, the \"dangling connection point\" should not generate a validation error." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: A `System` may be defined with a number of connection points that are the \"boundary\" of the equipment. The `hasOptionalConnectionPoint` relation is used to reference those connection points of its equipment that may not be connected, the \"dangling connection point\" should not generate a validation error." ;
sh:path <http://data.ashrae.org/standard223#hasOptionalConnectionPoint> ],
[ rdfs:comment "A `System` may be defined with a number of connection points that are the \"boundary\" of the equipment. The `hasBoundaryConnectionPoint` relation is used to reference those connection points of its equipment that must be connected, but in the context of validating the model with the system by itself, the \"dangling connection point\" should not generate a validation error." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: A `System` may be defined with a number of connection points that are the \"boundary\" of the equipment. The `hasBoundaryConnectionPoint` relation is used to reference those connection points of its equipment that must be connected, but in the context of validating the model with the system by itself, the \"dangling connection point\" should not generate a validation error." ;
sh:path <http://data.ashrae.org/standard223#hasBoundaryConnectionPoint> ],
[ a sh:PropertyShape ;
rdfs:comment "A `System` shall be associated with at least one instance of `Equipment` or `System` using the relation `hasMember`." ;
sh:message "s223: A `System` shall be associated with at least one instance of `Equipment` or `System` using the relation `hasMember`." ;
sh:minCount 1 ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223#Equipment> ] [ sh:class <http://data.ashrae.org/standard223#System> ] ) ;
sh:path <http://data.ashrae.org/standard223#hasMember> ;
sh:severity sh:Warning ],
[ rdfs:comment "If the relation `hasRole` is present, it shall associate the `System` with an `EnumerationKind-Role`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Role> ;
sh:message "s223: If the relation `hasRole` is present, it shall associate the `System` with an `EnumerationKind-Role`." ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Ensure that the boundary `ConnectionPoint`s of a `System` belong to only members of that `System`" ;
sh:message "s223: `System` {$this} `hasBoundaryConnectionPoint` {?cp}, belonging to {?con} that is not a member of {?this}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cp ?con
WHERE {
$this s223:hasBoundaryConnectionPoint ?cp .
?cp s223:isConnectionPointOf ?con .
FILTER NOT EXISTS {$this s223:hasMember+ ?con}
}
""" ] .
URI: http://data.ashrae.org/standard223#hasMember
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasMember> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has member" ;
rdfs:comment "A `Relation` that associates a `System` with its component `Equipment` and/or `System`s." .
URI: http://data.ashrae.org/standard223#hasBoundaryConnectionPoint
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasBoundaryConnectionPoint> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has Boundary Connection Point" ;
rdfs:comment "The `hasBoundaryConnectionPoint` relation means the `ConnectionPoint` represents the boundary of a `System` (see {s223:System}) defined by the modeler, such as a model fragment provided by the vendor of a collection of equipment intended for integration with another model. The presence of this relation is used to indicate that such a \"dangling connection point\" should not generate a validation error in a non-integrated context but should generate an error in a integrated context." .
URI: http://data.ashrae.org/standard223#hasOptionalConnectionPoint
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasOptionalConnectionPoint> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has Optional Connection Point" ;
rdfs:comment "The `hasOptionalConnectionPoint` relation means the `ConnectionPoint` represents the boundary of a `System` (see {s223:System}) defined by the modeler, such as a model fragment provided by the vendor of a collection of equipment intended for integration with another model. The presence of this relation is used to indicate that such a \"dangling connection point\" should not generate a validation error in an integrated or non-integrated context." .
URI: pub:space
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:space> ns1:subclauses ( <pub:physical-space> <pub:domain-space> ) ;
ns1:title "SPACE" ;
rdfs:comment """
There are two types of spaces: `PhysicalSpace`and `DomainSpace`. `PhysicalSpace`s represent the building from the architectural and occupant perspective. A `PhysicalSpace` may represent a room (e.g., an office or conference room), a part of a room (e.g., a foyer), a collection of rooms (e.g., a floor or the entire building), or any other physical region in a building (e.g., a patio or a roof), or a whole campus.
A `DomainSpace` is a subclass of `Connectable` (see {s223:Connectable}) that represents some portion of a `PhysicalSpace` that is affected by a building service associated with a particular domain (e.g., HVAC, lighting, see {s223:EnumerationKind-Domain}). `DomainSpace`s can be viewed as the endpoints of building services.
`DomainSpace`s can represent an entire `PhysicalSpace` or a portion of a `PhysicalSpace`, and thus `PhysicalSpace`s enclose `DomainSpace`s. An instance of a `PhysicalSpace` may enclose `DomainSpace`s from different domains, and may also enclose multiple `DomainSpace`s of the same domain. For example, a `PhysicalSpace` may represent an office that `encloses` a single HVAC `DomainSpace` and multiple lighting `DomainSpace`s. This would indicate a single HVAC service is provided to the office, along with multiple lighting services (e.g., one that provides lighting to the area of the office that receives daylight, and another that provides lighting to the area of the office that does not receive daylight). Multiple `DomainSpace`s of the same domain may overlap. For example, a `DomainSpace` affected by lighting devices that provide general lighting service to a room may overlap with the `DomainSpace` affected by the lighting devices that provide emergency lighting service to a room.
""" .
URI: pub:physical-space
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<pub:physical-space> ns1:subclauses ( <http://data.ashrae.org/standard223#PhysicalSpace> <http://data.ashrae.org/standard223#encloses> <http://data.ashrae.org/standard223#OutdoorPhysicalSpace> ) ;
ns1:title "Physical Space" .
URI: http://data.ashrae.org/standard223#PhysicalSpace
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#PhysicalSpace> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Physical Space" ;
rdfs:comment "A `PhysicalSpace` is an architectural concept representing a room, a part of a room, a collection of rooms, or any other physical region in a building. PhysicalSpaces may be grouped to define larger `PhysicalSpace`s using the relation `contains` (see {s223:contains})." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Concept> ;
sh:property [ rdfs:comment "If the relation `encloses` is present it shall associate the `PhysicalSpace` with a `DomainSpace`." ;
sh:class <http://data.ashrae.org/standard223#DomainSpace> ;
sh:message "s223: If the relation `encloses` is present it shall associate the `PhysicalSpace` with a `DomainSpace`." ;
sh:path <http://data.ashrae.org/standard223#encloses> ],
[ rdfs:comment "If the relation `contains` is present it shall associate the `PhysicalSpace` with a `PhysicalSpace`." ;
sh:class <http://data.ashrae.org/standard223#PhysicalSpace> ;
sh:message "s223: If the relation `contains` is present it shall associate the `PhysicalSpace` with a `PhysicalSpace`." ;
sh:path <http://data.ashrae.org/standard223#contains> ] .
URI: http://data.ashrae.org/standard223#encloses
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#encloses> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "encloses" ;
rdfs:comment "A `Relation` that associates a `PhysicalSpace` with one or more `DomainSpace`s. " .
URI: http://data.ashrae.org/standard223#OutdoorPhysicalSpace
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#OutdoorPhysicalSpace> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Outdoor physical space" ;
rdfs:comment "A `PhysicalSpace` that is outside of the building where, for example, outdoor ambient properties might be measured, within a suitably defined `DomainSpace`." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#PhysicalSpace> .
URI: pub:domain-space
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<pub:domain-space> ns1:subclauses ( <http://data.ashrae.org/standard223#DomainSpace> <http://data.ashrae.org/standard223#hasDomain> ) ;
ns1:title "Domain Space" .
URI: http://data.ashrae.org/standard223#DomainSpace
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#DomainSpace> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Domain Space" ;
rdfs:comment "A `DomainSpace` represents some portion of a `PhysicalSpace` that is affected by a building service associated with a domain. `DomainSpace`s may represent an entire `PhysicalSpace` or any portion of a `PhysicalSpace` (see {s223:PhysicalSpace}). Multiple `DomainSpace`s of the same domain may overlap, and `DomainSpace`s of different domains may also overlap. `DomainSpace`s may be grouped into `Zone`s using the relation `hasDomainSpace` (see {s223:hasDomainSpace})." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Connectable> ;
sh:property [ rdfs:comment "A `DomainSpace` shall be associated with exactly one `EnumerationKind-Domain` using the relation `hasDomain`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Domain> ;
sh:maxCount 1 ;
sh:message "s223: A `DomainSpace` shall be associated with exactly one `EnumerationKind-Domain` using the relation `hasDomain`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomain> ],
[ rdfs:comment "A `DomainSpace` must be enclosed by a `PhysicalSpace`." ;
sh:message "s223: A `DomainSpace` must be enclosed by a `PhysicalSpace`." ;
sh:minCount 1 ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#encloses> ] ;
sh:severity sh:Info ] .
URI: http://data.ashrae.org/standard223#hasDomain
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasDomain> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has domain" ;
rdfs:comment "A `Relation` that associates a `Zone` or `DomainSpace` with an `EnumerationKind-Domain` (e.g., `Domain-HVAC`, `Domain-Lighting`)." .
URI: pub:zone
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:zone> ns1:subclauses ( <http://data.ashrae.org/standard223#Zone> <http://data.ashrae.org/standard223#hasDomainSpace> <http://data.ashrae.org/standard223#ZoneGroup> <http://data.ashrae.org/standard223#hasZone> ) ;
ns1:title "ZONE" ;
rdfs:comment """
A `Zone` is a logical grouping of one or more `DomainSpace`s of a specific domain for some building service or control-related purpose. Multiple `Zone`s of the same domain may overlap. For example, a `Zone` that defines `DomainSpace`s that are subject to an occupancy-control strategy may overlap with a `Zone` that defines `DomainSpace`s that are subject to a supervisory scheduled-control strategy.""" .
URI: http://data.ashrae.org/standard223#Zone
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Zone> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Zone" ;
rdfs:comment "A logical grouping of one or more `DomainSpace`s for a specific domain for some building service or control-related purpose. Zones may be grouped into ZoneGroups (see {s223:ZoneGroup})." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Concept> ;
sh:property [ rdfs:comment "The associated domain of a `Zone` and the Domain of the `DomainSpace`s it `contains` must be the same." ;
sh:path <http://data.ashrae.org/standard223#hasDomain> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "The associated `EnumerationKind-Domain` of a `Zone` and the `EnumerationKind-Domain` of the `DomainSpace`s it contains must be the same." ;
sh:message "s223: `Zone` {$this} has a Domain of {?domain}, but it contains a `DomainSpace` {?ds} which has a Domain of {?dsdomain}. These should be the same." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT DISTINCT $this ?domain ?ds ?dsdomain
WHERE {
$this a s223:Zone .
$this s223:hasDomain ?domain .
$this s223:contains ?ds .
?ds s223:hasDomain ?dsdomain .
FILTER (?domain != ?dsdomain)
}
""" ] ],
[ rdfs:comment "A `Zone` shall be associated with at least one `DomainSpace` using the relation `hasDomainSpace`." ;
sh:class <http://data.ashrae.org/standard223#DomainSpace> ;
sh:message "s223: A `Zone` shall be associated with at least one `DomainSpace` using the relation `hasDomainSpace`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomainSpace> ],
[ rdfs:comment "A `Zone` shall be associated with exactly one `EnumerationKind-Domain` using the relation `hasDomain`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Domain> ;
sh:maxCount 1 ;
sh:message "s223: A `Zone` shall be associated with exactly one `EnumerationKind-Domain` using the relation `hasDomain`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomain> ] .
URI: http://data.ashrae.org/standard223#hasDomainSpace
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasDomainSpace> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has domain space" ;
rdfs:comment "A `Relation` that associates a `Zone` with its component `DomainSpaces`." .
URI: http://data.ashrae.org/standard223#ZoneGroup
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ZoneGroup> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Zone group" ;
rdfs:comment "A logical grouping of one or more `Zone`s (e.g., to define a supervisory building control strategy that overrides one or more system controls)." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Concept> ;
sh:property [ rdfs:comment "A `ZoneGroup` shall be associated with at least one `Zone` using the relation `hasZone`." ;
sh:class <http://data.ashrae.org/standard223#Zone> ;
sh:message "s223: A `ZoneGroup` shall be associated with at least one `Zone` using the relation `hasZone`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasZone> ],
[ rdfs:comment "A `ZoneGroup` shall be associated with exactly one `EnumerationKind-Domain` using the relation `hasDomain`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Domain> ;
sh:maxCount 1 ;
sh:message "s223: A `ZoneGroup` shall be associated with exactly one `EnumerationKind-Domain` using the relation `hasDomain`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomain> ] .
URI: http://data.ashrae.org/standard223#hasZone
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasZone> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has zone" ;
rdfs:comment "A `Relation` that associates a `ZoneGroup` with its component `Zone`s." .
URI: pub:enumerations
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:enumerations> ns1:subclauses ( <http://data.ashrae.org/standard223#EnumerationKind> <http://data.ashrae.org/standard223#EnumerationKind-Aspect> <http://data.ashrae.org/standard223#EnumerationKind-Binary> <http://data.ashrae.org/standard223#EnumerationKind-DayOfWeek> <http://data.ashrae.org/standard223#EnumerationKind-Domain> <http://data.ashrae.org/standard223#EnumerationKind-ElectricalPhaseIdentifier> <http://data.ashrae.org/standard223#EnumerationKind-ElectricalVoltagePhases> <http://data.ashrae.org/standard223#EnumerationKind-Numerical> <http://data.ashrae.org/standard223#EnumerationKind-Occupancy> <http://data.ashrae.org/standard223#EnumerationKind-ThermodynamicPhase> <http://data.ashrae.org/standard223#EnumerationKind-Role> <http://data.ashrae.org/standard223#EnumerationKind-Substance> ) ;
ns1:title "ENUMERATIONS" ;
rdfs:comment """Enumerations are sets of values that are closed (they cannot take on values outside of what is explicitly listed in the definition) and named (each value has a unique name). The values within an enumeration share a "kind," which communicates how the enumerations are intended to be used.
The standard uses enumerations to convey groups of useful values for describing attributes of things e.g., `Properties`, `Equipment`.
""" .
URI: http://data.ashrae.org/standard223#EnumerationKind
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#EnumerationKind> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#EnumerationKind>,
sh:NodeShape ;
rdfs:label "Enumeration kind" ;
rdfs:comment """ This is the encapsulating class for all EnumerationKinds.
EnumerationKinds define the (closed) set of permissible values for a given purpose.
For example, the DayOfWeek `EnumerationKind` enumerates the days of the week and allows no other values.
EnumerationKinds are arranged in a class hierarchy tree, with the root class named `EnumerationKind`. Each subclass is named
starting with its immediate superclass, followed by a hyphen and a name that is unique among the sibling classes.
Each class is also an instance of itself. This unusual modeling pattern was used to achieve:
- The ability to set an EnumerationKind value that is more general, or not yet fully specified
at the time of modeling, such as s223:Electricity-AC without having to state exactly what voltage or frequency it is.
- The ability to use the sh:class SHACL predicate at any level in the EnumerationKind hierarchy
to constrain a value in the s223 specification, even if it is a more general one such as s223:Electricity-AC in the above example.
Certain validation constraints exist in the standard that evaluate compatibility of EnumerationKinds.
Two values are deemed compatible if they are the same, if one is a direct ancestor (or descendant) of the other,
or if they are mixtures sharing at least one constituent.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Concept> .
URI: http://data.ashrae.org/standard223#EnumerationKind-Aspect
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#EnumerationKind-Aspect> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#EnumerationKind-Aspect>,
sh:NodeShape ;
rdfs:label "Aspect" ;
ns1:subclauses ( <pub:EquipmentInformation> <pub:EquipmentOperation> <pub:OperationalLimits> <pub:ControlParameters> <pub:DeltaQuantities> ) ;
rdfs:comment "Aspect enumerations provide context to the meaning of a `Property` that would otherwise not be apparent." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind> .
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:EquipmentInformation> rdfs:label "Equipment information aspect" ;
ns1:title "Equipment Information" ;
rdfs:comment """These aspects are used on properties that provide static information about something e.g., a `System`,
or `Equipment`. These aspects are typically used on properties of type `Property`. The property value is typically stored as a string.
: Aspect Equipment Information Enumerations
| Enumeration | Description |
|:-----------|:-------------|
| `Aspect-CatalogNumber` | {s223:Aspect-CatalogNumber/rdfs:comment} |
| `Aspect-Manufacturer` | {s223:Aspect-Manufacturer/rdfs:comment} |
| `Aspect-Model` | {s223:Aspect-Model/rdfs:comment} |
| `Aspect-SerialNumber` | {s223:Aspect-SerialNumber/rdfs:comment} |""" .
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:EquipmentOperation> rdfs:label "Equipment operation aspect" ;
ns1:title "Equipment Operation" ;
rdfs:comment """These aspects are used on properties that provide dynamic information about something e.g., a `System`,
or `Equipment`. These aspects are typically used on properties of type `EnumeratedProperty` and subtypes thereof.
: Aspect Equipment Operation Enumerations
| Enumeration | Description |
|:-----------|:-------------|
| `Aspect-Alarm` | {s223:Aspect-Alarm/rdfs:comment} |
| `Aspect-Fault` | {s223:Aspect-Fault/rdfs:comment} |
| `Aspect-OperatingMode` | {s223:Aspect-OperatingMode/rdfs:comment} |
| `Aspect-OperatingStatus` | {s223:Aspect-OperatingStatus/rdfs:comment} |""" .
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:OperationalLimits> rdfs:label "Operational limits aspect" ;
ns1:title "Operational Limits" ;
rdfs:comment """These aspects are used on properties that define the range of another `Property`.
These aspects are used on properties of type `QuantifiableObservableProperty`.
: Aspect Operational Limits Enumerations
| Enumeration | Description |
|:-----------|:-------------|
| `Aspect-Maximum` | {s223:Aspect-Maximum/rdfs:comment} |
| `Aspect-Minimum` | {s223:Aspect-Minimum/rdfs:comment} |
| `Aspect-Nominal` | {s223:Aspect-Nominal/rdfs:comment} |
| `Aspect-Rated` | {s223:Aspect-Rated/rdfs:comment} |""" .
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:ControlParameters> rdfs:label "Control parameter aspect" ;
ns1:title "Control Parameters" ;
rdfs:comment """These aspects are used on properties that define the limits for control and
alarm algorithms. These aspects are used on properties of type `QuantifiableActuatableProperty`.
: Aspect Control Parameters Enumerations
| Enumeration | Description |
|:-----------|:-------------|
| `Aspect-Deadband` | {s223:Aspect-Deadband/rdfs:comment} |
| `Aspect-HighLimit` | {s223:Aspect-HighLimit/rdfs:comment} |
| `Aspect-LowLimit` | {s223:Aspect-LowLimit/rdfs:comment} |
| `Aspect-Setpoint` | {s223:Aspect-Setpoint/rdfs:comment} |
| `Aspect-Threshold` | {s223:Aspect-Threshold/rdfs:comment} |""" .
URI: pub:DeltaQuantities
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:DeltaQuantities> rdfs:label "Delta quantity aspect" ;
ns1:title "Delta Quantities" ;
rdfs:comment """These aspects are used on properties to modify the quantity kind. These
aspects are used on properties of type `QuantifiableProperty` and subtypes thereof.
: Aspect Delta Quantities Enumerations
| Enumeration | Description |
|:-----------|:-------------|
| `Aspect-Delta` | {s223:Aspect-Delta/rdfs:comment} |""" .
URI: http://data.ashrae.org/standard223#EnumerationKind-Binary
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#EnumerationKind-Binary> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#EnumerationKind-Binary>,
sh:NodeShape ;
rdfs:label "Binary value" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Binary-Logical> <http://data.ashrae.org/standard223#Binary-OnOff> <http://data.ashrae.org/standard223#Binary-Position> ) ;
rdfs:comment """This class and its enumerated subclasses represent common binary values.
: EnumerationKind-Binary Enumerations
| Enumeration |
|:-----------|
| `Binary-Logical` |
| `Binary-OnOff` |
| `Binary-Position` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind> .
URI: http://data.ashrae.org/standard223#Binary-Logical
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Binary-Logical> a <http://data.ashrae.org/standard223#Binary-Logical>,
<http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Logical enumerations" ;
rdfs:comment """This class has and its enumerated subclasses represent the possible values of a logical `Property` i.e., True or False.
: Binary-Logical Enumerations
| Enumeration |
|:-----------|
| `Logical-True` |
| `Logical-False` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind-Binary> .
URI: http://data.ashrae.org/standard223#Binary-OnOff
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Binary-OnOff> a <http://data.ashrae.org/standard223#Binary-OnOff>,
<http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "On and Off enumerations" ;
rdfs:comment """This class and its enumerated subclasses represent basic operational states i.e., On and Off.
: Binary-OnOff Enumerations
| Enumeration |
|:-----------|
| `OnOff-Off` |
| `OnOff-On` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind-Binary> .
URI: http://data.ashrae.org/standard223#Binary-Position
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Binary-Position> a <http://data.ashrae.org/standard223#Binary-Position>,
<http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Binary position enumerations" ;
rdfs:comment """This class and its enumerated subclasses represent basic positional states i.e., Closed and Open.
: Binary-Position Enumerations
| Enumeration |
|:-----------|
| `Position-Closed` |
| `Position-Open` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind-Binary> .
URI: http://data.ashrae.org/standard223#EnumerationKind-DayOfWeek
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#EnumerationKind-DayOfWeek> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#EnumerationKind-DayOfWeek>,
sh:NodeShape ;
rdfs:label "Day of week" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#DayOfWeek-Weekday> <http://data.ashrae.org/standard223#DayOfWeek-Weekend> ) ;
rdfs:comment """This class and its enumerated subclasses represent the days of the week, according to the Gregorian calendar i.e., Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday. The Weekend and Weekday EnumerationKinds define subsets of this `EnumerationKind` for Mon-Fri and Sat, Sun, respectively.
: EnumerationKind-DayOfWeek Enumerations
| Enumeration |
|:-----------|
| `DayOfWeek-Weekday` |
| `DayOfWeek-Weekend` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind> .
URI: http://data.ashrae.org/standard223#DayOfWeek-Weekday
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#DayOfWeek-Weekday> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#DayOfWeek-Weekday>,
sh:NodeShape ;
rdfs:label "Weekday" ;
rdfs:comment """This class and its enumerated subclasses represent weekdays, according to the Gregorian calendar i.e., Monday, Tuesday, Wednesday, Thursday, and Friday.
: DayOfWeek-Weekday Enumerations
| Enumeration |
|:-----------|
| `Weekday-Friday` |
| `Weekday-Monday` |
| `Weekday-Thursday` |
| `Weekday-Tuesday` |
| `Weekday-Wednesday` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind-DayOfWeek> .
URI: http://data.ashrae.org/standard223#DayOfWeek-Weekend
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#DayOfWeek-Weekend> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#DayOfWeek-Weekend>,
sh:NodeShape ;
rdfs:label "Weekend" ;
rdfs:comment """This class and its enumerated subclasses represent weekend days, according to the Gregorian calendar i.e., Saturday and Sunday.
: DayOfWeek-Weekend Enumerations
| Enumeration |
|:-----------|
| `Weekend-Saturday` |
| `Weekend-Sunday` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind-DayOfWeek> .
URI: http://data.ashrae.org/standard223#EnumerationKind-Domain
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#EnumerationKind-Domain> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#EnumerationKind-Domain>,
sh:NodeShape ;
rdfs:label "Domain" ;
rdfs:comment """This class and its enumerated subclasses represent building systems and services e.g., HVAC, Lighting, and Plumbing.
: EnumerationKind-Domain Enumerations
| Enumeration |
|:-----------|
| `Domain-ConveyanceSystems` |
| `Domain-Electrical` |
| `Domain-FireProtection` |
| `Domain-HVAC` |
| `Domain-Lighting` |
| `Domain-Networking` |
| `Domain-Occupancy` |
| `Domain-PhysicalSecurity` |
| `Domain-Plumbing` |
| `Domain-Refrigeration` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind> .
URI: http://data.ashrae.org/standard223#EnumerationKind-ElectricalPhaseIdentifier
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#EnumerationKind-ElectricalPhaseIdentifier> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#EnumerationKind-ElectricalPhaseIdentifier>,
sh:NodeShape ;
rdfs:label "Electrical phase identifier" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#hasElectricalPhase> ) ;
rdfs:comment """This class and its enumerated subclasses represent all possible electrical phases for AC electricity service.
: EnumerationKind-ElectricalPhaseIdentifier Enumerations
| Enumeration |
|:-----------|
| `ElectricalPhaseIdentifier-A` |
| `ElectricalPhaseIdentifier-AB` |
| `ElectricalPhaseIdentifier-ABC` |
| `ElectricalPhaseIdentifier-B` |
| `ElectricalPhaseIdentifier-BC` |
| `ElectricalPhaseIdentifier-C` |
| `ElectricalPhaseIdentifier-CA` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind> .
URI: http://data.ashrae.org/standard223#hasElectricalPhase
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasElectricalPhase> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has electrical phase" ;
rdfs:comment "A `Relation` that associates an AC electricity `Medium` with its electrical phase identifier." .
URI: http://data.ashrae.org/standard223#EnumerationKind-ElectricalVoltagePhases
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#EnumerationKind-ElectricalVoltagePhases> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#EnumerationKind-ElectricalVoltagePhases>,
sh:NodeShape ;
rdfs:label "Electrical voltage phase pairs" ;
rdfs:comment """This class and its enumerated subclasses represent all possible phase pairs for AC electricity service voltages.
: EnumerationKind-ElectricalVoltagePhases Enumerations
| Enumeration |
|:-----------|
| `ElectricalVoltagePhases-ABLineLineVoltage` |
| `ElectricalVoltagePhases-ANLineNeutralVoltage` |
| `ElectricalVoltagePhases-BCLineLineVoltage` |
| `ElectricalVoltagePhases-BNLineNeutralVoltage` |
| `ElectricalVoltagePhases-CALineLineVoltage` |
| `ElectricalVoltagePhases-CNLineNeutralVoltage` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind> .
URI: http://data.ashrae.org/standard223#EnumerationKind-Numerical
@prefix ns1: <http://qudt.org/schema/qudt/> .
@prefix ns2: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#EnumerationKind-Numerical> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#EnumerationKind-Numerical>,
sh:NodeShape ;
rdfs:label "EnumerationKind Numerical" ;
ns1:hasQuantityKind <http://qudt.org/vocab/quantitykind/Unknown> ;
ns1:hasUnit <http://qudt.org/vocab/unit/UNKNOWN> ;
ns2:subclauses ( <http://data.ashrae.org/standard223#Numerical-Frequency> <http://data.ashrae.org/standard223#Numerical-LineLineVoltage> <http://data.ashrae.org/standard223#Numerical-LineNeutralVoltage> <http://data.ashrae.org/standard223#Numerical-NumberOfElectricalPhases> <http://data.ashrae.org/standard223#Numerical-Voltage> <http://data.ashrae.org/standard223#hasFrequency> <http://data.ashrae.org/standard223#hasVoltage> ) ;
rdfs:comment """
Numerical enumeration kinds are used to support the definitions of the
Electricity medium. The enumerations instances in these classes have names that
are recognizable by humans but are just a string for a computer application. To
avoid the need to parse strings, each of these enumeration kinds have
properties associated with the enumeration that represent electrical
phase, voltage, and frequency. The purpose of these properties is to enable a
machine to query them and obtain the same information that a person would
associate with the string.
""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind> ;
sh:property [ rdfs:comment "An `EnumerationKind-Numerical` can be associated with a decimal value using the relation `hasValue`." ;
sh:datatype xsd:decimal ;
sh:path <http://data.ashrae.org/standard223#hasValue> ],
[ rdfs:comment "An `EnumerationKind-Numerical` shall be associated with at least one QuantityKind using the relation `hasQuantityKind`." ;
sh:class ns1:QuantityKind ;
sh:minCount 1 ;
sh:path ns1:hasQuantityKind ],
[ rdfs:comment "An `EnumerationKind-Numerical` shall be associated with at least one Unit using the relation `hasUnit`." ;
sh:class ns1:Unit ;
sh:minCount 1 ;
sh:path ns1:hasUnit ;
sh:severity sh:Info ] .
URI: http://data.ashrae.org/standard223#Numerical-Frequency
@prefix ns1: <http://qudt.org/schema/qudt/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Numerical-Frequency> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Numerical-Frequency>,
sh:NodeShape ;
rdfs:label " AC electricity frequency" ;
ns1:hasQuantityKind <http://qudt.org/vocab/quantitykind/Frequency> ;
ns1:hasUnit <http://qudt.org/vocab/unit/HZ> ;
rdfs:comment """This class and its enumerated subclasses represent common frequencies for AC electricity service.
: Numerical-Frequency Enumerations
| Enumeration |
|:-----------|
| `Frequency-50Hz` |
| `Frequency-60Hz` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind-Numerical> ;
sh:property [ rdfs:comment "A `Numerical-Frequency` shall have a `Unit` of `Hertz`" ;
sh:hasValue <http://qudt.org/vocab/unit/HZ> ;
sh:path ns1:hasUnit ],
[ rdfs:comment "A `Numerical-Frequency` shall have a `QuantityKind` of `Frequency`" ;
sh:hasValue <http://qudt.org/vocab/quantitykind/Frequency> ;
sh:path ns1:hasQuantityKind ] .
URI: http://data.ashrae.org/standard223#Numerical-LineLineVoltage
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix ns2: <http://qudt.org/schema/qudt/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ns1:Numerical-LineLineVoltage a ns1:Class,
ns1:Numerical-LineLineVoltage,
sh:NodeShape ;
rdfs:label "Line-Line Voltage" ;
ns1:hasVoltage ns1:Numerical-Voltage ;
ns2:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
ns2:hasUnit <http://qudt.org/vocab/unit/V> ;
rdfs:comment """This class and its enumerated instances represent common line-line voltages for AC electricity service.
: Numerical-LineLineVoltage Enumerations
| Enumeration |
|:-----------|
| `LineLineVoltage-10000V` |
| `LineLineVoltage-190V` |
| `LineLineVoltage-208V` |
| `LineLineVoltage-220V` |
| `LineLineVoltage-240V` |
| `LineLineVoltage-3000V` |
| `LineLineVoltage-3300V` |
| `LineLineVoltage-380V` |
| `LineLineVoltage-400V` |
| `LineLineVoltage-415V` |
| `LineLineVoltage-4160V` |
| `LineLineVoltage-480V` |
| `LineLineVoltage-6000V` |
| `LineLineVoltage-600V` |
| `LineLineVoltage-6600V` |""" ;
rdfs:subClassOf ns1:EnumerationKind-Numerical ;
sh:property [ rdfs:comment "A Numerical-LineLineVoltage shall have a `Numerical-Voltage`" ;
sh:class ns1:Numerical-Voltage ;
sh:minCount 1 ;
sh:path ns1:hasVoltage ] .
URI: http://data.ashrae.org/standard223#Numerical-LineNeutralVoltage
@prefix ns1: <http://qudt.org/schema/qudt/> .
@prefix ns2: <http://data.ashrae.org/standard223#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ns2:Numerical-LineNeutralVoltage a ns2:Class,
ns2:Numerical-LineNeutralVoltage,
sh:NodeShape ;
rdfs:label "Line-Neutral Voltage" ;
ns2:hasVoltage ns2:Numerical-Voltage ;
ns1:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
ns1:hasUnit <http://qudt.org/vocab/unit/V> ;
rdfs:comment """This class and its enumerated subclasses represent common line-neutral voltages for AC electricity service.
: Numerical-LineNeutralVoltage Enumerations
| Enumeration |
|:-----------|
| `LineNeutralVoltage-110V` |
| `LineNeutralVoltage-120V` |
| `LineNeutralVoltage-127V` |
| `LineNeutralVoltage-139V` |
| `LineNeutralVoltage-1730V` |
| `LineNeutralVoltage-1900V` |
| `LineNeutralVoltage-208V` |
| `LineNeutralVoltage-219V` |
| `LineNeutralVoltage-230V` |
| `LineNeutralVoltage-2400V` |
| `LineNeutralVoltage-240V` |
| `LineNeutralVoltage-24V` |
| `LineNeutralVoltage-277V` |
| `LineNeutralVoltage-3460V` |
| `LineNeutralVoltage-347V` |
| `LineNeutralVoltage-3810V` |
| `LineNeutralVoltage-5770V` |""" ;
rdfs:subClassOf ns2:EnumerationKind-Numerical ;
sh:property [ rdfs:comment "A Numerical-LineNeutralVoltage shall have a `Numerical-Voltage`" ;
sh:class ns2:Numerical-Voltage ;
sh:minCount 1 ;
sh:path ns2:hasVoltage ] .
URI: http://data.ashrae.org/standard223#Numerical-NumberOfElectricalPhases
@prefix ns1: <http://qudt.org/schema/qudt/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Numerical-NumberOfElectricalPhases> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Numerical-NumberOfElectricalPhases>,
sh:NodeShape ;
rdfs:label "Number of Electrical Phases" ;
ns1:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
ns1:hasUnit <http://qudt.org/vocab/unit/NUM> ;
rdfs:comment """This class and its enumerated subclasses represent all possible service phases for AC electricty service i.e., one or single-phase, and three-phase. The `s223:hasNumberOfElectricalPhases` relation points to one of the values of this enumeration.
: Numerical-NumberOfElectricalPhases Enumerations
| Enumeration |
|:-----------|
| `NumberOfElectricalPhases-SinglePhase` |
| `NumberOfElectricalPhases-ThreePhase` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind-Numerical> .
URI: http://data.ashrae.org/standard223#Numerical-Voltage
@prefix ns1: <http://sample.org/doc#> .
@prefix ns2: <http://qudt.org/schema/qudt/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Numerical-Voltage> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Numerical-Voltage>,
sh:NodeShape ;
rdfs:label "Voltage" ;
ns2:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
ns2:hasUnit <http://qudt.org/vocab/unit/V> ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Voltage-DCVoltage> <http://data.ashrae.org/standard223#Voltage-PoE> ) ;
rdfs:comment """This class and its enumerated subclasses represent common voltages for electricty service.
: Numerical-Voltage Enumerations
| Enumeration |
|:-----------|
| `Voltage-0V` |
| `Voltage-10000V` |
| `Voltage-110V` |
| `Voltage-120V` |
| `Voltage-127V` |
| `Voltage-12V` |
| `Voltage-139V` |
| `Voltage-1730V` |
| `Voltage-1900V` |
| `Voltage-190V` |
| `Voltage-208V` |
| `Voltage-219V` |
| `Voltage-220V` |
| `Voltage-230V` |
| `Voltage-2400V` |
| `Voltage-240V` |
| `Voltage-24V` |
| `Voltage-277V` |
| `Voltage-2V` |
| `Voltage-3000V` |
| `Voltage-3300V` |
| `Voltage-3460V` |
| `Voltage-347V` |
| `Voltage-380V` |
| `Voltage-3810V` |
| `Voltage-3V` |
| `Voltage-400V` |
| `Voltage-415V` |
| `Voltage-4160V` |
| `Voltage-480V` |
| `Voltage-48V` |
| `Voltage-5770V` |
| `Voltage-5V` |
| `Voltage-6000V` |
| `Voltage-600V` |
| `Voltage-6600V` |
| `Voltage-6V` |
| `Voltage-DCVoltage` (see {s223:Voltage-DCVoltage}) |
| `Voltage-PoE` (see {s223:Voltage-PoE}) |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind-Numerical> ;
sh:property [ rdfs:comment "A `Numerical-Voltage` shall have a `Unit` of `Volts`" ;
sh:hasValue <http://qudt.org/vocab/unit/V> ;
sh:path ns2:hasUnit ],
[ rdfs:comment "A `Numerical-Voltage` shall have a `QuantityKind` of `Voltage`" ;
sh:hasValue <http://qudt.org/vocab/quantitykind/Voltage> ;
sh:path ns2:hasQuantityKind ] .
URI: http://data.ashrae.org/standard223#Voltage-DCVoltage
@prefix ns1: <http://sample.org/doc#> .
@prefix ns2: <http://qudt.org/schema/qudt/> .
@prefix ns3: <http://data.ashrae.org/standard223#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ns3:Voltage-DCVoltage a ns3:Class,
ns3:Voltage-DCVoltage,
sh:NodeShape ;
rdfs:label "Voltage-DCVoltage" ;
ns3:hasVoltage ns3:Numerical-Voltage ;
ns2:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
ns2:hasUnit <http://qudt.org/vocab/unit/V> ;
ns1:subclauses ( ns3:DCVoltage-DCNegativeVoltage ns3:DCVoltage-DCPositiveVoltage ) ;
rdfs:comment """This class and its enumerated subclasses represent all possible DC voltage polarities (i.e., positive, negative, and zero) for DC electricity service.
: Voltage-DCVoltage Enumerations
| Enumeration |
|:-----------|
| `DCVoltage-DCNegativeVoltage` (see {s223:DCVoltage-DCNegativeVoltage}) |
| `DCVoltage-DCPositiveVoltage` (see {s223:DCVoltage-DCPositiveVoltage}) |
| `DCVoltage-DCZeroVoltage` |""" ;
rdfs:subClassOf ns3:Numerical-Voltage ;
sh:property [ rdfs:comment "A DC-Voltage shall have a `Numerical-Voltage`" ;
sh:class ns3:Numerical-Voltage ;
sh:minCount 1 ;
sh:path ns3:hasVoltage ] .
URI: http://data.ashrae.org/standard223#DCVoltage-DCNegativeVoltage
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix ns2: <http://qudt.org/schema/qudt/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
ns1:DCVoltage-DCNegativeVoltage a ns1:Class,
ns1:DCVoltage-DCNegativeVoltage,
sh:NodeShape ;
rdfs:label "DCVoltage-DCNegativeVoltage" ;
ns1:hasVoltage ns1:Numerical-Voltage ;
ns2:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
ns2:hasUnit <http://qudt.org/vocab/unit/V> ;
rdfs:comment """This class and its enumerated subclasses represent common negative voltages for DC electricity service.
: DCVoltage-DCNegativeVoltage Enumerations
| Enumeration |
|:-----------|
| `DCNegativeVoltage-12.0V` |
| `DCNegativeVoltage-190.0V` |
| `DCNegativeVoltage-2.5V` |
| `DCNegativeVoltage-24.0V` |
| `DCNegativeVoltage-3.0V` |
| `DCNegativeVoltage-380.0V` |
| `DCNegativeVoltage-48.0V` |
| `DCNegativeVoltage-5.0V` |
| `DCNegativeVoltage-6.0V` |""" ;
rdfs:subClassOf ns1:Voltage-DCVoltage .
URI: http://data.ashrae.org/standard223#DCVoltage-DCPositiveVoltage
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix ns2: <http://qudt.org/schema/qudt/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
ns1:DCVoltage-DCPositiveVoltage a ns1:Class,
ns1:DCVoltage-DCPositiveVoltage,
sh:NodeShape ;
rdfs:label "DCVoltage-DCPositiveVoltage" ;
ns1:hasVoltage ns1:Numerical-Voltage ;
ns2:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
ns2:hasUnit <http://qudt.org/vocab/unit/V> ;
rdfs:comment """This class and its enumerated subclasses represent common positive voltages for DC electricity service.
: DCVoltage-DCPositiveVoltage Enumerations
| Enumeration |
|:-----------|
| `DCPositiveVoltage-12.0V` |
| `DCPositiveVoltage-190.0V` |
| `DCPositiveVoltage-2.5V` |
| `DCPositiveVoltage-24.0V` |
| `DCPositiveVoltage-3.0V` |
| `DCPositiveVoltage-380.0V` |
| `DCPositiveVoltage-48.0V` |
| `DCPositiveVoltage-5.0V` |
| `DCPositiveVoltage-6.0V` |
| `DCPositiveVoltage-PoE` |""" ;
rdfs:subClassOf ns1:Voltage-DCVoltage .
URI: http://data.ashrae.org/standard223#Voltage-PoE
@prefix ns1: <http://qudt.org/schema/qudt/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Voltage-PoE> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Voltage-PoE>,
sh:NodeShape ;
rdfs:label "PoE Voltage" ;
ns1:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
ns1:hasUnit <http://qudt.org/vocab/unit/V> ;
rdfs:comment "This class represents the standardized 44-57VDC range that is produced by PoE Power Sourcing Equipment" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Numerical-Voltage> .
URI: http://data.ashrae.org/standard223#hasFrequency
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasFrequency> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has frequency" ;
rdfs:comment "A `Relation` that associates an AC electricity `Medium with its electrical frequency. " .
URI: http://data.ashrae.org/standard223#hasVoltage
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasVoltage> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "hasVoltage" ;
rdfs:comment "A `Relation` that associates an electricity `Medium` with an electrical voltage. " .
URI: http://data.ashrae.org/standard223#EnumerationKind-Occupancy
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#EnumerationKind-Occupancy> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#EnumerationKind-Occupancy>,
sh:NodeShape ;
rdfs:label "Occupancy" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Occupancy-Motion> <http://data.ashrae.org/standard223#Occupancy-Presence> ) ;
rdfs:comment """This class and its enumerated subclasses represent the occupancy status of a space within a building, i.e., the state of being used or occupied by a human being. Some occupancy enumerations have subclasses for more specific use.
: EnumerationKind-Occupancy Enumerations
| Enumeration |
|:-----------|
| `Occupancy-Occupied` |
| `Occupancy-Unoccupied` |
""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind> .
URI: http://data.ashrae.org/standard223#Occupancy-Motion
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Occupancy-Motion> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Occupancy-Motion>,
sh:NodeShape ;
rdfs:label "Occupancy motion" ;
rdfs:comment """This class and its enumerated subclasses represent the detection of motion in a space.
: Occupancy-Motion Enumerations
| Enumeration |
|:-----------|
| `Motion-False` |
| `Motion-True` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind-Occupancy> .
URI: http://data.ashrae.org/standard223#Occupancy-Presence
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Occupancy-Presence> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Occupancy-Presence>,
sh:NodeShape ;
rdfs:label "Occupancy presence" ;
rdfs:comment """This class and its enumerated subclasses represent the detection of physical presence in a space.
: Occupancy-Presence Enumerations
| Enumeration |
|:-----------|
| `Presence-False` |
| `Presence-True` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind-Occupancy> .
URI: http://data.ashrae.org/standard223#EnumerationKind-ThermodynamicPhase
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#EnumerationKind-ThermodynamicPhase> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#EnumerationKind-ThermodynamicPhase>,
sh:NodeShape ;
rdfs:label "Thermodynamic phase" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#ThermodynamicPhase-Gas> <http://data.ashrae.org/standard223#ThermodynamicPhase-Liquid> <http://data.ashrae.org/standard223#hasThermodynamicPhase> ) ;
rdfs:comment """This class and its enumerated subclasses represent thermodynamic phases, also referred to as states of matter.
: EnumerationKind-Thermodynamic-Phase Enumerations
| Enumeration |
|:-----------|
| `ThermodynamicPhase-Gas` (see {s223:ThermodynamicPhase-Gas}) |
| `ThermodynamicPhase-Liquid` (see {s223:ThermodynamicPhase-Liquid}) |
| `ThermodynamicPhase-Solid` |
| `ThermodynamicPhase-Vapor` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind> .
URI: http://data.ashrae.org/standard223#ThermodynamicPhase-Gas
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#ThermodynamicPhase-Gas> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#ThermodynamicPhase-Gas>,
sh:NodeShape ;
rdfs:label "Gas phase" ;
rdfs:comment """This class and its enumerated subclasses represent gas in various thermodynamic states.
: ThermodynamicPhase-Gas Enumerations
| Enumeration |
|:-----------|
| `Gas-SuperHeated` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind-ThermodynamicPhase> .
URI: http://data.ashrae.org/standard223#ThermodynamicPhase-Liquid
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#ThermodynamicPhase-Liquid> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#ThermodynamicPhase-Liquid>,
sh:NodeShape ;
rdfs:label "Liquid phase" ;
rdfs:comment """This class and its enumerated subclasses represent liquid in various thermodynamic states.
: ThermodynamicPhase-Liquid Enumerations
| Enumeration |
|:-----------|
| `Liquid-SubCooled` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind-ThermodynamicPhase> .
URI: http://data.ashrae.org/standard223#hasThermodynamicPhase
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasThermodynamicPhase> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has thermodynamic phase" ;
rdfs:comment "A `Relation` that associates a Medium with its thermodynamic phases." .
URI: http://data.ashrae.org/standard223#EnumerationKind-Role
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#EnumerationKind-Role> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#EnumerationKind-Role>,
sh:NodeShape ;
rdfs:label "Role" ;
rdfs:comment """This class and its enumerated subclasses represent roles played by entities, such as cooling, generator,
relief, and return. These enumeration kinds are intended to indicate the capability of an entity to play a given
role, rather than the role being actively played at any given point in time. For example,
a reversible piece of equipment might play a role of `Role-Cooling` at one time, and `Role-Heating` at another time.
Such an entity would be modeled using the `hasRole` relation with both role values. The active role at a particular time can be modeled as a `Property` with
an ExternalReference to telemetry data.
: EnumerationKind-Role Enumerations
| Enumeration |
|:-----------|
| `Role-Condenser` |
| `Role-Cooling` |
| `Role-Dehumidifying` |
| `Role-Discharge` |
| `Role-Economizer` |
| `Role-Evaporator` |
| `Role-Exhaust` |
| `Role-Expansion` |
| `Role-Generator` |
| `Role-HeatRecovery` |
| `Role-HeatTransfer` |
| `Role-Heating` |
| `Role-Load` |
| `Role-OutdoorAirIntake` |
| `Role-Primary` |
| `Role-Recirculating` |
| `Role-Relief` |
| `Role-Return` |
| `Role-Secondary` |
| `Role-Supply` |
| `Role-Ventilating` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind> .
URI: http://data.ashrae.org/standard223#EnumerationKind-Substance
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#EnumerationKind-Substance> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#EnumerationKind-Substance>,
sh:NodeShape ;
rdfs:label "Substance" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Substance-Medium> <http://data.ashrae.org/standard223#Substance-Particulate> <http://data.ashrae.org/standard223#Substance-Soot> ) ;
rdfs:comment """
This class and its enumerated subclasses represent things that are produced, conveyed, sensed, controlled, or consumed. Its enumerated subclasses differentate between mediums, particulates, and soot.
: EnumberationKind-Substance Enumerations
| Enumeration |
|:-----------|
| `Substance-Medium` (see {s223:Substance-Medium}) |
| `Substance-Particulate` (see {s223:Substance-Particulate}) |
| `Substance-Soot` (see {s223:Substance-Soot}) |
""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind> ;
sh:property [ rdfs:comment """If the relation `composedOf` is present, it shall associate an `EnumerationKind-Substance` with one or more Properties that
identify and characterize its constituents. The `Property` identifies the constituent using the relation `ofConstituent`. If appropriate, a
`QuantifiableProperty` may be used to also specify the amount of the constituent using the relations `qudt:hasQuantityKind`, `qudt:hasUnit`, and `qudt:hasValue`.
For example, see {s223:Water-GlycolSolution}.""" ;
sh:class <http://data.ashrae.org/standard223#Property> ;
sh:path <http://data.ashrae.org/standard223#composedOf> ],
[ rdfs:comment "If a substance has a constituent, that constituent may not itself have constituents." ;
sh:path <http://data.ashrae.org/standard223#composedOf> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "If a substance has a constituent, that constituent may not itself have constituents." ;
sh:message "s223: This substance {$this} has a constituent {?constituent} that itself composed ofs {?nextConstituent}. Create new substance with only atomic constituents." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?constituent ?nextConstituent
WHERE {
$this s223:composedOf ?constituent .
?constituent s223:ofConstituent/s223:composedOf ?nextConstituent .
}
""" ] ] .
URI: http://data.ashrae.org/standard223#Substance-Medium
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Substance-Medium> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Substance-Medium>,
sh:NodeShape ;
rdfs:label "Medium" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Medium-Constituent> <http://data.ashrae.org/standard223#Medium-Mix> ) ;
rdfs:comment """This class and its enumerated subclasses represent substances that facilitate the conveyance of matter, energy, or information. It is used to qualify `Connection`s and `ConnectionPoint`s with the relation `hasMedium` (see {s223:hasMedium}).
`Substance-Medium` is also the root of the medium hierarchy that is used to ensure compatibility of different medium designations. For example,
`Fluid-Water` and `Water-ChilledWater` are alternative but compatible ways of identifying what is flowing in a pipe, using different degrees of
specificity. `Water-ChilledWater` and `Water-HotWater` are not compatible. Compatibility is determined by testing if one medium is a subclass of the
other. This gets a bit more complicated in the case of mixtures, where at least one of the constituents of a mixture must be compatible with at least one of
the constituents of the other medium.
Testing for medium compatibility is done in the context of entities that have a `hasMedium` relation, such as
* `Connection` and its associated `ConnectionPoint`s. See {s223:Connection}.
* `Junction` and its associated `ConnectionPoint`s See {s223:Junction}.
* `Filter` and its associated `ConnectionPoint`s. See {s223:Filter}.
* Any `Concept` that has a `hasMedium` relation, compared with an associated `Property` with an `ofMedium` relation. See {s223:Concept}.
These tests are listed in the constraint tables for the respective classes listed above, identified as Case 1, Case 2, etc.
: Substance-Medium Enumerations
| Enumeration |
|:-----------|
| `Medium-Constituent` (see {s223:Medium-Constituent}) |
| `Medium-Mix` (see {s223:Medium-Mix}) |
| `Medium-ThermalContact` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind-Substance> .
URI: http://data.ashrae.org/standard223#Medium-Constituent
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Medium-Constituent> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Medium-Constituent>,
sh:NodeShape ;
rdfs:label "Constituent" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Constituent-Electricity> <http://data.ashrae.org/standard223#Constituent-EM> <http://data.ashrae.org/standard223#Constituent-NOX> ) ;
rdfs:comment """
This class and its enumerated subclasses represent substances that may be combined to form a `Medium-Mix`. Constituents are distinguished from `Medium-Mix` and its subclasses in that constituents cannot use the `composedOf` relation to reference a concentration of other constituents.
: Medium-Constituent Enumerations
| Enumeration |
|:-----------|
| `Constituent-CO2` |
| `Constituent-CO` |
| `Constituent-Electricity` (see {s223:Constituent-Electricity}) |
| `Constituent-EM` (see {s223:Constituent-EM}) |
| `Constituent-Glycol` |
| `Constituent-H2O` |
| `Constituent-H2S` |
| `Constituent-CH4` |
| `Constituent-NOX` (see {s223:Constituent-NOX}) |
| `Constituent-O3` |
| `Constituent-Radon` |
| `Constituent-SO2` |
| `Constituent-VolatileOrganicCompounds` |
""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Substance-Medium> .
URI: http://data.ashrae.org/standard223#Constituent-Electricity
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Constituent-Electricity> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Constituent-Electricity>,
sh:NodeShape ;
rdfs:label "Electricity" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Electricity-AC> <http://data.ashrae.org/standard223#Electricity-DC> <http://data.ashrae.org/standard223#Electricity-Signal> ) ;
rdfs:comment """This class and its enumerated subclasses represent common forms of electrical energy, including AC, DC and electrical communication signals.
: Constituent-Electricity Enumerations
| Enumeration |
|:-----------|
| `Electricity-AC` (see {s223:Electricity-AC})|
| `Electricity-DC` (see {s223:Electricity-DC})|
| `Electricity-Earth` |
| `Electricity-Neutral` |
| `Electricity-Signal` (see {s223:Electricity-Signal}) |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Medium-Constituent> .
URI: http://data.ashrae.org/standard223#Electricity-AC
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix ns2: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ns1:Electricity-AC a ns1:Class,
ns1:Electricity-AC,
sh:NodeShape ;
rdfs:label "AC electricity" ;
ns1:hasFrequency ns1:Numerical-Frequency ;
ns1:hasNumberOfElectricalPhases ns1:Numerical-NumberOfElectricalPhases ;
ns1:hasVoltage ns1:Numerical-Voltage ;
ns2:subclauses ( ns1:hasNumberOfElectricalPhases ns2:electricalwiringv2-p1 ns2:electricalwiringv2-p2 ns2:electricalwiringv2-p3 ns2:electricalwiringv2-p4 ns2:electricalwiringv2-p5 ns2:electricalwiringv2-p6 ns2:electricalwiringv2-p7 ) ;
rdfs:comment """This class and its enumerated subclasses represent common AC electricity services.
: Electricity-AC Enumerations
| Enumeration |
|:-----------|
| `AC-10000VLL-1Ph-60Hz` |
| `AC-10000VLL-3Ph-60Hz` |
| `AC-10000VLL-5770VLN-1Ph-60Hz` |
| `AC-10000VLL-5770VLN-3Ph-60Hz` |
| `AC-110VLN-1Ph-50Hz` |
| `AC-120VLN-1Ph-60Hz` |
| `AC-127VLN-1Ph-50Hz` |
| `AC-139VLN-1Ph-50Hz` |
| `AC-1730VLN-1Ph-60Hz` |
| `AC-1900VLN-1Ph-60Hz` |
| `AC-190VLL-110VLN-1Ph-50Hz` |
| `AC-190VLL-110VLN-3Ph-50Hz` |
| `AC-190VLL-1Ph-50Hz` |
| `AC-190VLL-3Ph-50Hz` |
| `AC-208VLL-120VLN-1Ph-60Hz` |
| `AC-208VLL-120VLN-3Ph-60Hz` |
| `AC-208VLL-1Ph-60Hz` |
| `AC-208VLL-3Ph-60Hz` |
| `AC-208VLN-1Ph-60Hz` |
| `AC-219VLN-1Ph-60Hz` |
| `AC-220VLL-127VLN-1Ph-50Hz` |
| `AC-220VLL-127VLN-3Ph-50Hz` |
| `AC-220VLL-1Ph-50Hz` |
| `AC-220VLL-3Ph-50Hz` |
| `AC-230VLN-1Ph-50Hz` |
| `AC-2400VLN-1Ph-60Hz` |
| `AC-240VLL-120VLN-1Ph-60Hz` |
| `AC-240VLL-139VLN-1Ph-50Hz` |
| `AC-240VLL-139VLN-3Ph-50Hz` |
| `AC-240VLL-1Ph-50Hz` |
| `AC-240VLL-1Ph-60Hz` |
| `AC-240VLL-208VLN-120VLN-1Ph-60Hz` |
| `AC-240VLL-208VLN-120VLN-3Ph-60Hz` |
| `AC-240VLL-3Ph-50Hz` |
| `AC-240VLL-3Ph-60Hz` |
| `AC-240VLN-1Ph-50Hz` |
| `AC-24VLN-1Ph-50Hz` |
| `AC-24VLN-1Ph-60Hz` |
| `AC-277VLN-1Ph-60Hz` |
| `AC-3000VLL-1730VLN-1Ph-60Hz` |
| `AC-3000VLL-1730VLN-3Ph-60Hz` |
| `AC-3000VLL-1Ph-60Hz` |
| `AC-3000VLL-3Ph-60Hz` |
| `AC-3300VLL-1900VLN-1Ph-60Hz` |
| `AC-3300VLL-1900VLN-3Ph-60Hz` |
| `AC-3300VLL-1Ph-60Hz` |
| `AC-3300VLL-3Ph-60Hz` |
| `AC-3460VLN-1Ph-60Hz` |
| `AC-347VLN-1Ph-60Hz` |
| `AC-380VLL-1Ph-60Hz` |
| `AC-380VLL-219VLN-1Ph-60Hz` |
| `AC-380VLL-219VLN-3Ph-60Hz` |
| `AC-380VLL-3Ph-60Hz` |
| `AC-3810VLN-1Ph-60Hz` |
| `AC-400VLL-1Ph-50Hz` |
| `AC-400VLL-230VLN-1Ph-50Hz` |
| `AC-400VLL-230VLN-3Ph-50Hz` |
| `AC-400VLL-3Ph-50Hz` |
| `AC-415VLL-1Ph-50Hz` |
| `AC-415VLL-240VLN-1Ph-50Hz` |
| `AC-415VLL-240VLN-3Ph-50Hz` |
| `AC-415VLL-3Ph-50Hz` |
| `AC-4160VLL-1Ph-60Hz` |
| `AC-4160VLL-2400VLN-1Ph-60Hz` |
| `AC-4160VLL-2400VLN-3Ph-60Hz` |
| `AC-4160VLL-3Ph-60Hz` |
| `AC-480VLL-1Ph-60Hz` |
| `AC-480VLL-277VLN-1Ph-60Hz` |
| `AC-480VLL-277VLN-3Ph-60Hz` |
| `AC-480VLL-3Ph-60Hz` |
| `AC-5770VLN-1Ph-60Hz` |
| `AC-6000VLL-1Ph-60Hz` |
| `AC-6000VLL-3460VLN-1Ph-60Hz` |
| `AC-6000VLL-3460VLN-3Ph-60Hz` |
| `AC-6000VLL-3Ph-60Hz` |
| `AC-600VLL-1Ph-60Hz` |
| `AC-600VLL-347VLN-1Ph-60Hz` |
| `AC-600VLL-347VLN-3Ph-60Hz` |
| `AC-600VLL-3Ph-60Hz` |
| `AC-6600VLL-1Ph-60Hz` |
| `AC-6600VLL-3810VLN-1Ph-60Hz` |
| `AC-6600VLL-3810VLN-3Ph-60Hz` |
| `AC-6600VLL-3Ph-60Hz` |""" ;
rdfs:subClassOf ns1:Constituent-Electricity ;
sh:property [ rdfs:comment "An AC electricity medium shall have a frequency" ;
sh:class ns1:Numerical-Frequency ;
sh:minCount 1 ;
sh:path ns1:hasFrequency ],
[ rdfs:comment "An AC electricity medium shall have a number of electrical phases." ;
sh:class ns1:Numerical-NumberOfElectricalPhases ;
sh:minCount 1 ;
sh:path ns1:hasNumberOfElectricalPhases ],
[ rdfs:comment "An AC electricity medium shall have a voltage." ;
sh:minCount 1 ;
sh:or ( [ sh:class ns1:Numerical-LineLineVoltage ] [ sh:class ns1:Numerical-LineNeutralVoltage ] [ sh:class ns1:Numerical-Voltage ] ) ;
sh:path ns1:hasVoltage ] .
URI: http://data.ashrae.org/standard223#hasNumberOfElectricalPhases
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasNumberOfElectricalPhases> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has number of electrical phases" ;
rdfs:comment "A `Relation` that associates an AC electricity `Medium` with its number of electrical phases. " .
URI: http://sample.org/doc#electricalwiringv2-p1
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:electricalwiringv2-p1 ns1:title "1-Phase 3-Wire (LLN) 120V/240V" ;
rdfs:comment """
A 1-phase (also referred to as split-phase), 3-wire, 120V/240V transformer, the 3 electricity services it is capable of providing, and their associated mediums.

| Medium | # wires | L-L | L-N | Countries | Phase Possibilities |
|:------------------:|:-----:|:----:|:----:|:-------:|:-------------------:|
| AC-240VLL-120VLN-1Ph-60Hz | 3 | 240 | 120 | US, Canada | ABN |
| AC-240VLL-1Ph-60Hz | 2 | 240 | - | US, Canada | AB |
| AC-120VLN-1Ph-60Hz | 2 | - | 120 | US, Canada | AN, BN |
""" .
URI: http://sample.org/doc#electricalwiringv2-p2
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:electricalwiringv2-p2 ns1:title "3-Phase 3-Wire (LLL) 480V Delta" ;
rdfs:comment """
A 3-phase, 3-wire, 480V Delta transformer, the 2 AC electricity services it is capable of providing, and their associated mediums.

| Medium | # wires | L-L | L-N | Countries | Phase Possibilities |
|:------------------:|:-----:|:----:|:----:|:-------:|:-------------------:|
| AC-480VLL-3Ph-60Hz | 3 | 480 | - | US | ABC |
| AC-480VLL-1Ph-60Hz | 2 | 480 | - | US | AB, BC, AC |
""" .
URI: http://sample.org/doc#electricalwiringv2-p3
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:electricalwiringv2-p3 ns1:title "3-Phase 4-Wire (LLLN) 347V/600V Wye" ;
rdfs:comment """
A 3-phase, 4-Wire, 347V/600V Wye transformer, the 3 AC electricity services it is capable of providing, and their associated mediums.

| Medium | # wires | L-L | L-N | Countries | Phase Possibilities |
|:------------------:|:-----:|:----:|:----:|:-------:|:-------------------:|
| AC-600VLL-347VLN-3Ph-60Hz | 3 | 600 | 347 | US, Canada | ABCN |
| AC-600VLL-1Ph-60Hz | 2 | 600 | - | US, Canada | AB, BC, AC |
| AC-347VLN-1Ph-60Hz | 2 | - | 347 | US, Canada | AN, BN, CN |
""" .
URI: http://sample.org/doc#electricalwiringv2-p4
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:electricalwiringv2-p4 ns1:title "3-Phase 4-Wire (LLLN) 120V/208V/240V High Leg Delta" ;
rdfs:comment """
A 3-Phase, 4-Wire, 120V/208V/240V High Leg Delta transformer, the 6 AC electricity services it is capable of providing, and their associated mediums.

| Medium | # wires | L-L | L-N | Countries | Phase Possibilities |
|:------------------:|:-----:|:----:|:----:|:-------:|:-------------------:|
| AC-240VLL-208VLN-120VLN-3Ph-60Hz | 4 | 240 | 208, 120 | US | ABCN |
| AC-240VLL-208VLN-120VLN-1Ph-60Hz | 4 | 240 | 208, 120 | US | ACN, BCN |
| AC-240VLL-120VLN-1Ph-60Hz | 3 | 240 | 120 | US | ABN |
| AC-240VLL-3Ph-60Hz | 3 | 240 | - | US | ABC |
| AC-240VLL-1Ph-60Hz | 2 | 240 | - | US | AB, BC, AC |
| AC-120VLN-1Ph-60Hz | 2 | - | 120 | US | AN, BN |
""" .
URI: http://sample.org/doc#electricalwiringv2-p5
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:electricalwiringv2-p5 ns1:title "3-Phase 4-Wire (LLLN) 120V/208V Wye" ;
rdfs:comment """
A 3-phase, 4-wire 120V/208V Wye transformer, the 5 AC electricity services it is capable of providing, and their associated mediums.

| Medium | # wires | L-L | L-N | Countries | Phase Possibilities |
|:------------------:|:-----:|:----:|:----:|:-------:|:-------------------:|
| AC-208VLL-120VLN-3Ph-60Hz | 4 | 208 | 120 | US, Canada | ABCN |
| AC-208VLL-120VLN-1Ph-60Hz | 4 | 208 | 120 | US, Canada | ABN, BCN, ACN |
| AC-208VLL-3Ph-60Hz | 3 | 208 | - | US, Canada | ABC |
| AC-208VLL-1Ph-60Hz | 2 | 208 | - | US, Canada | AB, BC, AC |
| AC-120VLN-1Ph-60Hz | 2 | - | 120 | US, Canada | AN, BN, CN |
""" .
URI: http://sample.org/doc#electricalwiringv2-p6
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:electricalwiringv2-p6 ns1:title "3-Phase 4-Wire (LLLN) 230V/400V Wye" ;
rdfs:comment """
A 3-phase, 4-wire 230V/400V Wye transformer, the 5 AC electricity services it is capable of providing, and their associated mediums.

| Medium | # wires | L-L | L-N | Countries | Phase Possibilities |
|:------------------:|:-----:|:----:|:----:|:-------:|:-------------------:|
| AC-400VLL-230VLN-3Ph-50Hz | 4 | 400 | 230 | EU | ABCN |
| AC-400VLL-230VLN-1Ph-50Hz | 4 | 400 | 230 | EU | ABN, BCN, ACN |
| AC-400VLL-3Ph-50Hz | 3 | 400 | - | EU | ABC |
| AC-400VLL-1Ph-50Hz | 2 | 400 | - | EU | AB, BC, AC |
| AC-230VLN-1Ph-50Hz | 3 | - | 230 | EU | AN, BN, CN |
""" .
URI: http://sample.org/doc#electricalwiringv2-p7
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:electricalwiringv2-p7 ns1:title "3-Phase 4-Wire (LLLN) 240V/415V Wye" ;
rdfs:comment """
A 3-phase, 4-wire, 240V/415V Wye transformer, the 5 AC electricity services it is capable of providing, and their associated mediums.

| Medium | # wires | L-L | L-N | Countries | Phase Possibilities |
|:------------------:|:-----:|:----:|:----:|:-------:|:-------------------:|
| AC-415VLL-240VLN-3Ph-50Hz| 4 | 415 | 240 | Australia | ABCN |
| AC-415VLL-240VLN-1Ph-50Hz | 3 | 415 | 240 | Australia | ABN, BCN, ACN |
| AC-415VLL-3Ph-50Hz | 3 | 415 | - | Australia | ABC |
| AC-415VLL-1Ph-50Hz | 2 | 415 | - | Australia | AB, BC, AC |
| AC-240VLN-1Ph-50Hz | 2 | - | 240 | Australia | AN, BN, CN |
""" .
URI: http://data.ashrae.org/standard223#Electricity-DC
@prefix ns1: <http://sample.org/doc#> .
@prefix ns2: <http://data.ashrae.org/standard223#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ns2:Electricity-DC a ns2:Class,
ns2:Electricity-DC,
sh:NodeShape ;
rdfs:label "DC electricity" ;
ns2:hasVoltage ns2:Numerical-Voltage ;
ns1:subclauses ( ns2:DC-12V ns2:DC-24V ns2:DC-380V ns2:DC-48V ns2:DC-5V ns2:DC-6V ns2:DC-PoE ) ;
rdfs:comment """This class and its enumerated subclasses represent common DC electricity services.
: Electricity-DC Enumerations
| Enumeration |
|:-----------|
| `DC-12V` |
| `DC-24V` |
| `DC-380V` |
| `DC-48V` |
| `DC-5V` |
| `DC-6V` |
| `DC-PoE` |""" ;
rdfs:subClassOf ns2:Constituent-Electricity ;
sh:property [ rdfs:comment "A DC electricity medium shall have one or two reference voltages." ;
sh:class ns2:Numerical-Voltage ;
sh:maxCount 2 ;
sh:minCount 1 ;
sh:path ns2:hasVoltage ] .
URI: http://data.ashrae.org/standard223#DC-12V
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
ns1:DC-12V a ns1:Class,
ns1:DC-12V,
sh:NodeShape ;
rdfs:label "DC-12V electricity" ;
ns1:hasVoltage ns1:Voltage-12V ;
rdfs:comment """This class and its enumerated subclasses represent all polarities of 12 volt DC electricity.
: DC-12V Enumerations
| Enumeration |
|:-----------|
| `12V-12V-Neg` |
| `12V-12V-Pos` |
| `12V-6V-Neg-6V-Pos` |""" ;
rdfs:subClassOf ns1:Electricity-DC .
URI: http://data.ashrae.org/standard223#DC-24V
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
ns1:DC-24V a ns1:Class,
ns1:DC-24V,
sh:NodeShape ;
rdfs:label "DC-24V electricity" ;
ns1:hasVoltage ns1:Voltage-24V ;
rdfs:comment """This class and its enumerated subclasses represent all polarities of 24 volt DC electricity.
: DC-24V Enumerations
| Enumeration |
|:-----------|
| `24V-12V-Neg-12V-Pos` |
| `24V-24V-Neg` |
| `24V-24V-Pos` |""" ;
rdfs:subClassOf ns1:Electricity-DC .
URI: http://data.ashrae.org/standard223#DC-380V
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
ns1:DC-380V a ns1:Class,
ns1:DC-380V,
sh:NodeShape ;
rdfs:label "DC-380V electricity" ;
ns1:hasVoltage ns1:Voltage-380V ;
rdfs:comment """This class and its enumerated subclasses represent all polarities of 380 volt DC electricity.
: DC-380V Enumerations
| Enumeration |
|:-----------|
| `380V-190V-Neg-190V-Pos` |
| `380V-380V-Neg` |
| `380V-380V-Pos` |""" ;
rdfs:subClassOf ns1:Electricity-DC .
URI: http://data.ashrae.org/standard223#DC-48V
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
ns1:DC-48V a ns1:Class,
ns1:DC-48V,
sh:NodeShape ;
rdfs:label "DC-48V electricity" ;
ns1:hasVoltage ns1:Voltage-48V ;
rdfs:comment """This class and its enumerated subclasses represent all polarities of 48 volt DC electricity.
: DC-48V Enumerations
| Enumeration |
|:-----------|
| `48V-24V-Neg-24V-Pos` |
| `48V-48V-Neg` |
| `48V-48V-Pos` |""" ;
rdfs:subClassOf ns1:Electricity-DC .
URI: http://data.ashrae.org/standard223#DC-5V
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
ns1:DC-5V a ns1:Class,
ns1:DC-5V,
sh:NodeShape ;
rdfs:label "DC-5V electricity" ;
ns1:hasVoltage ns1:Voltage-5V ;
rdfs:comment """This class and its enumerated subclasses represent all polarities of 5 volt DC electricity.
: DC-5V Enumerations
| Enumeration |
|:-----------|
| `5V-2.5V-Neg-2.5V-Pos` |
| `5V-5V-Neg` |
| `5V-5V-Pos` |""" ;
rdfs:subClassOf ns1:Electricity-DC .
URI: http://data.ashrae.org/standard223#DC-6V
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
ns1:DC-6V a ns1:Class,
ns1:DC-6V,
sh:NodeShape ;
rdfs:label "DC-6V electricity" ;
ns1:hasVoltage ns1:Voltage-6V ;
rdfs:comment """This class and its enumerated subclasses represent all polarities of 6 volt DC electricity.
: DC-6V Enumerations
| Enumeration |
|:-----------|
| `6V-3V-Neg-3V-Pos` |
| `6V-6V-Neg` |
| `6V-6V-Pos` |""" ;
rdfs:subClassOf ns1:Electricity-DC .
URI: http://data.ashrae.org/standard223#DC-PoE
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
ns1:DC-PoE a ns1:Class,
ns1:DC-PoE,
sh:NodeShape ;
rdfs:label "DC-PoE electricity" ;
ns1:hasVoltage ns1:DCPositiveVoltage-PoE ;
rdfs:comment """This class and its enumerated subclasses represent standardized types of PoE DC electricity.
: DC-PoE Enumerations
| Enumeration |
|:-----------|
| `PoE-802.3af-1` |
| `PoE-802.3at-2` |
| `PoE-802.3bt-3` |
| `PoE-802.3bt-4` |""" ;
rdfs:subClassOf ns1:Electricity-DC .
URI: http://data.ashrae.org/standard223#Electricity-Signal
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Electricity-Signal> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Electricity-Signal>,
sh:NodeShape ;
rdfs:label "Electrical signal" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Signal-WiredEthernet> <http://data.ashrae.org/standard223#Signal-Modulated> ) ;
rdfs:comment """This class and its enumerated subclasses represent the use of electricity for creating communication signals, and common communication protocols.
: Electricity-Signal Enumerations
| Enumeration |
|:-----------|
| `Signal-EIA485` |
| `Signal-WiredEthernet` (see {s223:Signal-WiredEthernet})|
| `Signal-IEC14908` |
| `Signal-Modulated` (see {s223:Signal-Modulated}) |
| `Signal-USB` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Constituent-Electricity> .
URI: http://data.ashrae.org/standard223#Signal-WiredEthernet
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Signal-WiredEthernet> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Signal-WiredEthernet>,
sh:NodeShape ;
rdfs:label "Wired Ethernet" ;
rdfs:comment """This class and its enumerated subclasses represent common wired Ethernet protocols.
: Signal-WiredEthernet Enumerations
| Enumeration |
|:-----------|
| `WiredEthernet-Cat1` |
| `WiredEthernet-Cat2` |
| `WiredEthernet-Cat3` |
| `WiredEthernet-Cat4` |
| `WiredEthernet-Cat5` |
| `WiredEthernet-Cat5e` |
| `WiredEthernet-Cat6` |
| `WiredEthernet-Cat6a` |
| `WiredEthernet-Cat7` |
| `WiredEthernet-Cat7a` |
| `WiredEthernet-Cat8` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Electricity-Signal> .
URI: http://data.ashrae.org/standard223#Signal-Modulated
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Signal-Modulated> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Signal-Modulated>,
sh:NodeShape ;
rdfs:label "Modulated signal" ;
rdfs:comment """This class and its enumerated subclasses represent common analog communication protocols.
: Signal-Modulated Enumerations
| Enumeration |
|:-----------|
| `Modulated-0-10V` |
| `Modulated-4-20mA` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Electricity-Signal> .
URI: http://data.ashrae.org/standard223#Constituent-EM
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Constituent-EM> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Constituent-EM>,
sh:NodeShape ;
rdfs:label "Electromagnetic energy" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#EM-Light> <http://data.ashrae.org/standard223#EM-RF> ) ;
rdfs:comment """This class and its enumerated subclasses represent electromagnetic energy at commonly defined frequency ranges.
: Constituent-EM Enumerations
| Enumeration |
|:-----------|
| `EM-Light` (see {s223:EM-Light})|
| `EM-Microwave` |
| `EM-RF` (see {s223:EM-RF})|""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Medium-Constituent> .
URI: http://data.ashrae.org/standard223#EM-Light
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#EM-Light> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#EM-Light>,
sh:NodeShape ;
rdfs:label "Light" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Light-Infrared> ) ;
rdfs:comment """This class and its enumerated subclasses represent light at commonly defined frequency or wavelength ranges.
: EM-Light Enumerations
| Enumeration |
|:-----------|
| `Light-Infrared` (see {s223:Light-Infrared}) |
| `Light-Ultraviolet` |
| `Light-Visible` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Constituent-EM> .
URI: http://data.ashrae.org/standard223#Light-Infrared
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Light-Infrared> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Light-Infrared>,
sh:NodeShape ;
rdfs:label "Infrared light" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Infrared-Signal> ) ;
rdfs:comment """ This class and its enumerated subclasses represent the use of electromagnetic energy in the infrared frequency range for multiple purposes, including communication signals.
: Light-Infrared Enumerations
| Enumeration |
|:-----------|
| `Infrared-Signal` (see {s223:Infrared-Signal}) |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EM-Light> .
URI: http://data.ashrae.org/standard223#Infrared-Signal
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Infrared-Signal> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Infrared-Signal>,
sh:NodeShape ;
rdfs:label "Infrared signal" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Signal-FiberEthernet> ) ;
rdfs:comment """ This class and its enumerated subclasses represent common infrared communication protocols.
: Infrared-Signal Enumerations
| Enumeration |
|:-----------|
| `Signal-FiberEthernet` (see {s223:Signal-FiberEthernet})|
""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Light-Infrared> .
URI: http://data.ashrae.org/standard223#Signal-FiberEthernet
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Signal-FiberEthernet> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Signal-FiberEthernet>,
sh:NodeShape ;
rdfs:label "Fiber Ethernet" ;
rdfs:comment """This class and its enumerated subclasses represent common fiber Ethernet communication protocols.
: Signal-FiberEthernet Enumerations
| Enumeration |
|:-----------|
| `FiberEthernet-OM1` |
| `FiberEthernet-OM2` |
| `FiberEthernet-OM3` |
| `FiberEthernet-OM4` |
| `FiberEthernet-OM5` |
| `FiberEthernet-OS1` |
| `FiberEthernet-OS2` |""",
"`Signal-FiberEthernet`" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Infrared-Signal> .
URI: http://data.ashrae.org/standard223#EM-RF
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#EM-RF> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#EM-RF>,
sh:NodeShape ;
rdfs:label "RF" ;
rdfs:comment """
This class and its enumerated subclasses represent the use electromagnetic energy in the radio frequency range for multiple purposes, including communication signals.
: EM-RF Enumerations
| Enumeration |
|:-----------|
| `RF-Signal` |
""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Constituent-EM> .
URI: http://data.ashrae.org/standard223#Constituent-NOX
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Constituent-NOX> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Constituent-NOX>,
sh:NodeShape ;
rdfs:label "Nitrogen oxide" ;
rdfs:comment """This class and its enumerated subclasses represent common Nitrogen Oxides (NOx).
: Constituent-NOX Enumerations
| Enumeration |
|:-----------|
| `NOX-NO` |
| `NOX-NO2` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Medium-Constituent> .
URI: http://data.ashrae.org/standard223#Medium-Mix
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Medium-Mix> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Medium-Mix>,
sh:NodeShape ;
rdfs:label "Mixed medium" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Mix-Fluid> <http://data.ashrae.org/standard223#Mix-PowerAndSignal> ) ;
rdfs:comment """
This class and its subclasses represent substances that are composed of constituents. The components of a `Medium-Mix` can be modeled using the relations `composedOf` and `ofConstituent`. See Figure 10-8a and Figure 10-8b.
Figure 10-8a shows `GlycolSolution-30Percent`, itself a subclass of
`Water-GlycolSolution`, `Fluid-Water`, and `Mix-Fluid`, with a _Water Concentration_
property referencing 70% `Constituent-H2O` by the relation `ofConstituent` and
a _Glycol Concentration_ property referencing 30% `Constituent-Glycol` also
`Property` referencing 70% `Constituent-Water` by the relation `ofConstituent` and
a _Glycol Concentration_ `Property` referencing 30% `Constituent-Glycol` also
by the relation `ofConstituent`.
Figure 10-8b shows `PowerandSignal-PoE`, itself a subclass of `Mix-PowerAndSignal`,
composed of a _Power_ `Property` referencing `Fluid-DC` and a _Communications_
`Property` referencing `Signal-WiredEthernet`.
: Medium-Mix Enumerations
| Enumeration |
|:-----------|
| `Mix-Fluid` (see {s223:Mix-Fluid}) |
| `Mix-PowerAndSignal` (see {s223:Mix-PowerAndSignal}) |

""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Substance-Medium> .
URI: http://data.ashrae.org/standard223#Mix-Fluid
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Mix-Fluid> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Mix-Fluid>,
sh:NodeShape ;
rdfs:label "Fluid mixture" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Fluid-Refrigerant> <http://data.ashrae.org/standard223#Fluid-Water> ) ;
rdfs:comment """This class and its enumerated subclasses represent substances that are commonly used to convey liquids or gases.
: Mix-Fluid Enumerations
| Enumeration |
|:-----------|
| `Fluid-Air` |
| `Fluid-NaturalGas` |
| `Fluid-Oil` |
| `Fluid-Refrigerant` (see {s223:Fluid-Refrigerant}) |
| `Fluid-Water` (see {s223:Fluid-Water}) |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Medium-Mix> .
URI: http://data.ashrae.org/standard223#Fluid-Refrigerant
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Fluid-Refrigerant> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Fluid-Refrigerant>,
sh:NodeShape ;
rdfs:label "Refrigerant" ;
rdfs:comment """This class and its enumerated subclasses represent commonly used refrigerants.
: Fluid-Refrigerant Enumerations
| Enumeration |
|:-----------|
| `Refrigerant-R-123` |
| `Refrigerant-R-134A` |
| `Refrigerant-R-22` |
| `Refrigerant-R-290` |
| `Refrigerant-R-404A` |
| `Refrigerant-R-407C` |
| `Refrigerant-R-410A` |
| `Refrigerant-R-600A` |
| `Refrigerant-R-717` |
| `Refrigerant-R-744` |
""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Mix-Fluid> .
URI: http://data.ashrae.org/standard223#Fluid-Water
@prefix ns1: <http://qudt.org/schema/qudt/> .
@prefix ns2: <http://sample.org/doc#> .
@prefix ns3: <http://data.ashrae.org/standard223#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
ns3:Fluid-Water a ns3:Class,
ns3:Fluid-Water,
sh:NodeShape ;
rdfs:label "Water" ;
ns3:composedOf [ a ns3:QuantifiableProperty ;
rdfs:label "H2O i.e., pure water concentration" ;
ns3:ofConstituent ns3:Constituent-H2O ;
ns1:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFraction> ;
ns1:hasUnit <http://qudt.org/vocab/unit/PERCENT> ] ;
ns2:subclauses ( ns3:Water-GlycolSolution ) ;
rdfs:comment """This class and its enumerated subclasses represent water and aqueous solutions in various states.
: Fluid-Water Enumerations
| Enumeration |
|:-----------|
| `Water-ChilledWater` |
| `Water-GlycolSolution` (see {s223:Water-GlycolSolution}) |
| `Water-HotWater` |
| `Water-Steam` |""" ;
rdfs:subClassOf ns3:Mix-Fluid .
URI: http://data.ashrae.org/standard223#Water-GlycolSolution
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix ns2: <http://qudt.org/schema/qudt/> .
@prefix ns3: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ns1:Water-GlycolSolution a ns1:Class,
ns1:Water-GlycolSolution,
sh:NodeShape ;
rdfs:label "Water-Glycol solution" ;
ns1:composedOf [ a ns1:QuantifiableProperty ;
rdfs:label "Unspecified" ;
ns1:ofConstituent ns1:Constituent-H2O ;
ns2:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFraction> ;
ns2:hasUnit <http://qudt.org/vocab/unit/PERCENT> ],
[ a ns1:QuantifiableProperty ;
rdfs:label "Unspecified" ;
ns1:ofConstituent ns1:Constituent-Glycol ;
ns2:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFraction> ;
ns2:hasUnit <http://qudt.org/vocab/unit/PERCENT> ] ;
ns1:hasFreezingPoint [ a ns1:QuantifiableProperty ;
rdfs:label "Freezing point" ;
ns2:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ] ;
ns3:subclauses ( ns1:hasFreezingPoint ) ;
rdfs:comment """This class and its enumerated subclasses represent common concentrations of water-glycol solution.
: Water-GlycolSolution Enumerations
| Enumeration |
|:-----------|
| `GlycolSolution-15Percent` |
| `GlycolSolution-30Percent` |""" ;
rdfs:subClassOf ns1:Fluid-Water ;
sh:property [ rdfs:comment "One of the constituents of a `Water-GlycolSolution` shall be `Constituent-H2O`." ;
sh:path ns1:composedOf ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class ns1:QuantifiableProperty ;
sh:node [ sh:property [ rdfs:comment "One of the constituents of a `Water-GlycolSolution` shall be `Constituent-H2O`." ;
sh:hasValue ns1:Constituent-H2O ;
sh:path ns1:ofConstituent ],
[ rdfs:comment "The `QuantityKind` of the constituent shall be `VolumeFraction`." ;
sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFraction> ;
sh:path ns2:hasQuantityKind ] ] ] ],
[ rdfs:comment "There shall be at least two QuantifiableProperties that characterize the constituents of a `Water-GlycolSolution`." ;
sh:class ns1:QuantifiableProperty ;
sh:minCount 2 ;
sh:path ns1:composedOf ],
[ rdfs:comment "One of the constituents of a `Water-GlycolSolution` shall be `Constituent-Glycol`." ;
sh:path ns1:composedOf ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class ns1:QuantifiableProperty ;
sh:node [ sh:property [ rdfs:comment "One of the constituents of a `Water-GlycolSolution` shall be `Constituent-Glycol`." ;
sh:hasValue ns1:Constituent-Glycol ;
sh:path ns1:ofConstituent ],
[ rdfs:comment "The `QuantityKind` of the constituent shall be `VolumeFraction`." ;
sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFraction> ;
sh:path ns2:hasQuantityKind ] ] ] ],
[ rdfs:comment "If the relation `hasFreezingPoint` is used, the object shall be a `QuantifiableProperty` with a `QuantityKind` of `Temperature`." ;
sh:class ns1:QuantifiableProperty ;
sh:message "s223: If the relation `hasFreezingPoint` is used, the object shall be a `QuantifiableProperty` with a `QuantityKind` of `Temperature`." ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:path ns2:hasQuantityKind ] ] ;
sh:path ns1:hasFreezingPoint ] .
URI: http://data.ashrae.org/standard223#hasFreezingPoint
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasFreezingPoint> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has freezing point" ;
rdfs:comment "The relation `hasFreezingPoint` is used to associate a freezing point with a glycol solution, but could be used with other Mediums as appropriate. " .
URI: http://data.ashrae.org/standard223#Mix-PowerAndSignal
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Mix-PowerAndSignal> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Mix-PowerAndSignal>,
sh:NodeShape ;
rdfs:label "Power and signal mixture" ;
rdfs:comment """This class and its enumerated subclasses represent substances that are used to convey the combination of electrical power and electrical communication signals.
: Mix-PowerAndSignal Enumerations
| Enumeration |
|:-----------|
| `PowerAndSignal-PoE` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Medium-Mix> .
URI: http://data.ashrae.org/standard223#Substance-Particulate
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Substance-Particulate> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Substance-Particulate>,
sh:NodeShape ;
rdfs:label "Particulate" ;
rdfs:comment """This class and its enumerated subclasses represent common size thresholds of interest for particulate matter that is suspended in a
medium in a way that maintains the physical and chemical properties of the medium.

Figure 10-9 shows an instance of a `Connection` with `hasMedium` referencing
`Fluid-Air` that has a `Property` _Particulate Concentration_ of particles with a
diameter of 2.5 micrometres (0.0025 mm) or smaller in units of micrograms per
cubic meter.

Figure 10-10 shows an instance of a `Property` _CO Concentration_ with `ofSubstance`
referencing carbon monoxide `Constituent-CO` and `ofMedium` referencing `Fluid-Air`
measured in parts-per-million. This figure also shows that the value of this
`Property` can be obtained by using the BACnet protocol via the external reference
to get the `present-value` of `analog-value,67` in the device with an instance
number `12345`.
: Substance-Particulate Enumerations
| Enumeration |
|:-----------|
| `Particulate-PM1.0` |
| `Particulate-PM10.0` |
| `Particulate-PM2.5` |""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind-Substance> .
URI: http://data.ashrae.org/standard223#Substance-Soot
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Substance-Soot> a <http://data.ashrae.org/standard223#Class>,
<http://data.ashrae.org/standard223#Substance-Soot>,
sh:NodeShape ;
rdfs:label "Soot" ;
rdfs:comment "Carbon particles resulting from the incomplete combustion of hydrocarbons. Soot is considered a hazardous substance with carcinogenic properties." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerationKind-Substance> .
URI: pub:property_value
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:property_value> ns1:subclauses ( <http://data.ashrae.org/standard223#Property> <http://data.ashrae.org/standard223#ActuatableProperty> <http://data.ashrae.org/standard223#ObservableProperty> <http://data.ashrae.org/standard223#EnumerableProperty> <http://data.ashrae.org/standard223#QuantifiableProperty> <http://data.ashrae.org/standard223#QuantifiableActuatableProperty> <http://data.ashrae.org/standard223#QuantifiableObservableProperty> <http://data.ashrae.org/standard223#EnumeratedObservableProperty> <http://data.ashrae.org/standard223#EnumeratedActuatableProperty> <http://data.ashrae.org/standard223#hasValue> <http://qudt.org/schema/qudt/hasUnit> <http://qudt.org/schema/qudt/hasQuantityKind> <http://data.ashrae.org/standard223#hasAspect> <http://data.ashrae.org/standard223#ofSubstance> <http://data.ashrae.org/standard223#ofMedium> <http://data.ashrae.org/standard223#ofConstituent> <http://data.ashrae.org/standard223#composedOf> <http://data.ashrae.org/standard223#ExternalReference> <http://data.ashrae.org/standard223#hasExternalReference> <http://data.ashrae.org/standard223#hasInternalReference> ) ;
ns1:title "PROPERTIES AND VALUES" ;
rdfs:comment "Things have properties, and properties have values." .
URI: http://data.ashrae.org/standard223#Property
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Property> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Property" ;
rdfs:comment """An attribute, quality, or characteristic of a feature of interest.
The `Property` class is the parent of all variations of a `Property`, which are:
`ActuatableProperty` - subclass of `Property` that can be modified by user or machine outside of the model (typically command);
`ObservableProperty` - subclass of `Property` that are observed (typically measures);
`EnumerableProperty` - subclass of `Property` defined by `EnumerationKind`;
`QuantifiableProperty` - subclass of `Property` defined by numerical values.
And their subclass combinations :
`QuantifiableActuatableProperty`,
`QuantifiableObservableProperty`,
`EnumeratedObservableProperty`,
`EnumeratedActuatableProperty`.
A `QuantifiableProperty` (or subClass thereof) shall always be associated with a `Unit` and a `QuantityKind`, either explicitly from the `Property`,
or through the associated Value. If the `Unit` is defined, the SHACL reasoner (if invoked) will figure out and assert a `QuantityKind` if it is
unambiguous.
Enumerable properties shall be associated with an `EnumerationKind`. Different flavors of properties are shown in Figure 11-1.

A `Property` instance that is not an instance of one of the subclasses is unconstrained with respect to its value.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Concept> ;
sh:property [ rdfs:comment "A `Property` must not have both a `hasInternalReference` and a `hasExternalReference` relation." ;
sh:path <http://data.ashrae.org/standard223#hasInternalReference> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "A `Property` must not have both a `hasInternalReference` and a `hasExternalReference` relation." ;
sh:message "s223: {$this} cannot have both a `hasInternalReference` and a `hasExternalReference` relation." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE {
$this s223:hasInternalReference ?int .
$this s223:hasExternalReference ?ext .
}
""" ] ],
[ rdfs:comment "If the relation `hasInternalReference` is present it shall associate the `Property` with at most one other `Property`." ;
sh:class <http://data.ashrae.org/standard223#Property> ;
sh:maxCount 1 ;
sh:message "s223: If the relation `hasInternalReference` is present it shall associate the `Property` with at most one other `Property`." ;
sh:path <http://data.ashrae.org/standard223#hasInternalReference> ],
[ rdfs:comment "If the relation `hasExternalReference` is present it shall associate the `Property` with an `ExternalReference`." ;
sh:class <http://data.ashrae.org/standard223#ExternalReference> ;
sh:message "s223: If the relation `hasExternalReference` is present it shall associate the `Property` with an `ExternalReference`." ;
sh:path <http://data.ashrae.org/standard223#hasExternalReference> ],
[ rdfs:comment "A `Property` must not have both a `hasExternalReference` and a `hasValue` relation." ;
sh:path <http://data.ashrae.org/standard223#hasValue> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "A `Property` must not have both a `hasExternalReference` and a `hasValue` relation." ;
sh:message "s223: {$this} cannot have both a `hasExternalReference` and a `hasValue` relation." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE {
$this s223:hasExternalReference ?ext .
$this s223:hasValue ?val .
}
""" ] ],
[ rdfs:comment "A `Property` must not have both a `hasInternalReference` and a `hasValue` relation." ;
sh:path <http://data.ashrae.org/standard223#hasInternalReference> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "A `Property` must not have both a `hasInternalReference` and a `hasValue` relation." ;
sh:message "s223: {$this} cannot have both a `hasInternalReference` and a `hasValue` relation." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE {
$this s223:hasInternalReference ?int .
$this s223:hasValue ?val .
}
""" ] ],
[ rdfs:comment "A `Property` can use at most one relation `hasValue` if it is required to provide a static value in the model. It is not meant for real-time value (see {s223:hasExternalReference})." ;
sh:maxCount 1 ;
sh:message "s223: A `Property` can use at most one relation `hasValue` if it is required to provide a static value in the model. It is not meant for real-time value (see {s223:hasExternalReference})." ;
sh:path <http://data.ashrae.org/standard223#hasValue> ],
[ rdfs:comment "A `Property` must not be observed (set) by more than one entity." ;
sh:maxCount 1 ;
sh:message "s223: A `Property` must not be observed (set) by more than one entity." ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#observes> ] ],
[ rdfs:comment "" ;
sh:path <http://data.ashrae.org/standard223#ofConstituent> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "If an incoming relation `composedOf` exists, then the `Property` must have a declared substance using the relation `ofConstituent`." ;
sh:message "s223: `Property` {$this} is referred to by {?something} with s223:composedOf, but the `Property` has no value for s223:ofConstituent." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?something
WHERE {
?something s223:composedOf $this .
FILTER NOT EXISTS {$this s223:ofConstituent ?someSubstance} .
}
""" ] ],
[ rdfs:comment "If a `Property` has an `ofSubstance` relation, it should also have an `ofMedium` relation." ;
sh:path <http://data.ashrae.org/standard223#ofSubstance> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "If a `Property` has an `ofSubstance` relation, it should also have an `ofMedium` relation." ;
sh:message "s223: Since Property {$this} has an `ofSubstance` relation, it should also have an `ofMedium` relation." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE {
$this s223:ofSubstance ?substance .
FILTER NOT EXISTS {$this s223:ofMedium ?medium} .
}
""" ] ],
[ rdfs:comment "A `Property` can be associated with at most one `Substance-Medium` using the relation `ofMedium`." ;
sh:class <http://data.ashrae.org/standard223#Substance-Medium> ;
sh:maxCount 1 ;
sh:message "s223: A `Property` can be associated with at most one `Substance-Medium` using the relation `ofMedium`." ;
sh:path <http://data.ashrae.org/standard223#ofMedium> ],
[ rdfs:comment "A `Property` can be associated with at most one `Function` using the inverse relation `hasOutput`." ;
sh:class <http://data.ashrae.org/standard223#Function> ;
sh:maxCount 1 ;
sh:message "s223: A `Property` can be associated with at most one `Function` using the inverse relation `hasOutput`." ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#hasOutput> ] ],
[ rdfs:comment "A `Property` can be associated with at most one `EnumerationKind-Substance` using the relation `ofSubstance`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Substance> ;
sh:maxCount 1 ;
sh:message "s223: A `Property` can be associated with at most one `EnumerationKind-Substance` using the relation `ofSubstance`." ;
sh:path <http://data.ashrae.org/standard223#ofSubstance> ],
[ rdfs:comment "If the relation `hasAspect` is present, it shall associate the `Property` with an `EnumerationKind`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind> ;
sh:message "s223: If the relation `hasAspect` is present, it shall associate the `Property` with an `EnumerationKind`." ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ] ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "A `Property` cannot be declared an instance of both an `ActuatableProperty` and an `ObservableProperty`." ;
sh:message "s223: {$this} cannot be declared an instance of both an `ActuatableProperty` and an `ObservableProperty`." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE {
$this a/rdfs:subClassOf* s223:ActuatableProperty .
$this a/rdfs:subClassOf* s223:ObservableProperty .
}
""" ] .
URI: http://data.ashrae.org/standard223#ActuatableProperty
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#ActuatableProperty> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Actuatable Property" ;
rdfs:comment """The term "actuatable" implies that writing to the `ActuatableProperty` value will directly trigger a physical actuation by either an `Actuator` or `Equipment`.
In contrast, the term "observable" (see {s223:ObservableProperty}) implies that reading the `ObservableProperty` value will return the result of a physical observation.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Property> .
URI: http://data.ashrae.org/standard223#ObservableProperty
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ObservableProperty> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Observable Property" ;
rdfs:comment """The term "observable" implies that reading the `ObservableProperty` value will return the result of a physical observation, usually by a `Sensor`.
In contrast, the term "actuatable" (see {s223:ActuatableProperty}) implies that writing to the `ActuatableProperty` value will directly trigger a physical actuation.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Property> ;
sh:property [ rdfs:comment "An `ObservableProperty` is usually referred to by a `Sensor` using the relation `observes`." ;
sh:class <http://data.ashrae.org/standard223#Sensor> ;
sh:message "s223: An `ObservableProperty` is usually referred to by a `Sensor` using the relation `observes`." ;
sh:minCount 1 ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#observes> ] ;
sh:severity sh:Warning ] .
URI: http://data.ashrae.org/standard223#EnumerableProperty
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#EnumerableProperty> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Enumerable Property" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#hasEnumerationKind> ) ;
rdfs:comment "An `EnumerableProperty` is a `Property` with an enumerated (fixed) set of possible values." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Property> ;
sh:property [ rdfs:comment "Checks for valid enumeration value consistent with the stated `EnumerationKind`." ;
sh:path <http://data.ashrae.org/standard223#hasValue> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Checks for valid enumeration value consistent with the stated `EnumerationKind`." ;
sh:message "s223: {$this} has an enumeration value of {?value} which is not a valid {?kind}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?value ?kind
WHERE {
$this s223:hasValue ?value .
$this s223:hasEnumerationKind ?kind .
FILTER (NOT EXISTS {?value a/rdfs:subClassOf* ?kind}) .
}
""" ] ],
[ rdfs:comment "An `EnumerableProperty` shall be associated with exactly one `EnumerationKind` using the relation `hasEnumerationKind`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind> ;
sh:maxCount 1 ;
sh:message "s223: An `EnumerableProperty` shall be associated with exactly one `EnumerationKind` using the relation `hasEnumerationKind`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ] .
URI: http://data.ashrae.org/standard223#hasEnumerationKind
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasEnumerationKind> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has enumeration kind" ;
rdfs:comment "A `Relation` that associates an `EnumerableProperty` with a class of enumeration values. This is used to, for example, identify what kind of substance is transported along a `Connection` or which day of the week a setpoint is active." .
URI: http://data.ashrae.org/standard223#QuantifiableProperty
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#QuantifiableProperty> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Quantifiable Property" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#hasAlarmStatus> <http://data.ashrae.org/standard223#hasDeadband> <http://data.ashrae.org/standard223#hasSetpoint> <http://data.ashrae.org/standard223#hasThreshold> ) ;
rdfs:comment "This class is for quantifiable values that describe an object (`System`, `Equipment`, etc.) that are typically static (`hasValue`). That is, they are neither measured nor specified in the course of operations." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Property> ;
sh:property [ rdfs:comment "This `QuantifiableProperty` and the Setpoint associated with it have non-commensurate `QuantityKind`s." ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` and the Setpoint associated with it have non-commensurate `QuantityKind`s." ;
sh:message "s223: {$this} uses `QuantityKind` {?pqk} with DimensionVector {?pdv}, while Setpoint {?setpoint} uses `QuantityKind` {?sqk} with DimensionVector {?sdv}. These are non-commensurate" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?setpoint ?pqk ?sqk ?pdv ?sdv
WHERE {
$this qudt:hasQuantityKind ?pqk .
$this s223:hasSetpoint ?setpoint .
?setpoint qudt:hasQuantityKind ?sqk .
?pqk qudt:hasDimensionVector ?pdv .
?sqk qudt:hasDimensionVector ?sdv .
FILTER (?pqk != ?sqk) .
FILTER (?pdv != ?sdv) .
}
""" ] ],
[ rdfs:comment "This `QuantifiableProperty` and the deadband associated with it have non-commensurate `QuantityKind`s." ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` and the deadband associated with it have non-commensurate `QuantityKind`s." ;
sh:message "s223: {$this} uses `QuantityKind` {?pqk} with DimensionVector {?pdv}, while deadband {?deadband} uses `QuantityKind` {?dqk} with DimensionVector {?ddv}. These are non-commensurate" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?deadband ?pqk ?dqk ?pdv ?ddv
WHERE {
$this qudt:hasQuantityKind ?pqk .
$this s223:hasDeadband ?deadband .
?deadband qudt:hasQuantityKind ?dqk .
?pqk qudt:hasDimensionVector ?pdv .
?dqk qudt:hasDimensionVector ?ddv .
FILTER (?pqk != ?dqk) .
FILTER (?pdv != ?ddv) .
}
""" ] ],
[ rdfs:comment "This `QuantifiableProperty` and the associated deadband use non-commensurate `Unit`s." ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` and the associated deadband use non-commensurate `Unit`s." ;
sh:message "s223: {$this} uses `Unit` {?punit}, while deadband {?deadband} uses `Unit` {?dunit}. These are non-commensurate." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?deadband ?punit ?dunit
WHERE {
$this qudt:hasUnit ?punit .
$this s223:hasDeadband ?deadband .
?deadband qudt:hasUnit ?dunit .
?punit qudt:hasDimensionVector ?pdv .
?dunit qudt:hasDimensionVector ?ddv .
FILTER (?punit != ?dunit) .
FILTER (?pdv != ?ddv) .
}
""" ] ],
[ rdfs:comment "This `QuantifiableProperty` and the associated threshold use non-commensurate `Unit`s." ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` and the associated threshold use non-commensurate `Unit`s." ;
sh:message "s223: {$this} uses `Unit` {?punit}, while threshold {?threshold} uses `Unit` {?tunit}. These are non-commensurate." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?threshold ?punit ?tunit
WHERE {
$this qudt:hasUnit ?punit .
$this s223:hasThreshold ?threshold .
?threshold qudt:hasUnit ?tunit .
?punit qudt:hasDimensionVector ?pdv .
?tunit qudt:hasDimensionVector ?tdv .
FILTER (?punit != ?tunit) .
FILTER (?pdv != ?tdv) .
}
""" ] ],
[ rdfs:comment "This `QuantifiableProperty` cannot have a value without a `Unit`." ;
sh:path <http://data.ashrae.org/standard223#hasValue> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` cannot have a value without a `Unit`." ;
sh:message "s223: {$this} referenced by {?subject} has a value of {?v} but does not specify a `Unit`." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?v ?subject
WHERE {
$this s223:hasValue ?v .
FILTER NOT EXISTS {$this qudt:hasUnit ?u} .
?subject ?p $this .
}
""" ] ],
[ rdfs:comment "A `QuantifiableProperty` should use `s223:hasValue` instead of `qudt:value`." ;
sh:maxCount 0 ;
sh:message "s223: A `QuantifiableProperty` should use `s223:hasValue` instead of `qudt:value`." ;
sh:path <http://qudt.org/schema/qudt/value> ],
[ rdfs:comment "A `QuantifiableProperty` can be associated with a`QuantifiableProperty` using the relation `hasThreshold`." ;
sh:class <http://data.ashrae.org/standard223#QuantifiableProperty> ;
sh:message "s223: A `QuantifiableProperty` can be associated with a`QuantifiableProperty` using the relation `hasThreshold`." ;
sh:path <http://data.ashrae.org/standard223#hasThreshold> ],
[ rdfs:comment "This `QuantifiableProperty` uses a different `Unit` than the deadband associated with it." ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ;
sh:severity sh:Info ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` uses a different `Unit` than the deadband associated with it." ;
sh:message "s223: {$this} uses `Unit` {?punit}, while deadband {?deadband} uses `Unit` {?dunit}. Be careful." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?deadband ?punit ?dunit
WHERE {
$this qudt:hasUnit ?punit .
$this s223:hasDeadband ?deadband .
?deadband qudt:hasUnit ?dunit .
?punit qudt:hasDimensionVector ?pdv .
?dunit qudt:hasDimensionVector ?ddv .
FILTER (?punit != ?dunit) .
FILTER (?pdv = ?ddv) .
}
""" ] ],
[ rdfs:comment "A `QuantifiableProperty` can be associated with an `EnumerableProperty` using the relation `hasAlarmStatus`." ;
sh:class <http://data.ashrae.org/standard223#EnumerableProperty> ;
sh:message "s223: A `QuantifiableProperty` can be associated with an `EnumerableProperty` using the relation `hasAlarmStatus`." ;
sh:path <http://data.ashrae.org/standard223#hasAlarmStatus> ],
[ rdfs:comment "A `QuantifiableProperty` can be associated with at most one `Unit` using the relation `hasUnit`." ;
sh:class <http://qudt.org/schema/qudt/Unit> ;
sh:maxCount 1 ;
sh:message "s223: A `QuantifiableProperty` can be associated with at most one `Unit` using the relation `hasUnit`." ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ],
[ rdfs:comment "This `QuantifiableProperty` and the threshold associated with it have non-commensurate `QuantityKind`s." ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` and the threshold associated with it have non-commensurate `QuantityKind`s." ;
sh:message "s223: {$this} uses `QuantityKind` {?pqk} with DimensionVector {?pdv}, while threshold {?threshold} uses `QuantityKind` {?tqk} with DimensionVector {?tdv}. These are non-commensurate" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?threshold ?pqk ?sqk ?pdv ?sdv
WHERE {
$this qudt:hasQuantityKind ?pqk .
$this s223:hasThreshold ?threshold .
?threshold qudt:hasQuantityKind ?tqk .
?pqk qudt:hasDimensionVector ?pdv .
?tqk qudt:hasDimensionVector ?tdv .
FILTER (?pqk != ?tqk) .
FILTER (?pdv != ?tdv) .
}
""" ] ],
[ rdfs:comment """Normally, a `QuantifiableProperty` is associated with a static decimal value using `hasValue`, along with a single
`Unit` and `QuantityKind`. However, in some cases, a `QuantifiableProperty` may instead be associated with a `QuantityValue` using the relation
`quantityValue`. This allows the `QuantityValue` to express multiple equivalent combinations of `Unit` and value.""" ;
sh:class <http://qudt.org/schema/qudt/QuantityValue> ;
sh:message """s223: Normally, a `QuantifiableProperty` is associated with a static decimal value using `hasValue`, along with a single
`Unit` and `QuantityKind`. However, in some cases, a `QuantifiableProperty` may instead be associated with a `QuantityValue` using the relation
`quantityValue`. This allows the `QuantityValue` to express multiple equivalent combinations of `Unit` and value.""" ;
sh:path <http://qudt.org/schema/qudt/quantityValue> ],
[ rdfs:comment "A `QuantifiableProperty` can be associated with a `QuantifiableProperty` using the relation `hasSetpoint`." ;
sh:class <http://data.ashrae.org/standard223#QuantifiableProperty> ;
sh:message "s223: A `QuantifiableProperty` can be associated with a `QuantifiableProperty` using the relation `hasSetpoint`." ;
sh:path <http://data.ashrae.org/standard223#hasSetpoint> ],
[ rdfs:comment """A `QuantifiableProperty` can be associated with an optional Boolean flag using the relation isDeltaQuantity.
If the relation isDeltaQuantity has a value of true, the associated value should be interpreted as a difference reading, such as a
temperature difference. This is needed to distinguish between a temperature reading and a temperature difference reading, which
affects unit conversion calculations.""" ;
sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:message """s223: A `QuantifiableProperty` can be associated with an optional Boolean flag using the relation isDeltaQuantity.
If the relation isDeltaQuantity has a value of true, the associated value should be interpreted as a difference reading, such as a
temperature difference. This is needed to distinguish between a temperature reading and a temperature difference reading, which
affects unit conversion calculations.""" ;
sh:path <http://qudt.org/schema/qudt/isDeltaQuantity> ],
[ rdfs:comment "This `QuantifiableProperty` uses a different `Unit` than the setpoint associated with it." ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ;
sh:severity sh:Info ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` uses a different `Unit` than the setpoint associated with it." ;
sh:message "s223: {$this} uses `Unit` {?punit}, while setpoint {?setpoint} uses `Unit` {?sunit}. Be careful." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?setpoint ?punit ?sunit
WHERE {
$this qudt:hasUnit ?punit .
$this s223:hasSetpoint ?setpoint .
?setpoint qudt:hasUnit ?sunit .
?punit qudt:hasDimensionVector ?pdv .
?sunit qudt:hasDimensionVector ?sdv .
FILTER (?punit != ?sunit) .
FILTER (?pdv = ?sdv) .
}
""" ] ],
[ rdfs:comment "A `QuantifiableProperty` can be associated with a `QuantifiableProperty` using the relation `hasDeadband`." ;
sh:class <http://data.ashrae.org/standard223#QuantifiableProperty> ;
sh:message "s223: A `QuantifiableProperty` can be associated with a `QuantifiableProperty` using the relation `hasDeadband`." ;
sh:path <http://data.ashrae.org/standard223#hasDeadband> ],
[ rdfs:comment "This `QuantifiableProperty` uses a different `Unit` than the threshold associated with it." ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ;
sh:severity sh:Info ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` uses a different `Unit` than the threshold associated with it." ;
sh:message "s223: {$this} uses `Unit` {?punit}, while threshold {?threshold} uses `Unit` {?tunit}. Be careful." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?threshold ?punit ?tunit
WHERE {
$this qudt:hasUnit ?punit .
$this s223:hasThreshold ?threshold .
?threshold qudt:hasUnit ?tunit .
?punit qudt:hasDimensionVector ?pdv .
?tunit qudt:hasDimensionVector ?tdv .
FILTER (?punit != ?tunit) .
FILTER (?pdv = ?tdv) .
}
""" ] ],
[ rdfs:comment "A `QuantifiableProperty` shall be associated with a `QuantityKind` using the relation `hasQuantityKind`." ;
sh:class <http://qudt.org/schema/qudt/QuantityKind> ;
sh:maxCount 1 ;
sh:message "s223: A `QuantifiableProperty` shall be associated with a `QuantityKind` using the relation `hasQuantityKind`." ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ],
[ rdfs:comment "This `QuantifiableProperty` and the associated setpoint use non-commensurate `Unit`s." ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` and the associated setpoint use non-commensurate `Unit`s." ;
sh:message "s223: {$this} uses `Unit` {?punit}, while setpoint {?setpoint} uses `Unit` {?sunit}. These are non-commensurate." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?setpoint ?punit ?sunit
WHERE {
$this qudt:hasUnit ?punit .
$this s223:hasSetpoint ?setpoint .
?setpoint qudt:hasUnit ?sunit .
?punit qudt:hasDimensionVector ?pdv .
?sunit qudt:hasDimensionVector ?sdv .
FILTER (?punit != ?sunit) .
FILTER (?pdv != ?sdv) .
}
""" ] ] ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Checks for consistent dimension vectors for a `QuantityKind` and the `Unit`" ;
sh:message "s223: Inconsistent dimensionalities among the `Property`'s `Unit` and `Property`'s `QuantityKind`" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE
{
$this qudt:hasQuantityKind/qudt:hasDimensionVector ?qkdv1 .
$this qudt:hasUnit/qudt:hasDimensionVector ?qkdv2 .
FILTER (?qkdv1 != ?qkdv2) .
}
""" ] .
URI: http://data.ashrae.org/standard223#hasAlarmStatus
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasAlarmStatus> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "hasAlarmStatus" ;
rdfs:comment "A `Relation` that associates an `EnumerableProperty` that describes an Alarm or Status with a `QuantifiableProperty`." .
URI: http://data.ashrae.org/standard223#hasDeadband
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasDeadband> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has deadband" ;
rdfs:comment "This relation binds a control setpoint to the `QuantifiableProperty` indicating the range of values within which a sensed variable can vary without indicating a condition has changed." .
URI: http://data.ashrae.org/standard223#hasSetpoint
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasSetpoint> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has setpoint" ;
rdfs:comment "A `Relation` that associates a control setpoint with the `QuantifiableProperty` indicating the desired value which the control process is trying to maintain." .
URI: http://data.ashrae.org/standard223#hasThreshold
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasThreshold> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has threshold" ;
rdfs:comment "A `Relation` that associates a threshold with the `QuantifiableProperty` indicating a specific value at which an action may be taken, distinguished from an offset or a range." .
URI: http://data.ashrae.org/standard223#QuantifiableActuatableProperty
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#QuantifiableActuatableProperty> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Quantifiable Actuatable Property" ;
rdfs:comment "This class is for instances of `QuantifiableProperty` for which numerical values are specified to be modifiable by a user or a machine outside of the model, like a setpoint." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#ActuatableProperty>,
<http://data.ashrae.org/standard223#QuantifiableProperty> .
URI: http://data.ashrae.org/standard223#QuantifiableObservableProperty
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#QuantifiableObservableProperty> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Quantifiable Observable Property" ;
rdfs:comment "This class is for instances of `QuantifiableProperty` for which numerical values are observed, like a temperature reading or a voltage measure." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#ObservableProperty>,
<http://data.ashrae.org/standard223#QuantifiableProperty> ;
sh:property [ rdfs:comment "A `QuantifiableObservableProperty` can be associated with zero or more `QuantifiableProperty`(s) indicating the desired value(s) which the control process is trying to maintain using the relation `hasSetpoint`." ;
sh:class <http://data.ashrae.org/standard223#QuantifiableProperty> ;
sh:message "s223: A `QuantifiableObservableProperty` can be associated with zero or more `QuantifiableProperty`(s) indicating the desired value(s) which the control process is trying to maintain using the relation `hasSetpoint`." ;
sh:path <http://data.ashrae.org/standard223#hasSetpoint> ] .
URI: http://data.ashrae.org/standard223#EnumeratedObservableProperty
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#EnumeratedObservableProperty> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Enumerated observable property" ;
rdfs:comment "An `EnumeratedObservableProperty` is a `Property` with an enumerated (fixed) set of possible values that cannot be changed (can only be observed)." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#EnumerableProperty>,
<http://data.ashrae.org/standard223#ObservableProperty> .
URI: http://data.ashrae.org/standard223#EnumeratedActuatableProperty
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#EnumeratedActuatableProperty> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Enumerated actuatable property" ;
rdfs:comment "An `EnumeratedActuatableProperty` is a `Property` with an enumerated (fixed) set of possible values that can be changed (actuated)." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#ActuatableProperty>,
<http://data.ashrae.org/standard223#EnumerableProperty> .
URI: http://data.ashrae.org/standard223#hasValue
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasValue> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "hasValue" ;
rdfs:comment "A `Relation` that associates something with a fixed value, as opposed to a computed, measured, or externally derived value." .
URI: http://qudt.org/schema/qudt/hasUnit
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://qudt.org/schema/qudt/hasUnit> rdfs:comment "A reference to the unit of measure of a `QuantifiableProperty` of interest." .
URI: http://qudt.org/schema/qudt/hasQuantityKind
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://qudt.org/schema/qudt/hasQuantityKind> rdfs:comment "A reference to the `QuantityKind` of a `QuantifiableProperty` of interest, e.g. quantitykind:Temperature." .
URI: http://data.ashrae.org/standard223#hasAspect
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasAspect> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has aspect" ;
rdfs:comment "`hasAspect` is used to establish the context of a `Property`. The value must be an instance of `EnumerationKind`. For example, if a `Property` has a Temperature value of 45.3, the `hasAspect` relation is used to state what that represents, such as a Temperature limit during working hours, etc. A `Property` can have any number of `hasAspect` relations, as needed to establish the context." .
URI: http://data.ashrae.org/standard223#ofSubstance
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#ofSubstance> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "of substance" ;
rdfs:comment "A `Relation` that associates a `Property` being observed by a `Sensor` with the `Substance` it characterizes within a specific `Medium`. For example, to denote the concentration of a `Substance` in a `Medium`, `ofSubstance` is used. Typically, there is also an `ofMedium` relation between the observed `Property` and the `Medium`, (see Figures 10-9 and 10-10). For example, to represent the concentration of CO2 in air, we use `ofSubstance` to relate to CO2 and `ofMedium` to relate to air. The term `ofSubstance` is broad enough to include situations where a sensor is used to detect constituents that should not be present in a medium, such as ammonia in air. Therefore, `ofSubstance` is used to indicate the substance of interest, while `ofConstituent` would indicate a constituent that is normally present in the composition of the mix." .
URI: http://data.ashrae.org/standard223#ofMedium
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#ofMedium> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "of medium" ;
rdfs:comment "A `Relation` that associates a `Property` with the specific Medium it describes. A `Property` corresponding to the temperature of a medium would be associated with this medium using the relation `ofMedium`." .
URI: http://data.ashrae.org/standard223#ofConstituent
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#ofConstituent> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "of constituent" ;
rdfs:comment "A `Relation` that associates a `Property` that characterizes a `Medium-Mix` with one of the constituents of that mix. (ex. `Fluid-Water` `composedOf` `Property` `ofConstituent` `Constituent-H2O`." .
URI: http://data.ashrae.org/standard223#composedOf
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#composedOf> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "composed of" ;
rdfs:comment "The relation `composedOf` is used to indicate what substances constitute a material. Allowable values are instances of `Property` that in turn identify constituents defined in `Medium-Constituent` (see {s223:Medium-Constituent}) via the relation `ofConstituent`." .
URI: http://data.ashrae.org/standard223#ExternalReference
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#ExternalReference> a <http://data.ashrae.org/standard223#AbstractClass>,
sh:NodeShape ;
rdfs:label "ExternalReference" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#BACnetExternalReference> ) ;
rdfs:comment "`ExternalReference` is an abstract class that represents a thing that contains API or protocol parameter values necessary to associate a `Property` with a value." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Concept> .
URI: http://data.ashrae.org/standard223#BACnetExternalReference
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#BACnetExternalReference> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "BACnetExternalReference" ;
ns1:subclauses ( <http://data.ashrae.org/bacnet/2020#device-name> <http://data.ashrae.org/bacnet/2020#device-identifier> <http://data.ashrae.org/bacnet/2020#object-name> <http://data.ashrae.org/bacnet/2020#object-identifier> <http://data.ashrae.org/bacnet/2020#property-identifier> <http://data.ashrae.org/bacnet/2020#property-array-index> <http://data.ashrae.org/bacnet/2020#priority-for-writing> ) ;
rdfs:comment "An `ExternalReference` that contains BACnet protocol parameter values necessary to associate a `Property` with a value." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#ExternalReference> .
URI: http://data.ashrae.org/bacnet/2020#device-name
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/bacnet/2020#device-name> a rdf:Property ;
rdfs:label "Device Name" ;
rdfs:comment "The name of the BACnet device being referenced, more formally the Object_Name property of the device object within the BACnet device. See ASHRAE 135-2020 Clause 12.11.2." .
URI: http://data.ashrae.org/bacnet/2020#device-identifier
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/bacnet/2020#device-identifier> a rdf:Property ;
rdfs:label "Device Identifier" ;
rdfs:comment "The Object_Identifier property of the device object within the BACnet device. See ASHRAE 135-2020 Clause 12.11.1." .
URI: http://data.ashrae.org/bacnet/2020#object-name
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/bacnet/2020#object-name> a rdf:Property ;
rdfs:label "Object Name" ;
rdfs:comment "The Object_Name property of the object being referenced. For example, for the object name of an Analog Value Object, see ASHRAE 135-2020 Clause 12.4.2." .
URI: http://data.ashrae.org/bacnet/2020#object-identifier
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/bacnet/2020#object-identifier> a rdf:Property ;
rdfs:label "object-identifier" ;
rdfs:comment "The Object_Identifier property of the object being referenced. For example, for the object identifier of an Analog Value Object, see ASHRAE 135-2020 Clause 12.4.1." .
URI: http://data.ashrae.org/bacnet/2020#property-identifier
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/bacnet/2020#property-identifier> a rdf:Property ;
rdfs:label "Property Identifier" ;
rdfs:comment "The Object_Identifier `Property` of the object being referenced. For example, for the object identifier of an Analog Value Object, see ASHRAE 135-2020 Clause 12.4.1." .
URI: http://data.ashrae.org/bacnet/2020#property-array-index
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/bacnet/2020#property-array-index> a rdf:Property ;
rdfs:label "Property Array Index" ;
rdfs:comment """If the property identified is of datatype array, this optional property of type Unsigned shall indicate the array index of
the element of the `Property` referenced by the ReadProperty service or the Read Access Specification of the ReadPropertyMultiple service. If the bacnet:property-array-index is omitted, this shall mean that the entire
array shall be referenced. See ASHRAE 135-2020 Clause 15.5.1.1.3 and Clause 15.7.1.1.1.""" .
URI: http://data.ashrae.org/bacnet/2020#priority-for-writing
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/bacnet/2020#priority-for-writing> a rdf:Property ;
rdfs:label "Priority for Writing" ;
rdfs:comment """This parameter shall be an integer in the range 1..16, which indicates the priority assigned to the WriteProperty service. If an attempt
is made to write to a commandable property without specifying the bacnet:priority-for-writing, a default priority of 16 (the lowest priority) shall
be assumed. If an attempt is made to write to a property that is not commandable with a specified priority, the priority shall be
ignored. See ASHRAE 135-2020 Clause 15.9.1.1.5.""" .
URI: http://data.ashrae.org/standard223#hasExternalReference
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasExternalReference> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has external reference" ;
rdfs:comment "A `Relation` that associates a `Property` with an external telemetry source." .
URI: http://data.ashrae.org/standard223#hasInternalReference
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.ashrae.org/standard223#hasInternalReference> a <http://data.ashrae.org/standard223#Relation>,
rdf:Property ;
rdfs:label "has internal reference" ;
rdfs:comment """A `Relation` that associates a `Property` with another equivalent `Property`. For example, a `Property` that represents a `Zone`
temperature could have at most one `hasInternalReference` relation to another `Property` that is a temperature measurement from one room in the zone (see Figure 11-2).

Another use of `hasInternalReference` is to make a `Property` of a piece of equipment
visible as a `Property` of a piece of containing equipment (see {pub:equipment-containment}).
This is illustrated in Figure 11-3.

Note that the hasInternalReference relation is transitive.""" .
URI: pub:reference-equipment-models
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:reference-equipment-models> ns1:subclauses ( <http://data.ashrae.org/standard223#AirHandlingUnit> <http://data.ashrae.org/standard223#AirHeatExchanger> <http://data.ashrae.org/standard223#Battery> <http://data.ashrae.org/standard223#Boiler> <http://data.ashrae.org/standard223#ChilledBeam> <http://data.ashrae.org/standard223#Chiller> <http://data.ashrae.org/standard223#ClothesWasher> <http://data.ashrae.org/standard223#CoffeeMaker> <http://data.ashrae.org/standard223#Coil> <http://data.ashrae.org/standard223#Compressor> <http://data.ashrae.org/standard223#Computer> <http://data.ashrae.org/standard223#ComputerPrinter> <http://data.ashrae.org/standard223#CoolingTower> <http://data.ashrae.org/standard223#CopyMachine> <http://data.ashrae.org/standard223#Damper> <http://data.ashrae.org/standard223#Dishwasher> <http://data.ashrae.org/standard223#Door> <http://data.ashrae.org/standard223#ElectricityBreaker> <http://data.ashrae.org/standard223#ElectricClothesDryer> <http://data.ashrae.org/standard223#ElectricCooktop> <http://data.ashrae.org/standard223#ElectricEnergyConverter> <http://data.ashrae.org/standard223#ElectricityMeter> <http://data.ashrae.org/standard223#ElectricityOutlet> <http://data.ashrae.org/standard223#ElectricOven> <http://data.ashrae.org/standard223#ElectricResistanceElement> <http://data.ashrae.org/standard223#ElectricWaterDispenser> <http://data.ashrae.org/standard223#ElectronicDisplay> <http://data.ashrae.org/standard223#Elevator> <http://data.ashrae.org/standard223#Escalator> <http://data.ashrae.org/standard223#EthernetSwitch> <http://data.ashrae.org/standard223#Fan> <http://data.ashrae.org/standard223#FanCoilUnit> <http://data.ashrae.org/standard223#FiberEthernetOutlet> <http://data.ashrae.org/standard223#Filter> <http://data.ashrae.org/standard223#FlushToilet> <http://data.ashrae.org/standard223#Freezer> <http://data.ashrae.org/standard223#FumeHood> <http://data.ashrae.org/standard223#Furnace> <http://data.ashrae.org/standard223#Generator> <http://data.ashrae.org/standard223#HeatPump> <http://data.ashrae.org/standard223#Humidifier> <http://data.ashrae.org/standard223#Humidistat> <http://data.ashrae.org/standard223#HydronicHeatExchanger> <http://data.ashrae.org/standard223#IceMaker> <http://data.ashrae.org/standard223#Luminaire> <http://data.ashrae.org/standard223#MicrowaveOven> <http://data.ashrae.org/standard223#Motor> <http://data.ashrae.org/standard223#PhotovoltaicModule> <http://data.ashrae.org/standard223#PowerOverEthernetSwitch> <http://data.ashrae.org/standard223#Pump> <http://data.ashrae.org/standard223#RadiantHeater> <http://data.ashrae.org/standard223#Radiator> <http://data.ashrae.org/standard223#Refrigerator> <http://data.ashrae.org/standard223#RFOutlet> <http://data.ashrae.org/standard223#Sink> <http://data.ashrae.org/standard223#SolarThermalCollector> <http://data.ashrae.org/standard223#TerminalUnit> <http://data.ashrae.org/standard223#ThermalEnergyStorageUnit> <http://data.ashrae.org/standard223#Thermostat> <http://data.ashrae.org/standard223#Turbine> <http://data.ashrae.org/standard223#USBOutlet> <http://data.ashrae.org/standard223#Valve> <http://data.ashrae.org/standard223#VariableFrequencyDrive> <http://data.ashrae.org/standard223#WaterOutlet> <http://data.ashrae.org/standard223#Window> <http://data.ashrae.org/standard223#WindowShade> <http://data.ashrae.org/standard223#WiredEthernetOutlet> ) ;
ns1:title "REFERENCE FOR EQUIPMENT" ;
rdfs:comment "This section contains component model templates for equipment that is commonly found in buildings." .
URI: http://data.ashrae.org/standard223#AirHandlingUnit
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#AirHandlingUnit> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Air handling unit" ;
rdfs:comment """A piece of `Equipment` consisting of a fan or fans and other equipment necessary to perform one or more of the following functions:
circulating, filtration, heating, cooling, heat recovery, humidifying, dehumidifying, and mixing of air.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "An `AirHandlingUnit` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: An `AirHandlingUnit` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "An `AirHandlingUnit` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: An `AirHandlingUnit` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#AirHeatExchanger
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#AirHeatExchanger> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Air heat exchanger" ;
rdfs:comment "A piece of `Equipment` that transfers heat from one air stream to another while keeping the two media separate." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "An `AirHeatExchanger` shall have no `BidirectionalConnectionPoint`s." ;
sh:message "s223: An `AirHeatExchanger` shall have no `BidirectionalConnectionPoint`s." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:message "s223: An `AirHeatExchanger` shall have no `BidirectionalConnectionPoint`s." ;
sh:qualifiedMaxCount 0 ] ],
[ rdfs:comment "An `AirHeatExchanger` shall have at least two air inlets, each paired with an outlet." ;
sh:message "s223: An `AirHeatExchanger` shall have at least two air inlets, each paired with an outlet." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#pairedConnectionPoint> ],
[ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "An `AirHeatExchanger` shall have at least two air outlets, each paired with an inlet." ;
sh:message "s223: An `AirHeatExchanger` shall have at least two air outlets, each paired with an inlet." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#pairedConnectionPoint> ],
[ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Battery
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Battery> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Battery" ;
rdfs:comment "A piece of `Equipment` that stores a defined amount of chemical energy that can be converted to electrical energy via a chemical process. This process, typically referred to as discharging, produces a specific electrical voltage and current." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> .
URI: http://data.ashrae.org/standard223#Boiler
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Boiler> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Boiler" ;
rdfs:comment "A piece of `Equipment` that uses fuel or electricity to heat water or other fluids and supply steam or hot water for heating, humidification, or other applications." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Boiler` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Boiler` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `Boiler` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Boiler` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ChilledBeam
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ChilledBeam> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Chilled beam" ;
rdfs:comment "A piece of `Equipment` with a colder surface temperature where air passes through, and air movement is induced in the room to achieve cooling. Cooling medium is generally water." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `ChilledBeam` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `ChilledBeam` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `ChilledBeam` shall have at least one bidirectional connection point using the medium `Fluid-Air`." ;
sh:message "s223: A `ChilledBeam` shall have at least one bidirectional connection point using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `ChilledBeam` shall be associated with the `Role-Cooling` using the relation `hasRole`" ;
sh:message "s223: A `ChilledBeam` shall be associated with the `Role-Cooling` using the relation `hasRole`" ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Role-Cooling> ] ],
[ rdfs:comment "A `ChilledBeam` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `ChilledBeam` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Chiller
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Chiller> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Chiller" ;
rdfs:comment "A piece of `Equipment` that removes heat from a liquid coolant via a vapor-compression, adsorption refrigeration, or absorption refrigeration cycles." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Chiller` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Chiller` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `Chiller` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Chiller` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ClothesWasher
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ClothesWasher> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Clothes washer" ;
rdfs:comment "A piece of `Equipment` that automatically cleans a load of textiles (e.g., clothing, bedding)." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `ClothesWasher` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ClothesWasher` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `ClothesWasher` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `ClothesWasher` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `ClothesWasher` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `ClothesWasher` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#CoffeeMaker
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#CoffeeMaker> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Coffee maker" ;
rdfs:comment "A piece of `Equipment` that automatically brews coffee." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `CoffeeMaker` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `CoffeeMaker` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Coil
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Coil> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Coil" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#CoolingCoil> <http://data.ashrae.org/standard223#HeatingCoil> ) ;
rdfs:comment """A piece of `Equipment` consisting of a pipe or tube that is formed into a helical or serpentine shape, may or may not be finned, and is used in cooling or heating equipment.
A `Coil` shall conform to exactly one of the following patterns:
- **Pattern 1:**
- The `Coil` has exactly two inlet connection points using the medium `Mix-Fluid`, with exactly one being `Fluid-Air`.
- The `Coil` has exactly two outlet connection points using the medium `Mix-Fluid`, with exactly one being `Fluid-Air`.
- **Pattern 2:**
- The Coil has exactly one inlet connection point using the medium `Mix-Fluid`.
- The Coil has exactly one outlet connection point using the medium `Mix-Fluid`.
- The Coil has one or two bidirectional connection points using the medium `Mix-Fluid` or `Medium-ThermalContact`.
- **Pattern 3:**
- The Coil has exactly three bidirectional connection points using the medium `Mix-Fluid` or `Medium-ThermalContact`.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:message "s223: A `Coil` shall fit one of the following patterns of `ConnectionPoint`s: 1: Two inlets and two outlets using the medium `Mix-Fluid`. 2: One inlet and one outlet using the medium `Mix-Fluid`, and one or two bidirectionals using the medium `Mix-Fluid` or `Medium-ThermalContact`. 3: Three bidirectionals using the medium `Mix-Fluid` or `Medium-ThermalContact`." ;
sh:xone ( [ sh:property [ rdfs:comment "Pattern 1: For one of the two inlets the Fluid is Air." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "Pattern 1: For one of the two outlets the Fluid is Air." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "Pattern 1: A `Coil` shall have two inlets using the medium `Mix-Fluid`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 2 ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "Pattern 1: A `Coil` shall have two outlets using the medium `Mix-Fluid`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 2 ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] ] [ sh:property [ rdfs:comment "Pattern 2: A `Coil` shall have one inlet using the medium `Mix-Fluid`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "Pattern 2: A `Coil` shall have one outlet using the medium `Mix-Fluid`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "Pattern 2: A `Coil` shall have one or two bidirectionals using the medium `MixFluid` or `Medium-ThermalContact`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 2 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:or ( [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ] [ sh:class <http://data.ashrae.org/standard223#Medium-ThermalContact> ] ) ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:qualifiedValueShapesDisjoint true ] ] [ sh:property [ rdfs:comment "Pattern 3: A `Coil` shall have three bidirectionals using the medium `Mix-Fluid` or `Medium-ThermalContact`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 3 ;
sh:qualifiedMinCount 3 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:or ( [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ] [ sh:class <http://data.ashrae.org/standard223#Medium-ThermalContact> ] ) ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:qualifiedValueShapesDisjoint true ] ] ) .
URI: http://data.ashrae.org/standard223#CoolingCoil
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#CoolingCoil> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Cooling coil" ;
rdfs:comment "A `Coil` that is specifically used to cool air. " ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Coil> ;
sh:property [ rdfs:comment "A cooling coil shall be related to the role '`Role-Cooling`' using the relation '`hasRole`'." ;
sh:hasValue <http://data.ashrae.org/standard223#Role-Cooling> ;
sh:message "s223: A cooling coil shall be related to the role '`Role-Cooling`' using the relation '`hasRole`'." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] .
URI: http://data.ashrae.org/standard223#HeatingCoil
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#HeatingCoil> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Heating coil" ;
rdfs:comment "A `Coil` that is specifically used to heat air. " ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Coil> ;
sh:property [ rdfs:comment "A heating coil shall be related to the role '`Role-Heating`' using the relation '`hasRole`'." ;
sh:hasValue <http://data.ashrae.org/standard223#Role-Heating> ;
sh:message "s223: A heating coil shall be related to the role '`Role-Heating`' using the relation '`hasRole`'." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] .
URI: http://data.ashrae.org/standard223#Compressor
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Compressor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Compressor" ;
rdfs:comment "A piece of `Equipment` that mechanically increases the pressure of a gas." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Compressor` shall have at least one inlet." ;
sh:message "s223: A `Compressor` shall have at least one inlet." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ] ],
[ rdfs:comment "A `Compressor` shall have at least one outlet." ;
sh:message "s223: A `Compressor` shall have at least one outlet." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ] ] .
URI: http://data.ashrae.org/standard223#Computer
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Computer> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Computer" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#PersonalComputer> <http://data.ashrae.org/standard223#ServerComputer> ) ;
rdfs:comment """A piece of `Equipment` that can be programmed to automatically carry out sequences of arithmetic or logical operations (computation).
Modern digital electronic computers can perform generic sets of operations known as programs. These programs enable computers to perform a
wide range of tasks.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Computer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Computer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#PersonalComputer
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#PersonalComputer> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Personal computer" ;
rdfs:comment "A `Computer` designed primarily used by a single person." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Computer> ;
sh:property [ rdfs:comment "A `PersonalComputer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `PersonalComputer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ServerComputer
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ServerComputer> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Server computer" ;
rdfs:comment "A `Computer` that is primarily used by multiple people, or for the execution of tasks not directly coupled to human interaction." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Computer> ;
sh:property [ rdfs:comment "A `ServerComputer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ServerComputer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ComputerPrinter
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ComputerPrinter> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Computer printer" ;
rdfs:comment "A piece of `Equipment` that processes an input electrical or RF signal, typically from a `Computer`, and outputs a durable representation of information, typically text and/or graphics, typically on paper." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `ComputerPrinter` shall have at least one inlet using the medium `Electricity-Signal` or `EM-RF`." ;
sh:message "s223: A `ComputerPrinter` shall have at least one inlet using the medium `Electricity-Signal` or `EM-RF`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:or ( [ sh:class <http://data.ashrae.org/standard223#Electricity-Signal> ] [ sh:class <http://data.ashrae.org/standard223#EM-RF> ] ) ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `ComputerPrinter` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ComputerPrinter` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#CoolingTower
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#CoolingTower> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Cooling tower" ;
rdfs:comment "A piece of `Equipment` that uses atmospheric air to cool warm water, generally by direct contact via evaporation." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `CoolingTower` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `CoolingTower` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `CoolingTower` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `CoolingTower` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#CopyMachine
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#CopyMachine> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Copy machine" ;
rdfs:comment "A piece of `Equipment` that processes an input of one or more durable representation(s) of information, typically text and/or graphics and typically on paper, and outputs one or more reproductions of the information for each input, typically on paper." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `CopyMachine` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `CopyMachine` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Damper
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Damper> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Damper" ;
rdfs:comment "A piece of `Equipment` inserted into an air distribution system permitting modification of the air resistance of the system and consequently changing the airflow rate or shutting off the airflow." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Damper` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: A `Damper` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `Damper` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: A `Damper` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Dishwasher
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Dishwasher> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Dishwasher" ;
rdfs:comment "A piece of `Equipment` that automatically cleans dishware, cookware, and cutlery." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Dishwasher` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Dishwasher` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `Dishwasher` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Dishwasher` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `Dishwasher` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Dishwasher` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Door
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Door> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Door" ;
rdfs:comment "A piece of `Equipment` consisting of hinged, sliding, or revolving barrier at the entrance to a building or room." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Door` shall have at least two bidirectional connection points using the medium `Fluid-Air`." ;
sh:message "s223: A `Door` shall have at least two bidirectional connection points using the medium `Fluid-Air`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ElectricityBreaker
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ElectricityBreaker> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Electricity breaker" ;
rdfs:comment "A piece of equipment that automatically opens an electric circuit automatically at a predetermined overcurrent, so as to prevent damage to the circuit, the equipment connected to the circuit, and the building containing the circuit." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "An `ElectricityBreaker` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `ElectricityBreaker` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "An `ElectricityBreaker` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `ElectricityBreaker` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ElectricClothesDryer
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ElectricClothesDryer> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Electric clothes dryer" ;
rdfs:comment "A piece of `Equipment` that automatically removes moisture from a load of textiles (e.g., clothing, bedding), typically after they are washed in a `ClothesWasher`." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `ElectricClothesDryer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ElectricClothesDryer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ElectricCooktop
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ElectricCooktop> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Electric cooktop" ;
rdfs:comment "A piece of `Equipment` with a flat surface containing one or more heat sources designed for cooking with pots and pans." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `ElectricCooktop` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ElectricCooktop` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ElectricEnergyConverter
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ElectricEnergyConverter> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Electric energy converter" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#ElectricEnergyDCDCConverter> <http://data.ashrae.org/standard223#ElectricEnergyInverter> <http://data.ashrae.org/standard223#ElectricEnergyTransformer> ) ;
rdfs:comment "A piece of `Equipment` that converts one form of electric power to another form of electric power." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `ElectricEnergyConverter` shall have at least two connection points using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ElectricEnergyConverter` shall have at least two connection points using the the medium `Constituent-Electricity`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ElectricEnergyDCDCConverter
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ElectricEnergyDCDCConverter> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Electric energy DC-DC converter" ;
rdfs:comment "An `ElectricEnergyConverter` that transforms direct current (DC) electric power from one voltage to another voltage." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#ElectricEnergyConverter> ;
sh:property [ rdfs:comment "An `ElectricEnergyDCDCConverter` shall have at least two connection points using the medium `Electricity-DC`." ;
sh:message "s223: An `ElectricEnergyDCDCConverter` shall have at least two connection points using the medium `Electricity-DC`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Electricity-DC> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ElectricEnergyInverter
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ElectricEnergyInverter> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Electric energy inverter" ;
rdfs:comment "An `ElectricEnergyConverter` that tranforms direct current (DC) electric power to alternating current (AC) electric power, or vice versa." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#ElectricEnergyConverter> ;
sh:property [ rdfs:comment "An `ElectricEnergyInverter` shall have at least one connection point that uses the medium `Electricity-DC`." ;
sh:message "s223: An `ElectricEnergyInverter` shall have at least one connection point that uses the medium `Electricity-DC`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Electricity-DC> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "An `ElectricEnergyInverter` shall have at least one connection point that uses the medium `Electricity-AC`." ;
sh:message "s223: An `ElectricEnergyInverter` shall have at least one connection point that uses the medium `Electricity-AC`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Electricity-AC> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ElectricEnergyTransformer
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ElectricEnergyTransformer> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Electric energy transformer" ;
rdfs:comment "An `ElectricEnergyConverter` that transforms alternating current (AC) electric power from one voltage to another voltage." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#ElectricEnergyConverter> ;
sh:property [ rdfs:comment "An `ElectricEnergyTransformer` shall have at least two connection points using the medium `Electricity-AC`." ;
sh:message "s223: An `ElectricEnergyTransformer` shall have at least two connection points using the medium `Electricity-AC`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Electricity-AC> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ElectricityMeter
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ElectricityMeter> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Electricity meter" ;
rdfs:comment """A piece of `Equipment` that contains at least one `VoltageSensor` and one `ElectricCurrentSensor`, and reports one or more
properties of electricity. Example reported properties include the following `QuantityKind`s`: `Voltage`, `ElectricCurrent`, `ActiveEnergy`,
`ActivePower`, `ReactivePower`, `ApparentPower`, `PowerFactor`, and `Frequency` with unit `Hertz`. An `ElectricityMeter` may optionally contain a `Function` that represents the mathematical calculations of the reported properties of electricity.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "An `ElecticityMeter` shall contain at least two `Sensor`s." ;
sh:message "An `ElecticityMeter` shall contain at least two `Sensor`s." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#contains> ],
[ rdfs:comment "An `ElectricityMeter` shall contain a `VoltageSensor` and `ElectricCurrentSensor` with the same observation location." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "An `ElectricityMeter` shall contain a `VoltageSensor` and `ElectricCurrentSensor` with the same observation location." ;
sh:message "s223: {$this} contains {?sensorA} and {?sensorB} with different observation locations: {?locA} and {?locB}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT DISTINCT $this ?sensorA ?locA ?sensorB ?locB
WHERE {
$this s223:contains ?sensorA .
$this s223:contains ?sensorB .
?sensorA a/rdfs:subClassOf* s223:Sensor .
?sensorB a/rdfs:subClassOf* s223:Sensor .
FILTER (?sensorA != ?sensorB) .
?sensorA s223:hasObservationLocation ?locA .
?sensorB s223:hasObservationLocation ?locB .
FILTER (?locA != ?locB) .
}
""" ] ],
[ rdfs:comment "An `ElecticityMeter` shall contain at least one `VoltageSensor`." ;
sh:message "An `ElecticityMeter` shall contain at least one `VoltageSensor`." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#VoltageSensor> ] ;
sh:qualifiedValueShapesDisjoint true ],
[ rdfs:comment """The observation location of the contained `VoltageSensor`(s) and `ElectricCurrentSensor`(s) shall be a single instance of
either a `Connection` or a `ConnectionPoint`.""" ;
sh:message "s223: The observation location of the sensors contained by an `ElectricityMeter` shall be either a `Connection` or a `ConnectionPoint`." ;
sh:minCount 1 ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223#Connection> ] [ sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ] ) ;
sh:path ( <http://data.ashrae.org/standard223#contains> <http://data.ashrae.org/standard223#hasObservationLocation> ) ],
[ rdfs:comment "An `ElecticityMeter` shall contain at least one `ElectricCurrentSensor`." ;
sh:message "An `ElecticityMeter` shall contain at least one `ElectricCurrentSensor`." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#ElectricCurrentSensor> ] ;
sh:qualifiedValueShapesDisjoint true ],
[ rdfs:comment """Placeholder: The medium observed by the sensors contained by an `ElectricityMeter` shall be within the `Constituent-Electricity`
hierarchy.""" ;
sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:message "s223: The medium observed by the sensors contained by an `ElectricityMeter` shall be within the `Constituent-Electricity` hierarchy." ;
sh:minCount 1 ;
sh:path ( <http://data.ashrae.org/standard223#contains> <http://data.ashrae.org/standard223#hasObservationLocation> <http://data.ashrae.org/standard223#hasMedium> ) ] .
URI: http://data.ashrae.org/standard223#ElectricityOutlet
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ElectricityOutlet> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Electricity outlet" ;
rdfs:comment "A piece of `Equipment` that contains one or more receptacles for connecting electrical equipment to electrical power, typically via a plug and cord. Not to be confused with an `OutletConnectionPoint` with the medium Constituent-Electricity." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "An `ElectricityOutlet` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `ElectricityOutlet` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "An `ElectricityOutlet` shall have exactly one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `ElectricityOutlet` shall have exactly one inlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ElectricOven
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ElectricOven> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Electric oven" ;
rdfs:comment "A piece of `Equipment` with an enclosed chamber designed for baking, roasting, and other cooking methods that rely on circulating heat." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `ElectricOven` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ElectricOven` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ElectricResistanceElement
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ElectricResistanceElement> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Electric resistance element" ;
rdfs:comment """A piece of `Equipment` that provides electrical resistance heating, for example an electric heating coil within a Fan Coil Unit.
It shall have one electricity `InletConnectionPoint`, and fit one of the following two patterns:
- Pattern 1: An `ElectricResistanceElement` shall have exactly one Bidirectional `ConnectionPoint` using the medium `Mix-Fluid`.
- Pattern 2: An `ElectricResistanceElement` shall have one inlet and one outlet using the medium `Mix-Fluid`.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:message "s223: An `ElectricResistanceElement` shall have one electricity `InletConnectionPoint`, plus fit one of the following two patterns: Pattern 1: An `ElectricResistanceElement` shall have exactly one Bidirectional `ConnectionPoint` using the medium `Mix-Fluid`. Pattern 2: An `ElectricResistanceElement` shall have one inlet and one outlet using the medium `Mix-Fluid`." ;
sh:property [ rdfs:comment "An `ElectricResistanceElement` shall have the role `Role-Heating`." ;
sh:message "s223: An `ElectricResistanceElement` shall have the role `Role-Heating`." ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Role-Heating> ] ],
[ rdfs:comment "An `ElectricResistanceElement` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `ElectricResistanceElement` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] ;
sh:xone ( [ sh:property [ rdfs:comment "Pattern 1: An `ElectricResistanceElement` shall have exactly one Bidirectional `ConnectionPoint` using the medium `Mix-Fluid`." ;
sh:message "s223: Pattern 1: An `ElectricResistanceElement` requires exactly one `BidirectionalConnectionPoint` using the medium `Mix-Fluid`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:qualifiedValueShapesDisjoint true ] ] [ sh:property [ rdfs:comment "Pattern 2: An `ElectricResistanceElement` shall have one outlet using the medium `Mix-Fluid`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:qualifiedValueShapesDisjoint true ],
[ rdfs:comment "Pattern 2: An `ElectricResistanceElement` shall have one inlet using the medium `Mix-Fluid`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:qualifiedValueShapesDisjoint true ] ] ) .
URI: http://data.ashrae.org/standard223#ElectricWaterDispenser
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ElectricWaterDispenser> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Electric water dispenser" ;
rdfs:comment "A piece of `Equipment` that dispenses water, and optionally heats and/or cools the water prior to dispensing." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "An `ElectricWaterDispenser` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `ElectricWaterDispenser` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "An `ElectricWaterDispenser` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: An `ElectricWaterDispenser` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ElectronicDisplay
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ElectronicDisplay> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Electronic display" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Monitor> <http://data.ashrae.org/standard223#Television> ) ;
rdfs:comment "A piece of `Equipment` that receives an input electrical signal and outputs information, typically text and/or graphics, in a visual form." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `ElectronicDisplay` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ElectronicDisplay` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:qualifiedValueShapesDisjoint true ],
[ rdfs:comment "A `ElectronicDisplay` shall have at least one inlet using the medium `Electricity-Signal`." ;
sh:message "s223: A `ElectronicDisplay` shall have at least one inlet using the medium `Electricity-Signal`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Electricity-Signal> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:qualifiedValueShapesDisjoint true ] .
URI: http://data.ashrae.org/standard223#Monitor
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Monitor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Monitor" ;
rdfs:comment "An `ElectronicDisplay` designed primarily for the output of visual information supplied by a `Computer`." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#ElectronicDisplay> .
URI: http://data.ashrae.org/standard223#Television
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Television> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Television" ;
rdfs:comment "An `ElectronicDisplay` that is designed primarily for the output of visual information supplied by a media broadcaster, and that typically has an integral tuner that is capable of selecting a single channel for display from the available input channel range." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#ElectronicDisplay> .
URI: http://data.ashrae.org/standard223#Elevator
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Elevator> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Elevator" ;
rdfs:comment "A piece of `Equipment` that vertically transports people or freight between floors or levels of a building via a vertical shaft commonly referred to as a hoistway. The people or freight are typically situated on a platform, or in a container commonly referred to as a car, cab, cabin, cage, or carriage." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Elevator` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Elevator` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Escalator
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Escalator> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Escalator" ;
rdfs:comment "A piece of `Equipment` that vertically transports people between floors or levels of a building via a moving staircase." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Escalator` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Escalator` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#EthernetSwitch
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#EthernetSwitch> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Ethernet switch" ;
rdfs:comment """A piece of `Equipment` that connects electrical equipment, such as `Computer`s and Wi-Fi access points,
to an Ethernet network so they can communicate with each other and, optionally, to the Internet.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "An `EthernetSwitch` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `EthernetSwitch` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "An `EthernetSwitch` shall have at least two `BidirectionalConnectionPoint`s using the medium `Signal-Ethernet`." ;
sh:message "s223: An `EthernetSwitch` shall have at least two `BidirectionalConnectionPoint`s using the medium `Signal-Ethernet`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Signal-Ethernet> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Fan
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Fan> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Fan" ;
rdfs:comment "A piece of `Equipment` that causes a gas (e.g., air) to flow." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Fan` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: A `Fan` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `Fan` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: A `Fan` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#FanCoilUnit
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#FanCoilUnit> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Fan coil unit" ;
rdfs:comment "A piece of `Equipment` consisting of a `Coil` and a `Fan` that regulates the temperature of one or more spaces." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `FanCoilUnit` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: A `FanCoilUnit` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `FanCoilUnit` shall be associated with at least 1 `Coil` using the relation `contains`." ;
sh:message "s223: A `FanCoilUnit` shall be associated with at least 1 `Coil` using the relation `contains`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Coil> ] ],
[ rdfs:comment "A `FanCoilUnit` shall have the role `Role-Heating` or `Role-Cooling`." ;
sh:message "s223: A `FanCoilUnit` shall have the role `Role-Heating` or `Role-Cooling`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:in ( <http://data.ashrae.org/standard223#Role-Heating> <http://data.ashrae.org/standard223#Role-Cooling> ) ] ],
[ rdfs:comment "A `FanCoilUnit` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: A `FanCoilUnit` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `FanCoilUnit` shall be associated with at least 1 `Fan` using the relation `contains`." ;
sh:message "s223: A `FanCoilUnit` shall be associated with at least 1 `Fan` using the relation `contains`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Fan> ] ] .
URI: http://data.ashrae.org/standard223#FiberEthernetOutlet
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#FiberEthernetOutlet> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Fiber ethernet outlet" ;
rdfs:comment "A piece of `Equipment` that contains one or more receptacles for connecting electrical equipment to a fiber Ethernet communication network, typically via a fiber Ethernet cable." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `FiberEthernetOutlet` shall have at least one outlet using the medium `Signal-FiberEthernet`." ;
sh:message "s223: A `FiberEthernetOutlet` shall have at least one outlet using the medium `Signal-FiberEthernet`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Signal-FiberEthernet> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `FiberEthernetOutlet` shall have exactly one inlet using the medium `Signal-FiberEthernet`." ;
sh:message "s223: A `FiberEthernetOutlet` shall have exactly one inlet using the medium `Signal-FiberEthernet`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Signal-FiberEthernet> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Filter
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Filter> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Filter" ;
rdfs:comment """A piece of `Equipment` that removes contaminants from gases or liquids. See {s223:Substance-Medium} for
more details on validating compatible mediums upstream and downstream of a `Filter`.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "Incompatible Medium. Case 1: Associated `ConnectionPoint`s with two pure mediums." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 1: Two pure mediums." ;
sh:message "s223: {$this} with inlet medium {?m2} is incompatible with outlet medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?m1
WHERE {
$this s223:cnx ?cp1, ?cp2 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
FILTER (?cp1 != ?cp2) .
?cp1 s223:hasMedium ?m1 .
?cp2 s223:hasMedium ?m2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {?m2 s223:composedOf ?c2}
FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) .
FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) .
}
""" ] ],
[ rdfs:comment "Incompatible Medium. Case 3: Associated `ConnectionPoint`s with mediums having constituents." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 3: Two mediums with constituents." ;
sh:message "s223: For `Filter` {$this} there is no compatible substance between medium {?m2} and medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT ?this ?m2 ?m1
WHERE {
?this s223:cnx ?cp1, ?cp2 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
FILTER (?cp1 != ?cp2) .
?cp1 s223:hasMedium ?m1 .
?cp2 s223:hasMedium ?m2 .
?m1 s223:composedOf/s223:ofConstituent ?s1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s11 .
?m2 s223:composedOf/s223:ofConstituent ?s12 .
FILTER (?s11 = ?s12) .
}
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s21 .
?m2 s223:composedOf/s223:ofConstituent ?s22 .
{?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} .
}
}
""" ] ],
[ rdfs:comment "Incompatible Medium. Case 2: Associated `ConnectionPoint`s, one with a pure medium and one with a medium having constituents.." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 2: A medium with constituents and a pure medium." ;
sh:message "s223: {$this} has an incompatible medium {?m1} with any constituent of {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?m1
WHERE {
$this s223:cnx ?cp1, ?cp2 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
FILTER (?cp1 != ?cp2) .
?cp1 s223:hasMedium ?m1 .
?cp2 s223:hasMedium ?m2 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] ],
[ rdfs:comment "A `Filter` shall have at least one outlet." ;
sh:message "s223: A `Filter` shall have at least one outlet." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ] ],
[ rdfs:comment "A `Filter` shall have at least one inlet `ConnectionPoint`." ;
sh:message "s223: A `Filter` shall have at least one inlet `ConnectionPoint`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ] ] .
URI: http://data.ashrae.org/standard223#FlushToilet
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#FlushToilet> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Flush toilet" ;
rdfs:comment """A piece of `Equipment` that collects human waste (i.e., urine and/or feces, and sometimes toilet paper) in a chamber containing water,
and contains an integral manual or automatic actuator that triggers the release of an additional volume of water that flushes everything from the chamber into
a drainage system that typically carries the mixture to a sewer system or septic tank.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `FlushToilet` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `FlushToilet` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `FlushToilet` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `FlushToilet` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Freezer
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Freezer> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Freezer" ;
rdfs:comment "A piece of `Equipment` that maintains an internal temperature below the freezing point of water." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Freezer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Freezer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#FumeHood
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#FumeHood> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Fume hood" ;
rdfs:comment "A piece of `Equipment` that is typically mounted over a work area (e.g., a space, table, or shelf) and conducts unwanted gases away from the area." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `FumeHood` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: A `FumeHood` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `FumeHood` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: A `FumeHood` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Furnace
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Furnace> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Furnace" ;
rdfs:comment "A piece of `Equipment` that converts fuel or electrical energy into heat. " ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Furnace` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: A `Furnace` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `Furnace` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: A `Furnace` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Generator
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Generator> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Generator" ;
rdfs:comment "A piece of `Equipment` that converts non-electric energy into electric energy." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Generator` shall be associated with at least one `ConnectionPoint` using the relation `hasConnectionPoint`." ;
sh:message "s223: A `Generator` shall be associated with at least one `ConnectionPoint` using the relation `hasConnectionPoint`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ],
[ rdfs:comment "A `Generator` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:message "s223: A `Generator` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ] .
URI: http://data.ashrae.org/standard223#HeatPump
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#HeatPump> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Heat pump" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#AirToAirHeatPump> <http://data.ashrae.org/standard223#GroundToAirHeatPump> <http://data.ashrae.org/standard223#WaterToAirHeatPump> <http://data.ashrae.org/standard223#WaterToWaterHeatPump> ) ;
rdfs:comment "A piece of `Equipment` that heats or cools spaces by transferring thermal energy from one thermal environment to another using a reversible refrigeration cycle." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> .
URI: http://data.ashrae.org/standard223#AirToAirHeatPump
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#AirToAirHeatPump> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Air to air heat pump" ;
rdfs:comment "A `HeatPump` that transfers thermal energy between two bodies of air." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#HeatPump> ;
sh:property [ rdfs:comment "An `AirToAirHeatPump` shall have at least two inlets using the medium `Fluid-Air`." ;
sh:message "s223: An `AirToAirHeatPump` shall have at least two inlets using the medium `Fluid-Air`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "An `AirToAirHeatPump` shall have at least two outlets using the medium `Fluid-Air`." ;
sh:message "s223: An `AirToAirHeatPump` shall have at least two outlets using the medium `Fluid-Air`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#GroundToAirHeatPump
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#GroundToAirHeatPump> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Ground to air heat pump" ;
rdfs:comment "A `HeatPump` that transfers thermal energy between air and the ground." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#HeatPump> ;
sh:property [ rdfs:comment "A `GroundToAirHeatPump` shall have at least one `BidirectionalConnectionPoint` using `Medium-ThermalContact`." ;
sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:message "s223: A `GroundToAirHeatPump` shall have at least one `BidirectionalConnectionPoint` using `Medium-ThermalContact`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Medium-ThermalContact> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `GroundToAirHeatPump` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: A `GroundToAirHeatPump` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `GroundToAirHeatPump` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: A `GroundToAirHeatPump` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#WaterToAirHeatPump
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#WaterToAirHeatPump> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Water to air heat pump" ;
rdfs:comment "A `HeatPump` that transfers thermal energy between air and a body of water." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#HeatPump> ;
sh:property [ rdfs:comment "A `WaterToAirHeatPump` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: A `WaterToAirHeatPump` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `WaterToAirHeatPump` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: A `WaterToAirHeatPump` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `WaterToAirHeatPump` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `WaterToAirHeatPump` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `WaterToAirHeatPump` shall have at least one outlet using the medium `Fluid-Water`" ;
sh:message "s223: A `WaterToAirHeatPump` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#WaterToWaterHeatPump
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#WaterToWaterHeatPump> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Water to water heat pump" ;
rdfs:comment "A `HeatPump` that transfers thermal energy between two flows of water." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#HeatPump> ;
sh:property [ rdfs:comment "A `WaterToWaterHeatPump` shall have at least two outlets using the medium `Fluid-Water`." ;
sh:message "s223: A `WaterToWaterHeatPump` shall have at least two outlets using the medium `Fluid-Water`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `WaterToWaterHeatPump` shall have at least two inlets using the medium `Fluid-Water`." ;
sh:message "s223: A `WaterToWaterHeatPump` shall have at least two inlets using the medium `Fluid-Water`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Humidifier
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Humidifier> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Humidifier" ;
rdfs:comment "A piece of equipment that adds moisture to a gas (e.g., air)." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> .
URI: http://data.ashrae.org/standard223#Humidistat
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Humidistat> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Humidistat" ;
rdfs:comment "A piece of equipment that measures the relative humidity of the air and then uses this information to automatically adjust the amount of moisture in air." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> .
URI: http://data.ashrae.org/standard223#HydronicHeatExchanger
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#HydronicHeatExchanger> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Hydronic heat exchanger" ;
rdfs:comment "A piece of equipment that transfers heat from one liquid stream to another while keeping the two media separate." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `HydronicHeatExchanger` shall have no `BidirectionalConnectionPoint`s." ;
sh:message "s223: A `HydronicHeatExchanger` shall have no `BidirectionalConnectionPoint`s." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:message "s223: A `HydronicHeatExchanger` shall have no `BidirectionalConnectionPoint`s." ;
sh:qualifiedMaxCount 0 ] ],
[ rdfs:comment "A `HydronicHeatExchanger` shall have at least two liquid inlets, each paired with an outlet." ;
sh:message "s223: A `HydronicHeatExchanger` shall have at least two liquid inlets, each paired with an outlet." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ],
[ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#pairedConnectionPoint> ] ] ] ],
[ rdfs:comment "A `HydronicHeatExchanger` shall have no `ConnectionPoint`s using the medium `Fluid-Air`." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: A `HydronicHeatExchanger` shall have no `ConnectionPoint`s using the medium `Fluid-Air`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 0 ;
sh:qualifiedValueShape [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ],
[ rdfs:comment "A `HydronicHeatExchanger` shall have at least two liquid outlets, each paired with an inlet." ;
sh:message "s223: A `HydronicHeatExchanger` shall have at least two liquid outlets, each paired with an inlet." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#pairedConnectionPoint> ],
[ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#IceMaker
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#IceMaker> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Ice maker" ;
rdfs:comment "A piece of `Equipment` that makes ice." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "An `IceMaker` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `IceMaker` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "An `IceMaker` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: An `IceMaker` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Luminaire
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Luminaire> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Luminaire" ;
rdfs:comment "A piece of `Equipment` consisting of a light source(s) and ballast(s) or driver(s) (when applicable), together with the parts designed to distribute the light, to position and protect the light source(s), and to connect the light source(s) to the power supply. Also known as a light fixture." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Luminaire` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Luminaire` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `Luminaire` shall have at least one outlet using the medium `EM-Light`." ;
sh:message "s223: A `Luminaire` shall have at least one outlet using the medium `EM-Light`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#EM-Light> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#MicrowaveOven
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#MicrowaveOven> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Microwave oven" ;
rdfs:comment "An `ElectricOven` that cooks food by exposing it to electromagnetic radiation in the microwave frequency range." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#ElectricOven> ;
sh:property [ rdfs:comment "A `MicrowaveOven` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `MicrowaveOven` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Motor
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Motor> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Motor" ;
rdfs:comment "A piece of `Equipment` that converts electrical energy into mechanical energy." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Motor` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Motor` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#PhotovoltaicModule
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#PhotovoltaicModule> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Photovoltaic module" ;
rdfs:comment "A piece of equipment that converts sunlight into electricity." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `PhotovoltaicModule` shall have at least one inlet using the medium `EM-Light`." ;
sh:message "s223: A `PhotovoltaicModule` shall have at least one inlet using the medium `EM-Light`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#EM-Light> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `PhotovoltaicModule` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `PhotovoltaicModule` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#PowerOverEthernetSwitch
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#PowerOverEthernetSwitch> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Power over ethernet switch" ;
rdfs:comment """A piece of `Equipment` that connects and is capable of powering electrical equipment, such as `Computers` and Wi-Fi access points,
to an Ethernet network so they can communicate with each other and, optionally, to the Internet.""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `PowerOverEthernetSwitch` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `PowerOverEthernetSwitch` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `PowerOverEthernetSwitch` shall have at least one `BidirectionalConnectionPoint` using the medium `PowerAndSignal-PoE`." ;
sh:message "s223: A `PowerOverEthernetSwitch` shall have at least one `BidirectionalConnectionPoint` using the medium `PowerAndSignal-PoE`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#PowerAndSignal-PoE> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Pump
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Pump> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Pump" ;
rdfs:comment "A piece of `Equipment` that imparts energy to a fluid, drawing a fluid into itself through an inlet port, and forcing the fluid out through an outlet port." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "The non-electrical `ConnectionPoint`s of a `Pump` must have compatible Media." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "The non-electrical `ConnectionPoint`s of a `Pump` must have compatible Media." ;
sh:message "s223: {?cpa} and {?cpb} on the `Pump` {$this} have incompatible Media {$mediuma} and {$mediumb}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cpa ?cpb ?mediuma ?mediumb
WHERE {
$this s223:hasConnectionPoint ?cpa .
$this s223:hasConnectionPoint ?cpb .
FILTER (?cpa != ?cpb) .
?cpa s223:hasMedium ?mediuma .
FILTER (NOT EXISTS {?mediuma a/rdfs:subClassOf* s223:Constituent-Electricity}) .
?cpb s223:hasMedium ?mediumb .
FILTER (NOT EXISTS {?mediumb a/rdfs:subClassOf* s223:Constituent-Electricity}) .
FILTER (?mediuma != ?mediumb) .
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 `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:message "s223: A `Pump` shall have at least one inlet using the medium `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ rdfs:comment "A `Pump` shall have at least one inlet using the medium `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:message "s223: A `Pump` shall have at least one inlet using the medium `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:or ( [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Refrigerant> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Oil> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ) ;
sh:severity sh:Warning ] ] ],
[ rdfs:comment "A `Pump` shall have at least one outlet using the medium `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:message "s223: A `Pump` shall have at least one outlet using the medium `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ rdfs:comment "A `Pump` shall have at least one outlet using the medium `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:message "s223: A `Pump` shall have at least one outlet using the medium `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:or ( [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Refrigerant> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Oil> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ) ;
sh:severity sh:Warning ] ] ] .
URI: http://data.ashrae.org/standard223#RadiantHeater
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#RadiantHeater> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Radiant heater" ;
rdfs:comment """
A piece of `Equipment` with heating or cooling surface that delivers 50% or more of its heat transfer by radiation.
A `RadiantHeater` shall:
- Have the role `Role-Heating`.
- Have at least one outlet connection point using the medium `Light-Infrared`.
- Conform to exactly one of the following patterns:
- **Pattern 1:**
- Exactly one inlet connection point using the medium `Constituent-Electricity` or `Fluid-NaturalGas`.
- **Pattern 2:**
- Exactly one inlet connection point using the medium `Fluid-Water`.
- Exactly one outlet connection point using the medium Fluid-Water.
""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `RadiantHeater` shall have at least one outlet connection point using the medium `Light-Infrared`." ;
sh:message "s223: A `RadiantHeater` shall have at least one outlet connection point using the medium `Light-Infrared`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Light-Infrared> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A radiant heater shall have the role `Role-Heating`." ;
sh:message "s223: A radiant heater shall have the role `Role-Heating`." ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Role-Heating> ] ] ;
sh:xone ( [ sh:property [ rdfs:comment "Pattern 1: A radiant heater shall have at least one inlet using the medium `Constituent-Electricity` or `Fluid-NaturalGas`." ;
sh:message "s223: Pattern 1: A radiant heater shall have at least one inlet using the medium `Constituent-Electricity` or `Fluid-NaturalGas`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:or ( [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ] [ sh:class <http://data.ashrae.org/standard223#Fluid-NaturalGas> ] ) ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] ] [ sh:property [ rdfs:comment "Pattern 2: A radiant heater shall have an outlet using the medium `Fluid-Water`." ;
sh:message "s223: Pattern 2: A radiant heater shall have an outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "Pattern 2: A radiant heater shall have an inlet using the medium `Fluid-Water`." ;
sh:message "s223: Pattern 2: A radiant heater shall have an inlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] ] ) .
URI: http://data.ashrae.org/standard223#Radiator
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Radiator> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Radiator" ;
rdfs:comment """A piece of `Equipment` that provides primarily convective heating to a room using electricity, steam or water
(e.g., electric baseboard heaters, heated floors, or traditional radiators).""" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "Radiators shall have the role `Role-Heating`." ;
sh:message "s223: Radiators shall have the role `Role-Heating`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Role-Heating> ] ],
[ rdfs:comment "A `Radiator` shall have at least one bidirectional connection point using the medium `Fluid-Air`." ;
sh:message "s223: A `Radiator` shall have at least one bidirectional connection point using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Refrigerator
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Refrigerator> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Refrigerator" ;
rdfs:comment "A piece of `Equipment` that maintains an internal temperature below the surrounding ambient temperature but above the freezing point of water." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Refrigerator` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Refrigerator` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#RFOutlet
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#RFOutlet> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "RF outlet" ;
rdfs:comment "A piece of `Equipment` that contains one or more receptacles for connecting electrical equipment to a radio frequency (RF) communication network, via, for example, a coaxial cable." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `RFOutlet` shall have exactly one inlet using the medium `RF-Signal`." ;
sh:message "s223: A `RFOutlet` shall have exactly one inlet using the medium `RF-Signal`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#RF-Signal> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `RFOutlet` shall have at least one outlet using the medium `RF-Signal`." ;
sh:message "s223: A `RFOutlet` shall have at least one outlet using the medium `RF-Signal`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#RF-Signal> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Sink
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Sink> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Sink" ;
rdfs:comment "A piece of `Equipment` for manually washing hands, dishes, or other items that receives as an input hot or cold water dispensed from one or two `Faucet`s, and is designed to hold a specific volume of water and release the held water through a `Drain`." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Sink` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Sink` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `Sink` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Sink` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#SolarThermalCollector
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#SolarThermalCollector> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Solar thermal collector" ;
rdfs:comment "A piece of `Equipment` that converts sunlight into thermal energy." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `SolarThermalCollector` shall have at least one outlet using the medium `FLuid-Water`." ;
sh:message "s223: A `SolarThermalCollector` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `SolarThermalCollector` shall have at least one inlet using the medium `EM-Light`." ;
sh:message "s223: A `SolarThermalCollector` shall have at least one inlet using the medium `EM-Light`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#EM-Light> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#TerminalUnit
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#TerminalUnit> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Terminal unit" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#DualDuctTerminal> <http://data.ashrae.org/standard223#FanPoweredTerminal> <http://data.ashrae.org/standard223#SingleDuctTerminal> ) ;
rdfs:comment "A piece of `Equipment` that modulates the volume of air delivered to a space." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `TerminalUnit` shall have at least one inlet `ConnectionPoint` using the medium `Fluid-Air`." ;
sh:message "s223: A `TerminalUnit` shall have at least one inlet `ConnectionPoint` using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `TerminalUnit` shall have at least one outlet `ConnectionPoint` using the medium `Fluid-Air`." ;
sh:message "s223: A `TerminalUnit` shall have at least one outlet `ConnectionPoint` using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#DualDuctTerminal
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#DualDuctTerminal> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Dual duct terminal." ;
rdfs:comment "A `TerminalUnit` that mixes two independent sources of primary air." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#TerminalUnit> ;
sh:property [ rdfs:comment "A `DualDuctTerminal` shall have at least two inlets using the medium `Fluid-Air`." ;
sh:message "s223: A `DualDuctTerminal` shall have at least two inlets using the medium `Fluid-Air`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#FanPoweredTerminal
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#FanPoweredTerminal> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Fan powered terminal" ;
rdfs:comment "A `TerminalUnit` that contains a fan, and optionally has supplemental heating or cooling. Airflow may pass through or be parallel to the fan." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#TerminalUnit> ;
sh:property [ rdfs:comment "A `FanPoweredTerminal` shall be associated with at least one `Fan` by using the relation `contains`." ;
sh:message "s223: A `FanPoweredTerminal` shall be associated with at least one `Fan` by using the relation `contains`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Fan> ] ] .
URI: http://data.ashrae.org/standard223#SingleDuctTerminal
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#SingleDuctTerminal> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Single duct terminal." ;
rdfs:comment "A `TerminalUnit` unit that has one ducted air inlet and a damper for regulating the flow of air." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#TerminalUnit> ;
sh:property [ rdfs:comment "A `SingleDuctTerminal` shall be associated with at least one `Damper` using the relation `contains`." ;
sh:message "s223: A `SingleDuctTerminal` shall be associated with at least one `Damper` using the relation `contains`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Damper> ] ] .
URI: http://data.ashrae.org/standard223#ThermalEnergyStorageUnit
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ThermalEnergyStorageUnit> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Thermal energy storage unit" ;
rdfs:comment "A device that stores thermal energy." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A Thermal Energy Storage Unit shall have at least two connection points." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: A Thermal Energy Storage Unit shall have at least two connection points." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ] .
URI: http://data.ashrae.org/standard223#Thermostat
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Thermostat> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Thermostat" ;
rdfs:comment "A piece of `Equipment` that maintains temperature at a fixed or adjustable setpoint." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> .
URI: http://data.ashrae.org/standard223#Turbine
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Turbine> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Turbine" ;
rdfs:comment "A piece of `Equipment` that converts mechanical energy into electric energy." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Turbine` shall be associated with at least one `ConnectionPoint` using the relation `hasConnectionPoint`." ;
sh:message "s223: A `Turbine` shall be associated with at least one `ConnectionPoint` using the relation `hasConnectionPoint`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ],
[ rdfs:comment "A `Turbine` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:message "s223: A `Turbine` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ] .
URI: http://data.ashrae.org/standard223#USBOutlet
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#USBOutlet> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "USB outlet" ;
rdfs:comment "A piece of `Equipment` that contains one or more receptacles for connecting electrical equipment to a USB communication network, typically via a USB cable." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `USBOutlet` shall have exactly one inlet using the medium `Signal-USB`." ;
sh:message "s223: A `USBOutlet` shall have exactly one inlet using the medium `Signal-USB`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Signal-USB> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `USBOutlet` shall have at least one outlet using the medium `Signal-USB`." ;
sh:message "s223: A `USBOutlet` shall have at least one outlet using the medium `Signal-USB`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Signal-USB> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Valve
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#Valve> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Valve" ;
ns1:subclauses ( <http://data.ashrae.org/standard223#Drain> <http://data.ashrae.org/standard223#Faucet> <http://data.ashrae.org/standard223#ThreeWayValve> <http://data.ashrae.org/standard223#TwoWayValve> ) ;
rdfs:comment "A piece of `Equipment` that can be adjusted to allow, regulate or stop the flow of fluid in a pipe or a duct." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> .
URI: http://data.ashrae.org/standard223#Drain
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Drain> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Drain" ;
rdfs:comment "A `Valve` that allows, regulates, or stops the flow of water from a `Sink`, `Shower`, `Bathtub` or other plumbing service equipment into a plumbing drainage system that typically carries the mixture to a sewer system or septic tank." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Valve> ;
sh:property [ rdfs:comment "A `Drain` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Drain` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `Drain` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Drain` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Faucet
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Faucet> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Faucet" ;
rdfs:comment "A `Valve` that allows, regulates, or stops the flow of hot or cold water from a plumbing supply system into a `Sink`, `Shower`, `Bathtub`, or other plumbing service equipment." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Valve> ;
sh:property [ rdfs:comment "A `Faucet` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Faucet` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `Faucet` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Faucet` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#ThreeWayValve
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ThreeWayValve> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Three way valve" ;
rdfs:comment "A `Valve` that can divert a fluid in one of three directions." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Valve> ;
sh:property [ rdfs:comment "A `ThreeWayValve` shall have at least three `ConnectionPoint`s using the relation `hasConnectionPoint`." ;
sh:message "s223: A `ThreeWayValve` shall have at least three `ConnectionPoint`s using the relation `hasConnectionPoint`." ;
sh:minCount 3 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ] .
URI: http://data.ashrae.org/standard223#TwoWayValve
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#TwoWayValve> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Two way valve" ;
rdfs:comment "A `Valve` that can divert a fluid in one of two directions." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Valve> ;
sh:property [ rdfs:comment "A `TwoWayValve` shall have at least one inlet." ;
sh:message "s223: A `TwoWayValve` shall have at least one inlet." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ] ],
[ rdfs:comment "A `TwoWayValve` shall have at least one outlet." ;
sh:message "s223: A `TwoWayValve` shall have at least one outlet." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ] ] .
URI: http://data.ashrae.org/standard223#VariableFrequencyDrive
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#VariableFrequencyDrive> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Variable frequency drive" ;
rdfs:comment "A piece of `Equipment` that varies its output frequency to vary the rotating speed and torque of a motor, given a fixed input frequency. Used with fans or pumps to vary the flow in the system as a function of a maintained pressure." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "If the relation `connectedTo` is present it shall associate the `VariableFrequencyDrive` with a `Equipment`." ;
sh:class <http://data.ashrae.org/standard223#Equipment> ;
sh:message "s223: If the relation `connectedTo` is present it shall associate the `VariableFrequencyDrive` with a `Equipment`." ;
sh:path <http://data.ashrae.org/standard223#connectedTo> ],
[ rdfs:comment "A `VariableFrequencyDrive` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `VariableFrequencyDrive` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:severity sh:Warning ],
[ rdfs:comment "A `VariableFrequencyDrive` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `VariableFrequencyDrive` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#WaterOutlet
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#WaterOutlet> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Water outlet" ;
rdfs:comment "A piece of `Equipment` that contains one or more pipe fittings for connecting plumbing equipment (e.g., `Faucet`) to a plumbing system." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `WaterOutlet` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `WaterOutlet` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `WaterOutlet` shall have exactly one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `WaterOutlet` shall have exactly one inlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: http://data.ashrae.org/standard223#Window
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#Window> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Window" ;
rdfs:comment "A piece of `Equipment` that provides a pathway for `EM-Light` or `Fluid-Air` (or both) to flow from a room to another room or the building exterior through a vertical or nearly vertical area of the room envelope." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `Window` shall have at least one inlet using the medium `EM-Light` or `Fluid-Air`." ;
sh:message "s223: A `Window` shall have at least one inlet using the medium `EM-Light` or `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:or ( [ sh:property [ sh:class <http://data.ashrae.org/standard223#EM-Light> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ) ;
sh:severity sh:Warning ] ] ],
[ rdfs:comment "A `Window` shall have at least one outlet using the medium `EM-Light` or `Fluid-Air`." ;
sh:message "s223: A `Window` shall have at least one outlet using the medium `EM-Light` or `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:or ( [ sh:property [ sh:class <http://data.ashrae.org/standard223#EM-Light> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ) ;
sh:severity sh:Warning ] ] ] .
URI: http://data.ashrae.org/standard223#WindowShade
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#WindowShade> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Window shade" ;
rdfs:comment "A piece of `Equipment` that can be adjusted to allow, regulate, or stop the flow of light through a `Window`. " ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> .
URI: http://data.ashrae.org/standard223#WiredEthernetOutlet
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#WiredEthernetOutlet> a <http://data.ashrae.org/standard223#Class>,
sh:NodeShape ;
rdfs:label "Wired ethernet outlet" ;
rdfs:comment "A piece of `Equipment` that contains one or more receptacles for connecting electrical equipment to an wired Ethernet communication network, typically via a wired Ethernet cable." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Equipment> ;
sh:property [ rdfs:comment "A `WiredEthernetOutlet` shall have at least one outlet using the medium `Signal-WiredEthernet`." ;
sh:message "s223: A `WiredEthernetOutlet` shall have at least one outlet using the medium `Signal-WiredEthernet`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Signal-WiredEthernet> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `WiredEthernetOutlet` shall have exactly one inlet using the medium `Signal-WiredEthernet`." ;
sh:message "s223: A `WiredEthernetOutlet` shall have exactly one inlet using the medium `Signal-WiredEthernet`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Signal-WiredEthernet> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] .
URI: pub:AnnexA
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:AnnexA> ns1:clause "Annex A" ;
ns1:title " - RDF REPRESENTATION OF THIS STANDARD (NORMATIVE)" ;
rdfs:comment """This text of this standard was generated from an RDF Model. An electronic repository containing a normative Turtle
representation of the model can be found at (URL needed). A user may wish to use electronic tools to browse and study the details of the
standard, use the equipment types defined in the standard to build a building-specific information model, apply the SHACL
constraints to test a building specific model for conformance to the standard, or other uses.
""" .
URI: pub:AnnexB
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<pub:AnnexB> ns1:clause "Annex B" ;
ns1:subclauses ( ns1:g36components ns1:VAV_4-1 ns1:VAV_4-2 ns1:FPTU_4-3 ns1:DDTU_4-7 ns1:DDTU_4-8 ns1:MZ-VAV-AHU_4-9 ns1:DD-AHU_4-10 ns1:SZ-VAV-AHU_4-11 ) ;
ns1:title " - ASHRAE GUIDELINE 36 EXTENSION (INFORMATIVE)" ;
rdfs:comment """This extension uses the concepts defined in the 223 standard to model the ASHRAE Guideline 36 data requirements for air-side equipment, defined in Section 4 of Guideline 36 (ASHRAE, 2018).
These requirements are modeled as classes that use SHACL constraints to define how the equipment should be modeled in 223, focusing on the data points needed for Guideline 36 control sequences.
These classes can be used to ensure that a model has the metadata necessary to support Guideline 36 sequences. They can be used to validate existing models against the requirements of Guideline 36 or to support modeling of compliant systems.
They can also be used to create templates or support tooling that creates models to match the defined constraints.
We have also included SHACL inference rules to infer labels for equipment within an existing 223 model, where modeling of the equipment satisfies the constraints defined for the Guideline 36 classes.
This can support querying and semantic interoperability between models created with and without use of this extension.
Additionally, this section includes example models of the systems presented in the Informative Appendix A of Guideline 36.
This content is intended to serve as an example of how the 223 standard can be extended to create higher level classes specific to an application, that can be useful for both validation and inference.
It is also intended to provide examples of how equipment can be modeled using 223.
""" .
URI: http://sample.org/doc#g36components
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:g36components ns1:subclauses ( <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> <http://data.ashrae.org/standard223/1.0/extensions/g36#DamperAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamper> <http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamperAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoilAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoilAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve> <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValveAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoil> <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoilAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValve> <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValveAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#Zone> <http://data.ashrae.org/standard223/1.0/extensions/g36#ZoneAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#ZoneGroup> <http://data.ashrae.org/standard223/1.0/extensions/g36#ZoneGroupAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#Fan> <http://data.ashrae.org/standard223/1.0/extensions/g36#FanAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFDAnnotation> ) ;
ns1:title "Model Components" ;
rdfs:comment """
This section describes the classes representing common components used in this extension.
These components are not directly defined within Section 4 of Guideline 36, but are shared between the many systems described.
For example, g36:VAVTerminalCoolingOnly (see {g36:VAVTerminalCoolingOnly}),
g36:VAVTerminalWithReheat (see {g36:VAVTerminalWithReheat}),
g36:FanPoweredTerminal (see {g36:FanPoweredTerminal}),
g36:DualDuctTerminalWithInletSensors (see {g36:DualDuctTerminalWithInletSensors}),
and g36:DualDuctTerminalWithDischargeSensor (see {g36:DualDuctTerminalWithDischargeSensor})
all share requirements for what properties a Zone must have.
The Guideline 36 classes defined in subsequent sections are composed of the following components.
""" .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#Damper
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Damper" ;
rdfs:comment "A damper with an analog or two binary position command properties." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Damper> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#DamperAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#DamperAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:Damper matches the constraints defined by g36:Damper, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper>,
<http://data.ashrae.org/standard223/1.0/extensions/g36#DamperOrShape1> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#Damper> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamper
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamper> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Two Position Damper" ;
rdfs:comment "A damper that can take two positions: fully open and fully closed." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Damper> ;
sh:property [ rdfs:comment "A Two Position Damper shall have at least one open-and-close damper command property using the relation hasProperty." ;
sh:message "g36: A Two Position Damper shall have at least one open-and-close damper command property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#EnumeratedActuatableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Binary-Position> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:class <http://data.ashrae.org/standard223#EnumerationKind-Binary> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ] ] ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamperAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamperAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:Damper matches the constraints defined by g36:TwoPositionDamper, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamper> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamper> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#Damper> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "HotWater/ReheatCoil" ;
rdfs:comment "A hot water coil connected to a control valve." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#HeatingCoil> ;
sh:property [ rdfs:comment "The HotWaterCoil shall be connected to a HotWaterValve using the relation connectedTo." ;
sh:message "g36: The HotWaterCoil shall be connected to a HotWaterValve using the relation connectedTo." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#connectedTo> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve> ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoilAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoilAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:HeatingCoil matches the constraints defined by g36:HotWaterCoil, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#HeatingCoil> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Electric Heating Coil" ;
rdfs:comment "An electrical heating element with an analog heating command." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#ElectricResistanceElement> ;
sh:property [ rdfs:comment "An electric heating coil shall have at least one analog heating command property using a relation hasProperty." ;
sh:message "g36: An electric heating coil shall have at least one analog heating command property using a relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableActuatableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoilAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoilAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:ElectricResistanceElement matches the constraints defined by g36:ElectricHeatingCoil, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#ElectricResistanceElement> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Hot Water Valve" ;
rdfs:comment "A valve that controls the flow of hot water through a hot water coil." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Valve> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValveAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValveAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:Valve matches the constraints defined by g36:HotWaterValve, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve>,
<http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValveOrShape1> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#Valve> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoil
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoil> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "ChilledWaterCoil" ;
rdfs:comment "A cooling coil with a connected chilled water valve." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#CoolingCoil> ;
sh:property [ rdfs:comment "The ChilledWaterCoil shall be connected to a ChilledWaterValve using the relation connectedTo." ;
sh:path <http://data.ashrae.org/standard223#connectedTo> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValve> ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoilAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoilAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:CoolingCoil matches the constraints defined by g36:ChilledWaterCoil, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoil> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoil> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#CoolingCoil> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValve
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValve> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Chilled Water Valve" ;
rdfs:comment "A valve that controls the flow of chilled water through a chilled water coil." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Valve> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValveAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValveAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:Valve matches the constraints defined by g36:ChilledWaterValve, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValve>,
<http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValveOrShape1> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValve> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#Valve> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#Zone
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#Zone> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Zone" ;
rdfs:comment "A thermal zone with the points required for Guideline 36 control sequences. It is a collection of s223:DomainSpace instances." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Zone> ;
sh:property [ rdfs:comment "A Zone shall have at least one Domain-HVAC using the relation hasDomain. " ;
sh:hasValue <http://data.ashrae.org/standard223#Domain-HVAC> ;
sh:message "g36: A Zone shall have at least one Domain-HVAC using the relation hasDomain. " ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomain> ],
[ rdfs:comment "A Zone shall have at least a zone CO2 concentration property using the relation hasProperty, if applicable control is used." ;
sh:message "g36: A Zone shall have at least a zone CO2 concentration property using the relation hasProperty, if applicable control is used." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Constituent-CO2> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#ofConstituent> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ;
sh:severity sh:Info ],
[ rdfs:comment "A Zone shall have a zone temperature setpoint adjustment property using the relation hasProperty, if applicable." ;
sh:message "g36: A Zone shall have a zone temperature setpoint adjustment property using the relation hasProperty, if applicable." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Dimensioned-Delta> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ;
sh:qualifiedValueShapesDisjoint true ;
sh:severity sh:Info ],
[ rdfs:comment "A Zone shall have at least one window switch on-off property using the relation hasProperty." ;
sh:message "g36: A Zone shall have at least one window switch on-off property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#EnumeratedObservableProperty> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Binary-OnOff> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ],
[ rdfs:comment "Property shall be measured at a window." ;
sh:class <http://data.ashrae.org/standard223#Window> ;
sh:path [ sh:alternativePath ( ( [ sh:inversePath <http://data.ashrae.org/standard223#observes> ] <http://data.ashrae.org/standard223#hasObservationLocation> ) [ sh:inversePath <http://data.ashrae.org/standard223#hasProperty> ] ) ] ] ] ] ;
sh:severity sh:Info ],
[ rdfs:comment "A Zone shall have at least one binary zone occupancy property using the relation hasProperty" ;
sh:message "g36: A Zone shall have at least one binary zone occupancy property using the relation hasProperty" ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#EnumeratedObservableProperty> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#EnumerationKind-Occupancy> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ] ] ] ;
sh:severity sh:Info ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#ZoneAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#ZoneAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of `Zone` matches the constraints defined by g36:Zone, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#Zone> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#Zone> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#Zone> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#ZoneGroup
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#ZoneGroup> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Zone Group" ;
rdfs:comment "A ZoneGroup is a grouping of zones that may be scheduled together. Zone groupings must be assigned based on rules in section 3.1.3 of Guideline 36." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#ZoneGroup> ;
sh:property [ rdfs:comment "A ZoneGroup shall have the Domain HVAC using the relation hasDomain." ;
sh:hasValue <http://data.ashrae.org/standard223#Domain-HVAC> ;
sh:message "g36: A ZoneGroup shall have the Domain HVAC using the relation hasDomain." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomain> ],
[ rdfs:comment "A ZoneGroup shall contain at least one Zone using the relation contains." ;
sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Zone> ;
sh:message "g36: A ZoneGroup shall contain at least one Zone using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#ZoneGroupAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#ZoneGroupAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of `ZoneGroup` matches the constraints defined by g36:ZoneGroup, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#ZoneGroup> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#ZoneGroup> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#ZoneGroup> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#Fan
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#Fan> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Fan" ;
rdfs:comment "A fan with a start/stop command." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#Fan> ;
sh:property [ rdfs:comment "A Fan shall have at least one Start/Stop command using the relation hasProperty." ;
sh:message "g36: A Fan shall have at least one Start/Stop command using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#EnumeratedActuatableProperty> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Binary-OnOff> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ] ] ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#FanAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#FanAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:Fan matches the constraints defined by g36:Fan, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#Fan> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#Fan> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#Fan> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "FanWithVFD" ;
rdfs:comment "A fan controlled by a VFD." ;
rdfs:subClassOf <http://data.ashrae.org/standard223/1.0/extensions/g36#Fan> ;
sh:property [ rdfs:comment "A fan with VFD shall have at least one fan speed command using the relation hasProperty." ;
sh:message "g36: A fan with VFD shall have at least one fan speed command using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableActuatableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFDAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFDAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:Fan matches the constraints defined by g36:FanWithVFD, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#Fan> .
URI: http://sample.org/doc#VAV_4-1
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:VAV_4-1 ns1:subclauses ( <http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalCoolingOnly> <http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalCoolingOnlyAnnotation> ns1:VAVTerminalCoolingOnlyExample ) ;
ns1:title "VAV Terminal Unit - Cooling Only" ;
rdfs:comment "This section describes the VAV Terminal Unit - Cooling Only class defined by this extension. Constraints are based on Guideline 36 Section 4.1." .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalCoolingOnly
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalCoolingOnly> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "VAVTerminalCoolingOnly" ;
rdfs:comment "An air-terminal unit assembly having one ducted air inlet and a damper for regulating the airflow rate." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#SingleDuctTerminal> ;
sh:property [ rdfs:comment "The VAVTerminalCoolingOnly connects to Domain Space in a g36:Zone" ;
sh:class <http://data.ashrae.org/standard223#DomainSpace> ;
sh:message "g36: VAVTerminalCoolingOnly connects to Domain Space in a g36:Zone" ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Zone> ;
sh:minCount 1 ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#contains> ] ] ] ;
sh:path <http://data.ashrae.org/standard223#connectedTo> ],
[ rdfs:comment "The VAVTerminalCoolingOnly OutletConnectionPoint shall have at least one discharge airflow property using the relation hasProperty." ;
sh:message "g36: The VAVTerminalCoolingOnly OutletConnectionPoint shall have at least one discharge airflow property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ],
[ rdfs:comment "The VAVTerminalCoolingOnly shall contain exactly one Damper using the relation contains." ;
sh:message "g36: The VAVTerminalCoolingOnly shall contain exactly one Damper using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalCoolingOnlyAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalCoolingOnlyAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:SingleDuctTerminal matches the constraints defined by g36:VAVTerminalCoolingOnly, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalCoolingOnly> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalCoolingOnly> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#SingleDuctTerminal> .
URI: http://sample.org/doc#VAVTerminalCoolingOnlyExample
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:VAVTerminalCoolingOnlyExample ns1:title "Example VAV Terminal Unit - Cooling Only" ;
rdfs:comment """
VAV Terminal Unit - Cooling Only based on Figure A-1. [Link to Model](https://models.open223.info/guideline36-2021-A-1.ttl)

""" .
URI: http://sample.org/doc#VAV_4-2
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:VAV_4-2 ns1:subclauses ( <http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalWithReheat> <http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalWithReheatAnnotation> ns1:VAVTerminalWithReheatExample ) ;
ns1:title "VAV Terminal Unit with Reheat" ;
rdfs:comment "This section describes the VAV Terminal Unit with Reheat described in Section 4.2 and Appendix A, Figure A-2 (cite)" .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalWithReheat
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalWithReheat> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "VAVTerminalWithReheat" ;
rdfs:comment "An air-terminal unit assembly having one ducted air inlet, a damper, and a reheat coil for regulating the airflow rate and discharge air temperature." ;
rdfs:subClassOf <http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalCoolingOnly> ;
sh:property [ rdfs:comment "The VAVTerminalWithReheat connects to Domain Space in a g36:Zone" ;
sh:class <http://data.ashrae.org/standard223#DomainSpace> ;
sh:message "g36: The VAVTerminalWithReheat connects to Domain Space in a g36:Zone" ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Zone> ;
sh:minCount 1 ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#contains> ] ] ] ;
sh:path <http://data.ashrae.org/standard223#connectedTo> ],
[ rdfs:comment "The VAVTerminalWithReheat shall contain at least one hot water coil or at least one electric heating coil for heating using the relation contains." ;
sh:message "g36: The VAVTerminalWithReheat shall contain at least one hot water coil or at least one electric heating coil for heating using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:or ( [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> ] [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> ] ) ] ],
[ rdfs:comment "The VAVTerminalWithReheat OutletConnectionPoint shall have at least one discharge air temperature property using the relation hasProperty." ;
sh:message "g36: The VAVTerminalWithReheat OutletConnectionPoint shall have at least one discharge air temperature property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalWithReheatAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalWithReheatAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:SingleDuctTerminal matches the constraints defined by g36:VAVTerminalWithReheat, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalWithReheat> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalWithReheat> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#SingleDuctTerminal> .
URI: http://sample.org/doc#VAVTerminalWithReheatExample
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:VAVTerminalWithReheatExample ns1:title "Example VAV Terminal Unit With Reheat" ;
rdfs:comment """
VAV Terminal Unit With Reheat based on Figure A-2. [Link to Model](https://models.open223.info/guideline36-2021-A-2.ttl)

""" .
URI: http://sample.org/doc#FPTU_4-3
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:FPTU_4-3 ns1:subclauses ( <http://data.ashrae.org/standard223/1.0/extensions/g36#FanPoweredTerminal> <http://data.ashrae.org/standard223/1.0/extensions/g36#FanPoweredTerminalAnnotation> ns1:FanPoweredTerminalExample ns1:ParallelFanPoweredTerminalExample ) ;
ns1:title "Fan Powered Terminal Unit" ;
rdfs:comment """
This section describes the classes and example model of the Fan Powered Terminal Unit
(Series or Parallel, Constant or Variable Speed Fan) described in Section 4.3.""" .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#FanPoweredTerminal
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#FanPoweredTerminal> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "FanPoweredTerminal" ;
rdfs:comment "An air terminal containing a fan. Airflow may pass through or be parallel to the fan. These units may also have supplemental heating or cooling." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#FanPoweredTerminal> ;
sh:property [ sh:class <http://data.ashrae.org/standard223#DomainSpace> ;
sh:message "g36: The FanPoweredTerminal connects to Domain Space in a g36:Zone" ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Zone> ;
sh:minCount 1 ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#hasDomainSpace> ] ] ] ;
sh:path <http://data.ashrae.org/standard223#connectedTo> ],
[ rdfs:comment "The FanPoweredTerminal OutletConnectionPoint shall have at least one discharge air temperature property using the relation hasProperty." ;
sh:message "g36: The FanPoweredTerminal OutletConnectionPoint shall have at least one discharge air temperature property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ],
[ rdfs:comment "A FanPoweredTerminal shall have exactly one Damper using the relation contains." ;
sh:message "g36: A FanPoweredTerminal shall have exactly one Damper using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ] ],
[ rdfs:comment "A FanPoweredTerminal shall contain at least one hot water coil or at least one electric heating coil for heating using the relation contains." ;
sh:message "g36: A FanPoweredTerminal shall contain at least one hot water coil or at least one electric heating coil for heating using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:or ( [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> ] [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> ] ) ] ],
[ rdfs:comment "The FanPoweredTerminal InletConnectionPoint shall have at least one supply airflow property using the relation hasProperty." ;
sh:message "g36: The FanPoweredTerminal InletConnectionPoint shall have at least one supply airflow property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ],
[ rdfs:comment "A FanPoweredTerminal shall have exactly one Fan or FanWithVFD using the relation contains." ;
sh:message "g36: A FanPoweredTerminal shall have exactly one Fan or FanWithVFD using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:or ( [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Fan> ] [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ] ) ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#FanPoweredTerminalAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#FanPoweredTerminalAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:FanPoweredTerminal matches the constraints defined by g36:FanPoweredTerminal, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#FanPoweredTerminal> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#FanPoweredTerminal> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#FanPoweredTerminal> .
URI: http://sample.org/doc#FanPoweredTerminalExample
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:FanPoweredTerminalExample ns1:title "Example Fan Powered Terminal Unit" ;
rdfs:comment """
Example Fan Powered Terminal Unit based on Figure A-3. [Link to Model](https://models.open223.info/guideline36-2021-A-3.ttl)

""" .
URI: http://sample.org/doc#ParallelFanPoweredTerminalExample
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:ParallelFanPoweredTerminalExample ns1:title "Example Parallel Fan Powered Terminal Unit" ;
rdfs:comment """
Example Parallel Fan Powered Terminal Unit based on Figure A-4. [Link to Model](https://models.open223.info/guideline36-2021-A-4.ttl)

""" .
URI: http://sample.org/doc#DDTU_4-7
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:DDTU_4-7 ns1:subclauses ( <http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithInletSensors> <http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithInletSensorsAnnotation> ns1:DualDuctTerminalWithInletSensorsExample ) ;
ns1:title "Dual Duct Terminal Unit with Inlet Sensors" ;
rdfs:comment "This section describes the classes and example model of the Dual Duct Terminal Unit with InleI at Sensors described in Section 4.4 and Appendix A, Figure A-7(cite)" .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithInletSensors
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithInletSensors> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "DualDuctTerminalWithInletSensors" ;
rdfs:comment "A dual duct air terminal mixes two independent sources of primary air. This terminal uses two inlet sensors." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#DualDuctTerminal> ;
sh:property [ rdfs:comment "DualDuctTerminalWithInletSensors shall contain 2 dampers using the relation contains" ;
sh:message "g36: DualDuctTerminalWithInletSensors shall contain 2 dampers using the relation contains" ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 2 ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ] ],
[ rdfs:comment "DualDuctTerminalWithInletSensors shall contain 1 damper that has the Role Cooling using the relation contains." ;
sh:message "g36: DualDuctTerminalWithInletSensors shall contain 1 damper that has the Role Cooling using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Cooling> ] ] ] ] ],
[ sh:class <http://data.ashrae.org/standard223#DomainSpace> ;
sh:message "g36: The DualDuctTerminalWithInletSensors connects to Domain Space in a g36:Zone" ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Zone> ;
sh:minCount 1 ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#hasDomainSpace> ] ] ] ;
sh:path <http://data.ashrae.org/standard223#connectedTo> ],
[ rdfs:comment "The DualDuctTerminalWithInletSensors InletConnectionPoint shall have at least one heating supply airflow property using the relation hasProperty." ;
sh:message "g36: The DualDuctTerminalWithInletSensors InletConnectionPoint shall have at least one heating supply airflow property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Heating> ] ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ],
[ rdfs:comment "The DualDuctTerminalWithInletSensors InletConnectionPoint shall have at least one cooling supply airflow property using the relation hasProperty." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Cooling> ] ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ],
[ rdfs:comment "DualDuctTerminalWithInletSensors shall contain 1 damper that has the Role Heating using the relation contains." ;
sh:message "g36: DualDuctTerminalWithInletSensors shall contain 1 damper that has the Role Heating using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Heating> ] ] ] ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithInletSensorsAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithInletSensorsAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:DualDuctTerminal matches the constraints defined by g36:DualDuctTerminalWithInletSensors, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithInletSensors> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithInletSensors> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#DualDuctTerminal> .
URI: http://sample.org/doc#DualDuctTerminalWithInletSensorsExample
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:DualDuctTerminalWithInletSensorsExample ns1:title "Example Dual Duct Terminal Unit With Inlet Sensors" ;
rdfs:comment """
Dual Duct Terminal Unit based on Figure A-7. [Link to Model](https://models.open223.info/guideline36-2021-A-7.ttl)

""" .
URI: http://sample.org/doc#DDTU_4-8
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:DDTU_4-8 ns1:subclauses ( <http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithDischargeSensor> <http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithDischargeSensorAnnotation> ns1:DualDuctTerminalWithDischargeSensorExample ) ;
ns1:title "Dual Duct Terminal Unit with Discharge Sensor" ;
rdfs:comment "This section describes the classes and example model of the Dual Duct Terminal Unit with Discharge Sensor described in Section 4.5 and Appendix A, Figure A-8(cite)" .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithDischargeSensor
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithDischargeSensor> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "DualDuctTerminalWithDischargeSensor" ;
rdfs:comment "A dual duct air terminal mixes two independent sources of primary air. This terminal uses one discharge sensor." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#DualDuctTerminal> ;
sh:property [ sh:class <http://data.ashrae.org/standard223#DomainSpace> ;
sh:message "g36: The DualDuctTerminalWithDischargeSensor connects to Domain Space in a g36:Zone" ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Zone> ;
sh:minCount 1 ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#hasDomainSpace> ] ] ] ;
sh:path <http://data.ashrae.org/standard223#connectedTo> ],
[ rdfs:comment "The DualDuctTerminalWithDischargeSensor OutletConnectionPoint shall have at least one discharge airflow property using the relation hasProperty." ;
sh:message "g36: The DualDuctTerminalWithDischargeSensor OutletConnectionPoint shall have at least one discharge airflow property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ],
[ rdfs:comment "In the DualDuctTerminalWithDischargeSensor, one Damper has Role Heating using the relation hasRole." ;
sh:message "g36: In the DualDuctTerminalWithDischargeSensor, one Damper has Role Heating using the relation hasRole." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Heating> ] ] ] ] ],
[ rdfs:comment "In the DualDuctTerminalWithDischargeSensor, one Damper has Role Cooling using the relation hasRole." ;
sh:message "g36: In the DualDuctTerminalWithDischargeSensor, one Damper has Role Cooling using the relation hasRole." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Cooling> ] ] ] ] ],
[ rdfs:comment "The DualDuctTerminalWithDischargeSensor shall contain 2 dampers using the relation contains." ;
sh:message "g36: The DualDuctTerminalWithDischargeSensor shall contain 2 dampers using the relation contains." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 2 ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithDischargeSensorAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithDischargeSensorAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:DualDuctTerminal matches the constraints defined by g36:DualDuctTerminalWithDischargeSensor, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithDischargeSensor> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithDischargeSensor> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#DualDuctTerminal> .
URI: http://sample.org/doc#DualDuctTerminalWithDischargeSensorExample
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:DualDuctTerminalWithDischargeSensorExample ns1:title "Example Dual Duct Terminal Unit With Discharge Sensors" ;
rdfs:comment """
Dual Duct Terminal Unit With Discharge Sensors based on Figure A-8. [Link to Model](https://models.open223.info/guideline36-2021-A-8.ttl)

""" .
URI: http://sample.org/doc#MZ-VAV-AHU_4-9
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:MZ-VAV-AHU_4-9 ns1:subclauses ( ns1:MultipleZoneVAVAirHandlingUnitExample <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnitAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-CommonDamper> <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-CommonDamperAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandAFMS> <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandAFMS> <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandAFMSAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandAFMSAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandDP> <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandDPAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReliefDamper> <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReliefDamper> <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReliefDamperAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReliefDamperAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReliefFan> <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReturnFan> <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReliefDamper> ) ;
ns1:title "Multiple Zone VAV Air Handling Unit" ;
rdfs:comment "This section describes the classes and example model of the Multiple Zone VAV Air Handling Unit described in Section 4.6 and Appendix A, Figures A-9 and A-10 (cite)" .
URI: http://sample.org/doc#MultipleZoneVAVAirHandlingUnitExample
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:MultipleZoneVAVAirHandlingUnitExample ns1:title "Example Multiple Zone VAV Air Handling Unit" ;
rdfs:comment """Multiple Zone VAV Air Handling Unit based on Figure A-9. [Link to Model](https://models.open223.info/guideline36-2021-A-9.ttl).

""" .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "MultipleZoneVAVAirHandlingUnit" ;
rdfs:comment "An assembly consisting of sections containing a fan or fans and other necessary equipment to perform one or more of the following functions: circulating, filtration, heating, cooling, heat recovery, humidifying, dehumidifying, and mixing of air. It is usually connected to an air-distribution system. This air handling unit serves multiple zones." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#AirHandlingUnit> ;
sh:property [ rdfs:comment "One MultipleZoneVAVAirHandlingUnit InletConnectionPoint shall have at least one outdoor air temperature property using the relation hasProperty. " ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-OutdoorAirIntake> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ],
[ rdfs:comment "The MultipleZoneVAVAirHandlingUnit OutletConnectionPoint shall have at least one supply duct static pressure property using the relation hasProperty." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Pressure> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ],
[ rdfs:comment "The MultipleZoneVAVAirHandlingUnit shall contain at least one ChilledWaterCoil for cooling using the relation contains." ;
sh:message "g36: The MultipleZoneVAVAirHandlingUnit shall contain at least one ChilledWaterCoil for cooling using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoil> ] ],
[ rdfs:comment "The MultipleZoneVAVAirHandlingUnit shall contain at least one return air damper using the relation contains." ;
sh:message "g36: The MultipleZoneVAVAirHandlingUnit shall contain at least one return air damper using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] ],
[ rdfs:comment "The MultipleZoneVAVAirHandlingUnit shall contain at least one HotWaterCoil or at least one ElectricHeatingCoil for heating using the relation contains." ;
sh:message "g36: The MultipleZoneVAVAirHandlingUnit shall contain at least one HotWaterCoil or at least one ElectricHeatingCoil for heating using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:or ( [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> ] [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> ] ) ] ],
[ rdfs:comment "The MultipleZoneVAVAirHandlingUnit shall contain at least one supply fan with a VFD that has the role Supply using the relation contains" ;
sh:message "g36: The MultipleZoneVAVAirHandlingUnit shall contain at least one supply fan with a VFD that has the role Supply using the relation contains" ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] ],
[ rdfs:comment "One MultipleZoneVAVAirHandlingUnit InletConnectionPoint shall have at least one return air temperature property using the relation hasProperty. " ;
sh:message "g36: One MultipleZoneVAVAirHandlingUnit InletConnectionPoint shall have at least one return air temperature property using the relation hasProperty. " ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ],
[ rdfs:comment "One MultipleZoneVAVAirHandlingUnit OutletConnectionPoint shall have at least one supply air temperature property using the relation hasProperty." ;
sh:message "g36: One MultipleZoneVAVAirHandlingUnit OutletConnectionPoint shall have at least one supply air temperature property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnitAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnitAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:MultipleZoneVAVAirHandlingUnit, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#AirHandlingUnit> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-CommonDamper
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-CommonDamper> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Multiple Zone VAV Air Handling Unit-Common Damper" ;
rdfs:comment "For units with a common economizer/minimum OA damper, include the following points" ;
rdfs:subClassOf <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:class <http://data.ashrae.org/standard223#AirHandlingUnit> ;
sh:property [ rdfs:comment "For units with a common economizer/minimum OA damper, MultipleZoneVAVAirHandlingUnit InletConnectionPoint must have at least one outdoor airflow property." ;
sh:message "g36: For units with a common economizer/minimum OA damper, MultipleZoneVAVAirHandlingUnit InletConnectionPoint must have at least one outdoor airflow property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-OutdoorAirIntake> ] ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ],
[ rdfs:comment "For units with a common economizer/minimum OA damper, must have exactly one economizer/minimum outdoor air damper." ;
sh:message "g36: For units with a common economizer/minimum OA damper, must have exactly one economizer/minimum outdoor air damper." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-OutdoorAirIntake> ] ],
[ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Economizer> ] ] ] ] ] .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-CommonDamperAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:MultipleZoneVAVAirHandlingUnit and has a common economizer/minimum outdoor air damper, it will be declared as an instance of this class." ;
sh:condition [ sh:property [ rdfs:comment "For units with a common economizer/minimum OA damper, must have exactly one economizer/minimum outdoor air damper." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-OutdoorAirIntake> ] ],
[ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Economizer> ] ] ] ] ] ],
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-CommonDamper> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#AirHandlingUnit> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandAFMS
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandAFMS> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Multiple Zone VAV Air Handling Unit-OAD and AFMS" ;
rdfs:comment "A unit with a separate minimum outdoor air damper and AFMS" ;
rdfs:subClassOf <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:class <http://data.ashrae.org/standard223#AirHandlingUnit> ;
sh:property [ rdfs:comment "For units with a separate minimum outdoor air damper and AFMS, MultipleZoneVAVAirHandlingUnit must contain a modulating outdoor air damper with a minimum airflow property." ;
sh:message "g36: For units with a separate minimum outdoor air damper and AFMS, MultipleZoneVAVAirHandlingUnit must contain a modulating outdoor air damper with a minimum airflow property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:not [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Economizer> ] ] ] ;
sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-OutdoorAirIntake> ] ],
[ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ],
[ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Dimensioned-Minimum> ] ] ] ] ] ] ] ] .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandAFMSAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:MultipleZoneVAVAirHandlingUnit-OADandAFMS, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandAFMS> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandAFMS> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#AirHandlingUnit> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandDP
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandDP> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Multiple Zone VAV Air Handling Unit-OAD and DP" ;
rdfs:comment "A unit with a separate minimum outdoor air damper and DP sensor" ;
rdfs:subClassOf <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:class <http://data.ashrae.org/standard223#AirHandlingUnit> ;
sh:property [ rdfs:comment "For units with a separate minimum outdoor air damper and DP sensor, MultipleZoneVAVAirHandlingUnit must contain a two-position outdoor air damper with a differential pressure property." ;
sh:message "g36: For units with a separate minimum outdoor air damper and DP sensor, MultipleZoneVAVAirHandlingUnit must contain a two-position outdoor air damper with a differential pressure property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamper> ;
sh:node [ sh:not [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Economizer> ] ] ] ;
sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-OutdoorAirIntake> ] ],
[ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Pressure> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ] .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandDPAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:MultipleZoneVAVAirHandlingUnit-OADandDP, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandDP> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandDP> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#AirHandlingUnit> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReliefDamper> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Multiple Zone VAV Air Handling Unit With Relief Damper" ;
rdfs:comment "A unit with an actuated relief dampers but no relief fan" ;
rdfs:subClassOf <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:class <http://data.ashrae.org/standard223#AirHandlingUnit> ;
sh:property [ rdfs:comment "For units with actuated relief dampers but no relief fan, the MultipleZoneVAVAirHandlingUnit must be connectedTo at least one VAV, which connectedTo at least one HVAC DomainSpace, which is contained by at least one Zone, which has a building static pressure property." ;
sh:path ( [ sh:oneOrMorePath <http://data.ashrae.org/standard223#connectedTo> ] sh:zeroOrOnePath [ sh:inversePath <http://data.ashrae.org/standard223#hasDomainSpace> ] ) ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Domain-HVAC> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomain> ],
[ sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Pressure> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ],
[ rdfs:comment "For units with actuated relief dampers but no relief fan, the MultipleZoneVAVAirHandlingUnit must contain a relief air damper with an analog damper command property." ;
sh:message "g36: For units with actuated relief dampers but no relief fan, the MultipleZoneVAVAirHandlingUnit must contain a relief air damper with an analog damper command property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] ] .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReliefDamperAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:MultipleZoneVAVAirHandlingUnit and has a relief damper, it will be declared as an instance of this class." ;
sh:condition [ sh:property [ rdfs:comment "For units with actuated relief dampers but no relief fan, the MultipleZoneVAVAirHandlingUnit must contain a relief air damper with an analog damper command property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] ] ],
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReliefDamper> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#AirHandlingUnit> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReliefFan
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReliefFan> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Multiple Zone VAV Air Handling Unit With Relief Fan" ;
rdfs:comment "A unit with a relief fan" ;
rdfs:subClassOf <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:class <http://data.ashrae.org/standard223#AirHandlingUnit> ;
sh:property [ rdfs:comment "For units with both a relief air damper and a relief fan, the MultipleZoneVAVAirHandlingUnit must have a relief fan with a VFD." ;
sh:message "g36: For units with both a relief air damper and a relief fan, the MultipleZoneVAVAirHandlingUnit must have a relief fan with a VFD." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ] ] ] ] ],
[ rdfs:comment "For units with both a relief air damper and a relief fan, the MultipleZoneVAVAirHandlingUnit must have a relief air damper with a two-position damper command property." ;
sh:message "g36: For units with both a relief air damper and a relief fan, the MultipleZoneVAVAirHandlingUnit must have a relief air damper with a two-position damper command property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ] ] ] ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReturnFan
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReturnFan> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Multiple Zone VAV Air Handling Unit With Return Fan" ;
rdfs:comment "A unit with a return fan" ;
rdfs:subClassOf <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:class <http://data.ashrae.org/standard223#AirHandlingUnit> ;
sh:property [ rdfs:comment "For units with a return fan, if direct building pressure logic is used, the OutletConnectionPoint of the return fan in the MultipleZoneVAVAirHandlingUnit must have a return fan discharge static pressure property." ;
sh:message "g36: For units with a return fan, if direct building pressure logic is used, the OutletConnectionPoint of the return fan in the MultipleZoneVAVAirHandlingUnit must have a return fan discharge static pressure property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Pressure> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ] ],
[ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] ],
[ rdfs:comment "For units with a return fan, if airflow tracking logic is used, the OutletConnectionPoint of the supply fan in the MultipleZoneVAVAirHandlingUnit must have a supply airflow property." ;
sh:message "g36: For units with a return fan, if airflow tracking logic is used, the OutletConnectionPoint of the supply fan in the MultipleZoneVAVAirHandlingUnit must have a supply airflow property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ],
[ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ] ] ] ],
[ rdfs:comment "For units with a return fan, the MultipleZoneVAVAirHandlingUnit must contain an exhaust air damper." ;
sh:message "g36: For units with a return fan, the MultipleZoneVAVAirHandlingUnit must contain an exhaust air damper." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Exhaust> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] ],
[ rdfs:comment "For units with a return fan, if airflow tracking logic is used, the OutletConnectionPoint of the return fan in the MultipleZoneVAVAirHandlingUnit must have a return airflow property." ;
sh:message "g36: For units with a return fan, if airflow tracking logic is used, the OutletConnectionPoint of the return fan in the MultipleZoneVAVAirHandlingUnit must have a return airflow property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ] ],
[ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] ],
[ rdfs:comment "For units with a return fan, the MultipleZoneVAVAirHandlingUnit must indeed contain a return fan." ;
sh:message "g36: For units with a return fan, the MultipleZoneVAVAirHandlingUnit must indeed contain a return fan." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] ],
[ rdfs:comment "For units with a return fan, if direct building pressure logic is used, the MultipleZoneVAVAirHandlingUnit must be connectedTo at least one VAV, which connectedTo at least one HVAC DomainSpace, which is contained by at least one Zone, which has a building static pressure property." ;
sh:message "g36: For units with a return fan, if direct building pressure logic is used, the MultipleZoneVAVAirHandlingUnit must be connectedTo at least one VAV, which connectedTo at least one HVAC DomainSpace, which is contained by at least one Zone, which has a building static pressure property." ;
sh:minCount 1 ;
sh:path ( <http://data.ashrae.org/standard223#connectedTo> <http://data.ashrae.org/standard223#connectedTo> [ sh:inversePath <http://data.ashrae.org/standard223#contains> ] <http://data.ashrae.org/standard223#hasProperty> ) ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Pressure> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ;
sh:severity sh:Info .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReliefDamper
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReliefDamper> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Single Zone VAV Air Handling Unit With Relief Damper" ;
rdfs:comment "A SingleZoneVAVAirHandlingUnit with a relief air damper and no relief fan" ;
rdfs:subClassOf <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit> ;
sh:class <http://data.ashrae.org/standard223#AirHandlingUnit> ;
sh:property [ rdfs:comment "the SingleZoneVAVAirHandlingUnit contains a relief air damper with a modulating actuator." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableActuatableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Binary-Position> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ],
[ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] ] .
URI: http://sample.org/doc#DD-AHU_4-10
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:DD-AHU_4-10 ns1:subclauses ( <http://data.ashrae.org/standard223/1.0/extensions/g36#DualFanDualDuctAirHandlingUnit> <http://data.ashrae.org/standard223/1.0/extensions/g36#DualFanDualDuctAirHandlingUnitAnnotation> ns1:DualFanDualDuctAirHandlingUnitExample ) ;
ns1:title "Dual Fan Dual Duct Air Handling Unit" ;
rdfs:comment "This section describes the classes and example model of the Dual Fan Dual Duct Air Handling Unit described in Section 4.7 and Appendix A, Figure A-11 (cite)" .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#DualFanDualDuctAirHandlingUnit
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#DualFanDualDuctAirHandlingUnit> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "DualFanDualDuctAirHandlingUnit" ;
rdfs:comment "DualFanDualDuctAirHandlingUnit" ;
rdfs:subClassOf <http://data.ashrae.org/standard223#AirHandlingUnit> ;
sh:property [ rdfs:comment "A DualFanDualDuctAirHandlingUnit OutletConnectionPoint shall have at least one supply duct static pressure property using the relation hasProperty." ;
sh:message "g36: A DualFanDualDuctAirHandlingUnit OutletConnectionPoint shall have at least one supply duct static pressure property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Pressure> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ],
[ rdfs:comment "The DualFanDualDuctAirHandlingUnit shall contain at least one supply fan with a VFD that has the role Supply using the relation contains." ;
sh:message "g36: The DualFanDualDuctAirHandlingUnit shall contain at least one supply fan with a VFD that has the role Supply using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] ],
[ rdfs:comment "A DualFanDualDuctAirHandlingUnit OutletConnectionPoint shall have at least one supply air temperature property using the relation hasProperty." ;
sh:message "g36: A DualFanDualDuctAirHandlingUnit OutletConnectionPoint shall have at least one supply air temperature property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ],
[ rdfs:comment "The DualFanDualDuctAirHandlingUnit shall contain at least one HotWaterCoil or at least one ElectricHeatingCoil for heating using the relation contains." ;
sh:message "g36: The DualFanDualDuctAirHandlingUnit shall contain at least one HotWaterCoil or at least one ElectricHeatingCoil for heating using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:or ( [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> ] [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> ] ) ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#DualFanDualDuctAirHandlingUnitAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#DualFanDualDuctAirHandlingUnitAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:DualFanDualDuctAirHandlingUnit, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#DualFanDualDuctAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#DualFanDualDuctAirHandlingUnit> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#AirHandlingUnit> .
URI: http://sample.org/doc#DualFanDualDuctAirHandlingUnitExample
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:DualFanDualDuctAirHandlingUnitExample ns1:title "Example Dual Fan Dual Duct Air Handling Unit." ;
rdfs:comment """Dual Fan Dual Duct Air Handling Unit based on Figure A-11. [Link to Model](https://models.open223.info/guideline36-2021-A-11.ttl)

""" .
URI: http://sample.org/doc#SZ-VAV-AHU_4-11
@prefix ns1: <http://sample.org/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:SZ-VAV-AHU_4-11 ns1:subclauses ( <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit> <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnitAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-NoReliefFan> <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-NoReliefFanAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReliefFan> <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReliefFanAnnotation> <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReturnFan> <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReturnFanAnnotation> ns1:SingleZoneVAVAirHandlingUnitExample ) ;
ns1:title "Single Zone VAV Air Handling Unit" ;
rdfs:comment "This section describes the classes and example model of the Single Zone VAV Air Handling Unit described in Section 4.8 and Appendix A, Figure A-12 (cite)" .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "SingleZoneVAVAirHandlingUnit" ;
rdfs:comment "An assembly consisting of sections containing a fan or fans and other necessary equipment to perform one or more of the following functions: circulating, filtration, heating, cooling, heat recovery, humidifying, dehumidifying, and mixing of air. It is usually connected to an air-distribution system. This air handling unit that serves one zone only." ;
rdfs:subClassOf <http://data.ashrae.org/standard223#AirHandlingUnit> ;
sh:property [ rdfs:comment "A SingleZoneVAVAirHandlingUnit OutletConnectionPoint shall have at least one supply air temperature property using the relation hasProperty." ;
sh:message "g36: A SingleZoneVAVAirHandlingUnit OutletConnectionPoint shall have at least one supply air temperature property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ],
[ rdfs:comment "The SingleZoneVAVAirHandlingUnit shall have at least one return air damper using the relation contains." ;
sh:message "g36: The SingleZoneVAVAirHandlingUnit shall have at least one return air damper using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ] ] ] ] ],
[ rdfs:comment "The SingleZoneVAVAirHandlingUnit shall have at least one outdoor air damper using the relation contains." ;
sh:message "g36: The SingleZoneVAVAirHandlingUnit shall have at least one outdoor air damper using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-OutdoorAirIntake> ] ] ] ] ],
[ rdfs:comment "The SingleZoneVAVAirHandlingUnit shall contain at least one ChilledWaterCoil for cooling using the relation contains." ;
sh:message "g36: The SingleZoneVAVAirHandlingUnit shall contain at least one ChilledWaterCoil for cooling using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoil> ] ],
[ rdfs:comment "The SingleZoneVAVAirHandlingUnit shall contain at least one supply fan with a VFD that has the role Supply using the relation contains." ;
sh:message "g36: The SingleZoneVAVAirHandlingUnit shall contain at least one supply fan with a VFD that has the role Supply using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] ],
[ rdfs:comment "The SingleZoneVAVAirHandlingUnit shall contain at least one HotWaterCoil or at least one ElectricHeatingCoil for heating using the relation contains." ;
sh:message "g36: The SingleZoneVAVAirHandlingUnit shall contain at least one HotWaterCoil or at least one ElectricHeatingCoil for heating using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:or ( [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> ] [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> ] ) ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnitAnnotation
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnitAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:SingleZoneVAVAirHandlingUnit, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#AirHandlingUnit> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-NoReliefFan
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReliefFan
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReliefFan> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Single Zone VAV Air Handling Unit With Relief Fan" ;
rdfs:comment "A SingleZoneVAVAirHandlingUnit with a relief fan and relief dampers" ;
rdfs:subClassOf <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit> ;
sh:class <http://data.ashrae.org/standard223#AirHandlingUnit> ;
sh:property [ rdfs:comment "For the case where the SingleZoneVAVAirHandlingUnit has both a relief air damper and a relief fan, the SingleZoneVAVAirHandlingUnit must indeed have a relief fan." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ] ] ] ] ],
[ rdfs:comment "For the case where the SingleZoneVAVAirHandlingUnit has both a relief air damper and a relief fan, the SingleZoneVAVAirHandlingUnit must be connectedTo at least one VAV, which is connectedTo at least one HVAC DomainSpace or Zone, which has a building static pressure property." ;
sh:path ( [ sh:oneOrMorePath <http://data.ashrae.org/standard223#connectedTo> ] sh:zeroOrOnePath [ sh:inversePath <http://data.ashrae.org/standard223#hasDomainSpace> ] ) ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Domain-HVAC> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomain> ],
[ sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Pressure> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ],
[ rdfs:comment "For the case where the SingleZoneVAVAirHandlingUnit has both a relief air damper and a relief fan, the SingleZoneVAVAirHandlingUnit must indeed have a relief air damper with a two-position damper command property." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamper> ;
sh:node [ sh:property [ sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ] ] ] ] ] .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReliefFanAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:SingleZoneVAVAirHandlingUnit and has a relief fan, it will be declared as an instance of this class." ;
sh:condition [ sh:property [ sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ] ] ] ] ] ],
<http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReliefFan> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#AirHandlingUnit> .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReturnFan
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReturnFan> a <http://data.ashrae.org/standard223#Class>,
rdfs:Class,
sh:NodeShape ;
rdfs:label "Single Zone VAV Air Handling Unit With Return Fan" ;
rdfs:comment "A SingleZoneVAVAirHandlingUnit with a Return fan" ;
rdfs:subClassOf <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit> ;
sh:class <http://data.ashrae.org/standard223#AirHandlingUnit> ;
sh:property [ rdfs:comment "For the case where the SingleZoneVAVAirHandlingUnit has a return fan, the SingleZoneVAVAirHandlingUnit must indeed contain a return fan." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] ],
[ rdfs:comment "For the case where the SingleZoneVAVAirHandlingUnit has a return fan, the SingleZoneVAVAirHandlingUnit must contain an exhaust air damper with either an analog or two-position damper command property." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Exhaust> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ] [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamper> ] ) ] ] .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReturnFanAnnotation> a sh:NodeShape ;
sh:rule [ a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:SingleZoneVAVAirHandlingUnit and has a return fan, it will be declared as an instance of that class." ;
sh:condition [ sh:property [ rdfs:comment "For the case where the SingleZoneVAVAirHandlingUnit has both a Return air damper and a Return fan, the SingleZoneVAVAirHandlingUnit must indeed have a Return fan." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ] ] ] ] ] ],
<http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReturnFan> ;
sh:predicate rdf:type ;
sh:subject sh:this ] ;
sh:targetClass <http://data.ashrae.org/standard223#AirHandlingUnit> .
URI: http://sample.org/doc#SingleZoneVAVAirHandlingUnitExample
@prefix ns1: <http://sample.org/doc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:SingleZoneVAVAirHandlingUnitExample ns1:title "Example Single Zone VAV Air Handling Unit Unit" ;
rdfs:comment """Single Zone VAV Air Handling Unit Unit based on Figure A-12. [Link to Model](https://models.open223.info/guideline36-2021-A-12.ttl)

""" .
URI: http://data.ashrae.org/standard223#ClosedWorld223Shape
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#ClosedWorld223Shape> a sh:NodeShape ;
rdfs:label "Closed World s223 Shape" ;
rdfs:comment "Ensure that all instances of an s223 class use only the relations defined for that class. Note that this only applies to s223 relations." ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment """Ensure that all instances of an s223 class use only the relations defined for that class. Note that only s223
relations are checked by this validation.""" ;
sh:message "s223: s223 predicate {?p} is not defined for instance {$this}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?p ?o
WHERE {
?p a/rdfs:subClassOf* s223:Relation .
$this ?p ?o .
FILTER NOT EXISTS {$this a sh:NodeShape}
FILTER NOT EXISTS {$this a/rdfs:subClassOf* ?class .
?class sh:property/sh:path ?p .
}
FILTER NOT EXISTS {$this a/rdfs:subClassOf* ?class .
?class sh:xone/rdf:rest*/rdf:first/sh:property/sh:path ?p .
}
FILTER NOT EXISTS {$this a/rdfs:subClassOf* ?class .
?class sh:or/rdf:rest*/rdf:first/sh:property/sh:path ?p .
}
}
""" ] ;
sh:targetClass <http://data.ashrae.org/standard223#Concept> .
URI: http://data.ashrae.org/standard223#ClosedWorldQUDTShape
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#ClosedWorldQUDTShape> a sh:NodeShape ;
rdfs:label "Closed World QUDT Shape" ;
rdfs:comment "Ensure that all instances of an s223 class use only the relations defined for that class. Note that this only applies to QUDT relations." ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment """Ensure that all instances of an s223 class use only the relations defined for that class. Note that only QUDT
relations are checked by this validation.""" ;
sh:message "s223: QUDT predicate {?p} is not defined for instance {$this}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?p ?o
WHERE {
$this ?p ?o .
FILTER(STRSTARTS (str(?p), "http://qudt.org/schema/qudt"))
FILTER NOT EXISTS {$this a sh:NodeShape}
FILTER NOT EXISTS {$this a/rdfs:subClassOf* ?class .
?class sh:property/sh:path ?p .
}
FILTER NOT EXISTS {$this a/rdfs:subClassOf* ?class .
?class sh:xone/rdf:rest*/rdf:first/sh:property/sh:path ?p .
}
FILTER NOT EXISTS {$this a/rdfs:subClassOf* ?class .
?class sh:or/rdf:rest*/rdf:first/sh:property/sh:path ?p .
}
}
""" ] ;
sh:targetClass <http://data.ashrae.org/standard223#Concept> .
URI: nd74c7e9b224d43e79e5d77665ad408beb8
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case4: An entity with constituents and an associated `Property` with constituents." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 4: A medium with constituents and an associated `Property` with constituents." ;
sh:message "s223: {$this} `hasMedium` of {?m1}, but is associated with `Property` {?prop} that has `ofMedium` of {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m1 ?prop ?m2
WHERE {
$this s223:hasMedium ?m1 .
$this ?p ?prop .
?prop a/rdfs:subClassOf* s223:Property .
?prop s223:ofMedium ?m2 .
?m1 s223:composedOf/s223:ofConstituent ?s1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s11 .
?m2 s223:composedOf/s223:ofConstituent ?s12 .
FILTER (?s11 = ?s12) .
}
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s21 .
?m2 s223:composedOf/s223:ofConstituent ?s22 .
{?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} .
}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb12
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `hasProperty` is present, it shall associate the concept with a `Property`." ;
sh:class <http://data.ashrae.org/standard223#Property> ;
sh:message "s223: If the relation `hasProperty` is present, it shall associate the concept with a `Property`." ;
sh:path <http://data.ashrae.org/standard223#hasProperty> .
URI: nd74c7e9b224d43e79e5d77665ad408beb6
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case3: An entity with constituents and an associated `Property` with a pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 3: A medium with constituents and an associated `Property` with a pure medium." ;
sh:message "s223: {$this} `hasMedium` of {?m2}, but is associated with `Property` {?prop} that has `ofMedium` of {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m1 ?prop ?m2
WHERE {
$this s223:hasMedium ?m2 .
$this ?p ?prop .
?prop a/rdfs:subClassOf* s223:Property .
?prop s223:ofMedium ?m1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb13
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case1: An entity with a pure medium and an associated `Property` with a different pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 1: Two pure mediums." ;
sh:message "s223: {$this} `hasMedium` of {?m1}, but is associated with `Property` {?prop} that has `ofMedium` of {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m1 ?prop ?m2
WHERE {
$this s223:hasMedium ?m1 .
$this ?p ?prop .
?prop a/rdfs:subClassOf* s223:Property .
?prop s223:ofMedium ?m2 .
FILTER (?m1 != ?m2 ) .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {?m2 s223:composedOf ?c2}
FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) .
FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb10
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case2: An entity with a pure medium and an associated `Property` with constituents." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 2: A pure medium and an associated `Property` with constituents." ;
sh:message "s223: {$this} `hasMedium` of {?m1}, but is associated with `Property` {?prop} that has `ofMedium` of {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m1 ?prop ?m2
WHERE {
$this s223:hasMedium ?m1 .
$this ?p ?prop .
?prop a/rdfs:subClassOf* s223:Property .
?prop s223:ofMedium ?m2 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb537
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Add an rdfs:label if it is missing." ;
sh:construct """
CONSTRUCT {$this rdfs:label ?newLabel .}
WHERE {
FILTER (NOT EXISTS {$this rdfs:label ?something}) .
BIND(REPLACE(STR($this), "^.*/([^/]*)$", "$1") AS ?localNameWithoutHash)
BIND(REPLACE(?localNameWithoutHash, "^.*#(.*)$", "$1") AS ?localName)
BIND(REPLACE(?localName, "-", " ", "i") AS ?newLabel)
}
""" ;
sh:name "AddLabelFromLocalName" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb608
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Declare the inverse triples for relations that have defined inverse relations" ;
sh:construct """
CONSTRUCT {
?o ?invP $this .
}
WHERE {
$this ?p ?o .
?p s223:inverseOf ?invP .
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/owl-subset> .
URI: nd74c7e9b224d43e79e5d77665ad408beb650
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Declare the inverse triples for symmetric relations" ;
sh:construct """
CONSTRUCT {
?o ?p $this .
}
WHERE {
$this ?p ?o .
?p a s223:SymmetricRelation .
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/owl-subset> .
URI: nd74c7e9b224d43e79e5d77665ad408beb615
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLConstraint ;
rdfs:comment "Every class of the 223 standard must also be an instance of sh:NodeShape. " ;
sh:message "s223: Class {$this} must be declared as an instance of sh:NodeShape." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/schema> ;
sh:select """
SELECT $this
WHERE {
FILTER NOT EXISTS {$this a sh:NodeShape} .
}
""" .
URI: nd74c7e9b224d43e79e5d77665ad408beb613
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLConstraint ;
rdfs:comment "Every class of the 223 standard must have an rdfs:comment. " ;
sh:message "s223: Class {$this} must have an rdfs:comment." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/schema> ;
sh:select """
SELECT $this
WHERE {
FILTER NOT EXISTS {$this rdfs:comment ?comment} .
}
""" .
URI: nd74c7e9b224d43e79e5d77665ad408beb609
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLConstraint ;
rdfs:comment "Every SPARQLConstraint must have an rdfs:comment. " ;
sh:message "s223: The SPARQLConstraint for path {?path} for Class {$this} must have an rdfs:comment." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/schema> ;
sh:select """
SELECT $this ?path
WHERE {
$this sh:property ?propshape .
?propshape sh:sparql ?sparqlconstraint .
?propshape sh:path ?path .
FILTER NOT EXISTS {?sparqlconstraint rdfs:comment ?comment} .
}
""" .
URI: nd74c7e9b224d43e79e5d77665ad408beb612
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLConstraint ;
rdfs:comment "Every TripleRule must have an rdfs:comment. " ;
sh:message "s223: The TripleRule inferring {?pred} for Class {$this} must have an rdfs:comment." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/schema> ;
sh:select """
SELECT $this ?pred
WHERE {
$this sh:rule ?rule .
?rule a sh:TripleRule .
?rule sh:predicate ?pred .
FILTER NOT EXISTS {?rule rdfs:comment ?comment} .
}
""" .
URI: nd74c7e9b224d43e79e5d77665ad408beb2
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Class` shall be associated with at least one label using the relation `rdfs:label`." ;
sh:message "s223: A `Class` shall be associated with at least one label using the relation `rdfs:label`." ;
sh:minCount 1 ;
sh:path rdfs:label ;
sh:severity sh:Warning .
URI: nd74c7e9b224d43e79e5d77665ad408beb614
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLConstraint ;
rdfs:comment "Every class of the 223 standard must be a direct or indirect subclass of s223:Concept. " ;
sh:message "s223: Class {$this} must be within the rdfs:subClassOf hierarchy under s223:Concept." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/schema> ;
sh:select """
SELECT $this
WHERE {
FILTER NOT EXISTS {$this rdfs:subClassOf* rdf:Property} .
FILTER NOT EXISTS {$this rdfs:subClassOf* s223:Concept} .
}
""" .
URI: nd74c7e9b224d43e79e5d77665ad408beb611
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLConstraint ;
rdfs:comment "Every SPARQLRule must have an rdfs:comment. " ;
sh:message "s223: Every SPARQLRule for Class {$this} must have an rdfs:comment." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/schema> ;
sh:select """
SELECT $this
WHERE {
$this sh:rule ?rule .
?rule a sh:SPARQLRule .
FILTER NOT EXISTS {?rule rdfs:comment ?comment} .
}
""" .
URI: nd74c7e9b224d43e79e5d77665ad408beb610
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLConstraint ;
rdfs:comment "Every SHACL property shape must have an rdfs:comment. " ;
sh:message "s223: The property shape with path {?path} for Class {$this} must have an rdfs:comment." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/schema> ;
sh:select """
SELECT $this ?path
WHERE {
$this sh:property ?propshape .
?propshape sh:path ?path .
FILTER NOT EXISTS {?propshape rdfs:comment ?comment} .
}
""" .
URI: nd74c7e9b224d43e79e5d77665ad408beb17
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Relation` shall be associated with at least one label using the relation `rdfs:label`." ;
sh:message "s223: A `Relation` shall be associated with at least one label using the relation `rdfs:label`." ;
sh:minCount 1 ;
sh:path rdfs:label ;
sh:severity sh:Warning .
URI: nd74c7e9b224d43e79e5d77665ad408beb19
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `RelationWithInverse` shall be associated with exactly one other `RelationWithInverse` using the relation `inverseOf`." ;
sh:class <http://data.ashrae.org/standard223#RelationWithInverse> ;
sh:maxCount 1 ;
sh:message "s223: An `RelationWithInverse` shall be associated with exactly one other `RelationWithInverse` using the relation `inverseOf`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#inverseOf> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2060
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Disallow contained equipment from having external incoming connections." ;
sh:path <http://data.ashrae.org/standard223#connectedFrom> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Disallow contained equipment from having external incoming connections." ;
sh:message "s223: {$this} should not have a connection from external equipment {?otherDev} because {?container} contains {$this}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?container ?otherDev
WHERE {
$this s223:connectedFrom ?otherDev .
$this ^s223:contains ?container .
?container a/rdfs:subClassOf* s223:Equipment .
FILTER NOT EXISTS {?container s223:contains ?otherDev .}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2065
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `executes` is present it shall associate the `Equipment` with a `Function`." ;
sh:class <http://data.ashrae.org/standard223#Function> ;
sh:message "s223: If the relation `executes` is present it shall associate the `Equipment` with a `Function`." ;
sh:path <http://data.ashrae.org/standard223#executes> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2066
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Warning about a subClass of `Equipment` of type A containing something that is in the same subClass branch." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:severity sh:Warning ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Warning about a subClass of `Equipment` of type A containing something that is in the same subClass branch." ;
sh:message "s223: {$this}, of type {?type1}, contains {?subEquip} of type {?type2}, that could result in double-counting items in the class hierarchy of {?type1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?subEquip ?type1 ?type2
WHERE {
FILTER NOT EXISTS {$this a s223:Equipment} .
$this s223:contains+ ?subEquip .
FILTER NOT EXISTS {?subEquip a s223:Equipment} .
$this a ?type1 .
?subEquip a ?type2 .
{
?type2 rdfs:subClassOf* ?type1 .
}
UNION
{
?type1 rdfs:subClassOf* ?type2 .
}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2068
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `hasPhysicalLocation` is present it shall associate the `Equipment` with a `PhysicalSpace`." ;
sh:class <http://data.ashrae.org/standard223#PhysicalSpace> ;
sh:message "s223: If the relation `hasPhysicalLocation` is present it shall associate the `Equipment` with a `PhysicalSpace`." ;
sh:path <http://data.ashrae.org/standard223#hasPhysicalLocation> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2069
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment """If the relation `actuatedByProperty` is present it shall associate the `Equipment` with a `ActuatableProperty`.
Note that any `Equipment` may use this relation, not just `Actuator`.""" ;
sh:class <http://data.ashrae.org/standard223#ActuatableProperty> ;
sh:message "s223: If the relation `actuatedByProperty` is present it shall associate the `Equipment` with a `ActuatableProperty`. Note that any `Equipment` may use this relation, not just `Actuator`." ;
sh:path <http://data.ashrae.org/standard223#actuatedByProperty> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2064
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `hasRole` is present it shall associate the `Equipment` with a `EnumerationKind-Role`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Role> ;
sh:message "s223: If the relation `hasRole` is present it shall associate the `Equipment` with a `EnumerationKind-Role`." ;
sh:path <http://data.ashrae.org/standard223#hasRole> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2062
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Disallow contained equipment from having external outgoing connections." ;
sh:path <http://data.ashrae.org/standard223#connectedTo> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Disallow contained equipment from having external outgoing connections." ;
sh:message "s223: {$this} should not have a connection to external equipment {?otherDev} because {?container} contains {$this}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?container ?otherDev
WHERE {
$this s223:connectedTo ?otherDev .
$this ^s223:contains ?container .
?container a/rdfs:subClassOf* s223:Equipment .
FILTER NOT EXISTS {?container s223:contains ?otherDev .}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2070
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:PropertyShape ;
rdfs:comment "If the relation `contains` is present it shall associate the `Equipment` with either `Equipment` or `Junction`." ;
sh:message "s223: If the relation `contains` is present it shall associate the `Equipment` with either `Equipment` or `Junction`." ;
sh:name "device contains shape" ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223#Equipment> ] [ sh:class <http://data.ashrae.org/standard223#Junction> ] ) ;
sh:path <http://data.ashrae.org/standard223#contains> .
URI: nd74c7e9b224d43e79e5d77665ad408beb567
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] 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 """
CONSTRUCT {
?childCp s223:hasMedium ?medium .
}
WHERE {
$this s223:hasConnectionPoint ?cp .
?childCp s223:mapsTo ?cp .
?cp s223:connectsThrough ?connection .
?cp s223:hasMedium ?medium .
FILTER NOT EXISTS {?childCp s223:hasMedium ?something} .
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb568
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "For equipment containing another piece of equipment, use the `mapsTo` relation to infer a Medium from the contained equipment." ;
sh:construct """
CONSTRUCT {
?parentCp s223:hasMedium ?medium .
}
WHERE {
$this s223:hasConnectionPoint ?cp .
?cp s223:mapsTo ?parentCp .
?cp s223:connectsThrough ?connection .
?cp s223:hasMedium ?medium .
FILTER NOT EXISTS {?parentCp s223:hasMedium ?something} .
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1915
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `hasMeasurementResolution` is present it shall associate a `Sensor` with a `QuantifiableProperty`." ;
sh:class <http://data.ashrae.org/standard223#QuantifiableProperty> ;
sh:message "s223: If the relation `hasMeasurementResolution` is present it shall associate a `Sensor` with a `QuantifiableProperty`." ;
sh:path <http://data.ashrae.org/standard223#hasMeasurementResolution> .
URI: http://data.ashrae.org/standard223#SensorReferenceLocationShape
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#SensorReferenceLocationShape> a sh:NodeShape ;
rdfs:label "Valve" ;
rdfs:comment "A `Sensor` can be associated with a maximum of one `Connectable`, `Connection`, or `ConnectionPoint` using the relation `hasReferenceLocation`." ;
sh:message "s223: A `Sensor` can be associated with a maximum of one `Connectable`, `Connection`, or `ConnectionPoint` using the relation `hasReferenceLocation`." ;
sh:or ( [ sh:property [ rdfs:comment "A `Sensor` can be associated with a maximum of one `Connectable`, `Connection`, or `ConnectionPoint` using the relation `hasReferenceLocation`." ;
sh:class <http://data.ashrae.org/standard223#Connectable> ;
sh:path <http://data.ashrae.org/standard223#hasReferenceLocation> ] ] [ sh:property [ rdfs:comment "A `Sensor` can be associated with a maximum of one `Connectable`, `Connection`, or `ConnectionPoint` using the relation `hasReferenceLocation`." ;
sh:class <http://data.ashrae.org/standard223#Connection> ;
sh:path <http://data.ashrae.org/standard223#hasReferenceLocation> ] ] [ sh:property [ rdfs:comment "A `Sensor` can be associated with a maximum of one `Connectable`, `Connection`, or `ConnectionPoint` using the relation `hasReferenceLocation`." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:path <http://data.ashrae.org/standard223#hasReferenceLocation> ] ] ) ;
sh:property [ rdfs:comment "A `Sensor` can be associated with a maximum of one `Connectable`, `Connection`, or `ConnectionPoint` using the relation `hasReferenceLocation`." ;
sh:maxCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasReferenceLocation> ] ;
sh:targetClass <http://data.ashrae.org/standard223#Sensor> .
URI: http://data.ashrae.org/standard223#SensorObservationLocationShape
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#SensorObservationLocationShape> a sh:NodeShape ;
rdfs:label "Valve" ;
rdfs:comment "A `Sensor` shall be associated with exactly 1 of `Connectable`, `Connection`, or `ConnectionPoint` using the relation `hasObservationLocation`." ;
sh:message "s223: A `Sensor` shall be associated with exactly 1 of `Connectable`, `Connection`, or `ConnectionPoint` using the relation `hasObservationLocation`." ;
sh:targetClass <http://data.ashrae.org/standard223#Sensor> ;
sh:xone ( [ sh:property [ rdfs:comment "A `Sensor` shall be associated with exactly 1 of `Connectable`, `Connection`, or `ConnectionPoint` using the relation `hasObservationLocation`." ;
sh:class <http://data.ashrae.org/standard223#Connectable> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasObservationLocation> ] ] [ sh:property [ rdfs:comment "A `Sensor` shall be associated with exactly 1 of `Connectable`, `Connection`, or `ConnectionPoint` using the relation `hasObservationLocation`." ;
sh:class <http://data.ashrae.org/standard223#Connection> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasObservationLocation> ] ] [ sh:property [ rdfs:comment "A `Sensor` shall be associated with exactly 1 of `Connectable`, `Connection`, or `ConnectionPoint` using the relation `hasObservationLocation`." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasObservationLocation> ] ] ) .
URI: nd74c7e9b224d43e79e5d77665ad408beb1912
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Sensor` shall be associated with exactly one location using the relation `hasObservationLocation`." ;
sh:maxCount 1 ;
sh:message "s223: A `Sensor` shall be associated with exactly one location using the relation `hasObservationLocation`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasObservationLocation> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1913
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "s223: If the `hasReferenceLocation` relation exists, the observed `Property` shall have isDeltaQuantity true." ;
sh:path <http://data.ashrae.org/standard223#observes> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "s223: If the `hasReferenceLocation` relation exists, the observed `Property` shall have isDeltaQuantity true." ;
sh:message "s223: `Sensor` {$this} has a reference location, but its `Property` lacks isDeltaQuantity true." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE {
$this s223:hasReferenceLocation ?y .
$this s223:observes ?x .
?x a/rdfs:subClassOf* s223:QuantifiableProperty .
FILTER NOT EXISTS {$this s223:observes/qudt:isDeltaQuantity true}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1919
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Sensor` shall be associated with exactly one `ObservableProperty` using the relation `observes`." ;
sh:class <http://data.ashrae.org/standard223#ObservableProperty> ;
sh:maxCount 1 ;
sh:message "s223: A `Sensor` shall be associated with exactly one `ObservableProperty` using the relation `observes`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#observes> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1918
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "If a `Sensor` measures a differential property, it shall be associated with exactly 1 of `Connectable`, `Connection`, or `ConnectionPoint` using the relation `hasReferenceLocation`." ;
sh:maxCount 1 ;
sh:message "s223: If a `Sensor` measures a differential property, it shall be associated with exactly 1 of `Connectable`, `Connection`, or `ConnectionPoint` using the relation `hasReferenceLocation`." ;
sh:path <http://data.ashrae.org/standard223#hasReferenceLocation> .
URI: http://data.ashrae.org/standard223#SensorObservesShape
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#SensorObservesShape> a sh:NodeShape ;
rdfs:label "Valve" ;
rdfs:comment "A `Sensor` shall be associated with exactly 1 of `QuantifiableObservableProperty` or `EnumeratedObservableProperty` using the relation `observes`." ;
sh:message "s223: A `Sensor` shall be associated with exactly 1 of `QuantifiableObservableProperty` or `EnumeratedObservableProperty` using the relation `observes`." ;
sh:targetClass <http://data.ashrae.org/standard223#Sensor> ;
sh:xone ( [ sh:property [ rdfs:comment "A `Sensor` shall be associated with exactly 1 of `QuantifiableObservableProperty` or `EnumeratedObservableProperty` using the relation `observes`." ;
sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#observes> ] ] [ sh:property [ rdfs:comment "A `Sensor` shall be associated with exactly 1 of `QuantifiableObservableProperty` or `EnumeratedObservableProperty` using the relation `observes`." ;
sh:class <http://data.ashrae.org/standard223#EnumeratedObservableProperty> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#observes> ] ] ) .
URI: nd74c7e9b224d43e79e5d77665ad408beb1916
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "s223: If the observed `Property` has isDeltaQuantity true, the `Sensor` shall have a `hasReferenceLocation` relation." ;
sh:path <http://data.ashrae.org/standard223#observes> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "s223: If the observed `Property` has isDeltaQuantity true, the `Sensor` shall have a `hasReferenceLocation` relation." ;
sh:message "s223: `Sensor` {$this} has `Property` {?x} with isDeltaQuantity true, but the `Sensor` lacks a reference location." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?x
WHERE {
$this s223:observes/qudt:isDeltaQuantity true .
$this s223:observes ?x .
?x a/rdfs:subClassOf* s223:QuantifiableProperty .
FILTER NOT EXISTS {$this s223:hasReferenceLocation ?y}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb641
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `hasObservationLocation` relation for a `Sensor` from the `Property` that it is observing, only if that `Property` is associated with a single entity." ;
sh:construct """
CONSTRUCT {$this s223:hasObservationLocation ?something .}
WHERE {
{
SELECT ?prop (COUNT (DISTINCT ?measurementLocation) AS ?count) $this
WHERE {
FILTER (NOT EXISTS {$this s223:hasObservationLocation ?anything}) .
$this s223:observes ?prop .
?measurementLocation s223:hasProperty ?prop .
}
GROUP BY ?prop $this
}
FILTER (?count = 1) .
?something s223:hasProperty ?prop .
{?something a/rdfs:subClassOf* s223:Connectable}
UNION
{?something a/rdfs:subClassOf* s223:Connection}
UNION
{?something a/rdfs:subClassOf* s223:ConnectionPoint}
}
""" ;
sh:name "InferredMeasurementLocation" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1484
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "An `ElectricCurrentSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `ElectricCurrent`." ;
sh:message "s223: An `ElectricCurrentSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `ElectricCurrent`." ;
sh:path ( <http://data.ashrae.org/standard223#observes> <http://qudt.org/schema/qudt/hasQuantityKind> ) ;
sh:value <http://qudt.org/vocab/quantitykind/ElectricCurrent> .
URI: nd74c7e9b224d43e79e5d77665ad408beb982
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `HumiditySensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of either `RelativeHumidity` or `AbsoluteHumidity`." ;
sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:message "s223: A `HumiditySensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of either `RelativeHumidity` or `AbsoluteHumidity`." ;
sh:node [ sh:property [ sh:or ( [ sh:hasValue <http://qudt.org/vocab/quantitykind/RelativeHumidity> ] [ sh:hasValue <http://qudt.org/vocab/quantitykind/AbsoluteHumidity> ] ) ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ;
sh:path <http://data.ashrae.org/standard223#observes> .
URI: nd74c7e9b224d43e79e5d77665ad408beb997
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `IlluminanceSensor` shall `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `Illuminance`." ;
sh:message "s223: An `IlluminanceSensor` shall `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `Illuminance`." ;
sh:path <http://data.ashrae.org/standard223#observes> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Property> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Illuminance> ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb770
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `CorrelatedColorTemperatureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `CorrelatedColorTemperature`." ;
sh:message "s223: A `CorrelatedColorTemperatureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `CorrelatedColorTemperature`." ;
sh:path <http://data.ashrae.org/standard223#observes> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Property> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/CorrelatedColorTemperature> ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb798
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `DuvSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `Duv`." ;
sh:message "s223: A `DuvSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of `Duv`." ;
sh:path <http://data.ashrae.org/standard223#observes> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Property> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Duv> ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1021
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `OccupantMotionSensor` shall always observe an `EnumeratedObservableProperty` that has an `EnumerationKind` of `Occupancy-Motion`." ;
sh:class <http://data.ashrae.org/standard223#EnumeratedObservableProperty> ;
sh:message "s223: An `OccupantMotionSensor` shall always observe an `EnumeratedObservableProperty` that has an `EnumerationKind` of `Occupancy-Motion`." ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Occupancy-Motion> ;
sh:maxCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ] ] ;
sh:path <http://data.ashrae.org/standard223#observes> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1024
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `OccupantPresenceSensor` shall always observe an `EnumeratedObservableProperty` that has an `EnumerationKind` of `Occupancy-Presence`." ;
sh:class <http://data.ashrae.org/standard223#EnumeratedObservableProperty> ;
sh:message "s223: An `OccupantPresenceSensor` shall always observe an `EnumeratedObservableProperty` that has an `EnumerationKind` of `Occupancy-Presence`." ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Occupancy-Presence> ;
sh:maxCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ] ] ;
sh:path <http://data.ashrae.org/standard223#observes> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1017
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment """An `OccupantCountSensor` shall always observe a `QuantifiableObservableProperty` that has a `QuantityKind` of `Population` and
a `Unit` of `NUM`.""" ;
sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:message """s223: An `OccupantCountSensor` shall always observe a `QuantifiableObservableProperty` that has a `QuantityKind` of `Population` and
a `Unit` of `NUM`.""" ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/unit/NUM> ;
sh:maxCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Population> ;
sh:maxCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ;
sh:path <http://data.ashrae.org/standard223#observes> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1027
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `ofSubstance` is present it shall associate the `ParticulateSensor` with a `Substance-Particulate`." ;
sh:class <http://data.ashrae.org/standard223#Substance-Particulate> ;
sh:message "s223: If the relation `ofSubstance` is present it shall associate the `ParticulateSensor` with a `Substance-Particulate`." ;
sh:path <http://data.ashrae.org/standard223#ofSubstance> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1518
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `PressureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of Pressure." ;
sh:message "s223: A `PressureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of Pressure." ;
sh:path ( <http://data.ashrae.org/standard223#observes> <http://qudt.org/schema/qudt/hasQuantityKind> ) ;
sh:value <http://qudt.org/vocab/quantitykind/Pressure> .
URI: nd74c7e9b224d43e79e5d77665ad408beb957
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `GaugePressureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a value of true for qudt:isDeltaQuantity." ;
sh:maxCount 1 ;
sh:message "s223: A `GaugePressureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a value of true for qudt:isDeltaQuantity." ;
sh:minCount 1 ;
sh:path ( <http://data.ashrae.org/standard223#observes> <http://qudt.org/schema/qudt/isDeltaQuantity> ) ;
sh:value true .
URI: nd74c7e9b224d43e79e5d77665ad408beb954
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `GaugePressureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of GaugePressure." ;
sh:message "s223: A `GaugePressureSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of GaugePressure." ;
sh:path ( <http://data.ashrae.org/standard223#observes> <http://qudt.org/schema/qudt/hasQuantityKind> ) ;
sh:value <http://qudt.org/vocab/quantitykind/GaugePressure> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1106
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `TemperatureSensor` shall always observe a `QuantifiableObservableProperty` that has a `QuantityKind` of `Temperature`." ;
sh:message "s223: A `TemperatureSensor` shall always observe a `QuantifiableObservableProperty` that has a `QuantityKind` of `Temperature`." ;
sh:path <http://data.ashrae.org/standard223#observes> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Property> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1547
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `VoltageSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of Voltage." ;
sh:message "s223: A `VoltageSensor` shall always `observe` a `QuantifiableObservableProperty` that has a `QuantityKind` of Voltage." ;
sh:path ( <http://data.ashrae.org/standard223#observes> <http://qudt.org/schema/qudt/hasQuantityKind> ) ;
sh:value <http://qudt.org/vocab/quantitykind/Voltage> .
URI: nd74c7e9b224d43e79e5d77665ad408beb698
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `Actuator` shall be associated with at least one `ActuatableProperty` using the relation `actuatedByProperty`." ;
sh:class <http://data.ashrae.org/standard223#ActuatableProperty> ;
sh:message "s223: An `Actuator` shall be associated with at least one `ActuatableProperty` using the relation `actuatedByProperty`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#actuatedByProperty> .
URI: nd74c7e9b224d43e79e5d77665ad408beb697
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `actuates` is present it shall associate the `Actuator` with a piece of `Equipment`." ;
sh:class <http://data.ashrae.org/standard223#Equipment> ;
sh:message "s223: If the relation `actuates` is present it shall associate the `Actuator` with a piece of `Equipment`." ;
sh:path <http://data.ashrae.org/standard223#actuates> .
URI: nd74c7e9b224d43e79e5d77665ad408beb757
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `executes` is present it shall associate the `Controller` with a `Function`." ;
sh:class <http://data.ashrae.org/standard223#Function> ;
sh:message "s223: If the relation `executes` is present it shall associate the `Controller` with a `Function`." ;
sh:path <http://data.ashrae.org/standard223#executes> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1780
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `hasOutput` is present it shall associate a `Function` with a `Property`." ;
sh:class <http://data.ashrae.org/standard223#Property> ;
sh:message "s223: If the relation `hasOutput` is present it shall associate a `Function` with a `Property`." ;
sh:path <http://data.ashrae.org/standard223#hasOutput> .
URI: http://data.ashrae.org/standard223#FunctionPropertyShape
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#FunctionPropertyShape> a sh:NodeShape ;
rdfs:label "Function Property Shape" ;
rdfs:comment "A `Function` must be associated with at least one `Property` using either the relation `hasInput` or `hasOutput`." ;
sh:message "s223: A `Function` must be associated with at least one `Property` using either the relation `hasInput` or `hasOutput`." ;
sh:or ( [ sh:property [ rdfs:comment "A `Function` must be associated with at least one `Property` using either the relation `hasInput` or `hasOutput`." ;
sh:class <http://data.ashrae.org/standard223#Property> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasInput> ] ] [ sh:property [ rdfs:comment "A `Function` must be associated with at least one `Property` using either the relation `hasInput` or `hasOutput`." ;
sh:class <http://data.ashrae.org/standard223#Property> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasOutput> ] ] ) ;
sh:severity sh:Warning ;
sh:targetClass <http://data.ashrae.org/standard223#Function> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1779
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `hasInput` is present it shall associate a `Function` with a `Property`." ;
sh:class <http://data.ashrae.org/standard223#Property> ;
sh:message "s223: If the relation `hasInput` is present it shall associate a `Function` with a `Property`." ;
sh:path <http://data.ashrae.org/standard223#hasInput> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1893
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `connected` is present it shall associate the `Connectable` with a `Connectable`." ;
sh:class <http://data.ashrae.org/standard223#Connectable> ;
sh:message "s223: If the relation `connected` is present it shall associate the `Connectable` with a `Connectable`." ;
sh:name "SymmetricConnectableToConnectableShape" ;
sh:path <http://data.ashrae.org/standard223#connected> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1894
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `connectedThrough` is present it shall associate the `Connectable` with a `Connection`." ;
sh:class <http://data.ashrae.org/standard223#Connection> ;
sh:message "s223: If the relation `connectedThrough` is present it shall associate the `Connectable` with a `Connection`." ;
sh:name "EquipmentToConnectionShape" ;
sh:path <http://data.ashrae.org/standard223#connectedThrough> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1892
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `connectedFrom` is present it shall associate the `Connectable` with a `Connectable`." ;
sh:class <http://data.ashrae.org/standard223#Connectable> ;
sh:message "s223: If the relation `connectedFrom` is present it shall associate the `Connectable` with a `Connectable`." ;
sh:path <http://data.ashrae.org/standard223#connectedFrom> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1887
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `cnx` is present it shall associate the `Connectable` with a `ConnectionPoint`." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: If the relation `cnx` is present it shall associate the `Connectable` with a `ConnectionPoint`." ;
sh:path <http://data.ashrae.org/standard223#cnx> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1891
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `hasConnectionPoint` is present it shall associate the `Connectable` with a `ConnectionPoint`." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: If the relation `hasConnectionPoint` is present it shall associate the `Connectable` with a `ConnectionPoint`." ;
sh:name "EquipmentToConnectionPointShape" ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1890
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `connectedTo` is present it shall associate the `Connectable` with a `Connectable`." ;
sh:class <http://data.ashrae.org/standard223#Connectable> ;
sh:message "s223: If the relation `connectedTo` is present it shall associate the `Connectable` with a `Connectable`." ;
sh:name "ConnectableToConnectableShape" ;
sh:path <http://data.ashrae.org/standard223#connectedTo> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1888
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If a `Connectable` has `connected` or `connectedTo` (i.e. high-level connection specification), it must also have the supporting `cnx` relations (low-level connection specification)." ;
sh:path <http://data.ashrae.org/standard223#cnx> ;
sh:severity sh:Warning ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "If a `Connectable` has the relation`connected` or `connectedTo` (i.e. high-level connection specification), it must also have the supporting `cnx` relations (low-level connection specification)." ;
sh:message "s223: {$this} is s223:connected (high-level) to {?otherC} but not connected at the cnx-level." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?otherC
WHERE {
$this s223:connected ?otherC .
FILTER NOT EXISTS {$this s223:cnx+ ?otherC}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb546
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `connectedFrom` relations using `connectsThrough` and `connectsFrom`." ;
sh:construct """
CONSTRUCT {$this s223:connectedFrom ?equipment .}
WHERE {
$this s223:hasConnectionPoint ?cp .
?cp a s223:InletConnectionPoint .
?cp s223:connectsThrough/s223:connectsFrom ?equipment .
}
""" ;
sh:name "InferredEquipmentToUpstreamEquipmentProperty" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb541
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `connected` relation using `connectedFrom`" ;
sh:construct """
CONSTRUCT {$this s223:connected ?thing .}
WHERE {
$this s223:connectedFrom ?thing .
}
""" ;
sh:name "InferredEquipmentToEquipmentPropertyfromconnectedFrom" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb545
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `hasConnectionPoint` relation using `cnx`" ;
sh:construct """
CONSTRUCT {$this s223:hasConnectionPoint ?thing .}
WHERE {
$this s223:cnx ?thing .
}
""" ;
sh:name "InferredEquipmentToConnectionPointProperty" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb547
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `connectedTo` relation using `connectsThrough` and `connectsTo`." ;
sh:construct """
CONSTRUCT {$this s223:connectedTo ?equipment .}
WHERE {
$this s223:hasConnectionPoint ?cp .
?cp a s223:OutletConnectionPoint .
?cp s223:connectsThrough/s223:connectsTo ?equipment .
}
""" ;
sh:name "InferredEquipmentToDownstreamEquipmentProperty" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb548
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `cnx` relationship using `hasConnectionPoint`." ;
sh:construct """
CONSTRUCT {$this s223:cnx ?thing .}
WHERE {
$this s223:hasConnectionPoint ?thing .
}
""" ;
sh:name "InferredEquipmentToConnectionPointCnxProperty" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb542
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `connectedThrough` relation using `hasConnectionPoint` and `connectsThrough`" ;
sh:construct """
CONSTRUCT {$this s223:connectedThrough ?connection .}
WHERE {
$this s223:hasConnectionPoint/s223:connectsThrough ?connection .
}
""" ;
sh:name "InferredEquipmentToConnectionProperty" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb540
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `connected` relation for BiDirectional connections" ;
sh:construct """
CONSTRUCT {$this s223:connected ?d2 .}
WHERE {
$this s223:connectedThrough/^s223:connectedThrough ?d2 .
FILTER ($this != ?d2) .
FILTER NOT EXISTS {$this s223:contains* ?d2} .
FILTER NOT EXISTS {?d2 s223:contains* $this} .
}
""" ;
sh:name "InferredEquipmentToDownstreamEquipmentProperty" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb539
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `cnx` relation using `isConnectionPointOf`." ;
sh:construct """
CONSTRUCT {$this s223:cnx ?thing .}
WHERE {
$this ^s223:isConnectionPointOf ?thing .
}
""" ;
sh:name "InferredEquipmentToConnectionPointCnxPropertyFromInverse" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb544
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `connected` relation using `connectedTo`" ;
sh:construct """
CONSTRUCT {$this s223:connected ?thing .}
WHERE {
$this s223:connectedTo ?thing .
}
""" ;
sh:name "InferredEquipmentToEquipmentPropertyfromconnectedTo" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb543
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `connected` relation for BiDirectional connections" ;
sh:construct """
CONSTRUCT {$this s223:connected ?d2 .}
WHERE {
$this s223:connectedThrough/^s223:connectedThrough ?d2 .
FILTER ($this != ?d2) .
FILTER NOT EXISTS {$this s223:contains* ?d2} .
FILTER NOT EXISTS {?d2 s223:contains* $this} .
}
""" ;
sh:name "InferredEquipmentToDownstreamEquipmentProperty" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1975
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `hasElectricalPhase` is present it shall associate the `ConnectionPoint` with an ElectricalPhaseIdentifier or ElectricalVoltagePhases." ;
sh:message "s223: If the relation `hasElectricalPhase` is present it shall associate the `ConnectionPoint` with an ElectricalPhaseIdentifier or ElectricalVoltagePhases." ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223#EnumerationKind-ElectricalPhaseIdentifier> ] [ sh:class <http://data.ashrae.org/standard223#EnumerationKind-ElectricalVoltagePhases> ] ) ;
sh:path <http://data.ashrae.org/standard223#hasElectricalPhase> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1962
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ConnectionPoint` can be associated with at most one other `ConnectionPoint` using the relation `mapsTo`" ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:maxCount 1 ;
sh:message "s223: A `ConnectionPoint` can be associated with at most one other `ConnectionPoint` using the relation `mapsTo`" ;
sh:path <http://data.ashrae.org/standard223#mapsTo> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1980
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If a `ConnectionPoint` lacks a `connectsThrough` and `mapsTo` relation, and is not associated with a `Junction` or `Equipment` that is contained by an `Equipment`, then suggest that the `ConnectionPoint` probably needs an association with a `Connection`." ;
sh:path <http://data.ashrae.org/standard223#connectsThrough> ;
sh:severity sh:Info ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "If a `ConnectionPoint` lacks a `connectsThrough` and `mapsTo` relation, and is not associated with a `Junction` or `Equipment` that is contained by an `Equipment`, then suggest that the `ConnectionPoint` probably needs an association with a `Connection`." ;
sh:message "s223: `ConnectionPoint` {$this} probably needs an association with a `Connection`, or use of `hasOptionalConnectionPoint` or `hasBoundaryConnectionPoint` qualifiers." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE {
FILTER NOT EXISTS {?sys1 s223:hasBoundaryConnectionPoint $this} .
FILTER NOT EXISTS {?sys2 s223:hasOptionalConnectionPoint $this} .
FILTER NOT EXISTS {$this s223:connectsThrough ?anything1} .
FILTER NOT EXISTS {$this s223:mapsTo ?anything2} .
$this s223:isConnectionPointOf ?equipment .
FILTER NOT EXISTS {?containerEquipment s223:contains ?equipment} .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1983
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ConnectionPoint` shall be associated with at most one `Connection` using the relation `connectsThrough`." ;
sh:class <http://data.ashrae.org/standard223#Connection> ;
sh:maxCount 1 ;
sh:message "s223: This `ConnectionPoint` shall be associated with at most one `Connection`." ;
sh:name "ConnectionPointToConnectionShape" ;
sh:path <http://data.ashrae.org/standard223#connectsThrough> ;
sh:severity sh:Info .
URI: nd74c7e9b224d43e79e5d77665ad408beb1963
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `ConnectionPoint` must not have both a `mapsTo` and a `connectsThrough` relation." ;
sh:path <http://data.ashrae.org/standard223#mapsTo> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "A `ConnectionPoint` must not have both a `mapsTo` and a `connectsThrough` relation." ;
sh:message "s223: {$this} cannot have both a `mapsTo` {?uppercp} and a `connectsThrough` {?connection}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?uppercp ?connection
WHERE {
$this s223:mapsTo ?uppercp .
$this s223:connectsThrough ?connection .
?connection a/rdfs:subClassOf* s223:Connection .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1982
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ConnectionPoint` shall be associated with exactly one `Connectable` using the relation `isConnectionPointOf`." ;
sh:class <http://data.ashrae.org/standard223#Connectable> ;
sh:maxCount 1 ;
sh:message "s223: A `ConnectionPoint` shall be associated with exactly one `Connectable` using the relation `isConnectionPointOf`." ;
sh:minCount 1 ;
sh:name "ConnectionPointToEquipmentShape" ;
sh:path <http://data.ashrae.org/standard223#isConnectionPointOf> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1958
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If a `ConnectionPoint` `mapsTo` another `ConnectionPoint`, the respective `Equipment` should have a `contains` relation." ;
sh:path <http://data.ashrae.org/standard223#mapsTo> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "If a `ConnectionPoint` `mapsTo` another `ConnectionPoint`, the respective `Equipment` should have a `contains` relation." ;
sh:message "s223: {?otherEquipment} should contain {?equipment} because `ConnectionPoint` {$this} has a `mapsTo` relation." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?equipment ?otherEquipment
WHERE {
$this s223:mapsTo ?otherCP .
?equipment s223:hasConnectionPoint $this .
?otherEquipment s223:hasConnectionPoint ?otherCP .
FILTER NOT EXISTS {?otherEquipment s223:contains ?equipment}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1967
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ConnectionPoint` shall be associated with at most one `Connectable` using the `cnx` relation." ;
sh:message "s223: A `ConnectionPoint` shall be associated with at most one `Connectable` using the `cnx` relation." ;
sh:path <http://data.ashrae.org/standard223#cnx> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Connectable> ] ;
sh:qualifiedValueShapesDisjoint true .
URI: nd74c7e9b224d43e79e5d77665ad408beb1971
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If a `ConnectionPoint` lacks a `connectsThrough` and `mapsTo` relation, but is associated with a `Junction` or `Equipment` that is contained by an `Equipment`, then suggest that the `ConnectionPoint` might need a `mapsTo` relation to a `ConnectionPoint` of the containing `Equipment`." ;
sh:path <http://data.ashrae.org/standard223#mapsTo> ;
sh:severity sh:Info ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "If a `ConnectionPoint` lacks a `connectsThrough` and `mapsTo` relation, but is associated with a `Junction` or `Equipment` that is contained by an `Equipment`, then suggest that the `ConnectionPoint` might need a `mapsTo` relation to a `ConnectionPoint` of the containing `Equipment`." ;
sh:message "s223: `ConnectionPoint` {$this} could be missing a `mapsTo` relation to a `ConnectionPoint` of {?containerEquipment} because it is associated with a `Junction` or `Equipment` that is contained by {?containerEquipment}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?containerEquipment
WHERE {
FILTER NOT EXISTS {$this s223:connectsThrough ?anything1} .
FILTER NOT EXISTS {$this s223:mapsTo ?anything2} .
FILTER NOT EXISTS {?anything3 s223:hasBoundaryConnectionPoint $this} .
$this s223:isConnectionPointOf ?equipment .
?containerEquipment s223:contains ?equipment .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1973
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `hasRole` is present it shall associate the `ConnectionPoint` with an `EnumerationKind-Role`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Role> ;
sh:message "s223: If the relation `hasRole` is present it shall associate the `ConnectionPoint` with an `EnumerationKind-Role`." ;
sh:path <http://data.ashrae.org/standard223#hasRole> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1969
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ConnectionPoint` can be associated with at most one other `ConnectionPoint` using the inverse of relation `mapsTo`" ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:maxCount 1 ;
sh:message "s223: A `ConnectionPoint` can be associated with at most one other `ConnectionPoint` using the inverse of relation `mapsTo`" ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#mapsTo> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1984
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLConstraint ;
rdfs:comment "Subclasses of ConnectionPoint are Disjoint. An instance of a subclass of ConnectionPoint cannot be an instance of multiple such subclasses." ;
sh:message "s223: `ConnectionPoint` {$this} cannot be an instance of both {?subclass1} and {?subclass2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?subclass1 ?subclass2 WHERE {
$this a ?subclass1, ?subclass2 .
?subclass1 rdfs:subClassOf s223:ConnectionPoint .
?subclass2 rdfs:subClassOf s223:ConnectionPoint .
FILTER(?subclass1 != ?subclass2)
}
""" .
URI: nd74c7e9b224d43e79e5d77665ad408beb1960
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Ensure that the Medium identified by a `ConnectionPoint` via the `hasMedium` relation is compatible with the Medium identified by the entity identified by the `mapsTo` relation." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Ensure that the Medium identified by a `ConnectionPoint` via the `hasMedium` relation is compatible with the Medium identified by the entity identified by the `mapsTo` relation." ;
sh:message "s223: {$this} declares a medium of {?a}, but the medium of {?b} is declared by {?target} pointed to by the `mapsTo` relation." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT DISTINCT $this ?a ?b ?target
WHERE {
$this s223:hasMedium ?a .
$this s223:mapsTo+ ?target .
?target s223:hasMedium ?b .
?a a/rdfs:subClassOf* s223:Substance-Medium .
?b a/rdfs:subClassOf* s223:Substance-Medium .
FILTER (?a != ?b ) .
FILTER (NOT EXISTS {?b a/rdfs:subClassOf* ?a}) .
FILTER (NOT EXISTS {?a a/rdfs:subClassOf* ?b}) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1974
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ConnectionPoint` shall be associated with exactly one `Substance-Medium` using the relation `hasMedium`." ;
sh:class <http://data.ashrae.org/standard223#Substance-Medium> ;
sh:maxCount 1 ;
sh:message "s223: A `ConnectionPoint` shall be associated with exactly one `Substance-Medium` using the relation `hasMedium`." ;
sh:minCount 1 ;
sh:name "ConnectionPoint medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1965
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ConnectionPoint` shall be associated with at most one `Connection` using the `cnx` relation" ;
sh:message "s223: A `ConnectionPoint` shall be associated with at most one `Connection` using the `cnx` relation" ;
sh:path <http://data.ashrae.org/standard223#cnx> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Connection> ] ;
sh:qualifiedValueShapesDisjoint true .
URI: nd74c7e9b224d43e79e5d77665ad408beb559
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `hasElectricalPhase` value from any connected `Conductor`." ;
sh:construct """
CONSTRUCT {$this s223:hasElectricalPhase ?phase .}
WHERE {
$this s223:connectsThrough/s223:hasElectricalPhase ?phase .
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1924
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `mapsTo` is present it shall associate the `BidirectionalConnectionPoint` with a `BidirectionalConnectionPoint`." ;
sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:message "s223: If the relation `mapsTo` is present it shall associate the `BidirectionalConnectionPoint` with a `BidirectionalConnectionPoint`." ;
sh:path <http://data.ashrae.org/standard223#mapsTo> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1923
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `pairedConnectionPoint` is present it shall associate the `BidirectionalConnectionPoint` with a `ConnectionPoint`." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: If the relation `pairedConnectionPoint` is present it shall associate the `BidirectionalConnectionPoint` with a `ConnectionPoint`." ;
sh:path <http://data.ashrae.org/standard223#pairedConnectionPoint> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2092
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `pairedConnectionPoint` is present it shall associate the `InletConnectionPoint` with an `OutletConnectionPoint` or `BidirectionalConnectionPoint`." ;
sh:message "s223: If the relation `pairedConnectionPoint` is present it shall associate the `InletConnectionPoint` with an `OutletConnectionPoint` or `BidirectionalConnectionPoint`." ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ] [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ] ) ;
sh:path <http://data.ashrae.org/standard223#pairedConnectionPoint> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2098
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Ensure an `InletConnectionPoint` has a `mapsTo` relation to its containing `Equipment` if it has an external `Connection`" ;
sh:path <http://data.ashrae.org/standard223#mapsTo> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Ensure an `InletConnectionPoint` has a `mapsTo` relation to its containing `Equipment` if it has an external `Connection`" ;
sh:message "s223: {$this} must have a `mapsTo` an `InletConnectionPoint` of {?parentEquipment} and not an external `Connection` from {?sourceEquipment}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?parentEquipment ?sourceEquipment
WHERE {
?equipment s223:hasConnectionPoint $this .
?parentEquipment s223:contains ?equipment .
$this s223:connectsThrough/s223:connectsFrom ?sourceEquipment .
FILTER NOT EXISTS {?parentEquipment s223:contains ?sourceEquipment} .
FILTER NOT EXISTS {$this s223:mapsTo ?anything} .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2097
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `mapsTo` is present it shall associate the `InletConnectionPoint` with an `InletConnectionPoint`." ;
sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:message "s223: If the relation `mapsTo` is present it shall associate the `InletConnectionPoint` with an `InletConnectionPoint`." ;
sh:path <http://data.ashrae.org/standard223#mapsTo> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2055
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `pairedConnectionPoint` is present it shall associate the `OutletConnectionPoint` with an `InletConnectionPoint` or `BidirectionalConnectionPoint`." ;
sh:message "s223: If the relation `pairedConnectionPoint` is present it shall associate the `OutletConnectionPoint` with an `InletConnectionPoint` or `BidirectionalConnectionPoint`." ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ] [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ] ) ;
sh:path <http://data.ashrae.org/standard223#pairedConnectionPoint> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2053
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Ensure an `OutletConnectionPoint` has a `mapsTo` relation to its containing `Equipment` if it has an external `Connection`" ;
sh:path <http://data.ashrae.org/standard223#mapsTo> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Ensure an `OutletConnectionPoint` has a `mapsTo` relation to its containing `Equipment` if it has an external `Connection`" ;
sh:message "s223: {$this} must have a `mapsTo` an `OutletConnectionPoint` of {?parentEquipment} and not an external `Connection` to {?destinationEquipment}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?parentEquipment ?destinationEquipment
WHERE {
?equipment s223:hasConnectionPoint $this .
?parentEquipment s223:contains ?equipment .
$this s223:connectsThrough/s223:connectsTo ?destinationEquipment .
FILTER NOT EXISTS {?parentEquipment s223:contains ?destinationEquipment} .
FILTER NOT EXISTS {$this s223:mapsTo ?anything} .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2052
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `mapsTo` is present it shall associate the `OutletConnectionPoint` with an `OutletConnectionPoint`." ;
sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:message "s223: If the relation `mapsTo` is present it shall associate the `OutletConnectionPoint` with an `OutletConnectionPoint`." ;
sh:path <http://data.ashrae.org/standard223#mapsTo> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1878
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `Connection` shall have two or more `cnx` relations to connection points" ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: A `Connection` shall have two or more `cnx` relations to connection points" ;
sh:path <http://data.ashrae.org/standard223#cnx> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1882
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case 4: A `Connection` with constituents and an associated `ConnectionPoint` with constituents." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 4: A `Connection` with constituents and an associated `ConnectionPoint` with constituents." ;
sh:message "s223: `Connection` {$this} with medium {?m2} is incompatible with {?cp} with medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m2 .
$this s223:hasMedium ?m1 .
?m1 s223:composedOf/s223:ofConstituent ?s1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s11 .
?m2 s223:composedOf/s223:ofConstituent ?s12 .
FILTER (?s11 = ?s12) .
}
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s21 .
?m2 s223:composedOf/s223:ofConstituent ?s22 .
{?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} .
}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1879
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `connectsFrom` is present it shall associate the `Connection` with a `Connectable`." ;
sh:class <http://data.ashrae.org/standard223#Connectable> ;
sh:message "s223: If the relation `connectsFrom` is present it shall associate the `Connection` with a `Connectable`." ;
sh:name "ConnectionToUpstreamConnectableShape" ;
sh:path <http://data.ashrae.org/standard223#connectsFrom> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1877
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Connection` shall have two or more `connectsAt` relations to connection points" ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: A `Connection` shall have two or more `connectsAt` relations to connection points" ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#connectsAt> ;
sh:severity sh:Warning .
URI: nd74c7e9b224d43e79e5d77665ad408beb1866
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case 3: `Connection` with a pure medium and an associated `ConnectionPoint` with constituents." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 3: `Connection` with a pure medium and an associated `ConnectionPoint` with constituents." ;
sh:message "s223: `Connection` {$this} with medium {?m2} is incompatible with {?cp} with medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m2 .
$this s223:hasMedium ?m1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1873
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case 7: Two `ConnectionPoint`s with mediums with constituents." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 7: Two `ConnectionPoint`s with mediums with constituents." ;
sh:message "s223: {?cp1} with medium {?m2} is incompatible with {?cp2} with medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cp1 ?m1 ?cp2 ?m2
WHERE {
$this s223:cnx ?cp1 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp1 s223:hasMedium ?m2 .
$this s223:cnx ?cp2 .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
FILTER (?cp1 != ?cp2 ) .
?cp2 s223:hasMedium ?m1 .
?m1 s223:composedOf/s223:ofConstituent ?s1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s11 .
?m2 s223:composedOf/s223:ofConstituent ?s12 .
FILTER (?s11 = ?s12) .
}
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s21 .
?m2 s223:composedOf/s223:ofConstituent ?s22 .
{?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} .
}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1886
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `hasRole` is present it shall associate the `Connection` with an `EnumerationKind-Role`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Role> ;
sh:message "s223: If the relation `hasRole` is present it shall associate the `Connection` with an `EnumerationKind-Role`." ;
sh:path <http://data.ashrae.org/standard223#hasRole> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1870
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case 6: Two `ConnectionPoint`s, one with a medium with constituents and one with a pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 6: A medium with constituents and a pure medium." ;
sh:message "s223: {?cp1} with medium {?m1} is incompatible with {?cp2} with medium {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cp1 ?m1 ?cp2 ?m2
WHERE {
$this s223:cnx ?cp1 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp1 s223:hasMedium ?m1 .
$this s223:cnx ?cp2 .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
FILTER (?cp1 != ?cp2 ) .
?cp2 s223:hasMedium ?m2 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1864
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case 2: A `Connection` with constituents and an associated `ConnectionPoint` with a pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 2: A `Connection` with constituents and an associated `ConnectionPoint` with a pure medium." ;
sh:message "s223: `Connection` {$this} with medium {?m2} is incompatible with {?cp} with medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m1 .
$this s223:hasMedium ?m2 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1884
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Connection` shall be associated with exactly one `Substance-Medium` using the relation `hasMedium`." ;
sh:class <http://data.ashrae.org/standard223#Substance-Medium> ;
sh:maxCount 1 ;
sh:message "s223: A `Connection` shall be associated with exactly one `Substance-Medium` using the relation `hasMedium`." ;
sh:minCount 1 ;
sh:name "Connection medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1880
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case 5: Two `ConnectionPoint`s with pure mediums." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 5: Two `ConnectionPoint`s with pure mediums." ;
sh:message "s223: {?cp1} with medium {?m1} is incompatible with {?cp2} with medium {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cp1 ?m1 ?cp2 ?m2
WHERE {
$this s223:cnx ?cp1 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp1 s223:hasMedium ?m1 .
$this s223:cnx ?cp2 .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp2 s223:hasMedium ?m2 .
FILTER (?m1 != ?m2 ) .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {?m2 s223:composedOf ?c2}
FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) .
FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) .
}
""" ] .
URI: http://data.ashrae.org/standard223#ConnectionCnxShape
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ConnectionCnxShape> a sh:NodeShape ;
rdfs:label "ConnectionCnxShape" ;
rdfs:comment "You need either an `InletConnectionPoint` and an `OutletConnectionPoint`, or at least one `BidirectionalConnectionPoint` and another `ConnectionPoint` of any type." ;
sh:message "s223: You need either an `InletConnectionPoint` and an `OutletConnectionPoint`, or at least one `BidirectionalConnectionPoint` and another `ConnectionPoint` of any type." ;
sh:or ( [ sh:property [ rdfs:comment "A `Connection` shall have at least two `connectsAt` relations allowing flow in and out of the `Connection`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#connectsAt> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ] ;
sh:qualifiedValueShapesDisjoint true ;
sh:severity sh:Warning ],
[ rdfs:comment "A `Connection` shall have at least two `connectsAt` relations allowing flow in and out of the `Connection`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#connectsAt> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ] ;
sh:qualifiedValueShapesDisjoint true ;
sh:severity sh:Warning ] ] [ sh:property [ rdfs:comment "A `Connection` shall have at least two `connectsAt` relations allowing flow in and out of the `Connection`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#connectsAt> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ] ;
sh:qualifiedValueShapesDisjoint true ;
sh:severity sh:Warning ] ] ) ;
sh:severity sh:Warning ;
sh:targetClass <http://data.ashrae.org/standard223#Connection> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1872
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `connectsTo` is present it shall associate the `Connection` with a `Connectable`." ;
sh:class <http://data.ashrae.org/standard223#Connectable> ;
sh:message "s223: If the relation `connectsTo` is present it shall associate the `Connection` with a `Connectable`." ;
sh:name "ConnectionToDownstreamConnectableShape" ;
sh:path <http://data.ashrae.org/standard223#connectsTo> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1885
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "If the relation `hasThermodynamicPhase` is present it shall associate the `Connection` with at most one `EnumerationKind-ThermodynamicPhase`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-ThermodynamicPhase> ;
sh:maxCount 1 ;
sh:message "s223: If the relation `hasThermodynamicPhase` is present it shall associate the `Connection` with at most one `EnumerationKind-ThermodynamicPhase`." ;
sh:path <http://data.ashrae.org/standard223#hasThermodynamicPhase> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1875
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case 1: A `Connection` with a pure medium and an associated `ConnectionPoint` with a pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 1: Two pure mediums." ;
sh:message "s223: `Connection` {$this} with medium {?m2} is incompatible with {?cp} with medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m1 .
$this s223:hasMedium ?m2 .
FILTER (?m1 != ?m2 ) .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {?m2 s223:composedOf ?c2}
FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) .
FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1868
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `Connection` must only have a `cnx` relation with a `ConnectionPoint`" ;
sh:path <http://data.ashrae.org/standard223#cnx> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "A `Connection` must only have a `cnx` relation with a `ConnectionPoint`" ;
sh:message "s223: {$this} cannot have a s223:cnx relation to {?something}, because {?something} is not a `ConnectionPoint`." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """SELECT $this ?something
WHERE {
$this s223:cnx ?something .
FILTER NOT EXISTS {?something a/rdfs:subClassOf* s223:ConnectionPoint} .
}""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb564
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `connectsAt` relation using the relation `cnx`." ;
sh:construct """
CONSTRUCT {$this s223:connectsAt ?thing .}
WHERE {
$this s223:cnx ?thing .
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb561
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `connectsFrom` relation using the relation `connectsAt`." ;
sh:construct """
CONSTRUCT {$this s223:connectsFrom ?equipment .}
WHERE {
$this s223:connectsAt ?cp .
?cp a s223:OutletConnectionPoint .
?cp s223:isConnectionPointOf ?equipment .
}
""" ;
sh:name "InferredConnectionToUpstreamEquipmentProperty" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb560
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer `cnx` relation using the relation `connectsAt`." ;
sh:construct """
CONSTRUCT {$this s223:cnx ?thing .}
WHERE {
$this s223:connectsAt ?thing .
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb563
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer `cnx` relation using the relation `connectsThrough`." ;
sh:construct """
CONSTRUCT {$this s223:cnx ?thing .}
WHERE {
$this ^s223:connectsThrough ?thing .
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb562
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `connectsTo` relation using the relation `connectsAt`." ;
sh:construct """
CONSTRUCT {$this s223:connectsTo ?equipment .}
WHERE {
$this s223:connectsAt ?cp .
?cp a s223:InletConnectionPoint .
?cp s223:isConnectionPointOf ?equipment .
}
""" ;
sh:name "InferredConnectionToDownstreamEquipmentProperty" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1476
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Ensure the electrical phase is the same as all connected `ConnectionPoint`s" ;
sh:path <http://data.ashrae.org/standard223#hasElectricalPhase> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Ensure the electrical phase is the same as all connected `ConnectionPoint`s" ;
sh:message "s223: {$this} has an electrical phase of {?myphase} which is different from {?cpPhase} for `ConnectionPoint` {?cp}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?myphase ?cp ?cpPhase
WHERE {
$this s223:hasElectricalPhase ?myphase .
$this s223:connectsAt ?cp .
?cp s223:hasElectricalPhase ?cpPhase .
FILTER (?myphase != ?cpPhase) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1478
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "If the relation `hasElectricalPhase` is present it shall associate the `Conductor` with a single ElectricalPhaseIdentifier or ElectricalVoltagePhases value." ;
sh:maxCount 1 ;
sh:message "s223: If the relation `hasElectricalPhase` is present it shall associate the `Conductor` with a single ElectricalPhaseIdentifier or ElectricalVoltagePhases value." ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223#EnumerationKind-ElectricalPhaseIdentifier> ] [ sh:class <http://data.ashrae.org/standard223#EnumerationKind-ElectricalVoltagePhases> ] ) ;
sh:path <http://data.ashrae.org/standard223#hasElectricalPhase> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1483
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Conductor` shall be associated with exactly one `Constituent-Electricity` using the relation `hasMedium`." ;
sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:maxCount 1 ;
sh:message "s223: A `Conductor` shall be associated with exactly one `Constituent-Electricity` using the relation `hasMedium`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasMedium> .
URI: nd74c7e9b224d43e79e5d77665ad408beb538
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `hasElectricalPhase` value from any connected `ConnectionPoint`s." ;
sh:construct """
CONSTRUCT {$this s223:hasElectricalPhase ?phase .}
WHERE {
$this s223:cnx/s223:hasElectricalPhase ?phase .
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1674
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Junction` shall be associated with exactly one `Substance-Medium` using the relation `hasMedium`." ;
sh:class <http://data.ashrae.org/standard223#Substance-Medium> ;
sh:maxCount 1 ;
sh:message "s223: A `Junction` shall be associated with exactly one `Substance-Medium` using the relation `hasMedium`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasMedium> .
URI: http://data.ashrae.org/standard223#JunctionCPShape
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#JunctionCPShape> a sh:NodeShape ;
rdfs:label "JunctionCPShape" ;
rdfs:comment "A `Junction` shall have at least two `ConnectionPoint`s including (a) at least one inlet and one outlet, or (b) at least one bidirectional connection point." ;
sh:message "s223: A `Junction` shall have at least two `ConnectionPoint`s including (a) at least one inlet and one outlet, or (b) at least one bidirectional connection point." ;
sh:or ( [ sh:property [ rdfs:comment "A `Junction` shall have at least two `ConnectionPoint`s including (a) at least one inlet and one outlet, or (b) at least one bidirectional connection point." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ] ;
sh:qualifiedValueShapesDisjoint true ],
[ rdfs:comment "A `Junction` shall have at least two `ConnectionPoint`s including (a) at least one inlet and one outlet, or (b) at least one bidirectional connection point." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ] ;
sh:qualifiedValueShapesDisjoint true ] ] [ sh:property [ rdfs:comment "A `Junction` shall have at least two `ConnectionPoint`s including (a) at least one inlet and one outlet, or (b) at least one bidirectional connection point." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ] ;
sh:qualifiedValueShapesDisjoint true ] ] ) ;
sh:severity sh:Warning ;
sh:targetClass <http://data.ashrae.org/standard223#Junction> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1662
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case 2: A `Junction` with constituents and an associated `ConnectionPoint` with a pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 2: A `Junction` with constituents and an associated `ConnectionPoint` with a pure medium." ;
sh:message "s223: `Junction` {$this} with Medium {?m2} is incompatible with {?cp} with Medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m1 .
$this s223:hasMedium ?m2 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1666
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case 6: Two `ConnectionPoint`s, one with a medium with constituents and one a pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 6: Two `ConnectionPoint`s with a medium with constituents and a pure medium." ;
sh:message "s223: {?cp1} with Medium {?m1} is incompatible with {?cp2} with Medium {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cp1 ?m1 ?cp2 ?m2
WHERE {
$this s223:cnx ?cp1 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp1 s223:hasMedium ?m1 .
$this s223:cnx ?cp2 .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp2 s223:hasMedium ?m2 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1675
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case1: A `Junction` with a pure medium and an associated `ConnectionPoint` with a pure medium." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 1: Two pure mediums." ;
sh:message "s223: `Junction` {$this} with Medium {?m2} is incompatible with {?cp} with Medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m1 .
$this s223:hasMedium ?m2 .
FILTER (?m1 != ?m2 ) .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {?m2 s223:composedOf ?c2}
FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) .
FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1668
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case 7: Two `ConnectionPoint`s with mediums with constituents." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 7: Two `ConnectionPoint`s with mediums with constituents." ;
sh:message "s223: {?cp1} with Medium {?m1} is incompatible with {?cp2} with Medium {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cp1 ?m1 ?cp2 ?m2
WHERE {
$this s223:cnx ?cp1 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp1 s223:hasMedium ?m1 .
$this s223:cnx ?cp2 .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp2 s223:hasMedium ?m2 .
?m1 s223:composedOf/s223:ofConstituent ?s1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s11 .
?m2 s223:composedOf/s223:ofConstituent ?s12 .
FILTER (?s11 = ?s12) .
}
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s21 .
?m2 s223:composedOf/s223:ofConstituent ?s22 .
{?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} .
}
}
""" ] .
URI: http://data.ashrae.org/standard223#JunctionUsageWarning
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
<http://data.ashrae.org/standard223#JunctionUsageWarning> a sh:NodeShape ;
rdfs:label "JunctionUsageWarning" ;
rdfs:comment "This `Junction` is not used to model significant details of a branching point in a connection, and may not be required." ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `Junction` is not used to model significant details of a branching point in a connection, and may not be required." ;
sh:message "s223: This `Junction` {$this} is not used to model significant details of a branching point in a connection, and may not be required." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE {
$this s223:hasConnectionPoint? | s223:connectedThrough? ?junc_cp_conn .
FILTER NOT EXISTS {
# Connection has a relation that is not in the structural or required relationships
{ ?junc_cp_conn ?p ?o . } UNION {?o ?p ?junc_cp_conn . }
FILTER (?p NOT IN (
s223:connected, s223:connectedTo, s223:connectedThrough, s223:hasConnectionPoint,
s223:connectsAt, s223:isConnectionPointOf, s223:cnx, rdf:type, rdfs:label, rdfs:comment
))
} .
}
""" ;
sh:severity sh:Warning ] ;
sh:targetClass <http://data.ashrae.org/standard223#Junction> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1664
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case5: Two `ConnectionPoint`s with pure mediums." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 5: Two `ConnectionPoint`s with pure mediums." ;
sh:message "s223: {?cp1} with Medium {?m1} is incompatible with {?cp2} with Medium {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cp1 ?m1 ?cp2 ?m2
WHERE {
$this s223:cnx ?cp1 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp1 s223:hasMedium ?m1 .
$this s223:cnx ?cp2 .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
FILTER (?cp1 != ?cp2 ) .
?cp2 s223:hasMedium ?m2 .
FILTER (?m1 != ?m2 ) .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {?m2 s223:composedOf ?c2}
FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) .
FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1670
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case 3: `Junction` with a pure medium and an associated `ConnectionPoint` with constituents" ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 3: `Junction` with a pure medium and an associated `ConnectionPoint` with constituents." ;
sh:message "s223: `Junction` {$this} with Medium {?m1} is incompatible with {?cp} with Medium {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m2 .
$this s223:hasMedium ?m1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1672
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case4: `Junction` with constituents and an associated `ConnectionPoint` with constituents." ;
sh:name "Test for compatible declared Medium" ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 4: `Junction` with constituents and an associated `ConnectionPoint` with constituents." ;
sh:message "s223: `Junction` {$this} with Medium {?m2} is incompatible with {?cp} with Medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?cp ?m1
WHERE {
$this s223:cnx ?cp .
?cp a/rdfs:subClassOf* s223:ConnectionPoint .
?cp s223:hasMedium ?m1 .
$this s223:hasMedium ?m2 .
?m1 s223:composedOf/s223:ofConstituent ?s1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s11 .
?m2 s223:composedOf/s223:ofConstituent ?s12 .
FILTER (?s11 = ?s12) .
}
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s21 .
?m2 s223:composedOf/s223:ofConstituent ?s22 .
{?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} .
}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1616
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `System` may be defined with a number of connection points that are the \"boundary\" of the equipment. The `hasBoundaryConnectionPoint` relation is used to reference those connection points of its equipment that must be connected, but in the context of validating the model with the system by itself, the \"dangling connection point\" should not generate a validation error." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: A `System` may be defined with a number of connection points that are the \"boundary\" of the equipment. The `hasBoundaryConnectionPoint` relation is used to reference those connection points of its equipment that must be connected, but in the context of validating the model with the system by itself, the \"dangling connection point\" should not generate a validation error." ;
sh:path <http://data.ashrae.org/standard223#hasBoundaryConnectionPoint> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1617
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a sh:PropertyShape ;
rdfs:comment "A `System` shall be associated with at least one instance of `Equipment` or `System` using the relation `hasMember`." ;
sh:message "s223: A `System` shall be associated with at least one instance of `Equipment` or `System` using the relation `hasMember`." ;
sh:minCount 1 ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223#Equipment> ] [ sh:class <http://data.ashrae.org/standard223#System> ] ) ;
sh:path <http://data.ashrae.org/standard223#hasMember> ;
sh:severity sh:Warning .
URI: nd74c7e9b224d43e79e5d77665ad408beb1615
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `System` may be defined with a number of connection points that are the \"boundary\" of the equipment. The `hasOptionalConnectionPoint` relation is used to reference those connection points of its equipment that may not be connected, the \"dangling connection point\" should not generate a validation error." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: A `System` may be defined with a number of connection points that are the \"boundary\" of the equipment. The `hasOptionalConnectionPoint` relation is used to reference those connection points of its equipment that may not be connected, the \"dangling connection point\" should not generate a validation error." ;
sh:path <http://data.ashrae.org/standard223#hasOptionalConnectionPoint> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1623
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLConstraint ;
rdfs:comment "Ensure that the boundary `ConnectionPoint`s of a `System` belong to only members of that `System`" ;
sh:message "s223: `System` {$this} `hasBoundaryConnectionPoint` {?cp}, belonging to {?con} that is not a member of {?this}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cp ?con
WHERE {
$this s223:hasBoundaryConnectionPoint ?cp .
?cp s223:isConnectionPointOf ?con .
FILTER NOT EXISTS {$this s223:hasMember+ ?con}
}
""" .
URI: nd74c7e9b224d43e79e5d77665ad408beb1622
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `hasRole` is present, it shall associate the `System` with an `EnumerationKind-Role`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Role> ;
sh:message "s223: If the relation `hasRole` is present, it shall associate the `System` with an `EnumerationKind-Role`." ;
sh:path <http://data.ashrae.org/standard223#hasRole> .
URI: nd74c7e9b224d43e79e5d77665ad408beb651
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `hasBoundaryConnectionPoint` relation using `hasOptionalConnectionPoint`." ;
sh:construct """
CONSTRUCT {$this s223:hasBoundaryConnectionPoint ?thing .}
WHERE {
$this s223:hasOptionalConnectionPoint ?thing .
}
""" ;
sh:name "InferredSystemToBoundaryConnectionPointFromOptional" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1688
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `encloses` is present it shall associate the `PhysicalSpace` with a `DomainSpace`." ;
sh:class <http://data.ashrae.org/standard223#DomainSpace> ;
sh:message "s223: If the relation `encloses` is present it shall associate the `PhysicalSpace` with a `DomainSpace`." ;
sh:path <http://data.ashrae.org/standard223#encloses> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1689
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `contains` is present it shall associate the `PhysicalSpace` with a `PhysicalSpace`." ;
sh:class <http://data.ashrae.org/standard223#PhysicalSpace> ;
sh:message "s223: If the relation `contains` is present it shall associate the `PhysicalSpace` with a `PhysicalSpace`." ;
sh:path <http://data.ashrae.org/standard223#contains> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1834
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `DomainSpace` must be enclosed by a `PhysicalSpace`." ;
sh:message "s223: A `DomainSpace` must be enclosed by a `PhysicalSpace`." ;
sh:minCount 1 ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#encloses> ] ;
sh:severity sh:Info .
URI: nd74c7e9b224d43e79e5d77665ad408beb1833
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `DomainSpace` shall be associated with exactly one `EnumerationKind-Domain` using the relation `hasDomain`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Domain> ;
sh:maxCount 1 ;
sh:message "s223: A `DomainSpace` shall be associated with exactly one `EnumerationKind-Domain` using the relation `hasDomain`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomain> .
URI: nd74c7e9b224d43e79e5d77665ad408beb566
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer a `hasDomain` relation by checking any enclosing `Zone` to determine the domain." ;
sh:construct """
CONSTRUCT {$this s223:hasDomain ?domain .}
WHERE {
$this ^s223:hasDomainSpace/s223:hasDomain ?domain .
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1788
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "The associated domain of a `Zone` and the Domain of the `DomainSpace`s it `contains` must be the same." ;
sh:path <http://data.ashrae.org/standard223#hasDomain> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "The associated `EnumerationKind-Domain` of a `Zone` and the `EnumerationKind-Domain` of the `DomainSpace`s it contains must be the same." ;
sh:message "s223: `Zone` {$this} has a Domain of {?domain}, but it contains a `DomainSpace` {?ds} which has a Domain of {?dsdomain}. These should be the same." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT DISTINCT $this ?domain ?ds ?dsdomain
WHERE {
$this a s223:Zone .
$this s223:hasDomain ?domain .
$this s223:contains ?ds .
?ds s223:hasDomain ?dsdomain .
FILTER (?domain != ?dsdomain)
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1790
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Zone` shall be associated with at least one `DomainSpace` using the relation `hasDomainSpace`." ;
sh:class <http://data.ashrae.org/standard223#DomainSpace> ;
sh:message "s223: A `Zone` shall be associated with at least one `DomainSpace` using the relation `hasDomainSpace`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomainSpace> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1791
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Zone` shall be associated with exactly one `EnumerationKind-Domain` using the relation `hasDomain`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Domain> ;
sh:maxCount 1 ;
sh:message "s223: A `Zone` shall be associated with exactly one `EnumerationKind-Domain` using the relation `hasDomain`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomain> .
URI: nd74c7e9b224d43e79e5d77665ad408beb663
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer a `hasDomain` relation by checking any enclosed `DomainSpace`s to determine the domain." ;
sh:construct """
CONSTRUCT {$this s223:hasDomain ?domain .}
WHERE {
$this s223:hasDomainSpace/s223:hasDomain ?domain .
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1221
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of `Zone` matches the constraints defined by g36:Zone, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#Zone> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#Zone> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb664
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer a `hasDomain` relation by checking any enclosing `ZoneGroup` to determine the domain." ;
sh:construct """
CONSTRUCT {$this s223:hasDomain ?domain .}
WHERE {
$this ^s223:hasZone/s223:hasDomain ?domain .
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1722
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ZoneGroup` shall be associated with exactly one `EnumerationKind-Domain` using the relation `hasDomain`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Domain> ;
sh:maxCount 1 ;
sh:message "s223: A `ZoneGroup` shall be associated with exactly one `EnumerationKind-Domain` using the relation `hasDomain`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomain> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1721
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ZoneGroup` shall be associated with at least one `Zone` using the relation `hasZone`." ;
sh:class <http://data.ashrae.org/standard223#Zone> ;
sh:message "s223: A `ZoneGroup` shall be associated with at least one `Zone` using the relation `hasZone`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasZone> .
URI: nd74c7e9b224d43e79e5d77665ad408beb662
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer a `hasDomain` relation by checking any enclosed `Zone`s to determine the domain." ;
sh:construct """
CONSTRUCT {$this s223:hasDomain ?domain .}
WHERE {
$this s223:hasZone/s223:hasDomain ?domain .
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1222
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of `ZoneGroup` matches the constraints defined by g36:ZoneGroup, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#ZoneGroup> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#ZoneGroup> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1823
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `EnumerationKind-Numerical` can be associated with a decimal value using the relation `hasValue`." ;
sh:datatype xsd:decimal ;
sh:path <http://data.ashrae.org/standard223#hasValue> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1825
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `EnumerationKind-Numerical` shall be associated with at least one Unit using the relation `hasUnit`." ;
sh:class <http://qudt.org/schema/qudt/Unit> ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ;
sh:severity sh:Info .
URI: nd74c7e9b224d43e79e5d77665ad408beb1824
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `EnumerationKind-Numerical` shall be associated with at least one QuantityKind using the relation `hasQuantityKind`." ;
sh:class <http://qudt.org/schema/qudt/QuantityKind> ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1815
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `Numerical-Frequency` shall have a `QuantityKind` of `Frequency`" ;
sh:hasValue <http://qudt.org/vocab/quantitykind/Frequency> ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1814
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `Numerical-Frequency` shall have a `Unit` of `Hertz`" ;
sh:hasValue <http://qudt.org/vocab/unit/HZ> ;
sh:path <http://qudt.org/schema/qudt/hasUnit> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1922
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A Numerical-LineLineVoltage shall have a `Numerical-Voltage`" ;
sh:class <http://data.ashrae.org/standard223#Numerical-Voltage> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasVoltage> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1930
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A Numerical-LineNeutralVoltage shall have a `Numerical-Voltage`" ;
sh:class <http://data.ashrae.org/standard223#Numerical-Voltage> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasVoltage> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2041
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `Numerical-Voltage` shall have a `Unit` of `Volts`" ;
sh:hasValue <http://qudt.org/vocab/unit/V> ;
sh:path <http://qudt.org/schema/qudt/hasUnit> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2042
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `Numerical-Voltage` shall have a `QuantityKind` of `Voltage`" ;
sh:hasValue <http://qudt.org/vocab/quantitykind/Voltage> ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1787
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A DC-Voltage shall have a `Numerical-Voltage`" ;
sh:class <http://data.ashrae.org/standard223#Numerical-Voltage> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasVoltage> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1804
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If a substance has a constituent, that constituent may not itself have constituents." ;
sh:path <http://data.ashrae.org/standard223#composedOf> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "If a substance has a constituent, that constituent may not itself have constituents." ;
sh:message "s223: This substance {$this} has a constituent {?constituent} that itself composed ofs {?nextConstituent}. Create new substance with only atomic constituents." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?constituent ?nextConstituent
WHERE {
$this s223:composedOf ?constituent .
?constituent s223:ofConstituent/s223:composedOf ?nextConstituent .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1803
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment """If the relation `composedOf` is present, it shall associate an `EnumerationKind-Substance` with one or more Properties that
identify and characterize its constituents. The `Property` identifies the constituent using the relation `ofConstituent`. If appropriate, a
`QuantifiableProperty` may be used to also specify the amount of the constituent using the relations `qudt:hasQuantityKind`, `qudt:hasUnit`, and `qudt:hasValue`.
For example, see {s223:Water-GlycolSolution}.""" ;
sh:class <http://data.ashrae.org/standard223#Property> ;
sh:path <http://data.ashrae.org/standard223#composedOf> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2085
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An AC electricity medium shall have a voltage." ;
sh:minCount 1 ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223#Numerical-LineLineVoltage> ] [ sh:class <http://data.ashrae.org/standard223#Numerical-LineNeutralVoltage> ] [ sh:class <http://data.ashrae.org/standard223#Numerical-Voltage> ] ) ;
sh:path <http://data.ashrae.org/standard223#hasVoltage> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2084
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An AC electricity medium shall have a number of electrical phases." ;
sh:class <http://data.ashrae.org/standard223#Numerical-NumberOfElectricalPhases> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasNumberOfElectricalPhases> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2083
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An AC electricity medium shall have a frequency" ;
sh:class <http://data.ashrae.org/standard223#Numerical-Frequency> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasFrequency> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1859
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A DC electricity medium shall have one or two reference voltages." ;
sh:class <http://data.ashrae.org/standard223#Numerical-Voltage> ;
sh:maxCount 2 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasVoltage> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1718
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `hasFreezingPoint` is used, the object shall be a `QuantifiableProperty` with a `QuantityKind` of `Temperature`." ;
sh:class <http://data.ashrae.org/standard223#QuantifiableProperty> ;
sh:message "s223: If the relation `hasFreezingPoint` is used, the object shall be a `QuantifiableProperty` with a `QuantityKind` of `Temperature`." ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ;
sh:path <http://data.ashrae.org/standard223#hasFreezingPoint> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1707
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "One of the constituents of a `Water-GlycolSolution` shall be `Constituent-H2O`." ;
sh:path <http://data.ashrae.org/standard223#composedOf> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableProperty> ;
sh:node [ sh:property [ rdfs:comment "One of the constituents of a `Water-GlycolSolution` shall be `Constituent-H2O`." ;
sh:hasValue <http://data.ashrae.org/standard223#Constituent-H2O> ;
sh:path <http://data.ashrae.org/standard223#ofConstituent> ],
[ rdfs:comment "The `QuantityKind` of the constituent shall be `VolumeFraction`." ;
sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFraction> ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1712
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "There shall be at least two QuantifiableProperties that characterize the constituents of a `Water-GlycolSolution`." ;
sh:class <http://data.ashrae.org/standard223#QuantifiableProperty> ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#composedOf> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1713
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "One of the constituents of a `Water-GlycolSolution` shall be `Constituent-Glycol`." ;
sh:path <http://data.ashrae.org/standard223#composedOf> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableProperty> ;
sh:node [ sh:property [ rdfs:comment "One of the constituents of a `Water-GlycolSolution` shall be `Constituent-Glycol`." ;
sh:hasValue <http://data.ashrae.org/standard223#Constituent-Glycol> ;
sh:path <http://data.ashrae.org/standard223#ofConstituent> ],
[ rdfs:comment "The `QuantityKind` of the constituent shall be `VolumeFraction`." ;
sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFraction> ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1950
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `hasAspect` is present, it shall associate the `Property` with an `EnumerationKind`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind> ;
sh:message "s223: If the relation `hasAspect` is present, it shall associate the `Property` with an `EnumerationKind`." ;
sh:path <http://data.ashrae.org/standard223#hasAspect> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1943
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLConstraint ;
rdfs:comment "If an incoming relation `composedOf` exists, then the `Property` must have a declared substance using the relation `ofConstituent`." ;
sh:message "s223: `Property` {$this} is referred to by {?something} with s223:composedOf, but the `Property` has no value for s223:ofConstituent." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?something
WHERE {
?something s223:composedOf $this .
FILTER NOT EXISTS {$this s223:ofConstituent ?someSubstance} .
}
""" .
URI: nd74c7e9b224d43e79e5d77665ad408beb1944
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If a `Property` has an `ofSubstance` relation, it should also have an `ofMedium` relation." ;
sh:path <http://data.ashrae.org/standard223#ofSubstance> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "If a `Property` has an `ofSubstance` relation, it should also have an `ofMedium` relation." ;
sh:message "s223: Since Property {$this} has an `ofSubstance` relation, it should also have an `ofMedium` relation." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE {
$this s223:ofSubstance ?substance .
FILTER NOT EXISTS {$this s223:ofMedium ?medium} .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1949
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Property` can be associated with at most one `EnumerationKind-Substance` using the relation `ofSubstance`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind-Substance> ;
sh:maxCount 1 ;
sh:message "s223: A `Property` can be associated with at most one `EnumerationKind-Substance` using the relation `ofSubstance`." ;
sh:path <http://data.ashrae.org/standard223#ofSubstance> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1933
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "If the relation `hasInternalReference` is present it shall associate the `Property` with at most one other `Property`." ;
sh:class <http://data.ashrae.org/standard223#Property> ;
sh:maxCount 1 ;
sh:message "s223: If the relation `hasInternalReference` is present it shall associate the `Property` with at most one other `Property`." ;
sh:path <http://data.ashrae.org/standard223#hasInternalReference> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1947
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Property` can be associated with at most one `Function` using the inverse relation `hasOutput`." ;
sh:class <http://data.ashrae.org/standard223#Function> ;
sh:maxCount 1 ;
sh:message "s223: A `Property` can be associated with at most one `Function` using the inverse relation `hasOutput`." ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#hasOutput> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1946
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Property` can be associated with at most one `Substance-Medium` using the relation `ofMedium`." ;
sh:class <http://data.ashrae.org/standard223#Substance-Medium> ;
sh:maxCount 1 ;
sh:message "s223: A `Property` can be associated with at most one `Substance-Medium` using the relation `ofMedium`." ;
sh:path <http://data.ashrae.org/standard223#ofMedium> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1951
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLConstraint ;
rdfs:comment "A `Property` cannot be declared an instance of both an `ActuatableProperty` and an `ObservableProperty`." ;
sh:message "s223: {$this} cannot be declared an instance of both an `ActuatableProperty` and an `ObservableProperty`." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE {
$this a/rdfs:subClassOf* s223:ActuatableProperty .
$this a/rdfs:subClassOf* s223:ObservableProperty .
}
""" .
URI: nd74c7e9b224d43e79e5d77665ad408beb1935
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `Property` must not have both a `hasExternalReference` and a `hasValue` relation." ;
sh:path <http://data.ashrae.org/standard223#hasValue> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "A `Property` must not have both a `hasExternalReference` and a `hasValue` relation." ;
sh:message "s223: {$this} cannot have both a `hasExternalReference` and a `hasValue` relation." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE {
$this s223:hasExternalReference ?ext .
$this s223:hasValue ?val .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1940
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Property` must not be observed (set) by more than one entity." ;
sh:maxCount 1 ;
sh:message "s223: A `Property` must not be observed (set) by more than one entity." ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#observes> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1934
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `hasExternalReference` is present it shall associate the `Property` with an `ExternalReference`." ;
sh:class <http://data.ashrae.org/standard223#ExternalReference> ;
sh:message "s223: If the relation `hasExternalReference` is present it shall associate the `Property` with an `ExternalReference`." ;
sh:path <http://data.ashrae.org/standard223#hasExternalReference> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1939
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Property` can use at most one relation `hasValue` if it is required to provide a static value in the model. It is not meant for real-time value (see {s223:hasExternalReference})." ;
sh:maxCount 1 ;
sh:message "s223: A `Property` can use at most one relation `hasValue` if it is required to provide a static value in the model. It is not meant for real-time value (see {s223:hasExternalReference})." ;
sh:path <http://data.ashrae.org/standard223#hasValue> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1937
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `Property` must not have both a `hasInternalReference` and a `hasValue` relation." ;
sh:path <http://data.ashrae.org/standard223#hasInternalReference> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "A `Property` must not have both a `hasInternalReference` and a `hasValue` relation." ;
sh:message "s223: {$this} cannot have both a `hasInternalReference` and a `hasValue` relation." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE {
$this s223:hasInternalReference ?int .
$this s223:hasValue ?val .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1931
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `Property` must not have both a `hasInternalReference` and a `hasExternalReference` relation." ;
sh:path <http://data.ashrae.org/standard223#hasInternalReference> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "A `Property` must not have both a `hasInternalReference` and a `hasExternalReference` relation." ;
sh:message "s223: {$this} cannot have both a `hasInternalReference` and a `hasExternalReference` relation." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE {
$this s223:hasInternalReference ?int .
$this s223:hasExternalReference ?ext .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb505
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ActuatableProperty` normally is referred to by `Equipment` using the relation `actuatedByProperty`." ;
sh:class <http://data.ashrae.org/standard223#Equipment> ;
sh:message "s223: An `ActuatableProperty` normally is referred to by `Equipment` using the relation `actuatedByProperty`." ;
sh:minCount 1 ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#actuatedByProperty> ] ;
sh:severity sh:Warning .
URI: nd74c7e9b224d43e79e5d77665ad408beb1683
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ObservableProperty` is usually referred to by a `Sensor` using the relation `observes`." ;
sh:class <http://data.ashrae.org/standard223#Sensor> ;
sh:message "s223: An `ObservableProperty` is usually referred to by a `Sensor` using the relation `observes`." ;
sh:minCount 1 ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#observes> ] ;
sh:severity sh:Warning .
URI: nd74c7e9b224d43e79e5d77665ad408beb1658
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `EnumerableProperty` shall be associated with exactly one `EnumerationKind` using the relation `hasEnumerationKind`." ;
sh:class <http://data.ashrae.org/standard223#EnumerationKind> ;
sh:maxCount 1 ;
sh:message "s223: An `EnumerableProperty` shall be associated with exactly one `EnumerationKind` using the relation `hasEnumerationKind`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1656
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Checks for valid enumeration value consistent with the stated `EnumerationKind`." ;
sh:path <http://data.ashrae.org/standard223#hasValue> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Checks for valid enumeration value consistent with the stated `EnumerationKind`." ;
sh:message "s223: {$this} has an enumeration value of {?value} which is not a valid {?kind}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?value ?kind
WHERE {
$this s223:hasValue ?value .
$this s223:hasEnumerationKind ?kind .
FILTER (NOT EXISTS {?value a/rdfs:subClassOf* ?kind}) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2005
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "This `QuantifiableProperty` cannot have a value without a `Unit`." ;
sh:path <http://data.ashrae.org/standard223#hasValue> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` cannot have a value without a `Unit`." ;
sh:message "s223: {$this} referenced by {?subject} has a value of {?v} but does not specify a `Unit`." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?v ?subject
WHERE {
$this s223:hasValue ?v .
FILTER NOT EXISTS {$this qudt:hasUnit ?u} .
?subject ?p $this .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2016
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `QuantifiableProperty` can be associated with a `QuantifiableProperty` using the relation `hasSetpoint`." ;
sh:class <http://data.ashrae.org/standard223#QuantifiableProperty> ;
sh:message "s223: A `QuantifiableProperty` can be associated with a `QuantifiableProperty` using the relation `hasSetpoint`." ;
sh:path <http://data.ashrae.org/standard223#hasSetpoint> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1997
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "This `QuantifiableProperty` and the Setpoint associated with it have non-commensurate `QuantityKind`s." ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` and the Setpoint associated with it have non-commensurate `QuantityKind`s." ;
sh:message "s223: {$this} uses `QuantityKind` {?pqk} with DimensionVector {?pdv}, while Setpoint {?setpoint} uses `QuantityKind` {?sqk} with DimensionVector {?sdv}. These are non-commensurate" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?setpoint ?pqk ?sqk ?pdv ?sdv
WHERE {
$this qudt:hasQuantityKind ?pqk .
$this s223:hasSetpoint ?setpoint .
?setpoint qudt:hasQuantityKind ?sqk .
?pqk qudt:hasDimensionVector ?pdv .
?sqk qudt:hasDimensionVector ?sdv .
FILTER (?pqk != ?sqk) .
FILTER (?pdv != ?sdv) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2012
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `QuantifiableProperty` can be associated with at most one `Unit` using the relation `hasUnit`." ;
sh:class <http://qudt.org/schema/qudt/Unit> ;
sh:maxCount 1 ;
sh:message "s223: A `QuantifiableProperty` can be associated with at most one `Unit` using the relation `hasUnit`." ;
sh:path <http://qudt.org/schema/qudt/hasUnit> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1999
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "This `QuantifiableProperty` and the deadband associated with it have non-commensurate `QuantityKind`s." ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` and the deadband associated with it have non-commensurate `QuantityKind`s." ;
sh:message "s223: {$this} uses `QuantityKind` {?pqk} with DimensionVector {?pdv}, while deadband {?deadband} uses `QuantityKind` {?dqk} with DimensionVector {?ddv}. These are non-commensurate" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?deadband ?pqk ?dqk ?pdv ?ddv
WHERE {
$this qudt:hasQuantityKind ?pqk .
$this s223:hasDeadband ?deadband .
?deadband qudt:hasQuantityKind ?dqk .
?pqk qudt:hasDimensionVector ?pdv .
?dqk qudt:hasDimensionVector ?ddv .
FILTER (?pqk != ?dqk) .
FILTER (?pdv != ?ddv) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2011
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `QuantifiableProperty` can be associated with an `EnumerableProperty` using the relation `hasAlarmStatus`." ;
sh:class <http://data.ashrae.org/standard223#EnumerableProperty> ;
sh:message "s223: A `QuantifiableProperty` can be associated with an `EnumerableProperty` using the relation `hasAlarmStatus`." ;
sh:path <http://data.ashrae.org/standard223#hasAlarmStatus> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2007
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `QuantifiableProperty` should use `s223:hasValue` instead of `qudt:value`." ;
sh:maxCount 0 ;
sh:message "s223: A `QuantifiableProperty` should use `s223:hasValue` instead of `qudt:value`." ;
sh:path <http://qudt.org/schema/qudt/value> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2024
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "This `QuantifiableProperty` and the associated setpoint use non-commensurate `Unit`s." ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` and the associated setpoint use non-commensurate `Unit`s." ;
sh:message "s223: {$this} uses `Unit` {?punit}, while setpoint {?setpoint} uses `Unit` {?sunit}. These are non-commensurate." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?setpoint ?punit ?sunit
WHERE {
$this qudt:hasUnit ?punit .
$this s223:hasSetpoint ?setpoint .
?setpoint qudt:hasUnit ?sunit .
?punit qudt:hasDimensionVector ?pdv .
?sunit qudt:hasDimensionVector ?sdv .
FILTER (?punit != ?sunit) .
FILTER (?pdv != ?sdv) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2001
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "This `QuantifiableProperty` and the associated deadband use non-commensurate `Unit`s." ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` and the associated deadband use non-commensurate `Unit`s." ;
sh:message "s223: {$this} uses `Unit` {?punit}, while deadband {?deadband} uses `Unit` {?dunit}. These are non-commensurate." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?deadband ?punit ?dunit
WHERE {
$this qudt:hasUnit ?punit .
$this s223:hasDeadband ?deadband .
?deadband qudt:hasUnit ?dunit .
?punit qudt:hasDimensionVector ?pdv .
?dunit qudt:hasDimensionVector ?ddv .
FILTER (?punit != ?dunit) .
FILTER (?pdv != ?ddv) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2008
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `QuantifiableProperty` can be associated with a`QuantifiableProperty` using the relation `hasThreshold`." ;
sh:class <http://data.ashrae.org/standard223#QuantifiableProperty> ;
sh:message "s223: A `QuantifiableProperty` can be associated with a`QuantifiableProperty` using the relation `hasThreshold`." ;
sh:path <http://data.ashrae.org/standard223#hasThreshold> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2009
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "This `QuantifiableProperty` uses a different `Unit` than the deadband associated with it." ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ;
sh:severity sh:Info ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` uses a different `Unit` than the deadband associated with it." ;
sh:message "s223: {$this} uses `Unit` {?punit}, while deadband {?deadband} uses `Unit` {?dunit}. Be careful." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?deadband ?punit ?dunit
WHERE {
$this qudt:hasUnit ?punit .
$this s223:hasDeadband ?deadband .
?deadband qudt:hasUnit ?dunit .
?punit qudt:hasDimensionVector ?pdv .
?dunit qudt:hasDimensionVector ?ddv .
FILTER (?punit != ?dunit) .
FILTER (?pdv = ?ddv) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2021
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "This `QuantifiableProperty` uses a different `Unit` than the threshold associated with it." ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ;
sh:severity sh:Info ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` uses a different `Unit` than the threshold associated with it." ;
sh:message "s223: {$this} uses `Unit` {?punit}, while threshold {?threshold} uses `Unit` {?tunit}. Be careful." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?threshold ?punit ?tunit
WHERE {
$this qudt:hasUnit ?punit .
$this s223:hasThreshold ?threshold .
?threshold qudt:hasUnit ?tunit .
?punit qudt:hasDimensionVector ?pdv .
?tunit qudt:hasDimensionVector ?tdv .
FILTER (?punit != ?tunit) .
FILTER (?pdv = ?tdv) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2017
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment """A `QuantifiableProperty` can be associated with an optional Boolean flag using the relation isDeltaQuantity.
If the relation isDeltaQuantity has a value of true, the associated value should be interpreted as a difference reading, such as a
temperature difference. This is needed to distinguish between a temperature reading and a temperature difference reading, which
affects unit conversion calculations.""" ;
sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:message """s223: A `QuantifiableProperty` can be associated with an optional Boolean flag using the relation isDeltaQuantity.
If the relation isDeltaQuantity has a value of true, the associated value should be interpreted as a difference reading, such as a
temperature difference. This is needed to distinguish between a temperature reading and a temperature difference reading, which
affects unit conversion calculations.""" ;
sh:path <http://qudt.org/schema/qudt/isDeltaQuantity> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2026
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLConstraint ;
rdfs:comment "Checks for consistent dimension vectors for a `QuantityKind` and the `Unit`" ;
sh:message "s223: Inconsistent dimensionalities among the `Property`'s `Unit` and `Property`'s `QuantityKind`" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this
WHERE
{
$this qudt:hasQuantityKind/qudt:hasDimensionVector ?qkdv1 .
$this qudt:hasUnit/qudt:hasDimensionVector ?qkdv2 .
FILTER (?qkdv1 != ?qkdv2) .
}
""" .
URI: nd74c7e9b224d43e79e5d77665ad408beb2003
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "This `QuantifiableProperty` and the associated threshold use non-commensurate `Unit`s." ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` and the associated threshold use non-commensurate `Unit`s." ;
sh:message "s223: {$this} uses `Unit` {?punit}, while threshold {?threshold} uses `Unit` {?tunit}. These are non-commensurate." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?threshold ?punit ?tunit
WHERE {
$this qudt:hasUnit ?punit .
$this s223:hasThreshold ?threshold .
?threshold qudt:hasUnit ?tunit .
?punit qudt:hasDimensionVector ?pdv .
?tunit qudt:hasDimensionVector ?tdv .
FILTER (?punit != ?tunit) .
FILTER (?pdv != ?tdv) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2015
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment """Normally, a `QuantifiableProperty` is associated with a static decimal value using `hasValue`, along with a single
`Unit` and `QuantityKind`. However, in some cases, a `QuantifiableProperty` may instead be associated with a `QuantityValue` using the relation
`quantityValue`. This allows the `QuantityValue` to express multiple equivalent combinations of `Unit` and value.""" ;
sh:class <http://qudt.org/schema/qudt/QuantityValue> ;
sh:message """s223: Normally, a `QuantifiableProperty` is associated with a static decimal value using `hasValue`, along with a single
`Unit` and `QuantityKind`. However, in some cases, a `QuantifiableProperty` may instead be associated with a `QuantityValue` using the relation
`quantityValue`. This allows the `QuantityValue` to express multiple equivalent combinations of `Unit` and value.""" ;
sh:path <http://qudt.org/schema/qudt/quantityValue> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2018
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "This `QuantifiableProperty` uses a different `Unit` than the setpoint associated with it." ;
sh:path <http://qudt.org/schema/qudt/hasUnit> ;
sh:severity sh:Info ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` uses a different `Unit` than the setpoint associated with it." ;
sh:message "s223: {$this} uses `Unit` {?punit}, while setpoint {?setpoint} uses `Unit` {?sunit}. Be careful." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?setpoint ?punit ?sunit
WHERE {
$this qudt:hasUnit ?punit .
$this s223:hasSetpoint ?setpoint .
?setpoint qudt:hasUnit ?sunit .
?punit qudt:hasDimensionVector ?pdv .
?sunit qudt:hasDimensionVector ?sdv .
FILTER (?punit != ?sunit) .
FILTER (?pdv = ?sdv) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2013
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "This `QuantifiableProperty` and the threshold associated with it have non-commensurate `QuantityKind`s." ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "This `QuantifiableProperty` and the threshold associated with it have non-commensurate `QuantityKind`s." ;
sh:message "s223: {$this} uses `QuantityKind` {?pqk} with DimensionVector {?pdv}, while threshold {?threshold} uses `QuantityKind` {?tqk} with DimensionVector {?tdv}. These are non-commensurate" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?threshold ?pqk ?sqk ?pdv ?sdv
WHERE {
$this qudt:hasQuantityKind ?pqk .
$this s223:hasThreshold ?threshold .
?threshold qudt:hasQuantityKind ?tqk .
?pqk qudt:hasDimensionVector ?pdv .
?tqk qudt:hasDimensionVector ?tdv .
FILTER (?pqk != ?tqk) .
FILTER (?pdv != ?tdv) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb2020
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `QuantifiableProperty` can be associated with a `QuantifiableProperty` using the relation `hasDeadband`." ;
sh:class <http://data.ashrae.org/standard223#QuantifiableProperty> ;
sh:message "s223: A `QuantifiableProperty` can be associated with a `QuantifiableProperty` using the relation `hasDeadband`." ;
sh:path <http://data.ashrae.org/standard223#hasDeadband> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2023
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `QuantifiableProperty` shall be associated with a `QuantityKind` using the relation `hasQuantityKind`." ;
sh:class <http://qudt.org/schema/qudt/QuantityKind> ;
sh:maxCount 1 ;
sh:message "s223: A `QuantifiableProperty` shall be associated with a `QuantityKind` using the relation `hasQuantityKind`." ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> .
URI: nd74c7e9b224d43e79e5d77665ad408beb589
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `hasAspect s223:Aspect-Deadband` for properties referred to by `hasDeadband`" ;
sh:construct """
CONSTRUCT {?y s223:hasAspect s223:Aspect-Deadband}
WHERE {
?prop s223:hasDeadband ?y .
FILTER NOT EXISTS {?y s223:hasAspect s223:Aspect-Deadband}
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb590
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `hasAspect s223:Aspect-Threshold` for properties referred to by `hasThreshold`" ;
sh:construct """
CONSTRUCT {?y s223:hasAspect s223:Aspect-Threshold}
WHERE {
?prop s223:hasThreshold ?y .
FILTER NOT EXISTS {?y s223:hasAspect s223:Aspect-Threshold}
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb591
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `hasQuantityKind` relation if it is unambiguous." ;
sh:construct """
CONSTRUCT {
$this qudt:hasQuantityKind ?uniqueqk
}
WHERE {
{
SELECT $this (COUNT (DISTINCT (?qk)) AS ?count)
WHERE {
FILTER (NOT EXISTS {$this qudt:hasQuantityKind ?something}) .
$this qudt:hasUnit/qudt:hasQuantityKind ?qk .
}
GROUP BY $this
}
FILTER (?count = 1)
$this qudt:hasUnit/qudt:hasQuantityKind ?uniqueqk .
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb588
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:SPARQLRule ;
rdfs:comment "Infer the `hasAspect s223:Aspect-Setpoint` for properties referred to by `hasSetpoint`" ;
sh:construct """
CONSTRUCT {?y s223:hasAspect s223:Aspect-Setpoint}
WHERE {
?prop s223:hasSetpoint ?y .
FILTER NOT EXISTS {?y s223:hasAspect s223:Aspect-Setpoint}
}
""" ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/inference/model-rules> .
URI: nd74c7e9b224d43e79e5d77665ad408beb2027
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "A `QuantifiableObservableProperty` can be associated with zero or more `QuantifiableProperty`(s) indicating the desired value(s) which the control process is trying to maintain using the relation `hasSetpoint`." ;
sh:class <http://data.ashrae.org/standard223#QuantifiableProperty> ;
sh:message "s223: A `QuantifiableObservableProperty` can be associated with zero or more `QuantifiableProperty`(s) indicating the desired value(s) which the control process is trying to maintain using the relation `hasSetpoint`." ;
sh:path <http://data.ashrae.org/standard223#hasSetpoint> .
URI: nd74c7e9b224d43e79e5d77665ad408beb511
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a sh:PropertyShape ;
rdfs:comment "If the relation `device-name` is present it associates the external reference with a BACnet device having the specific device name." ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:minCount 0 ;
sh:path <http://data.ashrae.org/bacnet/2020#device-name> .
URI: nd74c7e9b224d43e79e5d77665ad408beb512
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a sh:PropertyShape ;
rdfs:comment "If the relation `property-identifier` is present it is either a decimal number or exactly equal to the ASHRAE 135-2020 Clause 21 identifier text of BACnetPropertyIdentifier. If it is omitted, it defaults to \"present-value\" except for BACnet File objects, where absence of `property-identifier` refers to the entire content of the file accessed with Stream Access." ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:minCount 0 ;
sh:path <http://data.ashrae.org/bacnet/2020#property-identifier> .
URI: nd74c7e9b224d43e79e5d77665ad408beb513
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a sh:PropertyShape ;
rdfs:comment "If the relation `device-identifier` is present it associates the external reference with a BACnet device having the specific device identifier." ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:minCount 0 ;
sh:path <http://data.ashrae.org/bacnet/2020#device-identifier> ;
sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" .
URI: nd74c7e9b224d43e79e5d77665ad408beb509
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a sh:PropertyShape ;
rdfs:comment "If the relation `property-array-index` is present it provides the index for reading items from a property that is an array." ;
sh:datatype xsd:nonNegativeInteger ;
sh:maxCount 1 ;
sh:minCount 0 ;
sh:path <http://data.ashrae.org/bacnet/2020#property-array-index> .
URI: nd74c7e9b224d43e79e5d77665ad408beb507
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a sh:PropertyShape ;
rdfs:comment "If the relation `object-name` is present it associates the external reference with the BACnet object having the specific object name." ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:minCount 0 ;
sh:path <http://data.ashrae.org/bacnet/2020#object-name> .
URI: nd74c7e9b224d43e79e5d77665ad408beb510
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a sh:PropertyShape ;
rdfs:comment "If the relation `object-identifier` is present it associates the external reference with the BACnet object having the specific object identifier." ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:minCount 0 ;
sh:path <http://data.ashrae.org/bacnet/2020#object-identifier> ;
sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$" .
URI: nd74c7e9b224d43e79e5d77665ad408beb508
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a sh:PropertyShape ;
rdfs:comment "If the relation `priority-for-writing` is present it provides the priority for writing values to the object." ;
sh:datatype xsd:nonNegativeInteger ;
sh:maxCount 1 ;
sh:minCount 0 ;
sh:path <http://data.ashrae.org/bacnet/2020#priority-for-writing> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1989
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `AirHandlingUnit` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: An `AirHandlingUnit` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1985
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `AirHandlingUnit` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: An `AirHandlingUnit` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1192
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:MultipleZoneVAVAirHandlingUnit and has a common economizer/minimum outdoor air damper, it will be declared as an instance of this class." ;
sh:condition [ sh:property [ rdfs:comment "For units with a common economizer/minimum OA damper, must have exactly one economizer/minimum outdoor air damper." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-OutdoorAirIntake> ] ],
[ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Economizer> ] ] ] ] ] ],
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-CommonDamper> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1185
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:DualFanDualDuctAirHandlingUnit, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#DualFanDualDuctAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#DualFanDualDuctAirHandlingUnit> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1203
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:SingleZoneVAVAirHandlingUnit and has a relief fan, it will be declared as an instance of this class." ;
sh:condition [ sh:property [ sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ] ] ] ] ] ],
<http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReliefFan> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1217
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:SingleZoneVAVAirHandlingUnit, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1569
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:MultipleZoneVAVAirHandlingUnit and has a relief damper, it will be declared as an instance of this class." ;
sh:condition [ sh:property [ rdfs:comment "For units with actuated relief dampers but no relief fan, the MultipleZoneVAVAirHandlingUnit must contain a relief air damper with an analog damper command property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] ] ],
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReliefDamper> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1568
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:MultipleZoneVAVAirHandlingUnit-OADandAFMS, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandAFMS> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandAFMS> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1201
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:MultipleZoneVAVAirHandlingUnit-OADandDP, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandDP> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-OADandDP> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1202
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:MultipleZoneVAVAirHandlingUnit, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb672
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:MultipleZoneVAVAirHandlingUnit and has a return fan, it will be declared as an instance of this class." ;
sh:condition [ sh:property [ rdfs:comment "For units with a return fan, the MultipleZoneVAVAirHandlingUnit must indeed contain a return fan." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] ] ],
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReturnFan> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1210
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:SingleZoneVAVAirHandlingUnit and has a return fan, it will be declared as an instance of that class." ;
sh:condition [ sh:property [ rdfs:comment "For the case where the SingleZoneVAVAirHandlingUnit has both a Return air damper and a Return fan, the SingleZoneVAVAirHandlingUnit must indeed have a Return fan." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ] ] ] ] ] ],
<http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReturnFan> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb678
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:SingleZoneVAVAirHandlingUnit-WithReliefDamperFan, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReliefDamper> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#SingleZoneVAVAirHandlingUnit-WithReliefDamper> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb665
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:AirHandlingUnit matches the constraints defined by g36:MultipleZoneVAVAirHandlingUnit and has a relief fan, it will be declared as an instance of this class." ;
sh:condition [ sh:property [ rdfs:comment "For units with both a relief air damper and a relief fan, the MultipleZoneVAVAirHandlingUnit must have a relief fan with a VFD." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ] ] ] ] ] ],
<http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#MultipleZoneVAVAirHandlingUnit-WithReliefFan> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1457
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `AirHeatExchanger` shall have no `BidirectionalConnectionPoint`s." ;
sh:message "s223: An `AirHeatExchanger` shall have no `BidirectionalConnectionPoint`s." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:message "s223: An `AirHeatExchanger` shall have no `BidirectionalConnectionPoint`s." ;
sh:qualifiedMaxCount 0 ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1459
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `AirHeatExchanger` shall have at least two air inlets, each paired with an outlet." ;
sh:message "s223: An `AirHeatExchanger` shall have at least two air inlets, each paired with an outlet." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#pairedConnectionPoint> ],
[ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1464
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `AirHeatExchanger` shall have at least two air outlets, each paired with an inlet." ;
sh:message "s223: An `AirHeatExchanger` shall have at least two air outlets, each paired with an inlet." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#pairedConnectionPoint> ],
[ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb575
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "Infer the `hasRole` s223:Role-HeatTransfer relation for every instance of the listed targetClass values." ;
sh:object <http://data.ashrae.org/standard223#Role-HeatTransfer> ;
sh:predicate <http://data.ashrae.org/standard223#hasRole> ;
sh:subject sh:this .
URI: http://data.ashrae.org/standard223#BatteryCPShape
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#BatteryCPShape> a sh:NodeShape ;
rdfs:label "Battery CP Shape" ;
rdfs:comment "A `Battery` shall have at least one outlet or bidirectional `ConnectionPoint` using the medium Electricity." ;
sh:message "s223: A `Battery` shall have at least one outlet or bidirectional `ConnectionPoint` using the medium Electricity." ;
sh:or ( [ sh:property [ rdfs:comment "A `Battery` shall have at least one outlet or bidirectional `ConnectionPoint` using the medium Electricity." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] ] [ sh:property [ rdfs:comment "A `Battery` shall have at least one outlet or bidirectional `ConnectionPoint` using the medium Electricity." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] ] ) ;
sh:severity sh:Warning ;
sh:targetClass <http://data.ashrae.org/standard223#Battery> .
URI: nd74c7e9b224d43e79e5d77665ad408beb707
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Boiler` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Boiler` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb711
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Boiler` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Boiler` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1585
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ChilledBeam` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `ChilledBeam` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1579
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ChilledBeam` shall have at least one bidirectional connection point using the medium `Fluid-Air`." ;
sh:message "s223: A `ChilledBeam` shall have at least one bidirectional connection point using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1575
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ChilledBeam` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `ChilledBeam` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1583
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ChilledBeam` shall be associated with the `Role-Cooling` using the relation `hasRole`" ;
sh:message "s223: A `ChilledBeam` shall be associated with the `Role-Cooling` using the relation `hasRole`" ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Role-Cooling> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb534
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "A `ChilledBeam` must always have the role `Role-Cooling`" ;
sh:object <http://data.ashrae.org/standard223#Role-Cooling> ;
sh:predicate <http://data.ashrae.org/standard223#hasRole> ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb719
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Chiller` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Chiller` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb715
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Chiller` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Chiller` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb723
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ClothesWasher` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ClothesWasher` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb731
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ClothesWasher` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `ClothesWasher` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb727
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ClothesWasher` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `ClothesWasher` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb735
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `CoffeeMaker` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `CoffeeMaker` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1726
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "Pattern 1: For one of the two inlets the Fluid is Air." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1760
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "Pattern 3: A `Coil` shall have three bidirectionals using the medium `Mix-Fluid` or `Medium-ThermalContact`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 3 ;
sh:qualifiedMinCount 3 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:or ( [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ] [ sh:class <http://data.ashrae.org/standard223#Medium-ThermalContact> ] ) ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:qualifiedValueShapesDisjoint true .
URI: nd74c7e9b224d43e79e5d77665ad408beb1751
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "Pattern 2: A `Coil` shall have one or two bidirectionals using the medium `MixFluid` or `Medium-ThermalContact`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 2 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:or ( [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ] [ sh:class <http://data.ashrae.org/standard223#Medium-ThermalContact> ] ) ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:qualifiedValueShapesDisjoint true .
URI: nd74c7e9b224d43e79e5d77665ad408beb1730
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "Pattern 1: For one of the two outlets the Fluid is Air." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1743
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "Pattern 2: A `Coil` shall have one inlet using the medium `Mix-Fluid`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1734
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "Pattern 1: A `Coil` shall have two inlets using the medium `Mix-Fluid`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 2 ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1738
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "Pattern 1: A `Coil` shall have two outlets using the medium `Mix-Fluid`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 2 ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1747
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "Pattern 2: A `Coil` shall have one outlet using the medium `Mix-Fluid`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1625
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A cooling coil shall be related to the role '`Role-Cooling`' using the relation '`hasRole`'." ;
sh:hasValue <http://data.ashrae.org/standard223#Role-Cooling> ;
sh:message "s223: A cooling coil shall be related to the role '`Role-Cooling`' using the relation '`hasRole`'." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1180
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:CoolingCoil matches the constraints defined by g36:ChilledWaterCoil, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoil> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoil> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb565
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "A `CoolingCoil` must always have the role `Role-Cooling`" ;
sh:object <http://data.ashrae.org/standard223#Role-Cooling> ;
sh:predicate <http://data.ashrae.org/standard223#hasRole> ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1661
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A heating coil shall be related to the role '`Role-Heating`' using the relation '`hasRole`'." ;
sh:hasValue <http://data.ashrae.org/standard223#Role-Heating> ;
sh:message "s223: A heating coil shall be related to the role '`Role-Heating`' using the relation '`hasRole`'." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1190
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:HeatingCoil matches the constraints defined by g36:HotWaterCoil, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb576
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "Heating coils must always have the role `Role-Heating`" ;
sh:object <http://data.ashrae.org/standard223#Role-Heating> ;
sh:predicate <http://data.ashrae.org/standard223#hasRole> ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb739
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Compressor` shall have at least one inlet." ;
sh:message "s223: A `Compressor` shall have at least one inlet." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb741
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Compressor` shall have at least one outlet." ;
sh:message "s223: A `Compressor` shall have at least one outlet." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1591
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Computer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Computer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1028
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `PersonalComputer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `PersonalComputer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1086
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ServerComputer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ServerComputer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb751
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ComputerPrinter` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ComputerPrinter` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb743
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ComputerPrinter` shall have at least one inlet using the medium `Electricity-Signal` or `EM-RF`." ;
sh:message "s223: A `ComputerPrinter` shall have at least one inlet using the medium `Electricity-Signal` or `EM-RF`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:or ( [ sh:class <http://data.ashrae.org/standard223#Electricity-Signal> ] [ sh:class <http://data.ashrae.org/standard223#EM-RF> ] ) ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb758
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `CoolingTower` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `CoolingTower` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb762
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `CoolingTower` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `CoolingTower` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb766
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `CopyMachine` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `CopyMachine` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1796
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Damper` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: A `Damper` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1792
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Damper` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: A `Damper` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1218
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:Damper matches the constraints defined by g36:TwoPositionDamper, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamper> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamper> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1182
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:Damper matches the constraints defined by g36:Damper, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper>,
<http://data.ashrae.org/standard223/1.0/extensions/g36#DamperOrShape1> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb778
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Dishwasher` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Dishwasher` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb774
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Dishwasher` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Dishwasher` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb782
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Dishwasher` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Dishwasher` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb786
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Door` shall have at least two bidirectional connection points using the medium `Fluid-Air`." ;
sh:message "s223: A `Door` shall have at least two bidirectional connection points using the medium `Fluid-Air`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb834
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ElectricityBreaker` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `ElectricityBreaker` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb838
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ElectricityBreaker` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `ElectricityBreaker` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb802
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ElectricClothesDryer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ElectricClothesDryer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb806
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ElectricCooktop` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ElectricCooktop` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1629
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ElectricEnergyConverter` shall have at least two connection points using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ElectricEnergyConverter` shall have at least two connection points using the the medium `Constituent-Electricity`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb810
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ElectricEnergyDCDCConverter` shall have at least two connection points using the medium `Electricity-DC`." ;
sh:message "s223: An `ElectricEnergyDCDCConverter` shall have at least two connection points using the medium `Electricity-DC`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Electricity-DC> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb814
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ElectricEnergyInverter` shall have at least one connection point that uses the medium `Electricity-DC`." ;
sh:message "s223: An `ElectricEnergyInverter` shall have at least one connection point that uses the medium `Electricity-DC`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Electricity-DC> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb818
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ElectricEnergyInverter` shall have at least one connection point that uses the medium `Electricity-AC`." ;
sh:message "s223: An `ElectricEnergyInverter` shall have at least one connection point that uses the medium `Electricity-AC`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Electricity-AC> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb822
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ElectricEnergyTransformer` shall have at least two connection points using the medium `Electricity-AC`." ;
sh:message "s223: An `ElectricEnergyTransformer` shall have at least two connection points using the medium `Electricity-AC`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Electricity-AC> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb843
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "An `ElectricityMeter` shall contain a `VoltageSensor` and `ElectricCurrentSensor` with the same observation location." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "An `ElectricityMeter` shall contain a `VoltageSensor` and `ElectricCurrentSensor` with the same observation location." ;
sh:message "s223: {$this} contains {?sensorA} and {?sensorB} with different observation locations: {?locA} and {?locB}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT DISTINCT $this ?sensorA ?locA ?sensorB ?locB
WHERE {
$this s223:contains ?sensorA .
$this s223:contains ?sensorB .
?sensorA a/rdfs:subClassOf* s223:Sensor .
?sensorB a/rdfs:subClassOf* s223:Sensor .
FILTER (?sensorA != ?sensorB) .
?sensorA s223:hasObservationLocation ?locA .
?sensorB s223:hasObservationLocation ?locB .
FILTER (?locA != ?locB) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb845
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ElecticityMeter` shall contain at least one `VoltageSensor`." ;
sh:message "An `ElecticityMeter` shall contain at least one `VoltageSensor`." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#VoltageSensor> ] ;
sh:qualifiedValueShapesDisjoint true .
URI: nd74c7e9b224d43e79e5d77665ad408beb854
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ElecticityMeter` shall contain at least one `ElectricCurrentSensor`." ;
sh:message "An `ElecticityMeter` shall contain at least one `ElectricCurrentSensor`." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#ElectricCurrentSensor> ] ;
sh:qualifiedValueShapesDisjoint true .
URI: nd74c7e9b224d43e79e5d77665ad408beb847
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment """The observation location of the contained `VoltageSensor`(s) and `ElectricCurrentSensor`(s) shall be a single instance of
either a `Connection` or a `ConnectionPoint`.""" ;
sh:message "s223: The observation location of the sensors contained by an `ElectricityMeter` shall be either a `Connection` or a `ConnectionPoint`." ;
sh:minCount 1 ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223#Connection> ] [ sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ] ) ;
sh:path ( <http://data.ashrae.org/standard223#contains> <http://data.ashrae.org/standard223#hasObservationLocation> ) .
URI: nd74c7e9b224d43e79e5d77665ad408beb842
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ElecticityMeter` shall contain at least two `Sensor`s." ;
sh:message "An `ElecticityMeter` shall contain at least two `Sensor`s." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#contains> .
URI: nd74c7e9b224d43e79e5d77665ad408beb856
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment """Placeholder: The medium observed by the sensors contained by an `ElectricityMeter` shall be within the `Constituent-Electricity`
hierarchy.""" ;
sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:message "s223: The medium observed by the sensors contained by an `ElectricityMeter` shall be within the `Constituent-Electricity` hierarchy." ;
sh:minCount 1 ;
sh:path ( <http://data.ashrae.org/standard223#contains> <http://data.ashrae.org/standard223#hasObservationLocation> <http://data.ashrae.org/standard223#hasMedium> ) .
URI: nd74c7e9b224d43e79e5d77665ad408beb860
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ElectricityOutlet` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `ElectricityOutlet` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb864
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ElectricityOutlet` shall have exactly one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `ElectricityOutlet` shall have exactly one inlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1487
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ElectricOven` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ElectricOven` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1635
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ElectricResistanceElement` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `ElectricResistanceElement` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1645
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "Pattern 2: An `ElectricResistanceElement` shall have one outlet using the medium `Mix-Fluid`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:qualifiedValueShapesDisjoint true .
URI: nd74c7e9b224d43e79e5d77665ad408beb1633
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ElectricResistanceElement` shall have the role `Role-Heating`." ;
sh:message "s223: An `ElectricResistanceElement` shall have the role `Role-Heating`." ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Role-Heating> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1640
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "Pattern 1: An `ElectricResistanceElement` shall have exactly one Bidirectional `ConnectionPoint` using the medium `Mix-Fluid`." ;
sh:message "s223: Pattern 1: An `ElectricResistanceElement` requires exactly one `BidirectionalConnectionPoint` using the medium `Mix-Fluid`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:qualifiedValueShapesDisjoint true .
URI: nd74c7e9b224d43e79e5d77665ad408beb1649
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "Pattern 2: An `ElectricResistanceElement` shall have one inlet using the medium `Mix-Fluid`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:qualifiedValueShapesDisjoint true .
URI: nd74c7e9b224d43e79e5d77665ad408beb1186
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:ElectricResistanceElement matches the constraints defined by g36:ElectricHeatingCoil, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb826
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ElectricWaterDispenser` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `ElectricWaterDispenser` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb830
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `ElectricWaterDispenser` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: An `ElectricWaterDispenser` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1601
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ElectronicDisplay` shall have at least one inlet using the medium `Electricity-Signal`." ;
sh:message "s223: A `ElectronicDisplay` shall have at least one inlet using the medium `Electricity-Signal`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Electricity-Signal> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:qualifiedValueShapesDisjoint true .
URI: nd74c7e9b224d43e79e5d77665ad408beb1597
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ElectronicDisplay` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `ElectronicDisplay` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:qualifiedValueShapesDisjoint true .
URI: nd74c7e9b224d43e79e5d77665ad408beb868
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Elevator` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Elevator` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb872
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Escalator` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Escalator` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb876
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `EthernetSwitch` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `EthernetSwitch` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb880
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `EthernetSwitch` shall have at least two `BidirectionalConnectionPoint`s using the medium `Signal-Ethernet`." ;
sh:message "s223: An `EthernetSwitch` shall have at least two `BidirectionalConnectionPoint`s using the medium `Signal-Ethernet`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Signal-Ethernet> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1806
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Fan` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: A `Fan` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1810
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Fan` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: A `Fan` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1189
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:Fan matches the constraints defined by g36:FanWithVFD, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1187
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:Fan matches the constraints defined by g36:Fan, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#Fan> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#Fan> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb894
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `FanCoilUnit` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: A `FanCoilUnit` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb898
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `FanCoilUnit` shall be associated with at least 1 `Fan` using the relation `contains`." ;
sh:message "s223: A `FanCoilUnit` shall be associated with at least 1 `Fan` using the relation `contains`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Fan> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb884
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `FanCoilUnit` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: A `FanCoilUnit` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb890
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `FanCoilUnit` shall have the role `Role-Heating` or `Role-Cooling`." ;
sh:message "s223: A `FanCoilUnit` shall have the role `Role-Heating` or `Role-Cooling`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:in ( <http://data.ashrae.org/standard223#Role-Heating> <http://data.ashrae.org/standard223#Role-Cooling> ) ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb888
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `FanCoilUnit` shall be associated with at least 1 `Coil` using the relation `contains`." ;
sh:message "s223: A `FanCoilUnit` shall be associated with at least 1 `Coil` using the relation `contains`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Coil> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb912
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `FiberEthernetOutlet` shall have exactly one inlet using the medium `Signal-FiberEthernet`." ;
sh:message "s223: A `FiberEthernetOutlet` shall have exactly one inlet using the medium `Signal-FiberEthernet`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Signal-FiberEthernet> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb908
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `FiberEthernetOutlet` shall have at least one outlet using the medium `Signal-FiberEthernet`." ;
sh:message "s223: A `FiberEthernetOutlet` shall have at least one outlet using the medium `Signal-FiberEthernet`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Signal-FiberEthernet> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb920
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case 2: Associated `ConnectionPoint`s, one with a pure medium and one with a medium having constituents.." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 2: A medium with constituents and a pure medium." ;
sh:message "s223: {$this} has an incompatible medium {?m1} with any constituent of {?m2}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?m1
WHERE {
$this s223:cnx ?cp1, ?cp2 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
FILTER (?cp1 != ?cp2) .
?cp1 s223:hasMedium ?m1 .
?cp2 s223:hasMedium ?m2 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {
?m2 s223:composedOf/s223:ofConstituent ?s12 .
{?s12 rdfs:subClassOf* ?m1} UNION {?m1 rdfs:subClassOf* ?s12} .
}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb922
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Filter` shall have at least one outlet." ;
sh:message "s223: A `Filter` shall have at least one outlet." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb924
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Filter` shall have at least one inlet `ConnectionPoint`." ;
sh:message "s223: A `Filter` shall have at least one inlet `ConnectionPoint`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb916
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case 1: Associated `ConnectionPoint`s with two pure mediums." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 1: Two pure mediums." ;
sh:message "s223: {$this} with inlet medium {?m2} is incompatible with outlet medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?m2 ?m1
WHERE {
$this s223:cnx ?cp1, ?cp2 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
FILTER (?cp1 != ?cp2) .
?cp1 s223:hasMedium ?m1 .
?cp2 s223:hasMedium ?m2 .
FILTER NOT EXISTS {?m1 s223:composedOf ?c1} .
FILTER NOT EXISTS {?m2 s223:composedOf ?c2}
FILTER (NOT EXISTS {?m2 rdfs:subClassOf* ?m1}) .
FILTER (NOT EXISTS {?m1 rdfs:subClassOf* ?m2}) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb918
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "Incompatible Medium. Case 3: Associated `ConnectionPoint`s with mediums having constituents." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "Incompatible Medium. Case 3: Two mediums with constituents." ;
sh:message "s223: For `Filter` {$this} there is no compatible substance between medium {?m2} and medium {?m1}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT ?this ?m2 ?m1
WHERE {
?this s223:cnx ?cp1, ?cp2 .
?cp1 a/rdfs:subClassOf* s223:ConnectionPoint .
?cp2 a/rdfs:subClassOf* s223:ConnectionPoint .
FILTER (?cp1 != ?cp2) .
?cp1 s223:hasMedium ?m1 .
?cp2 s223:hasMedium ?m2 .
?m1 s223:composedOf/s223:ofConstituent ?s1 .
?m2 s223:composedOf/s223:ofConstituent ?s2 .
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s11 .
?m2 s223:composedOf/s223:ofConstituent ?s12 .
FILTER (?s11 = ?s12) .
}
FILTER NOT EXISTS {
?m1 s223:composedOf/s223:ofConstituent ?s21 .
?m2 s223:composedOf/s223:ofConstituent ?s22 .
{?s22 rdfs:subClassOf* ?s21} UNION {?s21 rdfs:subClassOf* ?s22} .
}
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb926
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `FlushToilet` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `FlushToilet` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb930
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `FlushToilet` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `FlushToilet` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb934
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Freezer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Freezer` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb942
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `FumeHood` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: A `FumeHood` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb938
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `FumeHood` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: A `FumeHood` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb950
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Furnace` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: A `Furnace` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb946
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Furnace` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: A `Furnace` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb960
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Generator` shall be associated with at least one `ConnectionPoint` using the relation `hasConnectionPoint`." ;
sh:message "s223: A `Generator` shall be associated with at least one `ConnectionPoint` using the relation `hasConnectionPoint`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> .
URI: nd74c7e9b224d43e79e5d77665ad408beb961
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Generator` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:message "s223: A `Generator` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> .
URI: nd74c7e9b224d43e79e5d77665ad408beb699
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `AirToAirHeatPump` shall have at least two inlets using the medium `Fluid-Air`." ;
sh:message "s223: An `AirToAirHeatPump` shall have at least two inlets using the medium `Fluid-Air`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb703
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `AirToAirHeatPump` shall have at least two outlets using the medium `Fluid-Air`." ;
sh:message "s223: An `AirToAirHeatPump` shall have at least two outlets using the medium `Fluid-Air`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb970
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `GroundToAirHeatPump` shall have at least one `BidirectionalConnectionPoint` using `Medium-ThermalContact`." ;
sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:message "s223: A `GroundToAirHeatPump` shall have at least one `BidirectionalConnectionPoint` using `Medium-ThermalContact`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Medium-ThermalContact> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb974
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `GroundToAirHeatPump` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: A `GroundToAirHeatPump` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb978
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `GroundToAirHeatPump` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: A `GroundToAirHeatPump` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1148
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `WaterToAirHeatPump` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:message "s223: A `WaterToAirHeatPump` shall have at least one inlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1160
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `WaterToAirHeatPump` shall have at least one outlet using the medium `Fluid-Water`" ;
sh:message "s223: A `WaterToAirHeatPump` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1152
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `WaterToAirHeatPump` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:message "s223: A `WaterToAirHeatPump` shall have at least one outlet using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1156
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `WaterToAirHeatPump` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `WaterToAirHeatPump` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1168
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `WaterToWaterHeatPump` shall have at least two inlets using the medium `Fluid-Water`." ;
sh:message "s223: A `WaterToWaterHeatPump` shall have at least two inlets using the medium `Fluid-Water`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1164
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `WaterToWaterHeatPump` shall have at least two outlets using the medium `Fluid-Water`." ;
sh:message "s223: A `WaterToWaterHeatPump` shall have at least two outlets using the medium `Fluid-Water`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1491
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `HydronicHeatExchanger` shall have no `BidirectionalConnectionPoint`s." ;
sh:message "s223: A `HydronicHeatExchanger` shall have no `BidirectionalConnectionPoint`s." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:message "s223: A `HydronicHeatExchanger` shall have no `BidirectionalConnectionPoint`s." ;
sh:qualifiedMaxCount 0 ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1498
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `HydronicHeatExchanger` shall have no `ConnectionPoint`s using the medium `Fluid-Air`." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: A `HydronicHeatExchanger` shall have no `ConnectionPoint`s using the medium `Fluid-Air`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 0 ;
sh:qualifiedValueShape [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1493
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `HydronicHeatExchanger` shall have at least two liquid inlets, each paired with an outlet." ;
sh:message "s223: A `HydronicHeatExchanger` shall have at least two liquid inlets, each paired with an outlet." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ],
[ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#pairedConnectionPoint> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1501
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `HydronicHeatExchanger` shall have at least two liquid outlets, each paired with an inlet." ;
sh:message "s223: A `HydronicHeatExchanger` shall have at least two liquid outlets, each paired with an inlet." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#pairedConnectionPoint> ],
[ sh:class <http://data.ashrae.org/standard223#Mix-Fluid> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb993
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `IceMaker` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: An `IceMaker` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb989
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An `IceMaker` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: An `IceMaker` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1005
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Luminaire` shall have at least one outlet using the medium `EM-Light`." ;
sh:message "s223: A `Luminaire` shall have at least one outlet using the medium `EM-Light`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#EM-Light> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1001
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Luminaire` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Luminaire` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1009
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `MicrowaveOven` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `MicrowaveOven` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1013
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Motor` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Motor` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1032
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `PhotovoltaicModule` shall have at least one inlet using the medium `EM-Light`." ;
sh:message "s223: A `PhotovoltaicModule` shall have at least one inlet using the medium `EM-Light`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#EM-Light> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1036
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `PhotovoltaicModule` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `PhotovoltaicModule` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1040
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `PowerOverEthernetSwitch` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `PowerOverEthernetSwitch` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1044
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `PowerOverEthernetSwitch` shall have at least one `BidirectionalConnectionPoint` using the medium `PowerAndSignal-PoE`." ;
sh:message "s223: A `PowerOverEthernetSwitch` shall have at least one `BidirectionalConnectionPoint` using the medium `PowerAndSignal-PoE`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#PowerAndSignal-PoE> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1062
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Pump` shall have at least one outlet using the medium `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:message "s223: A `Pump` shall have at least one outlet using the medium `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ rdfs:comment "A `Pump` shall have at least one outlet using the medium `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:message "s223: A `Pump` shall have at least one outlet using the medium `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:or ( [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Refrigerant> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Oil> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ) ;
sh:severity sh:Warning ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1048
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "The non-electrical `ConnectionPoint`s of a `Pump` must have compatible Media." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:sparql [ a sh:SPARQLConstraint ;
rdfs:comment "The non-electrical `ConnectionPoint`s of a `Pump` must have compatible Media." ;
sh:message "s223: {?cpa} and {?cpb} on the `Pump` {$this} have incompatible Media {$mediuma} and {$mediumb}." ;
sh:prefixes <http://data.ashrae.org/standard223/1.0/validation/model> ;
sh:select """
SELECT $this ?cpa ?cpb ?mediuma ?mediumb
WHERE {
$this s223:hasConnectionPoint ?cpa .
$this s223:hasConnectionPoint ?cpb .
FILTER (?cpa != ?cpb) .
?cpa s223:hasMedium ?mediuma .
FILTER (NOT EXISTS {?mediuma a/rdfs:subClassOf* s223:Constituent-Electricity}) .
?cpb s223:hasMedium ?mediumb .
FILTER (NOT EXISTS {?mediumb a/rdfs:subClassOf* s223:Constituent-Electricity}) .
FILTER (?mediuma != ?mediumb) .
FILTER (NOT EXISTS {?mediumb a/rdfs:subClassOf* ?mediuma}) .
FILTER (NOT EXISTS {?mediuma a/rdfs:subClassOf* ?mediumb}) .
}
""" ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1050
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Pump` shall have at least one inlet using the medium `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:message "s223: A `Pump` shall have at least one inlet using the medium `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ rdfs:comment "A `Pump` shall have at least one inlet using the medium `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:message "s223: A `Pump` shall have at least one inlet using the medium `Fluid-Water`, `Fluid-Oil` or `Fluid-Refrigerant`." ;
sh:or ( [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Refrigerant> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Oil> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ) ;
sh:severity sh:Warning ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1521
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `RadiantHeater` shall have at least one outlet connection point using the medium `Light-Infrared`." ;
sh:message "s223: A `RadiantHeater` shall have at least one outlet connection point using the medium `Light-Infrared`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Light-Infrared> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1537
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "Pattern 2: A radiant heater shall have an outlet using the medium `Fluid-Water`." ;
sh:message "s223: Pattern 2: A radiant heater shall have an outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1541
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "Pattern 2: A radiant heater shall have an inlet using the medium `Fluid-Water`." ;
sh:message "s223: Pattern 2: A radiant heater shall have an inlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1525
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A radiant heater shall have the role `Role-Heating`." ;
sh:message "s223: A radiant heater shall have the role `Role-Heating`." ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Role-Heating> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1528
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "Pattern 1: A radiant heater shall have at least one inlet using the medium `Constituent-Electricity` or `Fluid-NaturalGas`." ;
sh:message "s223: Pattern 1: A radiant heater shall have at least one inlet using the medium `Constituent-Electricity` or `Fluid-NaturalGas`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:or ( [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ] [ sh:class <http://data.ashrae.org/standard223#Fluid-NaturalGas> ] ) ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: http://data.ashrae.org/standard223#RadiatorInletShape
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#RadiatorInletShape> a sh:NodeShape ;
rdfs:label "Radiator" ;
rdfs:comment "A `Radiator` shall have at least one inlet using the medium Electricity or inlet and outlet of Water." ;
sh:message "s223: A `Radiator` shall have at least one inlet using the medium Electricity or inlet and outlet of Water." ;
sh:severity sh:Warning ;
sh:targetClass <http://data.ashrae.org/standard223#Radiator> ;
sh:xone ( [ sh:property [ rdfs:comment "A `Radiator` shall have at least one inlet using the medium Electricity or inlet and outlet of Water." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] ] [ sh:property [ rdfs:comment "A `Radiator` shall have at least one outlet using the medium Water." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ],
[ rdfs:comment "A `Radiator` shall have at least one inlet using the medium Electricity or Water." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ] ] ) .
URI: nd74c7e9b224d43e79e5d77665ad408beb1609
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "Radiators shall have the role `Role-Heating`." ;
sh:message "s223: Radiators shall have the role `Role-Heating`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Role-Heating> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1611
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Radiator` shall have at least one bidirectional connection point using the medium `Fluid-Air`." ;
sh:message "s223: A `Radiator` shall have at least one bidirectional connection point using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1082
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Refrigerator` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `Refrigerator` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1078
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `RFOutlet` shall have at least one outlet using the medium `RF-Signal`." ;
sh:message "s223: A `RFOutlet` shall have at least one outlet using the medium `RF-Signal`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#RF-Signal> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1074
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `RFOutlet` shall have exactly one inlet using the medium `RF-Signal`." ;
sh:message "s223: A `RFOutlet` shall have exactly one inlet using the medium `RF-Signal`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#RF-Signal> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1094
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Sink` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Sink` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1090
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Sink` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Sink` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1102
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `SolarThermalCollector` shall have at least one inlet using the medium `EM-Light`." ;
sh:message "s223: A `SolarThermalCollector` shall have at least one inlet using the medium `EM-Light`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#EM-Light> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1098
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `SolarThermalCollector` shall have at least one outlet using the medium `FLuid-Water`." ;
sh:message "s223: A `SolarThermalCollector` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1695
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `TerminalUnit` shall have at least one inlet `ConnectionPoint` using the medium `Fluid-Air`." ;
sh:message "s223: A `TerminalUnit` shall have at least one inlet `ConnectionPoint` using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1699
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `TerminalUnit` shall have at least one outlet `ConnectionPoint` using the medium `Fluid-Air`." ;
sh:message "s223: A `TerminalUnit` shall have at least one outlet `ConnectionPoint` using the medium `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1773
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `DualDuctTerminal` shall have at least two inlets using the medium `Fluid-Air`." ;
sh:message "s223: A `DualDuctTerminal` shall have at least two inlets using the medium `Fluid-Air`." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1184
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:DualDuctTerminal matches the constraints defined by g36:DualDuctTerminalWithInletSensors, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithInletSensors> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithInletSensors> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1183
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:DualDuctTerminal matches the constraints defined by g36:DualDuctTerminalWithDischargeSensor, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithDischargeSensor> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithDischargeSensor> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1606
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `FanPoweredTerminal` shall be associated with at least one `Fan` by using the relation `contains`." ;
sh:message "s223: A `FanPoweredTerminal` shall be associated with at least one `Fan` by using the relation `contains`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Fan> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1188
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:FanPoweredTerminal matches the constraints defined by g36:FanPoweredTerminal, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#FanPoweredTerminal> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#FanPoweredTerminal> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1690
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `SingleDuctTerminal` shall be associated with at least one `Damper` using the relation `contains`." ;
sh:message "s223: A `SingleDuctTerminal` shall be associated with at least one `Damper` using the relation `contains`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#Damper> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1220
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:SingleDuctTerminal matches the constraints defined by g36:VAVTerminalWithReheat, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalWithReheat> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalWithReheat> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1219
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:SingleDuctTerminal matches the constraints defined by g36:VAVTerminalCoolingOnly, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalCoolingOnly> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#VAVTerminalCoolingOnly> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1110
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A Thermal Energy Storage Unit shall have at least two connection points." ;
sh:class <http://data.ashrae.org/standard223#ConnectionPoint> ;
sh:message "s223: A Thermal Energy Storage Unit shall have at least two connection points." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1112
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Turbine` shall be associated with at least one `ConnectionPoint` using the relation `hasConnectionPoint`." ;
sh:message "s223: A `Turbine` shall be associated with at least one `ConnectionPoint` using the relation `hasConnectionPoint`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1113
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Turbine` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:message "s223: A `Turbine` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1120
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `USBOutlet` shall have exactly one inlet using the medium `Signal-USB`." ;
sh:message "s223: A `USBOutlet` shall have exactly one inlet using the medium `Signal-USB`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Signal-USB> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1124
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `USBOutlet` shall have at least one outlet using the medium `Signal-USB`." ;
sh:message "s223: A `USBOutlet` shall have at least one outlet using the medium `Signal-USB`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Signal-USB> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: http://data.ashrae.org/standard223#ValveCPShape
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223#ValveCPShape> a sh:NodeShape ;
rdfs:label "Valve" ;
rdfs:comment "A `Valve` shall have at least one inlet and one outlet or two bidirectional connection points." ;
sh:message "s223: A `Valve` shall have at least one inlet and one outlet or two bidirectional connection points." ;
sh:or ( [ sh:property [ rdfs:comment "A `Valve` shall have at least one inlet and one outlet or two bidirectional connection points." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ] ;
sh:qualifiedValueShapesDisjoint true ],
[ rdfs:comment "A `Valve` shall have at least one inlet and one outlet or two bidirectional connection points." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ] ;
sh:qualifiedValueShapesDisjoint true ] ] [ sh:property [ rdfs:comment "A `Valve` shall have at least one inlet and one outlet or two bidirectional connection points." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#BidirectionalConnectionPoint> ] ;
sh:qualifiedValueShapesDisjoint true ] ] ) ;
sh:severity sh:Warning ;
sh:targetClass <http://data.ashrae.org/standard223#Valve> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1191
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:Valve matches the constraints defined by g36:HotWaterValve, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve>,
<http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValveOrShape1> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb1181
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] a sh:TripleRule ;
rdfs:comment "If an instance of s223:Valve matches the constraints defined by g36:ChilledWaterValve, it will be declared as an instance of that class." ;
sh:condition <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValve>,
<http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValveOrShape1> ;
sh:object <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValve> ;
sh:predicate rdf:type ;
sh:subject sh:this .
URI: nd74c7e9b224d43e79e5d77665ad408beb794
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Drain` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Drain` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb790
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Drain` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Drain` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb900
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Faucet` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Faucet` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb904
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Faucet` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `Faucet` shall have at least one inlet using the medium `Fluid-Water`." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1111
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `ThreeWayValve` shall have at least three `ConnectionPoint`s using the relation `hasConnectionPoint`." ;
sh:message "s223: A `ThreeWayValve` shall have at least three `ConnectionPoint`s using the relation `hasConnectionPoint`." ;
sh:minCount 3 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1118
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `TwoWayValve` shall have at least one outlet." ;
sh:message "s223: A `TwoWayValve` shall have at least one outlet." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1116
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `TwoWayValve` shall have at least one inlet." ;
sh:message "s223: A `TwoWayValve` shall have at least one inlet." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1133
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `VariableFrequencyDrive` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `VariableFrequencyDrive` shall have at least one outlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1128
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
[] rdfs:comment "If the relation `connectedTo` is present it shall associate the `VariableFrequencyDrive` with a `Equipment`." ;
sh:class <http://data.ashrae.org/standard223#Equipment> ;
sh:message "s223: If the relation `connectedTo` is present it shall associate the `VariableFrequencyDrive` with a `Equipment`." ;
sh:path <http://data.ashrae.org/standard223#connectedTo> .
URI: nd74c7e9b224d43e79e5d77665ad408beb1129
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `VariableFrequencyDrive` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:message "s223: A `VariableFrequencyDrive` shall have at least one inlet using the medium `Constituent-Electricity`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Constituent-Electricity> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] ;
sh:severity sh:Warning .
URI: nd74c7e9b224d43e79e5d77665ad408beb1140
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `WaterOutlet` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:message "s223: A `WaterOutlet` shall have at least one outlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1144
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `WaterOutlet` shall have exactly one inlet using the medium `Fluid-Water`." ;
sh:message "s223: A `WaterOutlet` shall have exactly one inlet using the medium `Fluid-Water`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Water> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1550
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Window` shall have at least one inlet using the medium `EM-Light` or `Fluid-Air`." ;
sh:message "s223: A `Window` shall have at least one inlet using the medium `EM-Light` or `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:or ( [ sh:property [ sh:class <http://data.ashrae.org/standard223#EM-Light> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ) ;
sh:severity sh:Warning ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1559
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `Window` shall have at least one outlet using the medium `EM-Light` or `Fluid-Air`." ;
sh:message "s223: A `Window` shall have at least one outlet using the medium `EM-Light` or `Fluid-Air`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:or ( [ sh:property [ sh:class <http://data.ashrae.org/standard223#EM-Light> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] [ sh:property [ sh:class <http://data.ashrae.org/standard223#Fluid-Air> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ) ;
sh:severity sh:Warning ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1172
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `WiredEthernetOutlet` shall have at least one outlet using the medium `Signal-WiredEthernet`." ;
sh:message "s223: A `WiredEthernetOutlet` shall have at least one outlet using the medium `Signal-WiredEthernet`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Signal-WiredEthernet> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb1176
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A `WiredEthernetOutlet` shall have exactly one inlet using the medium `Signal-WiredEthernet`." ;
sh:message "s223: A `WiredEthernetOutlet` shall have exactly one inlet using the medium `Signal-WiredEthernet`." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Signal-WiredEthernet> ;
sh:path <http://data.ashrae.org/standard223#hasMedium> ] ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#DamperOrShape1
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#DamperOrShape1> a rdfs:Class,
sh:NodeShape ;
rdfs:label "Damper Or Shape 1" ;
rdfs:comment "A damper shall have at least one analog damper command property or at least two binary damper command properties using the relation hasProperty." ;
sh:message "g36: A damper shall have at least one analog damper command property or at least two binary damper command properties using the relation hasProperty." ;
sh:or ( [ sh:property [ rdfs:comment "A damper shall have at least one analog damper command property or at least two binary damper command properties using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableActuatableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Binary-Position> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] [ sh:property [ rdfs:comment "A damper shall have at least one analog damper command property or at least two binary damper command properties using the relation hasProperty." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#EnumeratedActuatableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Binary-Position> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://data.ashrae.org/standard223#EnumerationKind-Binary> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ] ] ] ] ] ) ;
sh:targetClass <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> .
URI: nd74c7e9b224d43e79e5d77665ad408beb440
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A Two Position Damper shall have at least one open-and-close damper command property using the relation hasProperty." ;
sh:message "g36: A Two Position Damper shall have at least one open-and-close damper command property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#EnumeratedActuatableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Binary-Position> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:class <http://data.ashrae.org/standard223#EnumerationKind-Binary> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb177
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The HotWaterCoil shall be connected to a HotWaterValve using the relation connectedTo." ;
sh:message "g36: The HotWaterCoil shall be connected to a HotWaterValve using the relation connectedTo." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#connectedTo> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb133
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "An electric heating coil shall have at least one analog heating command property using a relation hasProperty." ;
sh:message "g36: An electric heating coil shall have at least one analog heating command property using a relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableActuatableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValveOrShape1
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValveOrShape1> a rdfs:Class,
sh:NodeShape ;
rdfs:label "Hot Water Valve Or Shape 1" ;
rdfs:comment "A HotWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty." ;
sh:message "g36: A HotWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty." ;
sh:or ( [ sh:property [ rdfs:comment "A HotWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableActuatableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Binary-Position> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] [ sh:property [ rdfs:comment "A HotWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#EnumeratedActuatableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Binary-Position> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://data.ashrae.org/standard223#EnumerationKind-Binary> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ] ] ] ] ] ) ;
sh:targetClass <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve> .
URI: nd74c7e9b224d43e79e5d77665ad408beb20
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The ChilledWaterCoil shall be connected to a ChilledWaterValve using the relation connectedTo." ;
sh:path <http://data.ashrae.org/standard223#connectedTo> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValve> ] .
URI: http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValveOrShape1
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValveOrShape1> a rdfs:Class,
sh:NodeShape ;
rdfs:label "Chilled Water Valve Or Shape 1" ;
rdfs:comment "A ChilledWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty." ;
sh:message "g36: A ChilledWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty." ;
sh:or ( [ sh:property [ rdfs:comment "A ChilledWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableActuatableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Binary-Position> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] [ sh:property [ rdfs:comment "A ChilledWaterValve shall have at least one analog valve command property or at least two binary valve command properties using the relation hasProperty." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#EnumeratedActuatableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Binary-Position> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://data.ashrae.org/standard223#EnumerationKind-Binary> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ] ] ] ] ] ) ;
sh:targetClass <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValve> .
URI: nd74c7e9b224d43e79e5d77665ad408beb486
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A Zone shall have at least one window switch on-off property using the relation hasProperty." ;
sh:message "g36: A Zone shall have at least one window switch on-off property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#EnumeratedObservableProperty> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Binary-OnOff> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ],
[ rdfs:comment "Property shall be measured at a window." ;
sh:class <http://data.ashrae.org/standard223#Window> ;
sh:path [ sh:alternativePath ( ( [ sh:inversePath <http://data.ashrae.org/standard223#observes> ] <http://data.ashrae.org/standard223#hasObservationLocation> ) [ sh:inversePath <http://data.ashrae.org/standard223#hasProperty> ] ) ] ] ] ] ;
sh:severity sh:Info .
URI: nd74c7e9b224d43e79e5d77665ad408beb475
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A Zone shall have at least one Domain-HVAC using the relation hasDomain. " ;
sh:hasValue <http://data.ashrae.org/standard223#Domain-HVAC> ;
sh:message "g36: A Zone shall have at least one Domain-HVAC using the relation hasDomain. " ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomain> .
URI: nd74c7e9b224d43e79e5d77665ad408beb476
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A Zone shall have at least a zone CO2 concentration property using the relation hasProperty, if applicable control is used." ;
sh:message "g36: A Zone shall have at least a zone CO2 concentration property using the relation hasProperty, if applicable control is used." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Constituent-CO2> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#ofConstituent> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ;
sh:severity sh:Info .
URI: nd74c7e9b224d43e79e5d77665ad408beb481
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A Zone shall have a zone temperature setpoint adjustment property using the relation hasProperty, if applicable." ;
sh:message "g36: A Zone shall have a zone temperature setpoint adjustment property using the relation hasProperty, if applicable." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Dimensioned-Delta> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ;
sh:qualifiedValueShapesDisjoint true ;
sh:severity sh:Info .
URI: nd74c7e9b224d43e79e5d77665ad408beb498
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A Zone shall have at least one binary zone occupancy property using the relation hasProperty" ;
sh:message "g36: A Zone shall have at least one binary zone occupancy property using the relation hasProperty" ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#EnumeratedObservableProperty> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#EnumerationKind-Occupancy> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ] ] ] ;
sh:severity sh:Info .
URI: nd74c7e9b224d43e79e5d77665ad408beb503
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A ZoneGroup shall contain at least one Zone using the relation contains." ;
sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Zone> ;
sh:message "g36: A ZoneGroup shall contain at least one Zone using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> .
URI: nd74c7e9b224d43e79e5d77665ad408beb502
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A ZoneGroup shall have the Domain HVAC using the relation hasDomain." ;
sh:hasValue <http://data.ashrae.org/standard223#Domain-HVAC> ;
sh:message "g36: A ZoneGroup shall have the Domain HVAC using the relation hasDomain." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomain> .
URI: nd74c7e9b224d43e79e5d77665ad408beb137
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A Fan shall have at least one Start/Stop command using the relation hasProperty." ;
sh:message "g36: A Fan shall have at least one Start/Stop command using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#EnumeratedActuatableProperty> ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223#Binary-OnOff> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasEnumerationKind> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb173
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A fan with VFD shall have at least one fan speed command using the relation hasProperty." ;
sh:message "g36: A fan with VFD shall have at least one fan speed command using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableActuatableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb456
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The VAVTerminalCoolingOnly shall contain exactly one Damper using the relation contains." ;
sh:message "g36: The VAVTerminalCoolingOnly shall contain exactly one Damper using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb449
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The VAVTerminalCoolingOnly OutletConnectionPoint shall have at least one discharge airflow property using the relation hasProperty." ;
sh:message "g36: The VAVTerminalCoolingOnly OutletConnectionPoint shall have at least one discharge airflow property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb445
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The VAVTerminalCoolingOnly connects to Domain Space in a g36:Zone" ;
sh:class <http://data.ashrae.org/standard223#DomainSpace> ;
sh:message "g36: VAVTerminalCoolingOnly connects to Domain Space in a g36:Zone" ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Zone> ;
sh:minCount 1 ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#contains> ] ] ] ;
sh:path <http://data.ashrae.org/standard223#connectedTo> .
URI: nd74c7e9b224d43e79e5d77665ad408beb458
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The VAVTerminalWithReheat connects to Domain Space in a g36:Zone" ;
sh:class <http://data.ashrae.org/standard223#DomainSpace> ;
sh:message "g36: The VAVTerminalWithReheat connects to Domain Space in a g36:Zone" ;
sh:minCount 1 ;
sh:node [ sh:property [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Zone> ;
sh:minCount 1 ;
sh:path [ sh:inversePath <http://data.ashrae.org/standard223#contains> ] ] ] ;
sh:path <http://data.ashrae.org/standard223#connectedTo> .
URI: nd74c7e9b224d43e79e5d77665ad408beb468
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The VAVTerminalWithReheat OutletConnectionPoint shall have at least one discharge air temperature property using the relation hasProperty." ;
sh:message "g36: The VAVTerminalWithReheat OutletConnectionPoint shall have at least one discharge air temperature property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb462
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The VAVTerminalWithReheat shall contain at least one hot water coil or at least one electric heating coil for heating using the relation contains." ;
sh:message "g36: The VAVTerminalWithReheat shall contain at least one hot water coil or at least one electric heating coil for heating using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:or ( [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> ] [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> ] ) ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb152
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A FanPoweredTerminal shall have exactly one Damper using the relation contains." ;
sh:message "g36: A FanPoweredTerminal shall have exactly one Damper using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb154
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A FanPoweredTerminal shall contain at least one hot water coil or at least one electric heating coil for heating using the relation contains." ;
sh:message "g36: A FanPoweredTerminal shall contain at least one hot water coil or at least one electric heating coil for heating using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:or ( [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> ] [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> ] ) ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb160
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The FanPoweredTerminal InletConnectionPoint shall have at least one supply airflow property using the relation hasProperty." ;
sh:message "g36: The FanPoweredTerminal InletConnectionPoint shall have at least one supply airflow property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb145
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The FanPoweredTerminal OutletConnectionPoint shall have at least one discharge air temperature property using the relation hasProperty." ;
sh:message "g36: The FanPoweredTerminal OutletConnectionPoint shall have at least one discharge air temperature property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb167
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A FanPoweredTerminal shall have exactly one Fan or FanWithVFD using the relation contains." ;
sh:message "g36: A FanPoweredTerminal shall have exactly one Fan or FanWithVFD using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:or ( [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Fan> ] [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ] ) ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb100
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "DualDuctTerminalWithInletSensors shall contain 2 dampers using the relation contains" ;
sh:message "g36: DualDuctTerminalWithInletSensors shall contain 2 dampers using the relation contains" ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 2 ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb102
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "DualDuctTerminalWithInletSensors shall contain 1 damper that has the Role Cooling using the relation contains." ;
sh:message "g36: DualDuctTerminalWithInletSensors shall contain 1 damper that has the Role Cooling using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Cooling> ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb86
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The DualDuctTerminalWithInletSensors InletConnectionPoint shall have at least one cooling supply airflow property using the relation hasProperty." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Cooling> ] ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb77
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The DualDuctTerminalWithInletSensors InletConnectionPoint shall have at least one heating supply airflow property using the relation hasProperty." ;
sh:message "g36: The DualDuctTerminalWithInletSensors InletConnectionPoint shall have at least one heating supply airflow property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Heating> ] ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb95
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "DualDuctTerminalWithInletSensors shall contain 1 damper that has the Role Heating using the relation contains." ;
sh:message "g36: DualDuctTerminalWithInletSensors shall contain 1 damper that has the Role Heating using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Heating> ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb71
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The DualDuctTerminalWithDischargeSensor shall contain 2 dampers using the relation contains." ;
sh:message "g36: The DualDuctTerminalWithDischargeSensor shall contain 2 dampers using the relation contains." ;
sh:minCount 2 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 2 ;
sh:qualifiedMinCount 2 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb66
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "In the DualDuctTerminalWithDischargeSensor, one Damper has Role Cooling using the relation hasRole." ;
sh:message "g36: In the DualDuctTerminalWithDischargeSensor, one Damper has Role Cooling using the relation hasRole." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Cooling> ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb54
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The DualDuctTerminalWithDischargeSensor OutletConnectionPoint shall have at least one discharge airflow property using the relation hasProperty." ;
sh:message "g36: The DualDuctTerminalWithDischargeSensor OutletConnectionPoint shall have at least one discharge airflow property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb61
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "In the DualDuctTerminalWithDischargeSensor, one Damper has Role Heating using the relation hasRole." ;
sh:message "g36: In the DualDuctTerminalWithDischargeSensor, one Damper has Role Heating using the relation hasRole." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Heating> ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb193
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "One MultipleZoneVAVAirHandlingUnit InletConnectionPoint shall have at least one outdoor air temperature property using the relation hasProperty. " ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-OutdoorAirIntake> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb225
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "One MultipleZoneVAVAirHandlingUnit InletConnectionPoint shall have at least one return air temperature property using the relation hasProperty. " ;
sh:message "g36: One MultipleZoneVAVAirHandlingUnit InletConnectionPoint shall have at least one return air temperature property using the relation hasProperty. " ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb201
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The MultipleZoneVAVAirHandlingUnit OutletConnectionPoint shall have at least one supply duct static pressure property using the relation hasProperty." ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Pressure> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb209
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The MultipleZoneVAVAirHandlingUnit shall contain at least one ChilledWaterCoil for cooling using the relation contains." ;
sh:message "g36: The MultipleZoneVAVAirHandlingUnit shall contain at least one ChilledWaterCoil for cooling using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoil> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb215
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The MultipleZoneVAVAirHandlingUnit shall contain at least one HotWaterCoil or at least one ElectricHeatingCoil for heating using the relation contains." ;
sh:message "g36: The MultipleZoneVAVAirHandlingUnit shall contain at least one HotWaterCoil or at least one ElectricHeatingCoil for heating using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:or ( [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> ] [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> ] ) ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb211
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The MultipleZoneVAVAirHandlingUnit shall contain at least one return air damper using the relation contains." ;
sh:message "g36: The MultipleZoneVAVAirHandlingUnit shall contain at least one return air damper using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb233
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "One MultipleZoneVAVAirHandlingUnit OutletConnectionPoint shall have at least one supply air temperature property using the relation hasProperty." ;
sh:message "g36: One MultipleZoneVAVAirHandlingUnit OutletConnectionPoint shall have at least one supply air temperature property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb221
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The MultipleZoneVAVAirHandlingUnit shall contain at least one supply fan with a VFD that has the role Supply using the relation contains" ;
sh:message "g36: The MultipleZoneVAVAirHandlingUnit shall contain at least one supply fan with a VFD that has the role Supply using the relation contains" ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb241
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For units with a common economizer/minimum OA damper, MultipleZoneVAVAirHandlingUnit InletConnectionPoint must have at least one outdoor airflow property." ;
sh:message "g36: For units with a common economizer/minimum OA damper, MultipleZoneVAVAirHandlingUnit InletConnectionPoint must have at least one outdoor airflow property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#InletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-OutdoorAirIntake> ] ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb250
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For units with a common economizer/minimum OA damper, must have exactly one economizer/minimum outdoor air damper." ;
sh:message "g36: For units with a common economizer/minimum OA damper, must have exactly one economizer/minimum outdoor air damper." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-OutdoorAirIntake> ] ],
[ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Economizer> ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb257
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For units with a separate minimum outdoor air damper and AFMS, MultipleZoneVAVAirHandlingUnit must contain a modulating outdoor air damper with a minimum airflow property." ;
sh:message "g36: For units with a separate minimum outdoor air damper and AFMS, MultipleZoneVAVAirHandlingUnit must contain a modulating outdoor air damper with a minimum airflow property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:not [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Economizer> ] ] ] ;
sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-OutdoorAirIntake> ] ],
[ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ],
[ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Dimensioned-Minimum> ] ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb271
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For units with a separate minimum outdoor air damper and DP sensor, MultipleZoneVAVAirHandlingUnit must contain a two-position outdoor air damper with a differential pressure property." ;
sh:message "g36: For units with a separate minimum outdoor air damper and DP sensor, MultipleZoneVAVAirHandlingUnit must contain a two-position outdoor air damper with a differential pressure property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamper> ;
sh:node [ sh:not [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Economizer> ] ] ] ;
sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-OutdoorAirIntake> ] ],
[ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Pressure> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb296
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For units with actuated relief dampers but no relief fan, the MultipleZoneVAVAirHandlingUnit must contain a relief air damper with an analog damper command property." ;
sh:message "g36: For units with actuated relief dampers but no relief fan, the MultipleZoneVAVAirHandlingUnit must contain a relief air damper with an analog damper command property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb283
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For units with actuated relief dampers but no relief fan, the MultipleZoneVAVAirHandlingUnit must be connectedTo at least one VAV, which connectedTo at least one HVAC DomainSpace, which is contained by at least one Zone, which has a building static pressure property." ;
sh:path ( [ sh:oneOrMorePath <http://data.ashrae.org/standard223#connectedTo> ] sh:zeroOrOnePath [ sh:inversePath <http://data.ashrae.org/standard223#hasDomainSpace> ] ) ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Domain-HVAC> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomain> ],
[ sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Pressure> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb300
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For units with both a relief air damper and a relief fan, the MultipleZoneVAVAirHandlingUnit must have a relief fan with a VFD." ;
sh:message "g36: For units with both a relief air damper and a relief fan, the MultipleZoneVAVAirHandlingUnit must have a relief fan with a VFD." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb305
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For units with both a relief air damper and a relief fan, the MultipleZoneVAVAirHandlingUnit must have a relief air damper with a two-position damper command property." ;
sh:message "g36: For units with both a relief air damper and a relief fan, the MultipleZoneVAVAirHandlingUnit must have a relief air damper with a two-position damper command property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb323
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For units with a return fan, if airflow tracking logic is used, the OutletConnectionPoint of the supply fan in the MultipleZoneVAVAirHandlingUnit must have a supply airflow property." ;
sh:message "g36: For units with a return fan, if airflow tracking logic is used, the OutletConnectionPoint of the supply fan in the MultipleZoneVAVAirHandlingUnit must have a supply airflow property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ],
[ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb353
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For units with a return fan, the MultipleZoneVAVAirHandlingUnit must indeed contain a return fan." ;
sh:message "g36: For units with a return fan, the MultipleZoneVAVAirHandlingUnit must indeed contain a return fan." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb357
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For units with a return fan, if direct building pressure logic is used, the MultipleZoneVAVAirHandlingUnit must be connectedTo at least one VAV, which connectedTo at least one HVAC DomainSpace, which is contained by at least one Zone, which has a building static pressure property." ;
sh:message "g36: For units with a return fan, if direct building pressure logic is used, the MultipleZoneVAVAirHandlingUnit must be connectedTo at least one VAV, which connectedTo at least one HVAC DomainSpace, which is contained by at least one Zone, which has a building static pressure property." ;
sh:minCount 1 ;
sh:path ( <http://data.ashrae.org/standard223#connectedTo> <http://data.ashrae.org/standard223#connectedTo> [ sh:inversePath <http://data.ashrae.org/standard223#contains> ] <http://data.ashrae.org/standard223#hasProperty> ) ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Pressure> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb310
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For units with a return fan, if direct building pressure logic is used, the OutletConnectionPoint of the return fan in the MultipleZoneVAVAirHandlingUnit must have a return fan discharge static pressure property." ;
sh:message "g36: For units with a return fan, if direct building pressure logic is used, the OutletConnectionPoint of the return fan in the MultipleZoneVAVAirHandlingUnit must have a return fan discharge static pressure property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Pressure> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ] ],
[ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb340
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For units with a return fan, if airflow tracking logic is used, the OutletConnectionPoint of the return fan in the MultipleZoneVAVAirHandlingUnit must have a return airflow property." ;
sh:message "g36: For units with a return fan, if airflow tracking logic is used, the OutletConnectionPoint of the return fan in the MultipleZoneVAVAirHandlingUnit must have a return airflow property." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] ] ],
[ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb336
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For units with a return fan, the MultipleZoneVAVAirHandlingUnit must contain an exhaust air damper." ;
sh:message "g36: For units with a return fan, the MultipleZoneVAVAirHandlingUnit must contain an exhaust air damper." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Exhaust> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb396
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "the SingleZoneVAVAirHandlingUnit contains a relief air damper with a modulating actuator." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableActuatableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Binary-Position> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ],
[ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb115
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The DualFanDualDuctAirHandlingUnit shall contain at least one supply fan with a VFD that has the role Supply using the relation contains." ;
sh:message "g36: The DualFanDualDuctAirHandlingUnit shall contain at least one supply fan with a VFD that has the role Supply using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb107
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A DualFanDualDuctAirHandlingUnit OutletConnectionPoint shall have at least one supply duct static pressure property using the relation hasProperty." ;
sh:message "g36: A DualFanDualDuctAirHandlingUnit OutletConnectionPoint shall have at least one supply duct static pressure property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Pressure> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb127
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The DualFanDualDuctAirHandlingUnit shall contain at least one HotWaterCoil or at least one ElectricHeatingCoil for heating using the relation contains." ;
sh:message "g36: The DualFanDualDuctAirHandlingUnit shall contain at least one HotWaterCoil or at least one ElectricHeatingCoil for heating using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:or ( [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> ] [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> ] ) ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb119
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A DualFanDualDuctAirHandlingUnit OutletConnectionPoint shall have at least one supply air temperature property using the relation hasProperty." ;
sh:message "g36: A DualFanDualDuctAirHandlingUnit OutletConnectionPoint shall have at least one supply air temperature property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb366
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "A SingleZoneVAVAirHandlingUnit OutletConnectionPoint shall have at least one supply air temperature property using the relation hasProperty." ;
sh:message "g36: A SingleZoneVAVAirHandlingUnit OutletConnectionPoint shall have at least one supply air temperature property using the relation hasProperty." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasConnectionPoint> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#OutletConnectionPoint> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasAspect> ],
[ sh:hasValue <http://qudt.org/vocab/quantitykind/Temperature> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb390
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The SingleZoneVAVAirHandlingUnit shall contain at least one HotWaterCoil or at least one ElectricHeatingCoil for heating using the relation contains." ;
sh:message "g36: The SingleZoneVAVAirHandlingUnit shall contain at least one HotWaterCoil or at least one ElectricHeatingCoil for heating using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:or ( [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil> ] [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ElectricHeatingCoil> ] ) ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb384
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The SingleZoneVAVAirHandlingUnit shall contain at least one ChilledWaterCoil for cooling using the relation contains." ;
sh:message "g36: The SingleZoneVAVAirHandlingUnit shall contain at least one ChilledWaterCoil for cooling using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoil> ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb374
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The SingleZoneVAVAirHandlingUnit shall have at least one return air damper using the relation contains." ;
sh:message "g36: The SingleZoneVAVAirHandlingUnit shall have at least one return air damper using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb379
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The SingleZoneVAVAirHandlingUnit shall have at least one outdoor air damper using the relation contains." ;
sh:message "g36: The SingleZoneVAVAirHandlingUnit shall have at least one outdoor air damper using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ;
sh:node [ sh:property [ sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-OutdoorAirIntake> ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb386
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "The SingleZoneVAVAirHandlingUnit shall contain at least one supply fan with a VFD that has the role Supply using the relation contains." ;
sh:message "g36: The SingleZoneVAVAirHandlingUnit shall contain at least one supply fan with a VFD that has the role Supply using the relation contains." ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Supply> ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb423
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For the case where the SingleZoneVAVAirHandlingUnit has both a relief air damper and a relief fan, the SingleZoneVAVAirHandlingUnit must indeed have a relief air damper with a two-position damper command property." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamper> ;
sh:node [ sh:property [ sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb405
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For the case where the SingleZoneVAVAirHandlingUnit has both a relief air damper and a relief fan, the SingleZoneVAVAirHandlingUnit must indeed have a relief fan." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMaxCount 1 ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:path <http://data.ashrae.org/standard223#hasRole> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:hasValue <http://data.ashrae.org/standard223#Role-Relief> ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb410
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For the case where the SingleZoneVAVAirHandlingUnit has both a relief air damper and a relief fan, the SingleZoneVAVAirHandlingUnit must be connectedTo at least one VAV, which is connectedTo at least one HVAC DomainSpace or Zone, which has a building static pressure property." ;
sh:path ( [ sh:oneOrMorePath <http://data.ashrae.org/standard223#connectedTo> ] sh:zeroOrOnePath [ sh:inversePath <http://data.ashrae.org/standard223#hasDomainSpace> ] ) ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Domain-HVAC> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasDomain> ],
[ sh:path <http://data.ashrae.org/standard223#hasProperty> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223#QuantifiableObservableProperty> ;
sh:node [ sh:property [ sh:hasValue <http://qudt.org/vocab/quantitykind/Pressure> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://qudt.org/schema/qudt/hasQuantityKind> ] ] ] ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb428
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For the case where the SingleZoneVAVAirHandlingUnit has a return fan, the SingleZoneVAVAirHandlingUnit must indeed contain a return fan." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD> ;
sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Return> ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ] .
URI: nd74c7e9b224d43e79e5d77665ad408beb432
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdfs:comment "For the case where the SingleZoneVAVAirHandlingUnit has a return fan, the SingleZoneVAVAirHandlingUnit must contain an exhaust air damper with either an analog or two-position damper command property." ;
sh:path <http://data.ashrae.org/standard223#contains> ;
sh:qualifiedMinCount 1 ;
sh:qualifiedValueShape [ sh:node [ sh:property [ sh:hasValue <http://data.ashrae.org/standard223#Role-Exhaust> ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:path <http://data.ashrae.org/standard223#hasRole> ] ] ;
sh:or ( [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#Damper> ] [ sh:class <http://data.ashrae.org/standard223/1.0/extensions/g36#TwoPositionDamper> ] ) ] .