@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/1001627> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Juan José Castro" ;
    ns1:birthDate "1895-03-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/7535637/> ;
    ns1:deathDate "1968-09-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Juan José Castro" ;
    skos:exactMatch <http://dbpedia.org/resource/Juan_Jos%C3%A9_Castro>,
        <http://id.loc.gov/authorities/names/n84143159>,
        <http://www.wikidata.org/entity/Q1398016>,
        <https://musicbrainz.org/artist/269d862d-ba00-4b07-b633-9f964ef11392> .

