prism:startingPage leaf node


URI

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

Label

has starting page

Description

Identifies the first page of an entity such as a journal article.

Inherits from

Usage

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

Implementation

@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:startingPage a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "has starting page"@en ;
    rdfs:comment "Identifies the first page of an entity such as a journal article."@en ;
    rdfs:domain frbr:Endeavour ;
    rdfs:subPropertyOf owl:topDataProperty .