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

<http://data.bibliotheken.nl/id/thes/p310310636> a schema1:Person ;
    rdfs:label "Nijs, Piet de" ;
    schema1:description "Ing." ;
    schema1:familyName "de Nijs" ;
    schema1:givenName "Piet" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4df577d229a95bb0b6816a95cbdfec2a> ;
    schema1:name "Piet de Nijs" ;
    schema1:sameAs <http://viaf.org/viaf/286000804>,
        <https://isni.org/isni/0000000392007690> .

