@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/129622> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Tupac Shakur" ;
    ns1:birthDate "1971-06-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "1996-09-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Tupac Shakur" ;
    skos:exactMatch <http://dbpedia.org/resource/Tupac_Shakur>,
        <http://www.wikidata.org/entity/Q6107>,
        <https://id.loc.gov/authorities/n93086906>,
        <https://musicbrainz.org/artist/98b5a1d4-3f58-412f-950c-ee9d82743705> .

