@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/byJn5gR>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a907a075-dbd6-7420-b916-a224ecf986c7"^^xsd:string ;
  schema:givenName "Simon"^^xsd:string ;
  schema:name "Simon van Wilgen"@nl ;
  schema:familyName "van Wilgen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qcxb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/99dbb562-31ed-6783-0761-75c67cda5e71> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2417956> ;
  schema:birthDate "1860-01-07"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wilgen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

