@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/bwEnD6Q>
  schema:givenName "Gerardus Johannes"^^xsd:string ;
  schema:name "Gerardus Johannes Rust"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/87a0e59e-3acc-2a30-d9f1-4d1d3a23007b"^^xsd:string ;
  schema:familyName "Rust"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Delft> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00twb1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9603adc1-eccc-6411-3efb-66533249b5ea> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2780473> ;
  schema:birthDate "1894-12-16"^^xsd:date .

