diff --git a/dmlex-v1.0/specification/examples/examples/source/10.rdf.xml b/dmlex-v1.0/specification/examples/examples/source/10.rdf.xml index 7187ac3..89339c1 100644 --- a/dmlex-v1.0/specification/examples/examples/source/10.rdf.xml +++ b/dmlex-v1.0/specification/examples/examples/source/10.rdf.xml @@ -2,8 +2,14 @@ ex:lexicon a dmlex:LexicographicResource; dmlex:title "My Irish-Multilingual Dictionary"; dmlex:uri "http://example.com"; - dmlex:translationLanguage "cs", - "en", - "de"; + dmlex:translationLanguage [ + dmlex:langCode "cs" ; + dmlex:listingOrder 1 + ] , [ + dmlex:langCode "en" ; + dmlex:listingOrder 2 + ] , [ + dmlex:langCode "de" ; + dmlex:listingOrder 3 ] ; dmlex:langCode "ga". diff --git a/dmlex-v1.0/specification/examples/examples/source/14.rdf.xml b/dmlex-v1.0/specification/examples/examples/source/14.rdf.xml index 9d1a258..e511dc8 100644 --- a/dmlex-v1.0/specification/examples/examples/source/14.rdf.xml +++ b/dmlex-v1.0/specification/examples/examples/source/14.rdf.xml @@ -18,7 +18,9 @@ ex:lexicon a dmlex:LexicographicResource; dmlex:listingOrder "3"^^xsd:unsignedInt ]; dmlex:listingOrder "1"^^xsd:unsignedInt; dmlex:description "words that mean sea and ocean" ]; - dmlex:translationLanguage "en"; + dmlex:translationLanguage [ + dmlex:langCode "en" ; + dmlex:listingOrder 1 ] ; dmlex:relationType [ a dmlex:RelationType; dmlex:description "synonyms and near synonyms"; dmlex:memberType [ a dmlex:MemberType; diff --git a/dmlex-v1.0/specification/examples/examples/source/7.rdf.xml b/dmlex-v1.0/specification/examples/examples/source/7.rdf.xml index 08c03b4..d779e49 100644 --- a/dmlex-v1.0/specification/examples/examples/source/7.rdf.xml +++ b/dmlex-v1.0/specification/examples/examples/source/7.rdf.xml @@ -1,7 +1,9 @@ ex:lexicon a dmlex:LexicographicResource; dmlex:uri "http://example.com"; - dmlex:translationLanguage "en"; + dmlex:translationLanguage [ + dmlex:langCode "en" ; + dmlex:listingOrder 1 ] ; dmlex:title "My German-English Dictionary"; dmlex:langCode "de".