@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/bQ0rkOA>
  schema:givenName "Frederik Gijsbertus"^^xsd:string ;
  schema:name "Frederik Gijsbertus Nieuwland"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2a765c7e-8b4b-c43d-6bea-480e034913a7"^^xsd:string ;
  schema:familyName "Nieuwland"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mvc0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6b318312-9fcd-6fca-0541-9afec685feb0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2272543> ;
  schema:birthDate "1855-03-18"^^xsd:date .

