The distribution format of all GermaNet data is XML. The XML files represent all data that is available in the GermaNet database. There are two types of XML files. One type represents all synsets with their lexical units and their other properties. The other type represents all relations, both conceptual and lexical relations.
These files are organized around the three word categories currently considered in GermanNet: nouns, adjectives, and verbs. For each word category a predefined set of files exists which elements are named according to the table of semantic fields in GermaNet. Thus, these files are named wordCategory.wordClass.xml, e.g. adj.Allgemein.xml, nomen.Tops.xml, etc.
The synset files contain all synsets with their lexical units and all other properties, as the following example shows:
<synset id="ID" wordCategory="CATEGORY">
<lexUnit id="ID" orthVarOf="VAR" acceptable="ACC" sense="SE" source="SRC" namedEntity="NE" artificial="AR" styleMarking="SM">
<orthForm>ORTHFORM</orthForm>
<orthVar>ORTHVAR</orthVar>
<oldOrthForm>OLDORTHFORM</oldOrthForm>
<oldOrthVar>OLDORTHVAR</oldOrthVar>
<frame>FRAME</frame>
<example>
<text>TEXT</text>
<exframe>EXFRAME</exframe>
</example>
<compound>
<modifier property="PROP" category="CAT">MODIFIER1</modifier>
<modifier property="PROP" category="CAT">MODIFIER2</modifier>
<head property="PROP">HEAD</head>
</compound>
</lexUnit>
<paraphrase>PARAPHRASE</paraphrase>
</synset>
<!ELEMENT synsets (synset+)>
<!ELEMENT synset (lexUnit+, paraphrase?)>
<!ATTLIST synset id ID #REQUIRED
category (adj|nomen|verben) #REQUIRED
class (Allgemein|Bewegung|Gefuehl|Geist|
Gesellschaft|Koerper|Menge|natPhaenomen|
Ort|Pertonym|Perzeption|privativ|Relation|
Substanz|Verhalten|Zeit|Artefakt|Attribut|
Besitz|Form|Geschehen|Gruppe|Kognition|
Kommunikation|Mensch|Motiv|Nahrung|
natGegenstand|Pflanze|Tier|Tops|
Koerperfunktion|Konkurrenz|Kontakt|
Lokation|Schoepfung|Veraenderung|
Verbrauch) #REQUIRED>
<!ELEMENT lexUnit (orthForm, orthVar?, oldOrthForm?, oldOrthVar?,
frame*, example*, compound?)>
<!ATTLIST lexUnit id ID #REQUIRED
sense CDATA #REQUIRED
source CDATA #REQUIRED
namedEntity (yes|no) #REQUIRED
artificial (yes|no) #REQUIRED
styleMarking (yes|no) #REQUIRED>
<!ELEMENT orthForm (#PCDATA)>
<!ELEMENT orthVar (#PCDATA)>
<!ELEMENT oldOrthForm (#PCDATA)>
<!ELEMENT oldOrthVar (#PCDATA)>
<!ELEMENT paraphrase (#PCDATA)>
<!ELEMENT example (text, exframe?)>
<!ELEMENT text (#PCDATA)>
<!ELEMENT frame (#PCDATA)>
<!ELEMENT exframe (#PCDATA)>
<!ELEMENT compound (modifier, modifier?, head)>
<!ELEMENT modifier (#PCDATA)>
<!ATTLIST modifier property (Abkürzung|Konfix|Fremdwort|Affixoid|
Wortgruppe|Eigenname|opaquesMorphem) #IMPLIED
category (Adjektiv|Nomen|Verb|Adverb|Präposition|
Partikel|Pronomen) #IMPLIED>
<!ELEMENT head (#PCDATA)>
<!ATTLIST head property (Abkürzung|Konfix|Fremdwort|Affixoid|
opaquesMorphem|virtuelleBildung) #IMPLIED>
This type of XML file represents both kinds of relations: conceptual and lexical relations. All relations are encoded within one XML file, which is named gn_relations.xml.
<con_rel name="hyperonymy" from="ID" to="ID" dir="revert" inv="hyponymy" />
<lex_rel name="antonymy" from="ID" to="ID" dir="both" />
<!ELEMENT relations (lex_rel|con_rel)+>
<!ELEMENT lex_rel EMPTY>
<!ATTLIST lex_rel name
(has_antonym|has_participle|has_pertainym|has_active_usage|
has_occasion|has_attribute|has_appearance|
has_construction_method|has_container|is_container_for|
has_consistency_of|has_component|has_owner|is_owner_of|has_function|
has_manner_of_functioning|has_origin|has_production_method|
has_content|has_no_property|has_habitat|has_location|is_location_of|
has_measure|is_measure_of|has_material|has_member|is_member_of|
has_diet|is_diet_of|has_eponym|has_user|has_product|is_product_of|
has_prototypical_holder|is_prototypical_holder_for|
has_prototypical_place_of_usage|has_relation|has_raw_product|
has_other_property|is_storage_for|has_specialization|has_part|
is_part_of|has_topic|is_caused_by|is_cause_for|is_comparable_to|
has_usage|has_result_of_usage|has_purpose_of_usage|has_goods|
has_time|is_access_to|has_ingredient|is_ingredient_of) #REQUIRED
dir (one|both|revert) #REQUIRED
inv CDATA #IMPLIED
from CDATA #REQUIRED
to CDATA #REQUIRED>
<!ELEMENT con_rel EMPTY>
<!ATTLIST con_rel name (hyperonymy|meronymy|holonymy
|entailment|causation|association) #REQUIRED
dir (one|both|revert) #REQUIRED
inv CDATA #IMPLIED
from CDATA #REQUIRED
to CDATA #REQUIRED>
All Interlingual Index data is stored in a single file interLingualIndex_DE-EN.xml. Each record is linked to a specific lexical unit, and contains information from the Princeton WordNet.
<iliRecord lexUnitId="ID" ewnRelation="RELATION"
pwnWord="WORD" pwn20Sense="SENSE"
pwn20Id="ID" pwn30Id="ID"
pwn20paraphrase="PARAPHRASE" source="SOURCE" >
<pwn20Synonyms>
<pwn20Synonym>SYNONYM</pwn20Synonym>
<pwn20Synonym>SYNONYM</pwn20Synonym>
</pwn20Synonyms>
</iliRecord>
<!ELEMENT interLingualIndex (iliRecord+)>
<!ELEMENT iliRecord (pwn20Synonyms?)>
<!ATTLIST iliRecord lexUnitId CDATA #REQUIRED
ewnRelation (be_in_state|causes
|has_holonym|has_hyperonym
|has_hyponym|has_meronym
|has_subevent|involved
|is_caused_by|is_subevent_of
|near_synonym|role|synonym
|xpos_near_synonym) #REQUIRED
pwnWord CDATA #REQUIRED
pwn20Sense CDATA #REQUIRED
pwn20Id CDATA #REQUIRED
pwn30Id CDATA #REQUIRED
pwn20paraphrase CDATA #IMPLIED
source (initial|extension1) #REQUIRED>
<!ELEMENT pwn20Synonyms (pwn20Synonym+)>
<!ELEMENT pwn20Synonym (#PCDATA)>
There's a total of three files containing Wiktionary paraphrases, containing words of different word categories (nouns, verbs, and adjectives). These files are named in the following manner: wiktionaryParaphrases-adj.xml, wiktionaryParaphrases-nomen.xml, wiktionaryParaphrases-verben.xml.
<wiktionaryParaphrase lexUnitId="ID" wiktionaryId="ID"
wiktionarySenseId="ID" wiktionarySense="PARAPHRASE"
edited="EDITED" />
Each WiktionaryParaphrase, which has an identifier referring to the word in Wiktionary (wiktionaryId), a sense number (wiktionarySenseId), and a definition (wiktionarySense), is linked to a specific lexical unit in GermaNet (lexUnitId). The editedattribute specifies whether this specific Wiktionary definition is still in its original wording extracted from Wiktionary or if it was (slighly) modified.
<!ELEMENT wiktionaryParaphrases (wiktionaryParaphrase+)>
<!ELEMENT wiktionaryParaphrase EMPTY>
<!ATTLIST wiktionaryParaphrase
lexUnitId CDATA #REQUIRED
wiktionaryId CDATA #REQUIRED
wiktionarySenseId CDATA #REQUIRED
wiktionarySense CDATA #REQUIRED
edited (yes|no) #REQUIRED>
Our website uses cookies. Some of them are mandatory, while others allow us to improve your user experience on our website. The settings you have made can be edited at any time.
or
Essential
in2cookiemodal-selection
Required to save the user selection of the cookie settings.
3 months
be_lastLoginProvider
Required for the TYPO3 backend login to determine the time of the last login.
3 months
be_typo_user
This cookie tells the website whether a visitor is logged into the TYPO3 backend and has the rights to manage it.
Browser session
ROUTEID
These cookies are set to always direct the user to the same server.
Browser session
fe_typo_user
Enables frontend login.
Browser session
Videos
iframeswitch
Used to show all third-party contents.
3 months
yt-player-bandaid-host
Is used to display YouTube videos.
Persistent
yt-player-bandwidth
Is used to determine the optimal video quality based on the visitor's device and network settings.
Persistent
yt-remote-connected-devices
Saves the settings of the user's video player using embedded YouTube video.
Persistent
yt-remote-device-id
Saves the settings of the user's video player using embedded YouTube video.
Persistent
yt-player-headers-readable
Collects data about visitors' interaction with the site's video content - This data is used to make the site's video content more relevant to the visitor.
Persistent
yt-player-volume
Is used to save volume preferences for YouTube videos.
Persistent
yt-player-quality
Is used to save the quality settings for YouTube videos.
Persistent
yt-remote-session-name
Saves the settings of the user's video player using embedded YouTube video.
Browser session
yt-remote-session-app
Saves the settings of the user's video player using embedded YouTube video.
Browser session
yt-remote-fast-check-period
Saves the settings of the user's video player using embedded YouTube video.
Browser session
yt-remote-cast-installed
Saves the user settings when retrieving a YouTube video integrated on other web pages
Browser session
yt-remote-cast-available
Saves user settings when retrieving integrated YouTube videos.
Browser session
ANID
Used for targeting purposes to profile the interests of website visitors in order to display relevant and personalized Google advertising.
2 years
SNID
Google Maps - Google uses these cookies to store user preferences and information when you view pages with Google Maps.
1 month
SSID
Used to store information about how you use the site and what advertisements you saw before visiting this site, and to customize advertising on Google resources by remembering your recent searches, your previous interactions with an advertiser's ads or search results, and your visits to an advertiser's site.
6 months
1P_JAR
This cookie is used to support Google's advertising services.
1 month
SAPISID
Used for targeting purposes to profile the interests of website visitors in order to display relevant and personalized Google advertising.
2 years
APISID
Used for targeting purposes to profile the interests of website visitors in order to display relevant and personalized Google advertising.
6 months
HSID
Includes encrypted entries of your Google account and last login time to protect against attacks and data theft from form entries.
2 years
SID
Used for security purposes to store digitally signed and encrypted records of a user's Google Account ID and last login time, enabling Google to authenticate users, prevent fraudulent use of login credentials, and protect user data from unauthorized parties. This may also be used for targeting purposes to display relevant and personalized advertising content.
6 months
SIDCC
This cookie stores information about user settings and information for Google Maps.
3 months
NID
The NID cookie contains a unique ID that Google uses to store your preferences and other information.
6 months
CONSENT
This cookie tracks how you use a website to show you advertisements that may be of interest to you.
18 years
__Secure-3PAPISID
This cookie is used to support Google's advertising services.
2 years
__Secure-3PSID
This cookie is used to support Google's advertising services.
6 months
__Secure-3PSIDCC
This cookie is used to support Google's advertising services.
6 months