@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/18937> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Andrés de Segurola" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/491> ;
    ns1:birthDate "1874-03-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2509954/> ;
    ns1:deathDate "1953-01-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Andrés de Segurola" ;
    skos:exactMatch <http://dbpedia.org/resource/Andr%C3%A9s_de_Segurola>,
        <http://id.loc.gov/authorities/names/no90009404>,
        <http://www.wikidata.org/entity/Q82546>,
        <https://musicbrainz.org/artist/b64b1c30-4d1d-4b4f-8768-9eb469219c04> .

