@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/bpmS6cL>
  schema:hasOccupation "Chirurgijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c9026f06-e498-ad8d-a1fc-8dbb4c43a264"^^xsd:string ;
  schema:givenName "Martinus"^^xsd:string ;
  schema:name "Martinus Spruijt"@nl ;
  schema:familyName "Spruijt"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Vlaardingen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w0tn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1d2f01ad-1048-4051-3ade-639548f211ec> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1973344> ;
  schema:birthDate "1837-09-09"^^xsd:date .

