@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/1010372> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Francisco Asenjo Barbieri" ;
    ns1:birthDate "1823-08-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3117735/> ;
    ns1:deathDate "1894-02-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Francisco Asenjo Barbieri" ;
    skos:exactMatch <http://dbpedia.org/resource/Francisco_Asenjo_Barbieri>,
        <http://id.loc.gov/authorities/names/n82123614>,
        <http://www.wikidata.org/entity/Q1236051>,
        <https://musicbrainz.org/artist/101543f1-5938-4a27-bd59-0ccb65ed8692> .

