@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/1022913> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Al Shean" ;
    ns1:birthDate "1868-05-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2935633/> ;
    ns1:deathDate "1949-08-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    skos:exactMatch <http://dbpedia.org/resource/Al_Shean>,
        <http://id.loc.gov/authorities/names/n87911822z>,
        <http://www.wikidata.org/entity/Q77570>,
        <https://musicbrainz.org/artist/93cc4ce6-b975-407e-b0e2-6bc1b9da7f62> .

