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

<http://data.bibliotheken.nl/id/thes/p320912388> a schema1:Person ;
    rdfs:label "Tromp, Nine" ;
    schema1:description "Intraval",
        "mr." ;
    schema1:familyName "Tromp" ;
    schema1:givenName "Nine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a0588251b2b960cc2f53251c6b6375f8> ;
    schema1:name "Nine Tromp" ;
    schema1:sameAs <http://viaf.org/viaf/281475337>,
        <https://isni.org/isni/0000000388318912> .

