Skip to content

Commit

Permalink
Adding query surfaceback
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed May 30, 2024
1 parent 0cf341a commit f694354
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions demonstrator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h4>RDFS subClassOf</h4>
</pre>

<p>
We can consult RDF Surfaces graphs by adding some sample data and include a query:
We can consult RDF Surfaces graphs by adding some sample data and include a query surface (an eye specific method to query a knowledge graph):
</p>

<pre>
Expand All @@ -60,12 +60,8 @@ <h4>RDFS subClassOf</h4>
:Jakarta a :City.

# Query
(_:x _:y) log:onNegativeSurface {
(_:x _:y) log:onQuerySurface {
_:x rdf:type _:y .

() log:onNegativeAnswerSurface {
_:x rdf:type _:y .
} .
} .
</pre>
</p>
Expand Down

0 comments on commit f694354

Please sign in to comment.