@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/beniifC>
  schema:familyName "Dijkstra"^^xsd:string ;
  schema:hasOccupation "Gepensioneerd Militair"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ddca7ab8-5c91-e91c-97b8-5d1d042779b5"^^xsd:string ;
  schema:givenName "Ruurd"^^xsd:string ;
  schema:name "Ruurd Dijkstra"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leeuwarden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010fb4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/eef50d7a-efd1-786f-57ab-afebc7807e4c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2849508> ;
  schema:birthDate "1854-10-06"^^xsd:date .

