@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/1004405> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giuseppe Martucci" ;
    ns1:birthDate "1856-01-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3180601/> ;
    ns1:deathDate "1909-06-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Giuseppe Martucci" ;
    skos:exactMatch <http://dbpedia.org/resource/Giuseppe_Martucci>,
        <http://id.loc.gov/authorities/names/n82235670>,
        <http://www.wikidata.org/entity/Q769966>,
        <https://musicbrainz.org/artist/08783795-f9bf-4f36-9b4b-343ed9a8bb8b> .

