@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bi6T9Wj>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Broere"@nl ;
  schema:familyName "Broere"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6388d485-95ce-a75d-970e-9f56ab173bb0"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rgs5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a2cfb901-517a-2645-e349-9dd9bdfa2439> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2452259> ;
  schema:birthDate "1868-08-10"^^xsd:date .

