@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/1000472> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Javier Alvarez" ;
    ns1:birthDate "1956-05-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3530597/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Javier Alvarez" ;
    skos:exactMatch <http://dbpedia.org/resource/Javier_%C3%81lvarez_(composer)>,
        <http://www.wikidata.org/entity/Q17635248>,
        <https://id.loc.gov/authorities/nr90018477>,
        <https://musicbrainz.org/artist/4b35017b-3a89-496b-b638-71302df0b472> .

