::{tab-item} Turtle
@prefix P: <urn:___param___#> .
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix ns2: <urn:nawi-water-ontology#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
P:membrane-in ns1:mapsTo P:in .
P:membrane-out ns1:mapsTo P:out .
P:name a ns2:Equipment ;
rdfs:label P:label ;
ns1:contains P:membrane ;
ns1:hasConnectionPoint P:in,
P:out ;
ns1:hasRole P:role .
:: ::{tab-item} With Inline Dependencies
@prefix P: <urn:___param___#> .
@prefix ns1: <http://data.ashrae.org/standard223#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
P:name a <urn:nawi-water-ontology#Equipment> ;
rdfs:label P:label ;
ns1:contains P:membrane ;
ns1:hasConnectionPoint P:in,
P:out ;
ns1:hasRole P:role .
P:in-mapsto a ns1:InletConnectionPoint ;
ns1:hasMedium P:in-medium .
P:membrane a <urn:nawi-water-ontology#Membrane> ;
rdfs:label P:membrane-label ;
ns1:hasConnectionPoint P:membrane-in,
P:membrane-out ;
ns1:hasRole P:membrane-role .
P:membrane-in a ns1:InletConnectionPoint ;
ns1:hasMedium P:membrane-in-medium ;
ns1:mapsTo P:in,
P:membrane-in-mapsto .
P:membrane-in-mapsto a ns1:InletConnectionPoint ;
ns1:hasMedium P:membrane-in-medium .
P:membrane-out a ns1:OutletConnectionPoint ;
ns1:hasMedium P:membrane-out-medium ;
ns1:mapsTo P:membrane-out-mapsto,
P:out .
P:membrane-out-mapsto a ns1:OutletConnectionPoint ;
ns1:hasMedium P:membrane-out-medium .
P:out-mapsto a ns1:OutletConnectionPoint ;
ns1:hasMedium P:out-medium .
P:in a ns1:InletConnectionPoint ;
ns1:hasMedium P:in-medium ;
ns1:mapsTo P:in-mapsto .
P:out a ns1:OutletConnectionPoint ;
ns1:hasMedium P:out-medium ;
ns1:mapsTo P:out-mapsto .
::
Parameters¶
in is a inlet-cp
membrane-in is a membrane
membrane is a membrane
membrane-out is a membrane
out is a outlet-cp
name
role
label
Dependencies¶
Dependents¶
Nothing depends on this template.
Graph Visualization¶
::{tab-item} Template
::
::{tab-item} With Inline Dependencies
::