@prefix ns0: <https://schema.org/> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bIJczC>
  ns0:givenName "Gerhard" ;
  ns0:name "Gerhard van Warmelo (????-1850)"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/07660dce-9bf5-4705-a4aa-cb226d952f5d" ;
  ns0:hasOccupation "predikant"@nl, <https://n2t.net/ark:/60537/bCucUp> ;
  ns0:familyName "van Warmelo" ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/296959> ;
  ns0:deathDate "1850"^^xsd:gYear ;
  ns0:additionalName [
    ns1:baseSurname "Warmelo" ;
    ns1:literalName "Gerhard van Warmelo (????-1850)"@nl ;
    ns1:surnamePrefix "van"
  ] .

