http://prismstandard.org/namespaces/basic/2.0/startingPage
Identifies the first page of an entity such as a journal article.
DOMAIN | PROPERTY | RANGE |
---|---|---|
frbr:Endeavour | prism:startingPage | owl:Thing (inferred) |
@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 .