I think you are misunderstanding what the knowledge graph is. There is an entity: /m/02mjmr . Freebase has some facts (triples) about it. namely:
/m/02mjmr -> /type/object/name -> "Barack Obama"
/m/02mjmr -> /type/object/type -> /people/person
/m/02mjmr -> /people/person/place_of_birth -> /m/02hrh0_
Then there are some other facts (triples) in the db:
/m/02hrh0_ -> /type/object/name -> "Honolulu"
/m/02hrh0_ -> /location/location/containedby -> /m/03gh4
/m/03gh4 -> /type/object/name -> "Hawaii"
/m/03gh4 -> /location/administrative_division/iso_3166_2_code -> US_HI
The Freebase.com UI is just a way of visualising the knowledge graph that shows /type/object/name instead of showing machine ids (assuming that the entity has a name in the database).