@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/1029210> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jacopone da Todi" ;
    ns1:birthPlace <https://sws.geonames.org/3165612/> ;
    ns1:deathDate "1306-12-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Jacopone da Todi" ;
    skos:exactMatch <http://dbpedia.org/resource/Jacopone_da_Todi>,
        <http://www.wikidata.org/entity/Q317267>,
        <https://id.loc.gov/authorities/n79005585>,
        <https://musicbrainz.org/artist/67b5fdc6-20a1-4619-87bb-8ca63a081c3c> .

