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

<http://data.bibliotheken.nl/id/thes/p357298578> a schema1:Person ;
    rdfs:label "Jong, A. de (Copernicus Institute)" ;
    schema1:familyName "de Jong" ;
    schema1:givenName "A." ;
    schema1:hasOccupation "Copernicus Institute" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b035808e942865dc59c4420fe67021d9> ;
    schema1:name "A. de Jong" ;
    schema1:sameAs <http://viaf.org/viaf/305811972> .

