@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/p073021385> a schema1:Person ;
    rdfs:label "Noe, Alfred" ;
    schema1:familyName "Noe" ;
    schema1:givenName "Alfred" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/282e81875a17aee70c91ef8f3135500c> ;
    schema1:name "Alfred Noe" ;
    schema1:sameAs <http://viaf.org/viaf/39399010>,
        wd:Q86493773,
        <https://isni.org/isni/0000000108894975> .

