@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/bHg3meh>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Bijland"@nl ;
  schema:familyName "Bijland"^^xsd:string ;
  schema:hasOccupation "Bloemist"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3671dae4-a9c5-ca5c-1f3a-cfb300c13b34"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Boskoop> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011s9v> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f2011b73-df86-58ce-7895-7bd4d1652653> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2861370> ;
  schema:birthDate "1858-05-02"^^xsd:date .

