s4syst:connectsSystemAt — connects system at

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

Definition of s4syst:connectsSystemAt

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

Links a connection to one of the connection points at which it connects a system.

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

s4syst:connectsSystem owl:propertyChainAxiom ( s4syst:connectsSystemAt s4syst:connectionPointOf ) .

<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_5_SLConfiguration#> dct:references s4syst:connectsSystemAt .

<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_6_GeneralSignals#> dct:references s4syst:connectsSystemAt .

<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_5_SLConfiguration#> dct:references s4syst:connectsSystemAt .

<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_6_GeneralSignals#> dct:references s4syst:connectsSystemAt .

s4syst:Connection rdfs:subClassOf [ owl:onProperty s4syst:connectsSystemAt ;
            owl:someValuesFrom s4syst:ConnectionPoint ] .

s4syst:connectsSystemThrough owl:inverseOf s4syst:connectsSystemAt .

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

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

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

s4syst:connectsSystemAt a owl:ObjectProperty ;
    rdfs:label "connects system at"@en ;
    dct:isReferencedBy <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/> ;
    rdfs:comment "Links a connection to one of the connection points at which it connects a system."@en ;
    rdfs:domain s4syst:Connection ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4syst/v1.1.2/> ;
    rdfs:range s4syst:ConnectionPoint ;
    rdfs:seeAlso <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:connectsSystemThrough ;
    skos:hiddenLabel "connectsSystemAt" .