@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/10549> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Arturo Toscanini" ;
    ns1:birthDate "1867-03-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3171457/> ;
    ns1:deathDate "1957-01-16"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Arturo Toscanini" ;
    skos:exactMatch <http://dbpedia.org/resource/Arturo_Toscanini>,
        <http://id.loc.gov/authorities/names/n50014549>,
        <http://www.wikidata.org/entity/Q13003>,
        <https://musicbrainz.org/artist/da96be23-ef88-420e-8173-3efb7fd995cc> .

