s4syst:connectedThrough — connected through

IRI
https://saref.etsi.org/saref4syst/connectedThrough
Is defined by
https://saref.etsi.org/saref4syst/v1.1.2/
Is referenced by
https://saref.etsi.org/saref4auto/v2.1.1/
https://saref.etsi.org/saref4auto/v2.1.1/example/Road_topology#
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/
https://saref.etsi.org/saref4syst/v1.1.2/example/example#
Download serialization
License

Definition of s4syst:connectedThrough

Defined in https://saref.etsi.org/saref4syst/v1.1.2/ as:

Links a system to one of its connections to other systems.

Description as an Object Property

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:connectedThrough .

s4syst:connectsSystem owl:inverseOf s4syst:connectedThrough .

<https://saref.etsi.org/saref4syst/v1.1.2/example/example#> dct:references s4syst:connectedThrough .

<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4syst:connectedThrough .

<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4syst:connectedThrough .

<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4syst:connectedThrough .

<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4syst:connectedThrough .

<https://saref.etsi.org/saref4syst/v1.1.2/> dct:references s4syst:connectedThrough ;
    dct:subject s4syst:connectedThrough .

s4syst:connectedThrough a owl:ObjectProperty ;
    rdfs:label "connected through"@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/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/>,
        <https://saref.etsi.org/saref4syst/v1.1.2/example/example#> ;
    rdfs:comment "Links a system to one of its connections to other systems."@en ;
    rdfs:domain s4syst:System ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4syst/v1.1.2/> ;
    rdfs:range s4syst:Connection ;
    rdfs:seeAlso <https://saref.etsi.org/saref4auto/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/> ;
    owl:inverseOf s4syst:connectsSystem ;
    owl:propertyChainAxiom ( s4syst:connectsAt s4syst:connectsSystemThrough ) ;
    skos:hiddenLabel "connectedThrough" .