{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The anatomical location at which two or more bones make contact.",
      "rdfs:label" : "Joint",
      "rdfs:subClassOf" : "schema:AnatomicalStructure",
      "schema:isPartOf" : "http:health-lifesci.schema.org"
   },
   "properties" : {
      "schema:biomechnicalClass" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The biomechanical properties of the bone.",
         "rdfs:label" : "biomechnicalClass",
         "schema:domainIncludes" : "schema:Joint",
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:functionalClass" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The degree of mobility the joint allows.",
         "rdfs:label" : "functionalClass",
         "schema:domainIncludes" : "schema:Joint",
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:MedicalEntity"
         ]
      },
      "schema:structuralClass" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The name given to how bone physically connects to each other.",
         "rdfs:label" : "structuralClass",
         "schema:domainIncludes" : "schema:Joint",
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:Text"
      }
   }
}