:hasVolumeCount leaf node


URI

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

Label

has volume count

Description

The count of the number of volumes a work includes.

Inherits from

Usage

DOMAINPROPERTYRANGE
frbr:Endeavour :hasVolumeCount xsd:nonNegativeInteger

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

:hasVolumeCount a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "has volume count"@en ;
    rdfs:comment "The count of the number of volumes a work includes."@en ;
    rdfs:domain frbr:Endeavour ;
    rdfs:range xsd:nonNegativeInteger ;
    rdfs:subPropertyOf owl:topDataProperty .