@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/1021921> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giacinto Andrea Cicognini" ;
    ns1:birthDate "1606"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3176959/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Giacinto Andrea Cicognini" ;
    skos:exactMatch <http://dbpedia.org/resource/Giacinto_Andrea_Cicognini>,
        <http://id.loc.gov/authorities/names/nr90009501>,
        <http://www.wikidata.org/entity/Q653588>,
        <https://musicbrainz.org/artist/48ecda94-81f5-45bf-b8f1-d0663c1d8f79> .

