http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId
An internal identifier for journals available from the National Library of Medicine repository.
DOMAIN | PROPERTY | RANGE |
---|---|---|
frbr:Endeavour , Blank node (see implementation) | :hasNationalLibraryOfMedicineJournalId | owl:Thing (inferred) |
@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:hasNationalLibraryOfMedicineJournalId a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has National Library of Medicine journal identifier"@en ;
rdfs:comment "An internal identifier for journals available from the National Library of Medicine repository."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy <http://www.nlm.nih.gov/> ;
rdfs:range [ a rdfs:Datatype ;
owl:onDatatype xsd:string ;
owl:withRestrictions ( [ xsd:pattern "[0-9]+" ] ) ] ;
rdfs:subPropertyOf dcterms:identifier .