@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/1006236> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Arrigo Boito" ;
    ns1:birthDate "1842-02-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3171728/> ;
    ns1:deathDate "1918-06-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Arrigo Boito" ;
    skos:exactMatch <http://dbpedia.org/resource/Arrigo_Boito>,
        <http://id.loc.gov/authorities/names/n80010162>,
        <http://www.wikidata.org/entity/Q219491>,
        <https://musicbrainz.org/artist/344d0eae-3b48-4da7-8c56-af771c4f6c1e> .

