@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/beaepj>
  ns0:familyName "Decker" ;
  ns0:givenName "Jan"@nl ;
  ns0:name "Jan Willemsz. Decker (I)"@nl ;
  ns0:hasOccupation "schilder"@nl ;
  rdfs:seeAlso <http://vocab.getty.edu/ulan/500000154>, <http://www.biografischportaal.nl/persoon/34517984>, <https://www.wikidata.org/entity/Q21289186> ;
  ns0:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
  owl:sameAs <https://data.rkd.nl/artists/21293>, <https://www.goudatijdmachine.nl/omeka/api/items/1074129> ;
  a pico:PersonObservation ;
  ns0:birthDate "1553"^^xsd:gYear ;
  ns0:deathDate "1632-08-06"^^xsd:date ;
  ns0:additionalName [
    ns1:baseSurname "Decker" ;
    ns1:disambiguatingDescription "I" ;
    ns1:literalName "Jan Willemsz. Decker (I)"@nl ;
    ns1:patronym "Willemsz."
  ] .

