@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/b250E7N>
  schema:familyName "Dekker"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2922fcdc-b2ef-b95e-f091-469dc4fae8b1"^^xsd:string ;
  schema:givenName "Martinus"^^xsd:string ;
  schema:name "Martinus Dekker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s4n2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5ec32e36-fa53-aa22-6ab5-991e97e4d6a4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2223957> ;
  schema:birthDate "1850-09-19"^^xsd:date .

