@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/1024931> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Zülfü Livaneli" ;
    ns1:birthDate "1946-06-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Zülfü Livaneli" ;
    skos:exactMatch <http://dbpedia.org/resource/O._Z._Livaneli>,
        <http://www.wikidata.org/entity/Q248059>,
        <https://id.loc.gov/authorities/names/no90003948>,
        <https://musicbrainz.org/artist/8fc03fdd-6b12-4c52-b4af-2b8a6a49051e> .

