s4agri:hasID — has id

IRI
https://saref.etsi.org/saref4agri/hasID
Is defined by
https://saref.etsi.org/saref4agri/v1.1.2/
Is referenced by
https://saref.etsi.org/saref4agri/v1.1.2/
https://saref.etsi.org/saref4agri/v1.1.2/example/saref4agri-ex1#
Download serialization
License

Definition of s4agri:hasID

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

A relation to express the unique identifier of an animal.

Description as an Object Property

has super-properties
owl:topObjectProperty
has range
s4agri:ID

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

s4agri:Animal rdfs:subClassOf [ a owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass s4agri:ID ;
            owl:onProperty s4agri:hasID ] .

<https://saref.etsi.org/saref4agri/v1.1.2/example/saref4agri-ex1#> dct:references s4agri:hasID .

<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references s4agri:hasID ;
    dct:subject s4agri:hasID .

s4agri:hasID a owl:ObjectProperty ;
    rdfs:label "has id"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4agri/v1.1.2/>,
        <https://saref.etsi.org/saref4agri/v1.1.2/example/saref4agri-ex1#> ;
    rdfs:comment "A relation to express the unique identifier of an animal."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4agri/v1.1.2/> ;
    rdfs:range s4agri:ID ;
    rdfs:seeAlso <https://saref.etsi.org/saref4agri/v1.1.2/> ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    ns1:hiddenLabel "hasID" .