dcterms:identifier


URI

http://purl.org/dc/terms/identifier

Label

has identifier

Description

A unique and unambiguous reference to the resource within a given context.

Recommended best practice is to identify the resource by means of a string conforming to a formal identification system.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) dcterms:identifier owl:Thing (inferred)

Implementation

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

dcterms:identifier a owl:DatatypeProperty ;
    rdfs:label "has identifier"@en ;
    rdfs:comment """A unique and unambiguous reference to the resource within a given context.

Recommended best practice is to identify the resource by means of a string conforming to a formal identification system."""@en .