@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/1002060> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Luca Marenzio" ;
    ns1:birthDate "1553"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3178534/> ;
    ns1:deathDate "1599-08-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Luca Marenzio" ;
    skos:exactMatch <http://dbpedia.org/resource/Luca_Marenzio>,
        <http://id.loc.gov/authorities/names/n80138261>,
        <https://musicbrainz.org/artist/b9827d50-4ba5-45e5-872b-bef97e5d6d56> .

