@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:volumeNumber	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:volumeNumber	rdfs:subPropertyOf	schema:position .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix bibo:	<http://purl.org/ontology/bibo/> .
schema:volumeNumber	owl:equivalentProperty	bibo:volume ;
	rdfs:label	"volumeNumber" ;
	rdfs:comment	"Identifies the volume of publication or multi-part work; for example, \"iii\" or \"2\"." .
@prefix dcterms:	<http://purl.org/dc/terms/> .
@prefix ns6:	<http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#> .
schema:volumeNumber	dcterms:source	ns6:source_bibex ;
	schema:domainIncludes	schema:PublicationVolume ;
	schema:rangeIncludes	schema:Integer ,
		schema:Text .