-
Notifications
You must be signed in to change notification settings - Fork 2
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
11 changed files
with
258 additions
and
231 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#>. | ||
@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
@prefix lime: <http://www.w3.org/ns/lemon/lime#> . | ||
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> . | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
|
||
<#entry1> a ontolex:LexicalEntry ; | ||
ontolex:canonicalForm [ | ||
ontolex:writtenRep "disproof"@en | ||
] ; | ||
ontolex:sense [ | ||
skos:definition "facts that disprove something."@en | ||
] , [ | ||
skos:definition "the act of disproving."@en | ||
]. | ||
ontolex:canonicalForm [ ontolex:writtenRep "disproof"@en ] ; | ||
ontolex:sense [ skos:definition "the act of disproving."@en ], | ||
[ skos:definition "facts that disprove something."@en ] . | ||
|
||
[] a lime:Lexicon ; | ||
dc:title "The shortest TEI Document Imaginable" ; | ||
lime:entry <#entry1> . | ||
|
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,35 +1,28 @@ | ||
@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
@prefix lexicog: <http://www.w3.org/ns/lemon/lexicog#> . | ||
@prefix lexinfo: <http://www.lexinfo.net/ontology/3.0/lexinfo#> . | ||
@prefix lime: <http://www.w3.org/ns/lemon/lime#> . | ||
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
|
||
<#a-2> | ||
a ontolex:LexicalEntry ; | ||
<#a-2> a ontolex:LexicalEntry ; | ||
rdfs:comment "(sans accent)" ; | ||
ontolex:canonicalForm [ | ||
ontolex:writtenRep "A" | ||
] ; | ||
ontolex:sense [ | ||
skos:definition "3e pers. du sing. de l'ind. prés. du verbe avoir" ; | ||
lexicog:usageExample [ | ||
rdf:value "l'alphabet français a vingt-cinq lettres" | ||
] | ||
] . | ||
ontolex:canonicalForm [ ontolex:writtenRep "A" ] ; | ||
ontolex:sense [ skos:definition "3e pers. du sing. de l'ind. prés. du verbe avoir" ; | ||
lexicog:usageExample [ rdf:value "l'alphabet français a vingt-cinq lettres" ] ] . | ||
|
||
<#abcéder> | ||
<#abcéder> a ontolex:LexicalEntry ; | ||
lexinfo:partOfSpeech lexinfo:verb ; | ||
a ontolex:LexicalEntry ; | ||
rdfs:comment "(Se conj. comme accélérer.)" ; | ||
ontolex:canonicalForm [ | ||
ontolex:phoneticRep "(dé)" ; | ||
ontolex:writtenRep "ABCÉDER" | ||
] ; | ||
ontolex:sense [ | ||
skos:definition "Se tourner en abcès" ; | ||
lexicog:usageExample [ | ||
rdf:value "tumeur qui abcède" | ||
] | ||
] . | ||
ontolex:canonicalForm [ ontolex:phoneticRep "(dé)" ; | ||
ontolex:writtenRep "ABCÉDER" ] ; | ||
ontolex:sense [ skos:definition "Se tourner en abcès" ; | ||
lexicog:usageExample [ rdf:value "tumeur qui abcède" ] ] . | ||
|
||
[] a lime:Lexicon ; | ||
dc:title "Test 10 - Notes" ; | ||
lime:entry <#a-2>, | ||
<#abcéder> . | ||
|
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,45 +1,43 @@ | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix void: <http://rdfs.org/ns/void#> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix ns: <http://creativecommons.org/ns#> . | ||
@prefix lime: <http://www.w3.org/ns/lemon/lime> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix lexinfo: <http://www.lexinfo.net/ontology/3.0/lexinfo#> . | ||
@prefix lexicog: <http://www.w3.org/ns/lemon/lexicog#> . | ||
@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
@prefix dct: <http://purl.org/dc/terms/> . | ||
@prefix bibo: <http://purl.org/ontology/bibo/> . | ||
@prefix lexicog: <http://www.w3.org/ns/lemon/lexicog#> . | ||
@prefix lexinfo: <http://www.lexinfo.net/ontology/3.0/lexinfo#> . | ||
@prefix lime: <http://www.w3.org/ns/lemon/lime#> . | ||
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> . | ||
@prefix vann: <http://purl.org/vocab/vann/> . | ||
@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
@prefix lime1: <http://www.w3.org/ns/lemon/lime#> . | ||
@prefix tei: <http://www.tei-c.org/ns/1.0> . | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
|
||
<#abaisseur> a lexicog:Entry ; | ||
lexicog:describes <#abaisseur-1>, <#abaisseur-2> . | ||
lexicog:describes <#abaisseur-1>, | ||
<#abaisseur-2> . | ||
|
||
<#abaisseur-1> | ||
<#abaisseur-1> a ontolex:LexicalEntry ; | ||
lexinfo:gender lexinfo:masculine ; | ||
lexinfo:partOfSpeech lexinfo:adjective ; | ||
a ontolex:LexicalEntry ; | ||
ontolex:canonicalForm [ | ||
ontolex:phoneticRep "bè-seur"@fr ; | ||
ontolex:writtenRep "ABAISSEUR"@fr | ||
] ; | ||
ontolex:sense [ | ||
skos:definition "Se dit d'un muscle qui sert à abaisser la partie du corps à laquelle il est attaché"@fr | ||
] . | ||
ontolex:canonicalForm [ ontolex:phoneticRep "bè-seur"@fr ; | ||
ontolex:writtenRep "ABAISSEUR"@fr ] ; | ||
ontolex:sense [ skos:definition "Se dit d'un muscle qui sert à abaisser la partie du corps à laquelle il est attaché"@fr ] . | ||
|
||
<#abaisseur-2> | ||
<#abaisseur-2> a ontolex:LexicalEntry ; | ||
lexinfo:gender lexinfo:masculine ; | ||
lexinfo:partOfSpeech lexinfo:commonNoun ; | ||
a ontolex:LexicalEntry ; | ||
ontolex:canonicalForm [ | ||
ontolex:phoneticRep "bè-seur"@fr ; | ||
ontolex:writtenRep "ABAISSEUR"@fr | ||
] ; | ||
ontolex:sense [ | ||
skos:definition "Se dit d'un muscle qui sert à abaisser la partie du corps à laquelle il est attaché"@fr | ||
] . | ||
ontolex:canonicalForm [ ontolex:phoneticRep "bè-seur"@fr ; | ||
ontolex:writtenRep "ABAISSEUR"@fr ] ; | ||
ontolex:sense [ skos:definition "Se dit d'un muscle qui sert à abaisser la partie du corps à laquelle il est attaché"@fr ] . | ||
|
||
[] a lime:Lexicon ; | ||
dc:date "janvier 2019" ; | ||
dc:publisher "Praxiling UMR 5267" ; | ||
dc:title "Editions numériques du Petit Larousse illustré (1905-1947)", | ||
"Nénufar" ; | ||
dct:licence """Extraits : Attribution — Vous devez | ||
créditer l’œuvre, intégrer un lien vers la licence et indiquer si des modifications ont été effectuées. Vous | ||
devez indiquer ces informations par tous les moyens possibles mais vous ne pouvez pas suggérer que les | ||
éditeurs vous soutiennent ou soutiennent la façon dont vous avez utilisé leur œuvre. Les éditeurs demandent | ||
que toute publication dérivée de ses ressources électroniques comporte : 1. leur nom, ainsi que les noms des | ||
personnes auteurs de l’édition ; 2. l’URI permettant d’accéder à la page concernée du présent site web, ou à | ||
défaut à la page d’accueil de ce site ; 3. la date et la version du fichier source utilisé (le cas échéant). | ||
Pas de restrictions additionnelles — Vous n’êtes pas autorisé à appliquer des conditions légales ou des | ||
mesures techniques qui empêcheraient autrui d’utiliser l’œuvre dans les conditions décrites par la | ||
licence.""" ; | ||
lime:entry <#abaisseur> . | ||
|
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,17 +1,17 @@ | ||
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#>. | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
@prefix lexicog: <http://www.w3.org/ns/lemon/lexicog#> . | ||
@prefix lime: <http://www.w3.org/ns/lemon/lime#> . | ||
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
|
||
<#entry1> a ontolex:LexicalEntry ; | ||
ontolex:canonicalForm [ | ||
ontolex:writtenRep "disproof"@en | ||
] ; | ||
ontolex:sense [ | ||
skos:definition "facts that disprove something."@en | ||
] , [ | ||
skos:definition "the act of disproving."@en ; | ||
lexicog:usageExample [ | ||
rdf:value "boire à une source"@fr | ||
] | ||
]. | ||
ontolex:canonicalForm [ ontolex:writtenRep "disproof"@en ] ; | ||
ontolex:sense [ skos:definition "facts that disprove something."@en ], | ||
[ skos:definition "the act of disproving."@en ; | ||
lexicog:usageExample [ rdf:value "boire à une source"@fr ] ] . | ||
|
||
[] a lime:Lexicon ; | ||
dc:title "The shortest TEI Document Imaginable" ; | ||
lime:entry <#entry1> . | ||
|
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,17 +1,20 @@ | ||
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#>. | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
@prefix lexinfo: <http://www.lexinfo.net/ontology/3.0/lexinfo#> . | ||
@prefix lime: <http://www.w3.org/ns/lemon/lime#> . | ||
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
|
||
<#Flussschifffahrt> a ontolex:LexicalEntry ; | ||
ontolex:canonicalForm [ | ||
ontolex:writtenRep "Flussschifffahrt"@de , | ||
"Fluss-Schifffahrt"@de, "Flußschifffahrt"@de | ||
] . | ||
ontolex:canonicalForm [ lexinfo:temporalQualifier [ rdf:value "Vor 1996 Rechtschreibung Reform" ] ; | ||
ontolex:writtenRep "Fluss-Schifffahrt"@de, | ||
"Flussschifffahrt"@de, | ||
"Flußschifffahrt"@de ] . | ||
|
||
<#osama_bin_laden> a ontolex:LexicalEntry ; | ||
ontolex:canonicalForm [ | ||
ontolex:phoneticRep "ow.\"sa.mabɪnˈlaːdn̹"@en-fonipa ; | ||
lexinfo:temporalQualifier [ rdf:value "Vor 1996 Rechtschreibung Reform" ] | ||
] . | ||
ontolex:canonicalForm [ ontolex:phoneticRep "ow.\"sa.mabɪnˈlaːdn̹"@en-fonipa ] . | ||
|
||
[] a lime:Lexicon ; | ||
dc:title "Test 3 - variant forms" ; | ||
lime:entry <#Flussschifffahrt>, | ||
<#osama_bin_laden> . | ||
|
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,8 +1,14 @@ | ||
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#>. | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
@prefix lexinfo: <http://www.lexinfo.net/ontology/3.0/lexinfo#> . | ||
@prefix lime: <http://www.w3.org/ns/lemon/lime#> . | ||
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> . | ||
|
||
<#go> a ontolex:LexicalEntry ; | ||
ontolex:canonicalForm [ ontolex:writtenRep "go"@en ] ; | ||
ontolex:otherForm [ ontolex:writtenRep "went"@en ; | ||
lexinfo:tense lexinfo:past ] . | ||
ontolex:canonicalForm [ ontolex:writtenRep "go"@en ] ; | ||
ontolex:otherForm [ lexinfo:tense lexinfo:past ; | ||
ontolex:writtenRep "went"@en ] . | ||
|
||
[] a lime:Lexicon ; | ||
dc:title "Test 3 - inflected forms" ; | ||
lime:entry <#go> . | ||
|
Oops, something went wrong.