@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/1010617> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Claudio Monteverdi" ;
    ns1:birthDate "1567-05-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3177838/> ;
    ns1:deathDate "1643-11-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Claudio Monteverdi" ;
    skos:exactMatch <http://dbpedia.org/resource/Claudio_Monteverdi>,
        <http://id.loc.gov/authorities/names/n79074370>,
        <http://www.wikidata.org/entity/Q53068>,
        <https://musicbrainz.org/artist/9a33a7ad-f725-473a-b50a-1d1796183af1> .

