@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/7824> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Osamu Shimizu" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/407>,
        <http://data.carnegiehall.org/instruments/455> ;
    ns2:birthDate "1911-11-04"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/1853909/> ;
    ns2:deathDate "1986-10-29"^^xsd:date ;
    ns2:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Osamu Shimizu" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q599600>,
        <https://id.loc.gov/authorities/n95100542>,
        <https://musicbrainz.org/artist/7588fc84-8942-490b-997c-9846991e3d54> .

