:hasElectronicArticleIdentifier leaf node


URI

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

Label

has electronic article identifier

Description

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

Inherits from

Usage

DOMAINPROPERTYRANGE
frbr:Endeavour :hasElectronicArticleIdentifier owl:Thing (inferred)

Implementation

@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 .