biboPages constant

IriTerm const biboPages

pages from bibo vocabulary [Expects: http://www.w3.org/2000/01/rdf-schema#Literal]

A string of non-contiguous page spans that locate a Document within a Collection. Example: 23-25, 34, 54-56. For continuous page ranges, use the pageStart and pageEnd properties.

Can be used on: http://purl.org/ontology/bibo/Document

Implementation

static const biboPages = IriTerm.prevalidated(
  'http://purl.org/ontology/bibo/pages',
);