Temporary hack
This commit is contained in:
parent
9d9d936046
commit
ed0d1816d3
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
|
:vivodocumentModifier_PopulateTextWithHTMLContentsOfExcerpts
|
||||||
a <java:edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding.SelectQueryDocumentModifier> ,
|
a <java:edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding.SelectQueryDocumentModifier> ,
|
||||||
<java:edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding.DocumentModifier> ;
|
<java:edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding.DocumentModifier> ;
|
||||||
|
|
Loading…
Add table
Reference in a new issue