s4inma:hasIRDIValue — has IRDI value

IRI
https://saref.etsi.org/saref4inma/hasIRDIValue
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/
Download serialization
License

Definition of s4inma:hasIRDIValue

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

A relation to express the value of an IRDI as a string

Definition as a Datatype Property

has super-properties
s4inma:hasIDValue
has range
xsd:string

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#> .

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

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

s4inma:hasIRDIValue a owl:DatatypeProperty ;
    rdfs:label "has IRDI value"@en ;
    ns1:isReferencedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    rdfs:comment "A relation to express the value of an IRDI as a string"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    rdfs:subPropertyOf s4inma:hasIDValue ;
    ns2:hiddenLabel "hasIRDIValue" .