Stolz A., Hepp M., Boggy R. (2017): Linked Open Data for Linguists: Publishing the Hartmann von Aue-Portal in RDF. In: Panetto H. et al. (eds) On the Move to Meaningful Internet Systems. OTM 2017 Conferences. OTM 2017. Lecture Notes in Computer Science, vol 10574. Springer, Cham, pp. 281-299.
(Link to Springer)
On this page, the dataset related to "Der arme Heinrich" (ah) is represented in human-readable form.
This document describes part of the knowledge base (Der arme Heinrich) to the Linked Open Data version of the HvA portal, a decade-long initiative by Professor Roy Boggs to provide a modern Web-based knowledge base of the works of Hartman von Aue.
Any entity in this dataset is subsumed under the common namespace ah#.
The server supports two simple methods to access the machine-readable RDF file:
| Supported File Extensions | Supported Content Types |
|---|---|
| .rdf | application/rdf+xml |
| .n3 | text/n3 |
| .nt | text/plain |
Example with file extensions:
curl -I http://www.ebusiness-unibw.org/ontologies/hva/ah.rdf
Example with content negotiation:
curl -I -L -H "Accept: application/rdf+xml" http://www.ebusiness-unibw.org/ontologies/hva/ah
The server response is both times the same:
HTTP/1.1 200 OKThe data in this knowledge base can be made accessible through a SPARQL endpoint and queried as follows:
# Lemma in context
PREFIX hva: <http://www.ebusiness-unibw.org/ontologies/hva/ontology#>
PREFIX data: <http://www.ebusiness-unibw.org/ontologies/hva/ah#>
select ?lemma ?vnum ?text
where {
?word_uri a hva:Word .
?word_uri rdfs:isDefinedBy data:Ontology .
?word_uri hva:lemma ?lemma .
?word_uri hva:verseNumber ?vnum .
?word_uri hva:partOfVerse ?verse_uri .
?verse_uri hva:text ?text .
}
order by asc (?lemma)
The above query executed against an endpoint containing the "Der arme Heinrich" (ah) dataset would return a result set with entries for the lemma, the verse number, and the verse text.
Other human-readable documents that belong to this project: