@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/baPpAhF>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/803ca182-ffe7-58b1-cc20-899cecbd3afe"^^xsd:string ;
  schema:givenName "Louis"^^xsd:string ;
  schema:name "Louis Peeters"@nl ;
  schema:familyName "Peeters"^^xsd:string ;
  schema:hasOccupation "Plateelschilder"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3xq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e1324f3b-f713-5838-437c-0c736aa3ea1b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2663795> ;
  schema:birthDate "1876-01-10"^^xsd:date .

