@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/1030528> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "José de Cañizares" ;
    ns1:birthDate "1676-07-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3117735/> ;
    ns1:deathDate "1750-09-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "José de Cañizares" ;
    skos:exactMatch <http://dbpedia.org/resource/Jos%C3%A9_de_Ca%C3%B1izares>,
        <http://www.wikidata.org/entity/Q4212780>,
        <https://id.loc.gov/authorities/n82050829>,
        <https://musicbrainz.org/artist/0c0abebd-9633-4645-94dc-8e0cfdf58024> .

