@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/1011489> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hildegard of Bingen" ;
    ns1:birthDate "1098"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/6554830/> ;
    ns1:deathDate "1179-09-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Hildegard of Bingen" ;
    skos:exactMatch <http://dbpedia.org/resource/Hildegard_of_Bingen>,
        <http://id.loc.gov/authorities/names/n80118409>,
        <http://www.wikidata.org/entity/Q70991>,
        <https://musicbrainz.org/artist/2d923f7b-45a1-4204-beb8-5b106e913b58> .

