@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/bQDxjHC>
  schema:hasOccupation "Arbeider"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9fe03ab3-c3a6-e908-fbb4-94c1c00f554c"^^xsd:string ;
  schema:givenName "Maarten"^^xsd:string ;
  schema:name "Maarten Verlaan"@nl ;
  schema:familyName "Verlaan"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Sluipwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01167k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5b59f746-5968-c86d-8652-55b2ed4cee04> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2211048> ;
  schema:birthDate "1852-04-04"^^xsd:date .

