@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/1011695> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sam Cooke" ;
    ns1:birthDate "1931-01-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4421935/> ;
    ns1:deathDate "1964-12-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Sam Cooke" ;
    skos:exactMatch <http://dbpedia.org/resource/Sam_Cooke>,
        <http://id.loc.gov/authorities/names/n91099512>,
        <http://www.wikidata.org/entity/Q295919>,
        <https://musicbrainz.org/artist/6c8fd0be-d961-454c-aee0-4366a6dbc993> .

