@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/141977> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Alan Rubin" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/463> ;
    ns2:birthDate "1943-02-11"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/5110302/> ;
    ns2:deathDate "2011-06-08"^^xsd:date ;
    ns2:name "Alan Rubin" ;
    skos:exactMatch <http://dbpedia.org/resource/Alan_Rubin>,
        <http://www.wikidata.org/entity/Q1374127>,
        <https://id.loc.gov/authorities/n94121359>,
        <https://musicbrainz.org/artist/b66ee2e7-ec31-4a55-bf75-3b9edb357ff0> .

