@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/bJ8msD7>
  schema:givenName "Floris"^^xsd:string ;
  schema:name "Floris Sloof"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7055cde0-effb-d02c-cb11-2813bf550ce5"^^xsd:string ;
  schema:familyName "Sloof"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0142cr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ef5b6266-c383-3e4a-f6cd-c1c019fcb47a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2851029> ;
  schema:birthDate "1889-07-24"^^xsd:date .

