@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/21890> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nancy Fabiola Herrera" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/612> ;
    ns1:birthDate "1965"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3646738/> ;
    ns1:name "Nancy Fabiola Herrera" ;
    skos:exactMatch <http://dbpedia.org/resource/Nancy_Fabiola_Herrera>,
        <http://id.loc.gov/authorities/names/no98084126>,
        <https://musicbrainz.org/artist/5bc41921-b2a3-4958-8d68-a17e68a85f98> .

