@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/1030972> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John of the Cross" ;
    ns1:birthDate "1542-06-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3122258/> ;
    ns1:deathDate "1591-12-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "John of the Cross" ;
    skos:exactMatch <http://dbpedia.org/resource/John_of_the_Cross>,
        <http://id.loc.gov/authorities/names/n79063706>,
        <http://www.wikidata.org/entity/Q190388>,
        <https://musicbrainz.org/artist/0b2a0311-94c9-49fb-8724-17871ca156fd> .

