{"@context":
 {
     "@base":"http://purl.obolibrary.org/obo/",
     "id": "@id",
     "type": {
         "@id": "rdf:type",
         "@type": "@vocab"
     },
     "dc": "http://purl.org/dc/terms/",
     "foaf": "http://xmlns.com/foaf/0.1/",
     "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
     "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
     "xsd": "http://www.w3.org/2001/XMLSchema#",
     "owl": "http://www.w3.org/2002/07/owl#",

     "obo": "http://purl.obolibrary.org/obo/",
     "DOID": "http://purl.obolibrary.org/obo/DOID_",
     "GO": "http://purl.obolibrary.org/obo/GO_",
     "gomodel": "http://purl.obolibrary.org/obo/gomodel_",
     "BFO": "http://purl.obolibrary.org/obo/BFO_",
     "IAO": "http://purl.obolibrary.org/obo/IAO_",
     "PR": "http://purl.obolibrary.org/obo/PR_",
     "SIO": "http://semanticscience.org/resource/SIO_",

     "part_of": "BFO:0000050",
     "occurs_in": "BFO:0000066",

     "label": "rdfs:label",
     "comment": "rdfs:comment",
     "description": "dc:description",
     "email": "foaf:mbox",
     "depiction": {
         "@id": "foaf:depiction",
         "@type": "@id"
     },
     "created": {
         "@id": "dc:created",
         "@type": "xsd:dateTime"
     },
     "creator": {
         "@id": "dc:creator",
         "@type": "@id"
     },
     "title": "dc:title",
     "source": "dc:source",
     "website": {
         "@id": "foaf:homepage",
         "@type": "@id"
     },

     "subClassOf": "owl:subClassOf",
     "Class": "owl:Class"
 }
}
