@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/bMfPYRP>
  schema:givenName "Anthonie"^^xsd:string ;
  schema:name "Anthonie Lourier"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ef2d2479-ef71-8b6a-918a-627e5b0f9cf6"^^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/462e7285-5cc7-5990-1acb-21d28ff2b2f1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2129447> ;
  schema:birthDate "1818-08-02"^^xsd:date .

