@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/1007688> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Manuel Infante" ;
    ns1:birthDate "1883-07-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2513052/> ;
    ns1:deathDate "1958-04-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Manuel Infante" ;
    skos:exactMatch <http://dbpedia.org/resource/Manuel_Infante>,
        <http://id.loc.gov/authorities/names/n83190629>,
        <http://musicbrainz.org/artist/ee926b94-5acc-4b69-8a3d-e9319c35e569>,
        <http://www.wikidata.org/entity/Q255978> .

