@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/1007767> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Florián Rey" ;
    ns1:birthDate "1894-01-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3120012/> ;
    ns1:deathDate "1962-04-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Florián Rey" ;
    skos:exactMatch <http://dbpedia.org/resource/Flori%C3%A1n_Rey>,
        <http://id.loc.gov/authorities/names/n94014000>,
        <http://www.wikidata.org/entity/Q3074349>,
        <https://musicbrainz.org/artist/22f5da1d-0f80-429a-b621-299063d08bb4> .

