@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/bNVrDzK>
  schema:givenName "Georg Philip"^^xsd:string ;
  schema:name "Georg Philip Spruijt"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f8fde452-ca89-3714-f75e-f6223e86df82"^^xsd:string ;
  schema:familyName "Spruijt"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w0tn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8336ea4d-bd78-81a4-a6a1-d6711457e5b8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2365159> ;
  schema:birthDate "1876-06-22"^^xsd:date .

