@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bfpNg0E>
  schema:familyName "de Ridder"^^xsd:string ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/929acb4b-4c3c-c75c-390e-1c771c3c667a"^^xsd:string ;
  schema:givenName "Thomas"^^xsd:string ;
  schema:name "Thomas de Ridder"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00gdk5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/869cc46d-3c2b-ed58-ce74-835a23fca6a6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2378244> ;
  schema:birthDate "1859-09-11"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Ridder"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

