@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/1030569> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Domenico Gilardoni" ;
    ns1:birthDate "1798"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3172394/> ;
    ns1:deathDate "1831"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Domenico Gilardoni" ;
    skos:exactMatch <http://dbpedia.org/resource/Domenico_Gilardoni>,
        <http://www.wikidata.org/entity/Q3034738>,
        <https://id.loc.gov/authorities/n83022769>,
        <https://musicbrainz.org/artist/8815a8a1-106e-4f93-9a32-c83a12722d8d> .

