prism:doi leaf node


URI

http://prismstandard.org/namespaces/basic/2.0/doi

Label

has DOI

Description

A Digital Object Identifier for a serial publication item, a dataset or some other entity.

Inherits from

Usage

DOMAINPROPERTYRANGE
frbr:Endeavour prism:doi owl:Thing (inferred)

Implementation

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

prism:doi a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "has DOI"@en,
        "has Digital Object Identifier"@en ;
    rdfs:comment "A Digital Object Identifier for a serial publication item, a dataset or some other entity."@en ;
    rdfs:domain frbr:Endeavour ;
    rdfs:isDefinedBy <http://www.doi.org/> ;
    rdfs:subPropertyOf dcterms:identifier .