@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/byiXG3R>
  schema:familyName "Dortland"^^xsd:string ;
  schema:givenName "Frits"^^xsd:string ;
  schema:name "Frits Dortland"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5fa834da-f088-754b-ad6d-35c37d60674e"^^xsd:string ;
  schema:hasOccupation "Smid"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3q7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/81a80715-5d5b-50a6-cf55-e825c89520b7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2359297> ;
  schema:birthDate "1876-05-09"^^xsd:date .

