npg:id leaf node


URI

http://ns.nature.com/terms/id

Label

ID

Description

The :id property provides a unique ID for a thing.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) npg:id rdfs:Literal

Implementation

@prefix npg: <http://ns.nature.com/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

npg:id a owl:DatatypeProperty ;
    rdfs:isDefinedBy npg: ;
    rdfs:range rdfs:Literal ;
    skos:definition "The :id property provides a unique ID for a thing."@en ;
    skos:note "The :id value forms the local part of the full URI for an entity name."@en ;
    skos:prefLabel "ID"@en .