@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/bDVR5Nv>
  schema:familyName "Brouwer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fd2f70da-e9a6-2e6f-2e92-94e6aa920444"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Brouwer"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0195d1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a0be932b-2046-45e4-7560-c10697675b2f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2444346> ;
  schema:birthDate "1906-04-07"^^xsd:date .

