@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/1023666> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Federico Romero" ;
    ns1:birthDate "1886-11-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3114711/> ;
    ns1:deathDate "1976-06-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Federico Romero" ;
    skos:exactMatch <http://dbpedia.org/resource/Federico_Romero>,
        <http://id.loc.gov/authorities/names/n82020507>,
        <http://www.wikidata.org/entity/Q2071594>,
        <https://musicbrainz.org/artist/eca151f2-edf9-4a84-955e-7008c25ca8aa> .

