@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/bLQrzai>
  schema:familyName "Bremmert"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7d921ad2-0929-7a78-7c1c-33e8f2625ce3"^^xsd:string ;
  schema:givenName "Johannes Petrus"^^xsd:string ;
  schema:name "Johannes Petrus Bremmert"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010fb4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/34a7b52c-0168-14be-79f1-fa7836f15c7b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2065005> ;
  schema:birthDate "1875-09-05"^^xsd:date .

