@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#> .

<http://data.carnegiehall.org/names/1023888> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hafiz" ;
    ns1:birthPlace <https://sws.geonames.org/115019/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Hafiz" ;
    skos:exactMatch <http://dbpedia.org/resource/Hafez>,
        <http://www.wikidata.org/entity/Q6240>,
        <https://id.loc.gov/authorities/names/n79086812>,
        <https://musicbrainz.org/artist/9c93120d-9953-4346-979c-852ff15893e5> .

