@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/bmRtQYc>
  schema:givenName "George Gustave"^^xsd:string ;
  schema:name "George Gustave Plate"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/63b48f97-6d1b-6d29-4135-7286cb2f9b62"^^xsd:string ;
  schema:familyName "Plate"^^xsd:string ;
  schema:hasOccupation "Procuratiehouder der Stearine Kaarsenfabriek"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k048> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/01e6cafc-bbbf-86e7-aa04-b80c26aa5d21> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/575684> ;
  schema:birthDate "1841-09-17"^^xsd:date .

