Look at this sample image from the Clinton Wright Collection.
You’re given metadata for a local church picnic. How would you model:
Use our example dataset and try this: ```sparql SELECT ?person ?relation ?relatedPerson WHERE { ?person a schema:Person . ?person agrelon:hasFamilyRelation ?relatedPerson . ?person rdfs:label ?name . }