Skip to content

Commit d8028df

Browse files
author
Pellegrini Matteo (matteo.pellegrini)
committed
changes in PrinParLat queries
1 parent 21899f3 commit d8028df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

definitions.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"file": "ls-grow.rq"
3131
},
3232
{
33-
"title": "PrinParLat - Perfect forms of prefix verbs fron \"pono\"",
33+
"title": "PrinParLat - Perfect forms of prefixed verbs from \"pono\"",
3434
"description": "Extracts all the perfect forms of all verbs that are directly derived from \"pono\" via prefixation according to WFL",
3535
"file": "prinparlatWfl.rq"
3636
},
3737
{
38-
"title": "PrinParLat - Lemmas inflected like \"uiuo\" in LASLA",
39-
"description": "Extracts the lemmas of LASLA that are assigned a specific inflection class in PrinParLat (e.g. the one of uiuo, uiuere, uixi, uictum)",
38+
"title": "PrinParLat - Lemmas inflected like \"laedo\" in LASLA",
39+
"description": "Extracts the lemmas of LASLA that are assigned a specific inflection class in PrinParLat (e.g. the one of \"laedo\": \"laedere\", \"laesi\", \"laesum\")",
4040
"file": "prinparlat_infl.rq"
4141
},
4242
{

prinparlat_infl.rq

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ PREFIX dc: <http://purl.org/dc/elements/1.1/>
66
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
77
PREFIX powla: <http://purl.org/powla/powla.owl#>
88

9-
# extract the lemmas of LASLA that are assigned a specific inflection class in PrinParLat (e.g. the one of uiuo, uiuere, uixi, uictum)
9+
# extract the lemmas of LASLA that are assigned a specific inflection class in PrinParLat (e.g. the one of "laedo": "laedere", "laesi", "laesum")
1010

1111
SELECT ?lemma ?lemmaLabel WHERE {
1212
VALUES ?corpus {
1313
<http://lila-erc.eu/data/corpora/Lasla/id/corpus>
1414
}
1515
VALUES ?inflClass {
16-
<http://lila-erc.eu/data/lexicalResources/prinparlat/id/inflection_class_96>
16+
<http://lila-erc.eu/data/lexicalResources/prinparlat/id/inflection_class_28>
1717
}
1818
?corpus powla:hasSubDocument ?doc.
1919
?docLayer powla:hasDocument ?doc.

0 commit comments

Comments
 (0)