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

<http://data.bibliotheken.nl/id/thes/p072740558> a schema1:Person ;
    rdfs:label "Rietveld, J. (NVSH)" ;
    schema1:familyName "Rietveld" ;
    schema1:givenName "J." ;
    schema1:hasOccupation "NVSH" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0243b3b54c395f83e442e05da20e6fcb> ;
    schema1:name "J. Rietveld" ;
    schema1:sameAs <http://viaf.org/viaf/280418392> .

