{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The term \"story\" is any indivisible, re-printable\n    \tunit of a comic, including the interior stories, covers, and backmatter. Most\n    \tcomics have at least two stories: a cover (ComicCoverArt) and an interior story.",
      "rdfs:label" : "ComicStory",
      "rdfs:subClassOf" : "schema:CreativeWork",
      "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"
      }
   }
}