@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/b6S6yyq>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Slobbe"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/825da1a4-a788-5a2d-4dc0-35cfba20eb1e"^^xsd:string ;
  schema:hasOccupation "Los werkman"@nl ;
  schema:familyName "Slobbe"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bm1G1Gf> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2533508> ;
  schema:birthDate "1869-11-05"^^xsd:date .

