@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/b5qcbmO>
  schema:givenName "Barend"^^xsd:string ;
  schema:name "Barend Noorlander"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9dd4a3e1-05ed-f33d-3b4a-27e2449af813"^^xsd:string ;
  schema:familyName "Noorlander"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012rwv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0376edae-136d-8585-5cbd-93744ed47dac> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/581959> ;
  schema:birthDate "1879-09-17"^^xsd:date .

