{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "An audiobook.",
      "rdfs:label" : "Audiobook",
      "rdfs:subClassOf" : [
         "schema:Book",
         "schema:AudioObject"
      ],
      "schema:isPartOf" : "http:bib.schema.org"
   },
   "properties" : {
      "schema:duration" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).",
         "rdfs:label" : "duration",
         "schema:domainIncludes" : [
            "schema:Audiobook",
            "schema:MediaObject",
            "schema:MusicRecording",
            "schema:Event",
            "schema:Episode",
            "schema:Schedule",
            "schema:QuantitativeValueDistribution",
            "schema:Movie",
            "schema:MusicRelease"
         ],
         "schema:rangeIncludes" : "schema:Duration",
         "schema:source" : [
            "https://github.com/schemaorg/schemaorg/issues/1698",
            "https://github.com/schemaorg/schemaorg/issues/1457"
         ]
      },
      "schema:readBy" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A person who reads (performs) the audiobook.",
         "rdfs:label" : "readBy",
         "rdfs:subPropertyOf" : "schema:actor",
         "schema:domainIncludes" : "schema:Audiobook",
         "schema:isPartOf" : "http:bib.schema.org",
         "schema:rangeIncludes" : "schema:Person"
      }
   }
}