Publication

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)

Lyrik ly#

On this page, the dataset related to "Lyrik" (ly) is represented in human-readable form.

This document describes part of the knowledge base (Lyrik) 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 ly#.

How can I access the "Lyrik" dataset?

The server supports two simple methods to access the machine-readable RDF file:

  1. Supply file extensions
  2. Use content negotiation
Supported File ExtensionsSupported Content Types
.rdfapplication/rdf+xml
.n3text/n3
.nttext/plain

Example with file extensions:

curl -I http://www.ebusiness-unibw.org/ontologies/hva/ly.rdf

Example with content negotiation:

curl -I -L -H "Accept: application/rdf+xml" http://www.ebusiness-unibw.org/ontologies/hva/ly

The server response is both times the same:

HTTP/1.1 200 OK
Content-Type: application/rdf+xml
...

How can I query the data related to "Lyrik"?

The 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/ly#>

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 "Lyrik" (ly) dataset would return a result set with entries for the lemma, the verse number, and the verse text.

Sitemap

Other human-readable documents that belong to this project:

ontology#
HvA Ontology
ah#
Der arme Heinrich
er#
Erec
gr#
Gregorius
iw#
Iwein
kl#
Die Klage
ly#
Lyrik
dict#
Context Dictionary