@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/1021274> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dante Gabriel Rossetti" ;
    ns1:birthDate "1828-05-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1882-04-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Dante Gabriel Rossetti" ;
    skos:exactMatch <http://dbpedia.org/resource/Dante_Gabriel_Rossetti>,
        <http://id.loc.gov/authorities/names/n79117985>,
        <http://www.wikidata.org/entity/Q186748>,
        <https://musicbrainz.org/artist/0ef75909-44c6-44e0-bc9c-1093c220f541> .

