Definition of s4syst:hasSubSystem
Defined in https://saref.etsi.org/saref4syst/v1.1.2/ as:
Links a system to one of its sub systems.
Description as an Object Property
- has characteristics
- transitive
- has domain
- s4syst:System
- has range
- s4syst:System
- is inverse of
-
s4syst:subSystemOf
s4syst:subSystemOf
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/saref4auto/v2.1.1/example/AutomotiveDevice#> dct:references s4syst:hasSubSystem .
s4syst:subSystemOf owl:inverseOf s4syst:hasSubSystem .
<https://saref.etsi.org/saref4watr/v1.1.1/example/KPI#> dct:references s4syst:hasSubSystem .
<https://saref.etsi.org/saref4watr/v1.1.1/example/WaterInfrastructure#> dct:references s4syst:hasSubSystem .
<https://saref.etsi.org/saref4watr/v2.1.1/example/KPI#> dct:references s4syst:hasSubSystem .
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterInfrastructure#> dct:references s4syst:hasSubSystem .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4syst:hasSubSystem .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4syst:hasSubSystem .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4syst:hasSubSystem .
<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4syst:hasSubSystem .
<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references s4syst:hasSubSystem .
<https://saref.etsi.org/saref4syst/v1.1.2/> dct:references s4syst:hasSubSystem ;
dct:subject s4syst:hasSubSystem .
s4syst:hasSubSystem a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "has sub system"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v1.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#>,
<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/saref4watr/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v1.1.1/example/KPI#>,
<https://saref.etsi.org/saref4watr/v1.1.1/example/WaterInfrastructure#>,
<https://saref.etsi.org/saref4watr/v2.1.1/example/KPI#>,
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterInfrastructure#> ;
rdfs:comment "Links a system to one of its sub systems."@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/v1.1.1/>,
<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/saref4watr/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/> ;
owl:inverseOf s4syst:subSystemOf ;
skos:hiddenLabel "hasSubSystem" .