Definition of s4syst:connectionPointOf
Defined in https://saref.etsi.org/saref4syst/v1.1.2/ as:
Links a connection point to the one and only one system it belongs to.
Description as an Object Property
- has characteristics
- functional
- has domain
- s4syst:ConnectionPoint
- has range
- s4syst:System
- is inverse of
-
s4syst:connectsAt
s4syst:connectsAt
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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4syst:connectsSystem owl:propertyChainAxiom ( s4syst:connectsSystemAt s4syst:connectionPointOf ) .
s4syst:ConnectionPoint rdfs:subClassOf [ owl:cardinality 1 ;
owl:onProperty s4syst:connectionPointOf ] .
s4syst:connectsAt owl:inverseOf s4syst:connectionPointOf .
<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references s4syst:connectionPointOf .
<https://saref.etsi.org/saref4syst/v1.1.2/> dct:references s4syst:connectionPointOf ;
dct:subject s4syst:connectionPointOf .
s4syst:connectionPointOf a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "connection point to"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v2.1.1/>,
<https://saref.etsi.org/saref4syst/v1.1.2/> ;
rdfs:comment "Links a connection point to the one and only one system it belongs to."@en ;
rdfs:domain s4syst:ConnectionPoint ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4syst/v1.1.2/> ;
rdfs:range s4syst:System ;
rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v2.1.1/>,
<https://saref.etsi.org/saref4syst/v1.1.2/> ;
owl:inverseOf s4syst:connectsAt ;
skos:hiddenLabel "connectionPointOf" .