@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/p071032169> a schema1:Person ;
    rdfs:label "Shorter, Wayne (1933-2023)" ;
    schema1:birthDate "1933" ;
    schema1:deathDate "2023" ;
    schema1:description "https://nl.wikipedia.org/wiki/Wayne_Shorter",
        "saxofonist" ;
    schema1:familyName "Shorter" ;
    schema1:givenName "Wayne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e326761b99cb6b83530075d43eb7ee39> ;
    schema1:name "Wayne Shorter" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/86650174>,
        wd:Q317161,
        <https://isni.org/isni/0000000121424206> .

