Skip to content

groupFormedAtPlace

groupFormedAtPlace

Return the groups that were formed at the place.

See the related model documentation

Example

From the record for Los Altos California, the record for Apple Computers would be in the response

Details

  • Class Given: Place
  • Returns Class: Group
  • Relationship: formedAt

SPARQL

SELECT DISTINCT ?group WHERE {
   BIND(<%current%>as ?where)
   ?group crm:P95i_was_formed_by ?formation .
    ?formation crm:P7_took_place_at ?where .
 }