@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/1005481> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Niccolò Piccinni" ;
    ns1:birthDate "1728-01-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3182351/> ;
    ns1:deathDate "1800-05-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Niccolò Piccinni" ;
    skos:exactMatch <http://dbpedia.org/resource/Niccol%C3%B2_Piccinni>,
        <http://id.loc.gov/authorities/names/n81084049>,
        <http://www.wikidata.org/entity/Q310687>,
        <https://musicbrainz.org/artist/be6c91b9-9a31-4da9-a56b-b53f0a62f09a> .

