@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/p069861536> a schema1:Person ;
    rdfs:label "Bernstein, Leonard (1918-1990 ; componist)" ;
    schema1:birthDate "1918" ;
    schema1:deathDate "1990" ;
    schema1:familyName "Bernstein" ;
    schema1:givenName "Leonard" ;
    schema1:hasOccupation "componist" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/699f0fc911f5731d05e4e46174c17ab3> ;
    schema1:name "Leonard Bernstein" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/71577114>,
        wd:Q152505 .

