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