@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#> .

<http://data.carnegiehall.org/names/1029829> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lucretius" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Lucretius" ;
    skos:exactMatch <http://dbpedia.org/resource/Lucretius>,
        <http://www.wikidata.org/entity/Q47154>,
        <https://id.loc.gov/authorities/n79033010>,
        <https://musicbrainz.org/artist/f49abba8-9525-4f69-8311-a357f7942d89> .

