@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/bw1gdHP>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk IJsselstijn"@nl ;
  schema:hasOccupation "Fabrikant"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/20d9ddb8-1c74-69f7-0fde-eaeefe617892"^^xsd:string ;
  schema:familyName "IJsselstijn"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012c1b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/88c480ce-8a23-d4c0-4d41-9a6c8463e316> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2386431> ;
  schema:birthDate "1850-03-10"^^xsd:date .

