{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "An application programming interface accessible over Web/Internet technologies.",
      "rdfs:label" : "WebAPI",
      "rdfs:subClassOf" : "schema:Service",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1423"
   },
   "properties" : {
      "schema:documentation" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Further documentation describing the Web API in more detail.",
         "rdfs:label" : "documentation",
         "schema:domainIncludes" : "schema:WebAPI",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:URL",
            "schema:CreativeWork"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1423"
      }
   }
}