{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).",
      "rdfs:label" : "Article",
      "rdfs:subClassOf" : "schema:CreativeWork",
      "schema:contributor" : "collab:rNews"
   },
   "properties" : {
      "schema:articleBody" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The actual body of the article.",
         "rdfs:label" : "articleBody",
         "schema:domainIncludes" : "schema:Article",
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:articleSection" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.",
         "rdfs:label" : "articleSection",
         "schema:domainIncludes" : "schema:Article",
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:backstory" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "For an [[Article]], typically a [[NewsArticle]], the backstory property provides a textual summary giving a brief explanation of why and how an article was created. In a journalistic setting this could include information about reporting process, methods, interviews, data sources, etc.",
         "rdfs:label" : "backstory",
         "schema:contributor" : "collab:TP",
         "schema:domainIncludes" : "schema:Article",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:CreativeWork",
            "schema:Text"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1688"
      },
      "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"
      },
      "schema:speakable" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe *speakable* property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) *id-value* URL references - uses *id-value* of an element in the page being annotated. The simplest use of *speakable* has (potentially relative) URL values, referencing identified sections of the document concerned.\n\n2.) CSS Selectors - addresses content in the annotated page, e.g. via class attribute. Use the [[cssSelector]] property.\n\n3.)  XPaths - addresses content via XPaths (assuming an XML view of the content). Use the [[xpath]] property.\n\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, [[SpeakableSpecification]]  which is defined to be a possible value of the *speakable* property.\n         ",
         "rdfs:label" : "speakable",
         "schema:domainIncludes" : [
            "schema:Article",
            "schema:WebPage"
         ],
         "schema:rangeIncludes" : [
            "schema:SpeakableSpecification",
            "schema:URL"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1389"
      },
      "schema:wordCount" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The number of words in the text of the Article.",
         "rdfs:label" : "wordCount",
         "schema:domainIncludes" : "schema:Article",
         "schema:rangeIncludes" : "schema:Integer"
      }
   }
}