@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/1028625> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Juliusz Slowacki" ;
    ns1:birthDate "1809-09-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/704143/> ;
    ns1:deathDate "1849-04-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Juliusz Slowacki" ;
    skos:exactMatch <http://dbpedia.org/resource/Juliusz_S%C5%82owacki>,
        <http://www.wikidata.org/entity/Q243267>,
        <https://id.loc.gov/authorities/n50012583>,
        <https://musicbrainz.org/artist/1580d8a7-4a3b-4355-9c40-3a3a5c338f29> .

