s4grid:Firmware — Firmware

IRI
https://saref.etsi.org/saref4grid/Firmware
Is defined by
https://saref.etsi.org/saref4grid/v1.1.1/
https://saref.etsi.org/saref4grid/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4grid/v1.1.1/
https://saref.etsi.org/saref4grid/v1.1.1/example/Firmware#
https://saref.etsi.org/saref4grid/v2.1.1/
https://saref.etsi.org/saref4grid/v2.1.1/example/Firmware#
Download serialization
License

Definition of s4grid:Firmware

Defined in https://saref.etsi.org/saref4grid/v1.1.1/ as:

[COSEM] This class holds identification information related to administration and maintenance of meters. They are not communication parameters but allow the device management

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 s4grid: <https://saref.etsi.org/saref4grid/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

s4grid:hasFirmware rdfs:range s4grid:Firmware .

s4grid:hasFirmwareVersion rdfs:domain s4grid:Firmware .

s4grid:hasProductId rdfs:domain s4grid:Firmware .

s4grid:hasVendorId rdfs:domain s4grid:Firmware .

<https://saref.etsi.org/saref4grid/v1.1.1/example/Firmware#> dct:references s4grid:Firmware .

<https://saref.etsi.org/saref4grid/v2.1.1/example/Firmware#> dct:references s4grid:Firmware .

<https://saref.etsi.org/saref4grid/v1.1.1/> dct:references s4grid:Firmware ;
    dct:subject s4grid:Firmware .

<https://saref.etsi.org/saref4grid/v2.1.1/> dct:references s4grid:Firmware ;
    dct:subject s4grid:Firmware .

s4grid:Firmware a owl:Class ;
    rdfs:label "Firmware"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4grid/v1.1.1/>,
        <https://saref.etsi.org/saref4grid/v1.1.1/example/Firmware#>,
        <https://saref.etsi.org/saref4grid/v2.1.1/>,
        <https://saref.etsi.org/saref4grid/v2.1.1/example/Firmware#> ;
    rdfs:comment "[COSEM] This class holds identification information related to administration and maintenance of meters. They are not communication parameters but allow the device management"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4grid/v1.1.1/>,
        <https://saref.etsi.org/saref4grid/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4grid/v1.1.1/>,
        <https://saref.etsi.org/saref4grid/v2.1.1/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:cardinality "1"^^xsd:nonNegativeInteger ;
            owl:onProperty s4grid:hasFirmwareVersion ],
        [ a owl:Restriction ;
            owl:cardinality "1"^^xsd:nonNegativeInteger ;
            owl:onProperty s4grid:hasVendorId ],
        [ a owl:Restriction ;
            owl:cardinality "1"^^xsd:nonNegativeInteger ;
            owl:onProperty s4grid:hasProductId ] ;
    ns1:hiddenLabel "Firmware" .