@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/bXvDiyo>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/02d293a5-35fc-c818-de96-35b5adb3f51f"^^xsd:string ;
  schema:familyName "Hulscher"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Hulscher"@nl ;
  schema:hasOccupation "Koetsier"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Alphen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00pqht> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/def432d4-5a58-50b1-a99e-81efa2c9cb5d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2822262> ;
  schema:birthDate "1851-09-21"^^xsd:date .

