@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/1000554> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ferdinando Paer" ;
    ns1:birthDate "1771-06-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3171457/> ;
    ns1:deathDate "1839-05-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ferdinando Paer" ;
    skos:exactMatch <http://dbpedia.org/resource/Ferdinando_Paer>,
        <http://id.loc.gov/authorities/names/n83056664>,
        <http://www.wikidata.org/entity/Q533022>,
        <https://musicbrainz.org/artist/d2d093f6-eeb1-435c-8258-e370235b0b1e> .

