@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/b3KCxCx>
  schema:hasOccupation "Bouwman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1d3849db-6f12-70ae-e109-949b5c16ba3b"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Matse"@nl ;
  schema:familyName "Matse"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bachjGK> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2723765> ;
  schema:birthDate "1836-01-05"^^xsd:date .

