<?xml version="1.0" encoding="UTF-8"?>
<!--
     OntoWiktionary v1.0 (2011-08-01).

     Christian M. Meyer and Iryna Gurevych: OntoWiktionary - Constructing
     an Ontology from the Collaborative Online Dictionary Wiktionary, in
     M. T. Pazienza and A. Stellato (Eds.): Semi-Automatic Ontology
     Development: Processes and Resources, (to appear), Hershey, PA:
     IGI Global.

     Please visit our homepage for more information:
     http://www.ukp.tu-darmstadt.de/data/lexical-resources/

     OntoWiktionary is based on Wiktionary, and therefore available under
     the Creative Commons Attribution/Share-Alike License (CC-BY-SA).
     http://creativecommons.org/licenses/by-sa/3.0/
                                                                            -->

<!ELEMENT OntoWiktionary (Concept*)>
<!ATTLIST OntoWiktionary lang CDATA #REQUIRED>

<!ELEMENT Concept (Lexicalization+, SubsumedBy*, Subsumes*)>
<!ATTLIST Concept id CDATA #REQUIRED>

<!ELEMENT Lexicalization (#PCDATA)>
<!ATTLIST Lexicalization
	id CDATA #REQUIRED
	lemma CDATA #REQUIRED
	pos CDATA #REQUIRED
>

<!ELEMENT SubsumedBy EMPTY>
<!ATTLIST SubsumedBy target_id CDATA #REQUIRED>

<!ELEMENT Subsumes EMPTY>
<!ATTLIST Subsumes target_id CDATA #REQUIRED>

<!ELEMENT RelatedConcept EMPTY>
<!ATTLIST RelatedConcept target_id CDATA #REQUIRED>
