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

<http://data.bibliotheken.nl/id/thes/p068062826> a schema1:Person ;
    rdfs:label "Luppé, Robert de (1922-)" ;
    schema1:birthDate "1922" ;
    schema1:familyName "de Luppé" ;
    schema1:givenName "Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b11779113e11cdf08669dc25e56de918> ;
    schema1:name "Robert de Luppé" ;
    schema1:sameAs <http://viaf.org/viaf/24699800>,
        wd:Q27535567,
        <https://isni.org/isni/0000000117512828> .

