http://purl.org/spar/fabio/hasVolumeCount
The count of the number of volumes a work includes.
DOMAIN | PROPERTY | RANGE |
---|---|---|
frbr:Endeavour | :hasVolumeCount | xsd:nonNegativeInteger |
@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 .