@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/1019955> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Allen Cohen" ;
    ns1:birthDate "1951-08-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6252001/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Allen Cohen" ;
    skos:exactMatch <http://dbpedia.org/resource/Allen_Cohen_(composer)>,
        <http://id.loc.gov/authorities/names/no99077811>,
        <http://www.wikidata.org/entity/Q4731586>,
        <https://musicbrainz.org/artist/a83f4535-f2a3-4cdb-a63d-4b37e9d3738e> .

