@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/bDVQJpE>
  schema:givenName "Frederic Henrij"^^xsd:string ;
  schema:name "Frederic Henrij Roelofs"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6339dfe0-a8d6-df98-769e-86528ad445ea"^^xsd:string ;
  schema:familyName "Roelofs"^^xsd:string ;
  schema:hasOccupation "Stadsapotheker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gennep> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00d1qz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/304073b8-a75d-c987-61e0-f68374175859> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2048085> ;
  schema:birthDate "1811-12-14"^^xsd:date .

