@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/1000262> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Manuel Penella" ;
    ns1:birthDate "1880-07-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2509954/> ;
    ns1:deathDate "1939-01-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Manuel Penella" ;
    skos:exactMatch <http://dbpedia.org/resource/Manuel_Penella>,
        <http://id.loc.gov/authorities/names/n83189456>,
        <http://www.wikidata.org/entity/Q3045116>,
        <https://musicbrainz.org/artist/a9c185d9-11fb-48df-8f19-72cfc84dc647> .

