@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/bngSzZf>
  schema:givenName "Andreas"^^xsd:string ;
  schema:name "Andreas Smits"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2e35e18f-e177-9cb6-0a96-3ba8d559f372"^^xsd:string ;
  schema:familyName "Smits"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Woerden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k1gs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/67c0138c-1c50-a5da-cb37-4ff94def5e75> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2259195> ;
  schema:birthDate "1870-06-14"^^xsd:date .

