@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/32197> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Anna Moffo" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/61> ;
    ns2:birthDate "1932-06-27"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/5218270/> ;
    ns2:deathDate "2006-03-09"^^xsd:date ;
    ns2:hasOccupation <http://data.carnegiehall.org/roles/946> ;
    ns2:name "Anna Moffo" ;
    skos:exactMatch <http://dbpedia.org/resource/Anna_Moffo>,
        <http://id.loc.gov/authorities/names/n82216217>,
        <http://www.wikidata.org/entity/Q235105>,
        <https://musicbrainz.org/artist/3d5f027f-fd2f-4a22-893a-7a41a1d839cd> .

