Skip to content

Commit

Permalink
Added sparql queries for resource-indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
sahalali committed May 8, 2024
1 parent 8387a67 commit 789c414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sparql/index/resource.index.sparql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PREFIX :<http://www.ontotext.com/connectors/lucene#>
PREFIX inst:<http://www.ontotext.com/connectors/lucene/instance#>
INSERT DATA {
inst:place-index :createConnector '''
inst:resource-index :createConnector '''
{
"fields": [
{
Expand All @@ -19,7 +19,7 @@ INSERT DATA {
],
"languages": [],
"types": [
"http://schema.org/Place"
"http://www.w3.org/2000/01/rdf-schema#Resource"
],
"readonly": false,
"detectFields": false,
Expand Down

0 comments on commit 789c414

Please sign in to comment.