Definition of s4syst:connectsSystemThrough
Defined in https://saref.etsi.org/saref4syst/v1.1.2/ as:
Links a connection point to one of the connections through which it connects its system.
Description as an Object Property
- has domain
- s4syst:ConnectionPoint
- has range
- s4syst:Connection
- is inverse of
-
s4syst:connectsSystemAt
s4syst:connectsSystemAt
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4syst:connectedThrough owl:propertyChainAxiom ( s4syst:connectsAt s4syst:connectsSystemThrough ) .
s4syst:connectsSystemAt owl:inverseOf s4syst:connectsSystemThrough .
<https://saref.etsi.org/saref4syst/v1.1.2/> dct:references s4syst:connectsSystemThrough ;
dct:subject s4syst:connectsSystemThrough .
s4syst:connectsSystemThrough a owl:ObjectProperty ;
rdfs:label "connects system through"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4syst/v1.1.2/> ;
rdfs:comment "Links a connection point to one of the connections through which it connects its system."@en ;
rdfs:domain s4syst:ConnectionPoint ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4syst/v1.1.2/> ;
rdfs:range s4syst:Connection ;
rdfs:seeAlso <https://saref.etsi.org/saref4syst/v1.1.2/> ;
owl:inverseOf s4syst:connectsSystemAt ;
skos:hiddenLabel "connectsSystemThrough" .