{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A Role that represents a Web link, e.g. as expressed via the 'url' property. Its linkRelationship property can indicate URL-based and plain textual link types, e.g. those in IANA link registry or others such as 'amphtml'. This structure provides a placeholder where details from HTML's link element can be represented outside of HTML, e.g. in JSON-LD feeds.",
      "rdfs:label" : "LinkRole",
      "rdfs:subClassOf" : "schema:Role",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1045"
   },
   "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:linkRelationship" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates the relationship type of a Web link. ",
         "rdfs:label" : "linkRelationship",
         "schema:domainIncludes" : "schema:LinkRole",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1045"
      }
   }
}