{
"class" : {
"owl:equivalentClass" : "bibo:Issue",
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).",
"rdfs:label" : "PublicationIssue",
"rdfs:subClassOf" : "schema:CreativeWork",
"schema:contributor" : "collab:bibex"
},
"properties" : {
"schema:issueNumber" : {
"owl:equivalentProperty" : "bibo:issue",
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Identifies the issue of publication; for example, \"iii\" or \"2\".",
"rdfs:label" : "issueNumber",
"rdfs:subPropertyOf" : "schema:position",
"schema:contributor" : "collab:bibex",
"schema:domainIncludes" : "schema:PublicationIssue",
"schema:rangeIncludes" : [
"schema:Text",
"schema:Integer"
]
},
"schema:pageEnd" : {
"owl:equivalentProperty" : "bibo:pageEnd",
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The page on which the work ends; for example \"138\" or \"xvi\".",
"rdfs:label" : "pageEnd",
"schema:contributor" : "collab:bibex",
"schema:domainIncludes" : [
"schema:Chapter",
"schema:PublicationIssue",
"schema:PublicationVolume",
"schema:Article"
],
"schema:rangeIncludes" : [
"schema:Text",
"schema:Integer"
]
},
"schema:pageStart" : {
"owl:equivalentProperty" : "bibo:pageStart",
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The page on which the work starts; for example \"135\" or \"xiii\".",
"rdfs:label" : "pageStart",
"schema:contributor" : "collab:bibex",
"schema:domainIncludes" : [
"schema:Article",
"schema:Chapter",
"schema:PublicationIssue",
"schema:PublicationVolume"
],
"schema:rangeIncludes" : [
"schema:Text",
"schema:Integer"
]
},
"schema:pagination" : {
"owl:equivalentProperty" : "bibo:pages",
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".",
"rdfs:label" : "pagination",
"schema:contributor" : "collab:bibex",
"schema:domainIncludes" : [
"schema:Chapter",
"schema:PublicationIssue",
"schema:PublicationVolume",
"schema:Article"
],
"schema:rangeIncludes" : "schema:Text"
}
}
}