@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/27660> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Rahsaan Roland Kirk" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/129>,
        <http://data.carnegiehall.org/instruments/1485>,
        <http://data.carnegiehall.org/instruments/1486>,
        <http://data.carnegiehall.org/instruments/1499>,
        <http://data.carnegiehall.org/instruments/190>,
        <http://data.carnegiehall.org/instruments/454>,
        <http://data.carnegiehall.org/instruments/65>,
        <http://data.carnegiehall.org/instruments/654> ;
    ns1:birthDate "1936-08-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4509177/> ;
    ns1:deathDate "1977-12-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Rahsaan Roland Kirk" ;
    skos:exactMatch <http://dbpedia.org/resource/Rahsaan_Roland_Kirk>,
        <http://id.loc.gov/authorities/names/n81139490>,
        <http://www.wikidata.org/entity/Q553921>,
        <https://musicbrainz.org/artist/4a1f7fe0-e509-4c4a-9fa1-9cf6c3ca891c> .

