@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/1012974> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Juan Luís Guerra" ;
    ns1:birthDate "1956-06-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3492908/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Juan Luís Guerra" ;
    skos:exactMatch <http://dbpedia.org/resource/Juan_Luis_Guerra>,
        <http://id.loc.gov/authorities/names/n93036531>,
        <http://www.wikidata.org/entity/Q158753>,
        <https://musicbrainz.org/artist/c3dcad1b-1380-4a94-98d8-3f8272f19df6> .

