@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/bIwf1Hv>
  schema:givenName "Anthonie"^^xsd:string ;
  schema:name "Anthonie Lourier"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f4c419eb-dc16-4b95-1bce-d78ee6a61c94"^^xsd:string ;
  schema:familyName "Lourier"^^xsd:string ;
  schema:hasOccupation "Touwspinner"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fpqh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9cd89859-5caf-0604-2f5a-56c7eda9d941> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2429263> ;
  schema:birthDate "1818-08-02"^^xsd:date .

