{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The act of authoring written creative content.",
      "rdfs:label" : "WriteAction",
      "rdfs:subClassOf" : "schema:CreateAction"
   },
   "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:language" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of instrument. The language used on this action.",
         "rdfs:label" : "language",
         "rdfs:subPropertyOf" : "schema:instrument",
         "schema:domainIncludes" : [
            "schema:WriteAction",
            "schema:CommunicateAction"
         ],
         "schema:rangeIncludes" : "schema:Language",
         "schema:supersededBy" : "schema:inLanguage"
      }
   }
}