@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/1003833> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Juan Vásquez" ;
    ns1:birthDate "1500"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2521420/> ;
    ns1:deathDate "1560"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Juan Vásquez" ;
    skos:exactMatch <http://dbpedia.org/resource/Juan_V%C3%A1squez_(composer)>,
        <http://id.loc.gov/authorities/names/n81058379>,
        <http://www.wikidata.org/entity/Q6301154>,
        <https://musicbrainz.org/artist/c2acf6e9-74c7-4d11-83de-496d51d967a3> .

