@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/1005728> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giovanni Pierluigi de Palestrina" ;
    ns1:birthDate "1525-02-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6536957/> ;
    ns1:deathDate "1594-02-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Giovanni Pierluigi de Palestrina" ;
    skos:exactMatch <http://dbpedia.org/resource/Giovanni_Pierluigi_da_Palestrina>,
        <http://id.loc.gov/authorities/names/n50051776>,
        <http://www.wikidata.org/entity/Q179277>,
        <https://musicbrainz.org/artist/4daeb526-6c4c-4f77-bdf5-4a0fcb714bfe> .

