@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/p069981981> a schema1:Person ;
    rdfs:label "Armstrong, Louis Daniel (1901-1971)" ;
    schema1:alternateName "Satchmo" ;
    schema1:birthDate "1901" ;
    schema1:deathDate "1971" ;
    schema1:description "jazzmusicus: trompettist, zanger" ;
    schema1:familyName "Armstrong" ;
    schema1:givenName "Louis Daniel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7e9dd4159a1cae59f53ff62f8cdd579d> ;
    schema1:name "Louis Daniel Armstrong" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/195226>,
        wd:Q1779,
        <https://isni.org/isni/0000000110198071> .

