{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The artwork on the cover of a comic.",
      "rdfs:label" : "ComicCoverArt",
      "rdfs:subClassOf" : [
         "schema:ComicStory",
         "schema:CoverArt"
      ],
      "schema:isPartOf" : "http:bib.schema.org"
   },
   "properties" : {}
}