@prefix ns1: <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/1002922> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paul Cooper" ;
    ns1:birthDate "1926-05-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4914785/> ;
    ns1:deathDate "1996-04-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Paul Cooper" ;
    skos:exactMatch <http://dbpedia.org/resource/Paul_Cooper_(composer)>,
        <http://www.wikidata.org/entity/Q22096025>,
        <https://id.loc.gov/authorities/names/n83040084>,
        <https://musicbrainz.org/artist/7912b677-f2d2-42ae-982e-a5897d1a0e78> .

