@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/44586> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dionne Warwick" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/349> ;
    ns1:birthDate "1940-12-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5097441/> ;
    ns1:name "Dionne Warwick" ;
    skos:exactMatch <http://dbpedia.org/resource/Dionne_Warwick>,
        <http://id.loc.gov/authorities/names/n85058140>,
        <http://www.wikidata.org/entity/Q234695>,
        <https://musicbrainz.org/artist/6784ee31-6d79-4a37-9e1f-01d6ef31940e> .

