@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/bbFcpHh>
  schema:givenName "Gerardus"^^xsd:string ;
  schema:name "Gerardus Stalenburg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/97fc1b1a-54c6-d5fa-fda2-34b5fbdda817"^^xsd:string ;
  schema:familyName "Stalenburg"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00r72t> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/964fc289-0451-1f1d-1e91-a9ee176fc858> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2781683> ;
  schema:birthDate "1877-12-29"^^xsd:date .

