@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/1008745> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Cristóbal de Morales" ;
    ns1:birthPlace <https://sws.geonames.org/2510911/> ;
    ns1:deathDate "1553"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Cristóbal de Morales" ;
    skos:exactMatch <http://dbpedia.org/resource/Crist%C3%B3bal_de_Morales>,
        <http://id.loc.gov/authorities/names/n82152247>,
        <http://www.wikidata.org/entity/Q360184>,
        <https://musicbrainz.org/artist/18a87dff-9876-4057-b351-1c4fc0fd43a8> .

