@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/bX5dneA>
  schema:familyName "de Vries"^^xsd:string ;
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk de Vries"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/73081813-866b-58d5-2fde-9f5bb9afa990"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xfmf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/55cc298c-4252-1e96-7b29-170acb27974c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2189731> ;
  schema:birthDate "1885-07-26"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vries"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

