@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/1006387> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Manuel García" ;
    ns1:birthDate "1775-01-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2510911/> ;
    ns1:deathDate "1832-06-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Manuel García" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/nr93012923>,
        <http://www.wikidata.org/entity/Q704645>,
        <https://musicbrainz.org/artist/363bb8a0-112e-43c8-90e9-b692a9087e92> .

