{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "Individual comic issues are serially published as\n \tpart of a larger series. For the sake of consistency, even one-shot issues\n \tbelong to a series comprised of a single issue. All comic issues can be\n \tuniquely identified by: the combination of the name and volume number of the\n \tseries to which the issue belongs; the issue number; and the variant\n \tdescription of the issue (if any).",
"rdfs:label" : "ComicIssue",
"rdfs:subClassOf" : "schema:PublicationIssue",
"schema:isPartOf" : "http:bib.schema.org"
},
"properties" : {
"schema:artist" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The primary artist for a work\n \tin a medium other than pencils or digital line art--for example, if the\n \tprimary artwork is done in watercolors or digital paints.",
"rdfs:label" : "artist",
"schema:domainIncludes" : [
"schema:VisualArtwork",
"schema:ComicIssue",
"schema:ComicStory"
],
"schema:isPartOf" : "http:bib.schema.org",
"schema:rangeIncludes" : "schema:Person"
},
"schema:colorist" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The individual who adds color to inked drawings.",
"rdfs:label" : "colorist",
"schema:domainIncludes" : [
"schema:VisualArtwork",
"schema:ComicIssue",
"schema:ComicStory"
],
"schema:isPartOf" : "http:bib.schema.org",
"schema:rangeIncludes" : "schema:Person"
},
"schema:inker" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The individual who traces over the pencil drawings in ink after pencils are complete.",
"rdfs:label" : "inker",
"schema:domainIncludes" : [
"schema:VisualArtwork",
"schema:ComicStory",
"schema:ComicIssue"
],
"schema:isPartOf" : "http:bib.schema.org",
"schema:rangeIncludes" : "schema:Person"
},
"schema:letterer" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The individual who adds lettering, including speech balloons and sound effects, to artwork.",
"rdfs:label" : "letterer",
"schema:domainIncludes" : [
"schema:VisualArtwork",
"schema:ComicIssue",
"schema:ComicStory"
],
"schema:isPartOf" : "http:bib.schema.org",
"schema:rangeIncludes" : "schema:Person"
},
"schema:penciler" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The individual who draws the primary narrative artwork.",
"rdfs:label" : "penciler",
"schema:domainIncludes" : [
"schema:ComicIssue",
"schema:ComicStory",
"schema:VisualArtwork"
],
"schema:isPartOf" : "http:bib.schema.org",
"schema:rangeIncludes" : "schema:Person"
},
"schema:variantCover" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A description of the variant cover\n \tfor the issue, if the issue is a variant printing. For example, \"Bryan Hitch\n \tVariant Cover\" or \"2nd Printing Variant\".",
"rdfs:label" : "variantCover",
"schema:domainIncludes" : "schema:ComicIssue",
"schema:isPartOf" : "http:bib.schema.org",
"schema:rangeIncludes" : "schema:Text"
}
}
}