@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/bB13bC0>
  schema:hasOccupation "Advocaat"@nl ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Piccardt"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f2173ee7-da9b-5f7f-f052-a36985e3113e"^^xsd:string ;
  schema:familyName "Piccardt"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oude_Pekela> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vs1h> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2932bc8e-e624-17a9-27f9-1679dac9462b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2020306> ;
  schema:birthDate "1818-04-01"^^xsd:date .

