@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/bhh5iiJ>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Vermeulen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dda1c1d3-df7a-797d-3cf5-f4ab3e423db2"^^xsd:string ;
  schema:familyName "Vermeulen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011sb8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/70a6b41b-6f76-e9e7-bcb7-7d1c28e7a510> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2293430> ;
  schema:birthDate "1886-07-13"^^xsd:date .

