Temporary hack
This commit is contained in:
parent
4ff772a817
commit
8227d1c493
1 changed files with 14 additions and 1 deletions
|
@ -34,6 +34,19 @@
|
|||
}
|
||||
""" .
|
||||
|
||||
:vivoUriFinder_onRubricsAssign
|
||||
a searchIndex:indexing.IndexingUriFinder ,
|
||||
searchIndex:indexing.SelectQueryUriFinder ;
|
||||
rdfs:label "When rubric was assigned" ;
|
||||
:hasSelectQuery """
|
||||
PREFIX ts: <https://litvinovg.pro/text_structures#>
|
||||
SELECT ?uri
|
||||
WHERE {
|
||||
?subject a ts:textExcerpt .
|
||||
VALUES ?uri { ?subject }
|
||||
}
|
||||
""" .
|
||||
|
||||
:vivodocumentModifier_PopulateTextWithHTMLContentsOfExcerpts
|
||||
a <java:edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding.SelectQueryDocumentModifier> ,
|
||||
<java:edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding.DocumentModifier> ;
|
||||
|
|
Loading…
Add table
Reference in a new issue