Definition of s4syst:Connection
Defined in https://saref.etsi.org/saref4syst/v1.1.2/ as:
The class of connections between systems. This class qualifies property s4syst:connectedTo. A connection describes potential interactions between systems. Any two connected systems are connected through a connection. A connection can connect more than two systems at the same time.
Description as a Class
- has super-classes
-
s4syst:connectsSystem some
s4syst:System
s4syst:connectsSystemAt some s4syst:ConnectionPoint - is in domain of
-
s4syst:connectsSystem
s4syst:connectsSystemAt - is in range of
-
s4syst:connectedThrough
s4syst:connectsSystemThrough - is disjoint with
-
s4syst:ConnectionPoint
s4syst:System
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 rdfs:range s4syst:Connection .
s4syst:connectsSystemThrough rdfs:range s4syst:Connection .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Road_topology#> dct:references s4syst:Connection .
s4syst:ConnectionPoint owl:disjointWith s4syst:Connection .
s4syst:connectsSystem rdfs:domain s4syst:Connection .
s4syst:connectsSystemAt rdfs:domain s4syst:Connection .
<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references s4syst:Connection .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4syst:Connection .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4syst:Connection .
<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4syst:Connection .
<https://saref.etsi.org/saref4syst/v1.1.2/> dct:references s4syst:Connection ;
dct:subject s4syst:Connection .
s4syst:Connection a owl:Class ;
rdfs:label "Connection"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/example/Road_topology#>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/>,
<https://saref.etsi.org/saref4envi/v2.1.1/>,
<https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/>,
<https://saref.etsi.org/saref4syst/v1.1.2/> ;
rdfs:comment "The class of connections between systems. This class qualifies property s4syst:connectedTo. A connection describes potential interactions between systems. Any two connected systems are connected through a connection. A connection can connect more than two systems at the same time."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4syst/v1.1.2/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/>,
<https://saref.etsi.org/saref4envi/v2.1.1/>,
<https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/>,
<https://saref.etsi.org/saref4syst/v1.1.2/> ;
rdfs:subClassOf [ owl:onProperty s4syst:connectsSystem ;
owl:someValuesFrom s4syst:System ],
[ owl:onProperty s4syst:connectsSystemAt ;
owl:someValuesFrom s4syst:ConnectionPoint ] ;
owl:disjointWith s4syst:System ;
skos:hiddenLabel "Connection" .