@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#> .

<http://data.carnegiehall.org/names/1002826> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Anthonello de Caserta" ;
    ns1:birthPlace <https://sws.geonames.org/3175395/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Anthonello de Caserta" ;
    skos:exactMatch <http://dbpedia.org/resource/Antonello_da_Caserta>,
        <http://id.loc.gov/authorities/names/nr95024354>,
        <http://www.wikidata.org/entity/Q976389>,
        <https://musicbrainz.org/artist/ba4efdc4-98a6-4f56-ac8b-ddcbb6c66f6e> .

