s4inma:hasModelNumber — has model number

IRI
https://saref.etsi.org/saref4inma/hasModelNumber
Is defined by
https://saref.etsi.org/saref4inma/v1.1.2/
https://saref.etsi.org/saref4inma/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4inma/v1.1.2/
https://saref.etsi.org/saref4inma/v2.1.1/
https://saref.etsi.org/saref4inma/v2.1.1/example/Item#
https://saref.etsi.org/saref4inma/v2.1.1/example/Material#
Download serialization
License

Definition of s4inma:hasModelNumber

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

A relation to express the model number of a certain object (item, product, equipment, etc.)

Definition as a Datatype Property

Turtle

@prefix ns1: <http://purl.org/dc/terms/> .
@prefix ns2: <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 s4inma: <https://saref.etsi.org/saref4inma/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

s4inma:ItemCategory rdfs:subClassOf [ a owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onDataRange xsd:string ;
            owl:onProperty s4inma:hasModelNumber ] .

s4inma:ProductionEquipmentCategory rdfs:subClassOf [ a owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onDataRange xsd:string ;
            owl:onProperty s4inma:hasModelNumber ] .

<https://saref.etsi.org/saref4inma/v2.1.1/example/Item#> ns1:references s4inma:hasModelNumber .

<https://saref.etsi.org/saref4inma/v2.1.1/example/Material#> ns1:references s4inma:hasModelNumber .

<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:hasModelNumber ;
    ns1:subject s4inma:hasModelNumber .

<https://saref.etsi.org/saref4inma/v2.1.1/> ns1:references s4inma:hasModelNumber ;
    ns1:subject s4inma:hasModelNumber .

s4inma:hasModelNumber a owl:DatatypeProperty ;
    rdfs:label "has model number"@en ;
    ns1:isReferencedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/example/Item#>,
        <https://saref.etsi.org/saref4inma/v2.1.1/example/Material#> ;
    rdfs:comment "A relation to express the model number of a certain object (item, product, equipment, etc.) "@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    ns2:hiddenLabel "hasModelNumber" .