From e621cacee75a0889c753d94b2a632be7314f2394 Mon Sep 17 00:00:00 2001 From: filak Date: Thu, 29 Feb 2024 11:59:02 +0100 Subject: [PATCH] Update mesh.ttl --- flask-app/dist/instance/conf/mesh.ttl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flask-app/dist/instance/conf/mesh.ttl b/flask-app/dist/instance/conf/mesh.ttl index ecee349..fd10a59 100644 --- a/flask-app/dist/instance/conf/mesh.ttl +++ b/flask-app/dist/instance/conf/mesh.ttl @@ -8,7 +8,7 @@ @prefix meshv: . @prefix mesht: . -### Version 1.0.4 +### Version 1.0.5 ## Initialize text query [] ja:loadClass "org.apache.jena.query.text.TextQuery" . @@ -50,6 +50,8 @@ text:TextIndexES rdfs:subClassOf text:TextIndex . text:queryParser text:AnalyzingQueryParser ; ##text:defineAnalyzers [ . . . ] ; text:multilingualSupport true ; + ## TBD https://jena.apache.org/documentation/query/text-query.html#lists-of-indexed-properties : + ## text:propLists ( [ . . . ] . . . ) ; . <#entMap> @@ -68,6 +70,8 @@ text:TextIndexES rdfs:subClassOf text:TextIndex . [ text:field "ftext" ; text:predicate meshv:prefLabel ] [ text:field "ftext" ; text:predicate meshv:altLabel ] [ text:field "ftext" ; text:predicate meshv:casn1_label ] + [ text:field "ftext" ; text:predicate meshv:registryNumber ] + [ text:field "ftext" ; text:predicate meshv:relatedRegistryNumber ] [ text:field "ftext" ; text:predicate meshv:note ] [ text:field "ftext" ; text:predicate meshv:onlineNote ] [ text:field "ftext" ; text:predicate meshv:publicMeSHNote ]