@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p07113199X> a schema1:Person ;
    rdfs:label "Joppe, Jaap (1916-1987)" ;
    schema1:birthDate "1916" ;
    schema1:deathDate "1987" ;
    schema1:description "bron: https://www.nederlandsepoezie.org/dichters/j/joppe.html" ;
    schema1:familyName "Joppe" ;
    schema1:givenName "Jaap" ;
    schema1:hasOccupation "dichter",
        "journalist" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3bf5ab04d498fa05492ea8dc7b50059b> ;
    schema1:name "Jaap Joppe" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/283097514>,
        <https://isni.org/isni/0000000389651565> .

