Definition of s4syst:connectsSystem
Defined in https://saref.etsi.org/saref4syst/v1.1.2/ as:
Links a connection to one of the systems it connects.
Description as an Object Property
- has domain
- s4syst:Connection
- has range
- s4syst:System
- is inverse of
-
s4syst:connectedThrough
s4syst:connectedThrough - has sub-property chains
- ( s4syst:connectsSystemAt o 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#> .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Road_topology#> dct:references s4syst:connectsSystem .
<https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#> dct:references s4syst:connectsSystem .
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_15_BCSSignals#> dct:references s4syst:connectsSystem .
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_5_SLConfiguration#> dct:references s4syst:connectsSystem .
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_6_GeneralSignals#> dct:references s4syst:connectsSystem .
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_15_BCSSignals#> dct:references s4syst:connectsSystem .
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_5_SLConfiguration#> dct:references s4syst:connectsSystem .
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_6_GeneralSignals#> dct:references s4syst:connectsSystem .
s4syst:Connection rdfs:subClassOf [ owl:onProperty s4syst:connectsSystem ;
owl:someValuesFrom s4syst:System ] .
s4syst:connectedThrough owl:inverseOf s4syst:connectsSystem .
<https://saref.etsi.org/saref4syst/v1.1.2/example/example#> dct:references s4syst:connectsSystem .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4syst:connectsSystem .
<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references s4syst:connectsSystem .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4syst:connectsSystem .
<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4syst:connectsSystem .
<https://saref.etsi.org/saref4syst/v1.1.2/> dct:references s4syst:connectsSystem ;
dct:subject s4syst:connectsSystem .
s4syst:connectsSystem a owl:ObjectProperty ;
rdfs:label "connects system"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/Road_topology#>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#>,
<https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_15_BCSSignals#>,
<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_15_BCSSignals#>,
<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 connection to one of the systems it connects."@en ;
rdfs:domain s4syst:Connection ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4syst/v1.1.2/> ;
rdfs:range s4syst:System ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4ehaw/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:connectedThrough ;
owl:propertyChainAxiom ( s4syst:connectsSystemAt s4syst:connectionPointOf ) ;
skos:hiddenLabel "connectsSystem" .