s4agri:ID — ID

IRI
https://saref.etsi.org/saref4agri/ID
Is defined by
https://saref.etsi.org/saref4agri/v1.1.2/
Is referenced by
https://saref.etsi.org/saref4agri/v1.1.2/
Download serialization
License

Definition of s4agri:ID

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

ID

Description as a Class

is in range of
s4agri:hasID

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

s4agri:hasID rdfs:range s4agri:ID .

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

s4agri:ID a owl:Class ;
    rdfs:label "ID"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4agri/v1.1.2/> ;
    rdfs:comment "ID"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4agri/v1.1.2/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4agri/v1.1.2/> ;
    ns1:hiddenLabel "ID" .