s4envi:System — System

IRI
https://saref.etsi.org/saref4envi/System
Is defined by
https://saref.etsi.org/saref4envi/v1.1.2/
Is referenced by
https://saref.etsi.org/saref4envi/v1.1.2/
Download serialization
License

Definition of s4envi:System

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

A group of related hardware units or programs or both, especially when dedicated to a single application. (Definition taken from https://en.oxforddictionaries.com/definition/system)

Description as a Class

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4envi: <https://saref.etsi.org/saref4envi/> .

s4envi:Device rdfs:subClassOf s4envi:System .

<https://saref.etsi.org/saref4envi/v1.1.2/> dct:references s4envi:System ;
    dct:subject s4envi:System .

s4envi:System a owl:Class ;
    rdfs:label "System"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4envi/v1.1.2/> ;
    rdfs:comment "A group of related hardware units or programs or both, especially when dedicated to a single application. (Definition taken from https://en.oxforddictionaries.com/definition/system)"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v1.1.2/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4envi/v1.1.2/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4envi:System ;
            owl:onProperty s4envi:hasComponent ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4envi:System ;
            owl:onProperty s4envi:isComponentOf ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4envi:System ;
            owl:onProperty s4envi:isConnectedTo ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4envi:CommunicationInterface ;
            owl:onProperty s4envi:usesCommunicationInterface ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4envi:CommunicationProtocol ;
            owl:onProperty s4envi:usesCommunicationProtocol ],
        s4envi:PhysicalObject ;
    ns1:hiddenLabel "System" .