{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A SpecialAnnouncement combines a simple date-stamped textual information update\n      with contextualized Web links and other structured data.  It represents an information update made by a\n      locally-oriented organization, for example schools, pharmacies, healthcare providers,  community groups, police,\n      local government.\n\nFor work in progress guidelines on Coronavirus-related markup see [this doc](https://docs.google.com/document/d/14ikaGCKxo50rRM7nvKSlbUpjyIk2WMQd3IkB1lItlrM/edit#).\n\nThe motivating scenario for SpecialAnnouncement is the [Coronavirus pandemic](https://en.wikipedia.org/wiki/2019%E2%80%9320_coronavirus_pandemic), and the initial vocabulary is oriented to this urgent situation. Schema.org\nexpect to improve the markup iteratively as it is deployed and as feedback emerges from use. In addition to our\nusual [Github entry](https://github.com/schemaorg/schemaorg/issues/2490), feedback comments can also be provided in [this document](https://docs.google.com/document/d/1fpdFFxk8s87CWwACs53SGkYv3aafSxz_DTtOQxMrBJQ/edit#).\n\n\nWhile this schema is designed to communicate urgent crisis-related information, it is not the same as an emergency warning technology like [CAP](https://en.wikipedia.org/wiki/Common_Alerting_Protocol), although there may be overlaps. The intent is to cover\nthe kinds of everyday practical information being posted to existing websites during an emergency situation.\n\nSeveral kinds of information can be provided:\n\nWe encourage the provision of \"name\", \"text\", \"datePosted\", \"expires\" (if appropriate), \"category\" and\n\"url\" as a simple baseline. It is important to provide a value for \"category\" where possible, most ideally as a well known\nURL from Wikipedia or Wikidata. In the case of the 2019-2020 Coronavirus pandemic, this should be \"https://en.wikipedia.org/w/index.php?title=2019-20\\_coronavirus\\_pandemic\" or \"https://www.wikidata.org/wiki/Q81068910\".\n\nFor many of the possible properties, values can either be simple links or an inline description, depending on whether a summary is available. For a link, provide just the URL of the appropriate page as the property's value. For an inline description, use a [[WebContent]] type, and provide the url as a property of that, alongside at least a simple \"[[text]]\" summary of the page. It is\nunlikely that a single SpecialAnnouncement will need all of the possible properties simultaneously.\n\nWe expect that in many cases the page referenced might contain more specialized structured data, e.g. contact info, [[openingHours]], [[Event]], [[FAQPage]] etc. By linking to those pages from a [[SpecialAnnouncement]] you can help make it clearer that the events are related to the situation (e.g. Coronavirus) indicated by the [[category]] property of the [[SpecialAnnouncement]].\n\nMany [[SpecialAnnouncement]]s will relate to particular regions and to identifiable local organizations. Use [[spatialCoverage]] for the region, and [[announcementLocation]] to indicate specific [[LocalBusiness]]es and [[CivicStructure]]s. If the announcement affects both a particular region and a specific location (for example, a library closure that serves an entire region), use both [[spatialCoverage]] and [[announcementLocation]].\n\nThe [[about]] property can be used to indicate entities that are the focus of the announcement. We now recommend using [[about]] only\nfor representing non-location entities (e.g. a [[Course]] or a [[RadioStation]]). For places, use [[announcementLocation]] and [[spatialCoverage]]. Consumers of this markup should be aware that the initial design encouraged the use of [[about]] for locations too.\n\nThe basic content of [[SpecialAnnouncement]] is similar to that of an [RSS](https://en.wikipedia.org/wiki/RSS) or [Atom](https://en.wikipedia.org/wiki/Atom_(Web_standard)) feed. For publishers without such feeds, basic feed-like information can be shared by posting\n[[SpecialAnnouncement]] updates in a page, e.g. using JSON-LD. For sites with Atom/RSS functionality, you can point to a feed\nwith the [[webFeed]] property. This can be a simple URL, or an inline [[DataFeed]] object, with [[encodingFormat]] providing\nmedia type information, e.g. \"application/rss+xml\" or \"application/atom+xml\".\n",
      "rdfs:label" : "SpecialAnnouncement",
      "rdfs:subClassOf" : "schema:CreativeWork",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2490"
   },
   "properties" : {
      "schema:announcementLocation" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates a specific [[CivicStructure]] or [[LocalBusiness]] associated with the SpecialAnnouncement. For example, a specific testing facility or business with special opening hours. For a larger geographic region like a quarantine of an entire region, use [[spatialCoverage]].",
         "rdfs:label" : "announcementLocation",
         "rdfs:subPropertyOf" : "schema:spatialCoverage",
         "schema:domainIncludes" : "schema:SpecialAnnouncement",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:CivicStructure",
            "schema:LocalBusiness"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2514"
      },
      "schema:category" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
         "rdfs:label" : "category",
         "schema:domainIncludes" : [
            "schema:SpecialAnnouncement",
            "schema:Service",
            "schema:Product",
            "schema:ActionAccessSpecification",
            "schema:PhysicalActivity",
            "schema:Invoice",
            "schema:Recommendation",
            "schema:Offer"
         ],
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:PhysicalActivityCategory",
            "schema:URL",
            "schema:CategoryCode",
            "schema:Thing"
         ],
         "schema:source" : [
            "https://github.com/schemaorg/schemaorg/issues/2490",
            "https://github.com/schemaorg/schemaorg/issues/1741"
         ]
      },
      "schema:datePosted" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Publication date of an online listing.",
         "rdfs:label" : "datePosted",
         "schema:domainIncludes" : [
            "schema:RealEstateListing",
            "schema:SpecialAnnouncement",
            "schema:JobPosting",
            "schema:CDCPMDRecord"
         ],
         "schema:rangeIncludes" : [
            "schema:DateTime",
            "schema:Date"
         ],
         "schema:source" : [
            "https://github.com/schemaorg/schemaorg/issues/2490",
            "https://github.com/schemaorg/schemaorg/issues/2521"
         ]
      },
      "schema:diseasePreventionInfo" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Information about disease prevention.",
         "rdfs:label" : "diseasePreventionInfo",
         "schema:domainIncludes" : "schema:SpecialAnnouncement",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:URL",
            "schema:WebContent"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2490"
      },
      "schema:diseaseSpreadStatistics" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Statistical information about the spread of a disease, either as [[WebContent]], or\n  described directly as a [[Dataset]], or the specific [[Observation]]s in the dataset. When a [[WebContent]] URL is\n  provided, the page indicated might also contain more such markup.",
         "rdfs:label" : "diseaseSpreadStatistics",
         "schema:domainIncludes" : "schema:SpecialAnnouncement",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Dataset",
            "schema:URL",
            "schema:WebContent",
            "schema:Observation"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2490"
      },
      "schema:gettingTestedInfo" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Information about getting tested (for a [[MedicalCondition]]), e.g. in the context of a pandemic.",
         "rdfs:label" : "gettingTestedInfo",
         "schema:domainIncludes" : "schema:SpecialAnnouncement",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:URL",
            "schema:WebContent"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2490"
      },
      "schema:governmentBenefitsInfo" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "governmentBenefitsInfo provides information about government benefits associated with a SpecialAnnouncement.",
         "rdfs:label" : "governmentBenefitsInfo",
         "schema:domainIncludes" : "schema:SpecialAnnouncement",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:GovernmentService",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2534"
      },
      "schema:newsUpdatesAndGuidelines" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates a page with news updates and guidelines. This could often be (but is not required to be) the main page containing [[SpecialAnnouncement]] markup on a site.",
         "rdfs:label" : "newsUpdatesAndGuidelines",
         "schema:domainIncludes" : "schema:SpecialAnnouncement",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:URL",
            "schema:WebContent"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2490"
      },
      "schema:publicTransportClosuresInfo" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Information about public transport closures.",
         "rdfs:label" : "publicTransportClosuresInfo",
         "schema:domainIncludes" : "schema:SpecialAnnouncement",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:URL",
            "schema:WebContent"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2490"
      },
      "schema:quarantineGuidelines" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Guidelines about quarantine rules, e.g. in the context of a pandemic.",
         "rdfs:label" : "quarantineGuidelines",
         "schema:domainIncludes" : "schema:SpecialAnnouncement",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:URL",
            "schema:WebContent"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2490"
      },
      "schema:schoolClosuresInfo" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Information about school closures.",
         "rdfs:label" : "schoolClosuresInfo",
         "schema:domainIncludes" : "schema:SpecialAnnouncement",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:WebContent",
            "schema:URL"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2490"
      },
      "schema:travelBans" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Information about travel bans, e.g. in the context of a pandemic.",
         "rdfs:label" : "travelBans",
         "schema:domainIncludes" : "schema:SpecialAnnouncement",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:WebContent",
            "schema:URL"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2490"
      },
      "schema:webFeed" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The URL for a feed, e.g. associated with a podcast series, blog, or series of date-stamped updates. This is usually RSS or Atom.",
         "rdfs:label" : "webFeed",
         "schema:domainIncludes" : [
            "schema:PodcastSeries",
            "schema:SpecialAnnouncement"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:URL",
            "schema:DataFeed"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/373"
      }
   }
}