@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/1014601> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Anton Cajetan Adlgasser" ;
    ns1:birthDate "1729-10-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2863681/> ;
    ns1:deathDate "1777-12-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Anton Cajetan Adlgasser" ;
    skos:exactMatch <http://dbpedia.org/resource/Anton_Cajetan_Adlgasser>,
        <http://id.loc.gov/authorities/names/n81072978>,
        <http://www.wikidata.org/entity/Q481557>,
        <https://musicbrainz.org/artist/cbb250e4-a3f9-4157-9f4d-54dff6ce1ea8> .

