@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/46237> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Carlo Cava" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/969> ;
    ns1:birthDate "1928-08-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3182749/> ;
    ns1:deathDate "2018-09-21"^^xsd:date ;
    ns1:name "Carlo Cava" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q61474489>,
        <https://id.loc.gov/authorities/names/n85230065>,
        <https://musicbrainz.org/artist/583847bd-6c1f-43cd-a96e-d8ef216a64b9> .

