@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/134404> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Diane Warren" ;
    ns1:birthDate "1956-09-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5405693/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/946>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Diane Warren" ;
    skos:exactMatch <http://dbpedia.org/resource/Diane_Warren>,
        <http://id.loc.gov/authorities/names/no95047997>,
        <http://www.wikidata.org/entity/Q237354>,
        <https://musicbrainz.org/artist/68cff6ec-3751-4bd5-9254-f4a77fe7e08f> .

