http://purl.org/spar/fabio/hasElectronicArticleIdentifier
A local identifier for an article within an electronic (i.e. on line, in HTML format) periodical issue. Use in preference to prism:startingPage when the article lacks page numbers
DOMAIN | PROPERTY | RANGE |
---|---|---|
frbr:Endeavour | :hasElectronicArticleIdentifier | owl:Thing (inferred) |
@prefix : <http://purl.org/spar/fabio/> .
@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#> .
:hasElectronicArticleIdentifier a owl:DatatypeProperty ;
rdfs:label "has electronic article identifier"@en ;
rdfs:comment "A local identifier for an article within an electronic (i.e. on line, in HTML format) periodical issue. Use in preference to prism:startingPage when the article lacks page numbers"@en ;
rdfs:domain frbr:Endeavour ;
rdfs:subPropertyOf owl:topDataProperty .