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

<http://data.bibliotheken.nl/id/thes/p146548361> a schema1:Person ;
    rdfs:label "Wilson, Danny" ;
    schema1:familyName "Wilson" ;
    schema1:givenName "Danny" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/da1cf16dcce7116180b79d97fb66324d> ;
    schema1:name "Danny Wilson" ;
    schema1:sameAs <http://viaf.org/viaf/91556751>,
        <https://isni.org/isni/0000000067702403> .

