12,347
edits
No edit summary |
|||
Line 5: | Line 5: | ||
This model is, of course, heavily inspired by the [https://github.com/oasis-tcs/lexidma/blob/master/dmlex-v1.0/specification/serializations/RDF/ontology/dmlex.ttl DMLEX Ontology] (the RDF serialization of DMLEX deploying Ontolex-Lemon). | This model is, of course, heavily inspired by the [https://github.com/oasis-tcs/lexidma/blob/master/dmlex-v1.0/specification/serializations/RDF/ontology/dmlex.ttl DMLEX Ontology] (the RDF serialization of DMLEX deploying Ontolex-Lemon). | ||
= Lexicographical Resource = | = DMLEX on Lexbib Wikibase = | ||
= Global properties = | |||
* "id": [[Property:P186|P186]] (string) - the entry, sense, or form ID in the source dataset | |||
* "sameAs": [[Property:P57|P57]] (url) - should be a proper URI | |||
* "listingOrder": [[Property:P33|P33]] (string) - integer is converted to string | |||
* "langCode": [[Property:P56|P56]] (item) - the IETF language code is mapped to the Wikibase item representing the language | |||
== Lexicographical Resource == | |||
Entities of this class are modelled as Q-entities of the class [[Item:Q100|Lexicographical Resource]]. | Entities of this class are modelled as Q-entities of the class [[Item:Q100|Lexicographical Resource]]. | ||
== Object properties == | === Object properties === | ||
Some properties attached to entities of this class that belong to the DMLEX Controlled Values module point to Q-items belonging to the following classes: | Some properties attached to entities of this class that belong to the DMLEX Controlled Values module point to Q-items belonging to the following classes: | ||
Line 17: | Line 26: | ||
* [[Item:Q103|Label Tag]] | * [[Item:Q103|Label Tag]] | ||
* [[Item:Q104|Label Type Tag]] | * [[Item:Q104|Label Type Tag]] | ||
* [[Item:Q105|Part of Speech Tag]] | * [[Item:Q105|Part of Speech Tag]] - should contain a [[Property:P202|P202]] statement pointing to the Wikibase item desribing the corresponding LexInfo 3.0 POS | ||
* [[Item:Q106|Source Identity Tag]] | * [[Item:Q106|Source Identity Tag]] | ||
* [[Item:Q107|Transcription Scheme Tag]] | * [[Item:Q107|Transcription Scheme Tag]] | ||
This full reification of DMLEX controlled values (i.e., that they are not blank nodes, but Q-entities) allows to qualify the | This full reification of DMLEX controlled values (i.e., that they are not blank nodes, but Q-entities) allows to qualify the statements using properties that point to literal ''dmlex:tag'' properties attached to dictionary content with the corresponding controlled value entity. | ||
=== Datatype properties === | |||
* "title": [[Property:P6|P6]] (string) | |||
* "uri": [[Property:P112|P112]] (url) | |||
== Entry == | |||
== Datatype properties == | === Datatype properties === | ||
* " | * "headword" is mapped to ''wikibase:lemma'', to which the language code corresponding to the Lexicographical Resource's "langCode" property value is attached. | ||
* "homographNumber": [[Property:P187|P187]] (string) | * "homographNumber": [[Property:P187|P187]] (string) | ||
= | === Object properties, represented using Wikibase shallow reification (using qualifiers) === | ||
* "partOfSpeech": the "tag" value of the ''dmlex:PartOfSpeech'' object is mapped to [[Property:P195|P195]] (string), and, in case that string matches to one of the controlled values specified for the Lexicographical resource, is qualified with the matching controlled value item using [[Property:P201|P201]] (string). A "listingOrder" value is also attached as qualifier. | |||
= Sense = | == Sense == | ||
= InflectedForm = | == InflectedForm == |