samvera / questioning_authority

Question your authorities
Other
54 stars 30 forks source link

Create ldpath program for context property map #202

Closed elrayle closed 5 years ago

elrayle commented 5 years ago

Also moves block processing for graph_mapper_service outside of the individual property to the set of properties. This allows for adding context to the set of properties returned.

Example:

{ 
  id: 1, 
  label: 'The title', 
  context:
  {
    location: '42.4488° N, 76.4763° W'
  }
}