-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
52 changed files
with
443 additions
and
474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
<programlisting> | ||
[] a dmlex:LexicographicResource; | ||
ex:lexicon a dmlex:LexicographicResource; | ||
dmlex:title "My Irish-Multilingual Dictionary"; | ||
dmlex:uri "http://example.com"; | ||
dmlex:translationLanguage "cs", | ||
"en", | ||
"de"; | ||
dmlex:langCode "ga"; | ||
dmlex:entry [ a dmlex:Entry; | ||
dmlex:headword "focal" ]. | ||
dmlex:langCode "ga". | ||
</programlisting> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
101 changes: 56 additions & 45 deletions
101
dmlex-v1.0/specification/examples/examples/source/12.rdf.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,69 @@ | ||
<programlisting> | ||
<file:lens-1> a dmlex:Sense; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt; | ||
dmlex:definition [ a dmlex:Definition; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt; | ||
dmlex:text "curved glass that makes things seem bigger" ]. | ||
<file:microscope-1> a dmlex:Sense; | ||
dmlex:definition [ a dmlex:Definition; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt; | ||
dmlex:text "equipment for looking at very small things" ]; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt. | ||
[] a dmlex:LexicographicResource; | ||
dmlex:uri "http://example.com"; | ||
dmlex:entry <file:glasses>, | ||
<file:lens>, | ||
<file:microscope>; | ||
dmlex:langCode "en"; | ||
ex:lexicon a dmlex:LexicographicResource; | ||
dmlex:entry ex:microscope, | ||
ex:lens, | ||
ex:glasses; | ||
dmlex:relationType [ a dmlex:RelationType; | ||
dmlex:memberType [ a dmlex:MemberType; | ||
dmlex:min "1"^^xsd:unsignedInt; | ||
dmlex:type dmlex:sense; | ||
dmlex:hint dmlex:navigate; | ||
dmlex:max "1"^^xsd:unsignedInt; | ||
dmlex:role "part" ], | ||
[ a dmlex:MemberType; | ||
dmlex:max "1"^^xsd:unsignedInt; | ||
dmlex:type dmlex:sense; | ||
dmlex:role "whole"; | ||
dmlex:min "1"^^xsd:unsignedInt; | ||
dmlex:hint dmlex:navigate ]; | ||
dmlex:description "part-whole relationship"; | ||
dmlex:type "meronymy" ]; | ||
dmlex:relation [ a dmlex:Relation; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt; | ||
dmlex:member [ a dmlex:Member; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt; | ||
dmlex:ref "microscope-1"; | ||
dmlex:role "whole" ], | ||
[ a dmlex:Member; | ||
dmlex:role "part"; | ||
dmlex:listingOrder "2"^^xsd:unsignedInt; | ||
dmlex:obverseListingOrder "0"^^xsd:unsignedInt; | ||
dmlex:memberID "lens-1" ], | ||
[ a dmlex:Member; | ||
dmlex:role "whole"; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt; | ||
dmlex:memberID "glasses-1"; | ||
dmlex:obverseListingOrder "0"^^xsd:unsignedInt ]; | ||
dmlex:type "meronymy" ], | ||
dmlex:ref "lens-1" ]; | ||
dmlex:type "meronymy"; | ||
dmlex:listingOrder "2"^^xsd:unsignedInt ], | ||
[ a dmlex:Relation; | ||
dmlex:listingOrder "2"^^xsd:unsignedInt; | ||
dmlex:type "meronymy"; | ||
dmlex:member [ a dmlex:Member; | ||
dmlex:obverseListingOrder "0"^^xsd:unsignedInt; | ||
dmlex:memberID "microscope-1"; | ||
dmlex:role "whole"; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt ], | ||
dmlex:ref "glasses-1"; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt; | ||
dmlex:role "whole" ], | ||
[ a dmlex:Member; | ||
dmlex:memberID "lens-1"; | ||
dmlex:role "part"; | ||
dmlex:obverseListingOrder "0"^^xsd:unsignedInt; | ||
dmlex:listingOrder "2"^^xsd:unsignedInt ]; | ||
dmlex:type "meronymy" ]. | ||
<file:glasses-1> a dmlex:Sense; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt; | ||
dmlex:listingOrder "2"^^xsd:unsignedInt; | ||
dmlex:ref "lens-1" ]; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt ]; | ||
dmlex:langCode "en"; | ||
dmlex:uri "http://example.com". | ||
ex:glasses a dmlex:Entry; | ||
dmlex:headword "glasses"; | ||
dmlex:sense ex:glasses-1. | ||
ex:glasses-1 a dmlex:Sense; | ||
dmlex:definition [ a dmlex:Definition; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt; | ||
dmlex:text "an optical seeing aid" ]. | ||
<file:microscope> a dmlex:Entry; | ||
dmlex:sense <file:microscope-1>; | ||
dmlex:text "an optical seeing aid" ]; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt. | ||
ex:lens a dmlex:Entry; | ||
dmlex:sense ex:lens-1; | ||
dmlex:headword "lens". | ||
ex:lens-1 a dmlex:Sense; | ||
dmlex:definition [ a dmlex:Definition; | ||
dmlex:text "curved glass that makes things seem bigger"; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt ]; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt. | ||
ex:microscope a dmlex:Entry; | ||
dmlex:sense ex:microscope-1; | ||
dmlex:headword "microscope". | ||
<file:lens> a dmlex:Entry; | ||
dmlex:headword "lens"; | ||
dmlex:sense <file:lens-1>. | ||
<file:glasses> a dmlex:Entry; | ||
dmlex:sense <file:glasses-1>; | ||
dmlex:headword "glasses". | ||
ex:microscope-1 a dmlex:Sense; | ||
dmlex:definition [ a dmlex:Definition; | ||
dmlex:text "equipment for looking at very small things"; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt ]; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt. | ||
</programlisting> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 33 additions & 27 deletions
60
dmlex-v1.0/specification/examples/examples/source/13.rdf.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,40 @@ | ||
<programlisting> | ||
<file:sell> a dmlex:Entry; | ||
dmlex:sense <file:sell-1>; | ||
dmlex:headword "sell". | ||
<file:buy> a dmlex:Entry; | ||
dmlex:sense <file:buy-1>; | ||
dmlex:headword "buy". | ||
<file:sell-1> a dmlex:Sense; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt; | ||
dmlex:definition [ a dmlex:Definition; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt; | ||
dmlex:text "exchange something for money" ]. | ||
<file:buy-1> a dmlex:Sense; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt; | ||
dmlex:definition [ a dmlex:Definition; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt; | ||
dmlex:text "get something by paying money for it" ]. | ||
[] a dmlex:LexicographicResource; | ||
dmlex:uri "http://example.com"; | ||
dmlex:entry <file:sell>, | ||
<file:buy>; | ||
dmlex:langCode "en"; | ||
dmlex:relationType [ a dmlex:RelationType; | ||
dmlex:type "antonyms"; | ||
dmlex:memberType [ a dmlex:MemberType; | ||
dmlex:type dmlex:sense; | ||
dmlex:max "2"^^xsd:unsignedInt; | ||
dmlex:min "2"^^xsd:unsignedInt; | ||
dmlex:role "obverse"; | ||
dmlex:hint dmlex:navigate ] ]; | ||
dmlex:entry ex:buy, | ||
ex:sell; | ||
dmlex:relation [ a dmlex:Relation; | ||
dmlex:type "antonyms"; | ||
dmlex:member [ a dmlex:Member; | ||
dmlex:memberID "buy-1"; | ||
dmlex:obverseListingOrder "0"^^xsd:unsignedInt; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt ], | ||
dmlex:ref "sell-1"; | ||
dmlex:listingOrder "2"^^xsd:unsignedInt ], | ||
[ a dmlex:Member; | ||
dmlex:memberID "sell-1"; | ||
dmlex:obverseListingOrder "0"^^xsd:unsignedInt; | ||
dmlex:listingOrder "2"^^xsd:unsignedInt ]; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt; | ||
dmlex:type "antonyms" ]; | ||
dmlex:langCode "en". | ||
dmlex:ref "buy-1"; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt ]; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt ]. | ||
ex:sell a dmlex:Entry; | ||
dmlex:headword "sell"; | ||
dmlex:sense ex:sell-1. | ||
ex:sell-1 a dmlex:Sense; | ||
dmlex:definition [ a dmlex:Definition; | ||
dmlex:text "exchange something for money"; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt ]; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt. | ||
ex:buy a dmlex:Entry; | ||
dmlex:sense ex:buy-1; | ||
dmlex:headword "buy". | ||
ex:buy-1 a dmlex:Sense; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt; | ||
dmlex:definition [ a dmlex:Definition; | ||
dmlex:text "get something by paying money for it"; | ||
dmlex:listingOrder "1"^^xsd:unsignedInt ]. | ||
</programlisting> |
Oops, something went wrong.