:hasPubMedCentralId leaf node


URI

http://purl.org/spar/fabio/hasPubMedCentralId

Label

has PubMed Central identifier

Description

An identifier for bibliographic entities hosted by the PubMed Central repository.

Inherits from

Usage

DOMAINPROPERTYRANGE
frbr:Endeavour :hasPubMedCentralId xsd:string

Implementation

@prefix : <http://purl.org/spar/fabio/> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:hasPubMedCentralId a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "has PubMed Central identifier"@en ;
    rdfs:comment "An identifier for bibliographic entities hosted by the PubMed Central repository."@en ;
    rdfs:domain frbr:Endeavour ;
    rdfs:isDefinedBy <http://www.ncbi.nlm.nih.gov/pmc/> ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf dcterms:identifier .