s4syst:Connection — Connection

IRI
https://saref.etsi.org/saref4syst/Connection
Is defined by
https://saref.etsi.org/saref4syst/v1.1.2/
Is referenced by
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/
Download serialization
License

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

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" .