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)

Context Dictionary dict#

On this page, the contextual dictionary (dict) is represented in human-readable form.

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

How can I access the "Context Dictionary" 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/dict.rdf

Example with content negotiation:

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

The returned result is both times the same:

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

How do entries in the "Context Dictionary" look like?

The data in this knowledge base adheres to the fundamental pattern as exemplified by the following N3 snippet:

@prefix hva: <http://www.ebusiness-unibw.org/ontologies/hva/ontology#>
@prefix dict: <http://www.ebusiness-unibw.org/ontologies/hva/dict#>
@prefix dataer: <http://www.ebusiness-unibw.org/ontologies/hva/er#>
@prefix dataiw: <http://www.ebusiness-unibw.org/ontologies/hva/iw#>

dict:Lemma-Minne a hva:Word ;
    hva:entry dict:Entry-Minne-0 ;
    hva:lemma "Minne"@gmh ;
    rdfs:isDefinedBy dict:Ontology .

dict:Entry-Minne-0 a hva:DictEntry ;
    rdfs:label "(Frau) Minne"@de,
        "(Lady) Love"@en,
        "Minne"@gmh ;
    hva:char "m"^^xsd:string ;
    hva:grammar "f"^^xsd:string ;
    hva:lemma "Minne"@gmh ;
    hva:partOfVerse dataer:Verse-1859,
        dataiw:Verse-3011 ;
    hva:translation "(Frau) Minne"@de,
        "(Lady) Love"@en ;
    rdfs:isDefinedBy dict:Ontology .

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