@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/bFO8GcV>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/af27e2ff-476f-6eba-02bd-c44b56a40949"^^xsd:string ;
  schema:givenName "Petrus"^^xsd:string ;
  schema:name "Petrus van der Veur"@nl ;
  schema:hasOccupation "Plateelschilder"@nl ;
  schema:familyName "van der Veur"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Maastricht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0111dr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0176f221-c3c0-5334-d32a-21552ddac42f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/573943> ;
  schema:birthDate "1880-07-31"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Veur"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

