Definition of s4syst:ConnectionPoint
Defined in https://saref.etsi.org/saref4syst/v1.1.2/ as:
The class of connection points of systems, at which they may be connected to other systems. This class qualifies properties s4syst:connectsSystem and s4syst:connectedThrough. A connection point belongs to exactly one system. Any system connected through a connection is connected at one of its connection points to the connection. The system of a connection point that is connected through a connection is itself connected through the connection.
Description as a Class
- has super-classes
- s4syst:connectionPointOf exactly 1
- is in domain of
-
s4syst:connectionPointOf
s4syst:connectsSystemThrough - is in range of
-
s4syst:connectsAt
s4syst:connectsSystemAt - is disjoint with
-
s4syst:Connection
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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4syst:connectsAt rdfs:range s4syst:ConnectionPoint .
s4syst:connectsSystemThrough rdfs:domain s4syst:ConnectionPoint .
s4syst:Connection rdfs:subClassOf [ owl:onProperty s4syst:connectsSystemAt ;
owl:someValuesFrom s4syst:ConnectionPoint ] .
s4syst:connectionPointOf rdfs:domain s4syst:ConnectionPoint .
s4syst:connectsSystemAt rdfs:range s4syst:ConnectionPoint .
<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references s4syst:ConnectionPoint .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4syst:ConnectionPoint .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4syst:ConnectionPoint .
<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4syst:ConnectionPoint .
<https://saref.etsi.org/saref4syst/v1.1.2/> dct:references s4syst:ConnectionPoint ;
dct:subject s4syst:ConnectionPoint .
s4syst:ConnectionPoint a owl:Class ;
rdfs:label "Connection Point"@en ;
dct:isReferencedBy <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 connection points of systems, at which they may be connected to other systems. This class qualifies properties s4syst:connectsSystem and s4syst:connectedThrough. A connection point belongs to exactly one system. Any system connected through a connection is connected at one of its connection points to the connection. The system of a connection point that is connected through a connection is itself connected through the connection."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4syst/v1.1.2/> ;
rdfs:seeAlso <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:cardinality 1 ;
owl:onProperty s4syst:connectionPointOf ] ;
owl:disjointWith s4syst:Connection,
s4syst:System ;
skos:hiddenLabel "ConnectionPoint" .