@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/p071203524> a schema1:Person ;
    rdfs:label "Libeskind, Daniel (1946-)" ;
    schema1:birthDate "1946" ;
    schema1:familyName "Libeskind" ;
    schema1:givenName "Daniel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a2d570bb8e03d079ca434662e18bd49f> ;
    schema1:name "Daniel Libeskind" ;
    schema1:sameAs <http://viaf.org/viaf/95823527>,
        wd:Q154538,
        <https://isni.org/isni/000000010927548X> .

