@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/1005139> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Matteo Carcassi" ;
    ns1:birthDate "1792"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3176959/> ;
    ns1:deathDate "1853-01-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Matteo Carcassi" ;
    skos:exactMatch <http://dbpedia.org/resource/Matteo_Carcassi>,
        <http://id.loc.gov/authorities/names/n81014469>,
        <http://www.wikidata.org/entity/Q469912>,
        <https://musicbrainz.org/artist/790f4b61-8fbd-48fe-913a-fd3635742ec7> .

