{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "Data type: PronounceableText.",
      "rdfs:label" : "PronounceableText",
      "rdfs:subClassOf" : "schema:Text",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2108"
   },
   "properties" : {
      "schema:inLanguage" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]].",
         "rdfs:label" : "inLanguage",
         "schema:domainIncludes" : [
            "schema:CommunicateAction",
            "schema:Event",
            "schema:BroadcastService",
            "schema:PronounceableText",
            "schema:CreativeWork",
            "schema:WriteAction",
            "schema:LinkRole"
         ],
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:Language"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2382"
      },
      "schema:phoneticText" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Representation of a text [[textValue]] using the specified [[speechToTextMarkup]]. For example the city name of Houston in IPA: /ˈhjuːstən/.",
         "rdfs:label" : "phoneticText",
         "schema:domainIncludes" : "schema:PronounceableText",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2108"
      },
      "schema:speechToTextMarkup" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Form of markup used. eg. [SSML](https://www.w3.org/TR/speech-synthesis11) or [IPA](https://www.wikidata.org/wiki/Property:P898).",
         "rdfs:label" : "speechToTextMarkup",
         "schema:domainIncludes" : "schema:PronounceableText",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2108"
      },
      "schema:textValue" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Text value being annotated.",
         "rdfs:label" : "textValue",
         "schema:domainIncludes" : "schema:PronounceableText",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2108"
      }
   }
}