@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/bvBRZYA>
  schema:familyName "Broere"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6c17f775-7464-7d29-2abe-4a5c4cd73ed1"^^xsd:string ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem Broere"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013vvx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b71f1ee7-3433-e726-96af-8d22852ef04d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2531539> ;
  schema:birthDate "1872-03-02"^^xsd:date .

