@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/btwRYc9>
  schema:familyName "Bremmert"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2d222bdb-9865-fd3d-4b2b-d8aef6f7cf82"^^xsd:string ;
  schema:givenName "Jacobus"^^xsd:string ;
  schema:name "Jacobus Bremmert"@nl ;
  schema:hasOccupation "Touwspinner"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010fb4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6c05a1ce-75ef-74af-df98-698cf45d23ca> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2275727> ;
  schema:birthDate "1834-10-21"^^xsd:date .

