@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/bt6tqfZ>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Starreveld"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e84c0c52-f906-768c-5619-4681fc9248a2"^^xsd:string ;
  schema:hasOccupation "Smidsknecht"@nl ;
  schema:familyName "Starreveld"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Alphen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00f719> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/347aae9e-bcd1-9b40-7561-4a3dde36dccc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2064335> ;
  schema:birthDate "1826-05-30"^^xsd:date .

