@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#> .

<http://data.carnegiehall.org/names/1010257> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Juan Arañés" ;
    ns1:birthPlace <https://sws.geonames.org/3336901/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Juan Arañés" ;
    skos:exactMatch <http://dbpedia.org/resource/Juan_Ara%C3%B1%C3%A9s>,
        <http://id.loc.gov/authorities/names/no98079460>,
        <http://www.wikidata.org/entity/Q2361520>,
        <https://musicbrainz.org/artist/6dfe0857-9158-475d-ab39-db6be8051f24> .

