@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/b8KpNmN>
  schema:familyName "de Gruil"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7b6b472d-0217-5868-20e8-e9dd9b7c3ea0"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob de Gruil"@nl ;
  schema:hasOccupation "Koopman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xp49> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e3679c79-c052-42e1-f241-ec03b51f2d97> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2672379> ;
  schema:birthDate "1875-12-24"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Gruil"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

