@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/bBrsVoZ>
  schema:givenName "Dirk Johannes"^^xsd:string ;
  schema:name "Dirk Johannes Jansen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1b3d86cc-64a2-babd-5856-80cdcaa02ddc"^^xsd:string ;
  schema:familyName "Jansen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0105dx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9bb4825d-ef0d-453a-dc97-d3cb89c1c51a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2425092> ;
  schema:birthDate "1889-03-13"^^xsd:date .

