:hasPageCount leaf node


URI

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

Label

has page count

Description

The count of the number of pages in a textual resource.

Inherits from

Usage

DOMAINPROPERTYRANGE
frbr:Endeavour :hasPageCount xsd:positiveInteger

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:hasPageCount a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "has page count"@en ;
    rdfs:comment "The count of the number of pages in a textual resource."@en ;
    rdfs:domain frbr:Endeavour ;
    rdfs:range xsd:positiveInteger ;
    rdfs:subPropertyOf owl:topDataProperty .