@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/1028480> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Raúl di Blasio" ;
    ns1:birthDate "1949-11-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3832132/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Raúl di Blasio" ;
    skos:exactMatch <http://dbpedia.org/resource/Ra%C3%BAl_Di_Blasio>,
        <http://www.wikidata.org/entity/Q7299865>,
        <https://id.loc.gov/authorities/no98017310>,
        <https://musicbrainz.org/artist/b4cbe0cd-c988-4d2d-afd0-7f7b6d209a8f> .

