@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/bbFcd7q>
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit Soet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7cb2f732-f678-42eb-568a-f11c67aa38bd"^^xsd:string ;
  schema:familyName "Soet"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Delft> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01bppc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c290282f-cbf3-927a-0eea-a67cefa796cb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2575357> ;
  schema:birthDate "1885-01-03"^^xsd:date .

