@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/1029322> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Josep Mestres i Quadreny" ;
    ns1:birthDate "1929-03-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3117533/> ;
    ns1:deathDate "2021-01-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Josep Mestres i Quadreny" ;
    skos:exactMatch <http://dbpedia.org/resource/Josep_Mestres_Quadreny>,
        <http://id.loc.gov/authorities/names/n84050027>,
        <http://www.wikidata.org/entity/Q3098833>,
        <https://musicbrainz.org/artist/e63299c3-35ef-42c4-baa8-d607d9ff4641> .

