@prefix ns0: <https://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/baQ2oH>
  ns0:familyName "Duif" ;
  ns0:alternateName "Duive, Jan"@nl ;
  ns0:givenName "Johannes"@nl ;
  ns0:name "Johannes Adriaensz. Duif"@nl ;
  ns0:hasOccupation "schilder"@nl ;
  rdfs:seeAlso <http://www.biografischportaal.nl/persoon/56544859>, <https://www.wikidata.org/entity/Q2230229> ;
  ns0:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
  ns0:deathPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
  owl:sameAs <https://data.rkd.nl/artists/24658>, <https://www.goudatijdmachine.nl/omeka/api/items/1074083> ;
  a pico:PersonObservation ;
  ns0:birthDate "1617"^^xsd:gYear ;
  ns0:deathDate "1649"^^xsd:gYear ;
  ns0:additionalName [
    ns1:baseSurname "Duif" ;
    ns1:literalName "Johannes Adriaensz. Duif"@nl ;
    ns1:patronym "Adriaensz."
  ] .

