@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/bEYmdzG>
  schema:familyName "de Rooij"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6224530b-cd28-9093-2cc2-e7a191bee8e2"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes de Rooij"@nl ;
  schema:hasOccupation "Smidsknecht"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00nh52> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4bac43ec-9e92-d452-2872-d2a12761e300> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2151006> ;
  schema:birthDate "1847-08-18"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Rooij"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

