@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/1000761> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Domenico Paradies" ;
    ns1:birthDate "1707"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3172394/> ;
    ns1:deathDate "1791-08-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Domenico Paradies" ;
    skos:exactMatch <http://dbpedia.org/resource/Pietro_Domenico_Paradies>,
        <http://www.wikidata.org/entity/Q2033513>,
        <https://id.loc.gov/authorities/n82099809>,
        <https://musicbrainz.org/artist/46aa26e8-36cb-4e80-b543-261e8a9a094f> .

