{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.",
"rdfs:label" : "CommunicateAction",
"rdfs:subClassOf" : "schema:InteractAction"
},
"properties" : {
"schema:about" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The subject matter of the content.",
"rdfs:label" : "about",
"schema:domainIncludes" : [
"schema:Event",
"schema:CommunicateAction",
"schema:CreativeWork"
],
"schema:inverseOf" : "schema:subjectOf",
"schema:rangeIncludes" : "schema:Thing",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/1670"
},
"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"
},
"schema:recipient" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A sub property of participant. The participant who is at the receiving end of the action.",
"rdfs:label" : "recipient",
"rdfs:subPropertyOf" : "schema:participant",
"schema:domainIncludes" : [
"schema:Message",
"schema:SendAction",
"schema:GiveAction",
"schema:PayAction",
"schema:CommunicateAction",
"schema:DonateAction",
"schema:ReturnAction",
"schema:TipAction",
"schema:AuthorizeAction"
],
"schema:rangeIncludes" : [
"schema:Person",
"schema:ContactPoint",
"schema:Organization",
"schema:Audience"
]
}
}
}