s4dmgt:ModelName — Model name

IRI
https://saref.etsi.org/saref4dmgt/ModelName
Is defined by
https://saref.etsi.org/saref4dmgt/v1.1.1/
Is referenced by
https://saref.etsi.org/saref4dmgt/v1.1.1/
Download serialization
License

Definition of s4dmgt:ModelName

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

Device identity property that represents the device model, i.e. the denomination for a specific hardware design for this device, in a human-readable format.

Definition as a Named Individual

Turtle

@prefix dcterms: <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 s4dmgt: <https://saref.etsi.org/saref4dmgt/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

s4dmgt:DeviceIdentityProperty skos:broader s4dmgt:ModelName .

s4dmgt:ModelName a owl:Thing,
        saref:Property ;
    rdfs:label "Model name"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment "Device identity property that represents the device model, i.e. the denomination for a specific hardware design for this device, in a human-readable format."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    skos:hiddenLabel "ModelName" ;
    skos:narrower s4dmgt:DeviceIdentityProperty .

<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:ModelName ;
    dcterms:subject s4dmgt:ModelName .