@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bNVrazH>
  schema:familyName "Buisman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/48190485-a461-5ef0-347a-6b1c8ea205c9"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Buisman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t053> ;
  geo:hasGeometry <https://n2t.net/ark:/60537/bG0RiAq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/023940ff-032e-a2d1-03bf-98b9b5909ef2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/576935> ;
  schema:birthDate "1867-09-13"^^xsd:date .

