s4syst:subSystemOf — sub system of

IRI
https://saref.etsi.org/saref4syst/subSystemOf
Is defined by
https://saref.etsi.org/saref4syst/v1.1.2/
Is referenced by
https://saref.etsi.org/saref4auto/v1.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:subSystemOf

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

Links a system to its super system. Properties of subsystems somehow contribute to the properties of the super system. The exact meaning of "contribute is defined by sub properties of s4syst:subSystemOf. Property s4syst:subSystemOf is transitive.

Description as an Object Property

has characteristics
transitive
has domain
s4syst:System
has range
s4syst:System
is inverse of
s4syst:hasSubSystem
s4syst:hasSubSystem

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:hasSubSystem owl:inverseOf s4syst:subSystemOf .

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

<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4syst:subSystemOf .

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

s4syst:subSystemOf a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "sub system of"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4auto/v1.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 its super system. Properties of subsystems somehow contribute to the properties of the super system. The exact meaning of \"contribute is defined by sub properties of s4syst:subSystemOf. Property s4syst:subSystemOf is transitive."@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/saref4syst/v1.1.2/> ;
    owl:inverseOf s4syst:hasSubSystem ;
    skos:hiddenLabel "subSystemOf" .