Definition of s4syst:connectedTo
Defined in https://saref.etsi.org/saref4syst/v1.1.2/ as:
Links a system to a system it is connected to. Connected systems interact in some way. The exact meaning of "interact" is defined by sub properties of s4syst:connectedTo. Property s4syst:connectedTo is symmetric. This property can be qualified using class s4syst:Connection, which connects the two systems. If there is a connection between several systems, then one may infer these systems are pairwise connected.
Description as an Object Property
- has characteristics
- symmetric
- has domain
- s4syst:System
- has range
- 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#> .
<https://saref.etsi.org/saref4syst/v1.1.2/example/example#> dct:references s4syst:connectedTo .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4syst:connectedTo .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4syst:connectedTo .
<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4syst:connectedTo .
<https://saref.etsi.org/saref4wear/v1.1.1/> dct:references s4syst:connectedTo .
<https://saref.etsi.org/saref4wear/v2.1.1/> dct:references s4syst:connectedTo .
<https://saref.etsi.org/saref4syst/v1.1.2/> dct:references s4syst:connectedTo ;
dct:subject s4syst:connectedTo .
s4syst:connectedTo a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "connected to"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/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/>,
<https://saref.etsi.org/saref4syst/v1.1.2/example/example#>,
<https://saref.etsi.org/saref4wear/v1.1.1/>,
<https://saref.etsi.org/saref4wear/v2.1.1/> ;
rdfs:comment "Links a system to a system it is connected to. Connected systems interact in some way. The exact meaning of \"interact\" is defined by sub properties of s4syst:connectedTo. Property s4syst:connectedTo is symmetric. This property can be qualified using class s4syst:Connection, which connects the two systems. If there is a connection between several systems, then one may infer these systems are pairwise connected."@en ;
rdfs:domain s4syst:System ;
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/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/>,
<https://saref.etsi.org/saref4syst/v1.1.2/>,
<https://saref.etsi.org/saref4wear/v1.1.1/>,
<https://saref.etsi.org/saref4wear/v2.1.1/> ;
skos:hiddenLabel "connectedTo" .