@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/15400> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Carmen Dragon" ;
    ns1:birthDate "1914-07-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5324200/> ;
    ns1:deathDate "1984-03-28"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Carmen Dragon" ;
    skos:exactMatch <http://dbpedia.org/resource/Carmen_Dragon>,
        <http://id.loc.gov/authorities/names/n85173100>,
        <http://www.wikidata.org/entity/Q459556>,
        <https://musicbrainz.org/artist/b894cae2-073e-463a-9e5f-550fc3482c36> .

