@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/bijASLT>
  schema:familyName "Hoogerdijk"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e58e6250-abe6-e27f-2316-c7fa403778b8"^^xsd:string ;
  schema:givenName "Sijbrand"^^xsd:string ;
  schema:name "Sijbrand Hoogerdijk"@nl ;
  schema:hasOccupation "Touwslager"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00njcx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/adcf261d-ad34-fc4a-834c-5dea05984932> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2494752> ;
  schema:birthDate "1827-10-16"^^xsd:date .

