Definition of s4syst:connectsAt
Defined in https://saref.etsi.org/saref4syst/v1.1.2/ as:
Links a system to one of the connection points at which it connects.
Description as an Object Property
- has characteristics
- inverse functional
- has domain
- s4syst:System
- has range
- s4syst:ConnectionPoint
- is inverse of
-
s4syst:connectionPointOf
s4syst:connectionPointOf
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 ) .
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_5_SLConfiguration#> dct:references s4syst:connectsAt .
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_6_GeneralSignals#> dct:references s4syst:connectsAt .
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_5_SLConfiguration#> dct:references s4syst:connectsAt .
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_6_GeneralSignals#> dct:references s4syst:connectsAt .
s4syst:connectionPointOf owl:inverseOf s4syst:connectsAt .
<https://saref.etsi.org/saref4syst/v1.1.2/example/example#> dct:references s4syst:connectsAt .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4syst:connectsAt .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4syst:connectsAt .
<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4syst:connectsAt .
<https://saref.etsi.org/saref4syst/v1.1.2/> dct:references s4syst:connectsAt ;
dct:subject s4syst:connectsAt .
s4syst:connectsAt a owl:InverseFunctionalProperty,
owl:ObjectProperty ;
rdfs:label "connects at"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/>,
<https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_5_SLConfiguration#>,
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_6_GeneralSignals#>,
<https://saref.etsi.org/saref4lift/v2.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_5_SLConfiguration#>,
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_6_GeneralSignals#>,
<https://saref.etsi.org/saref4syst/v1.1.2/>,
<https://saref.etsi.org/saref4syst/v1.1.2/example/example#> ;
rdfs:comment "Links a system to one of the connection points at which it connects."@en ;
rdfs:domain s4syst:System ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4syst/v1.1.2/> ;
rdfs:range s4syst:ConnectionPoint ;
rdfs:seeAlso <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/> ;
owl:inverseOf s4syst:connectionPointOf ;
skos:hiddenLabel "connectsAt" .