@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/1015717> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Edmundo Villani-Côrtes" ;
    ns1:birthDate "1930-11-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3459505/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Edmundo Villani-Côrtes" ;
    skos:exactMatch <http://dbpedia.org/resource/Edmundo_Villani-C%C3%B4rtes>,
        <http://id.loc.gov/authorities/names/no98064292>,
        <http://www.wikidata.org/entity/Q2629356>,
        <https://musicbrainz.org/artist/1e2c52a3-d834-4106-9e21-8ff557c31e7a> .

