@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/27269> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gaspar Cassadó" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/484> ;
    ns1:birthDate "1897-09-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3128760/> ;
    ns1:deathDate "1966-12-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gaspar Cassadó" ;
    skos:exactMatch <http://dbpedia.org/resource/Gaspar_Cassad%C3%B3>,
        <http://id.loc.gov/authorities/names/n83051493>,
        <http://www.wikidata.org/entity/Q429393>,
        <https://musicbrainz.org/artist/71271d27-f3ed-4c3e-a4da-9e3a0927b2ce> .

