-
|
I wasn't sure how to phrase it but an example speaks louder than 1000 words @prefix log: <http://www.w3.org/2000/10/swap/log#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ex: <http://example.com/> .
[] ex:formula {
{ ex:foo rdfs:label "bar" } log:becomes { ex:foo rdfs:label "baz" }
} .
#[] ex:initialData {
ex:foo rdfs:label "bar" .
#} .
{
[] ex:formula ?formula .
?formula!log:call .
} => true .The above works. If I have asserted triple, I can use the formula with If I uncomment the two lines, the triples is asserted in another graph, inaccessible to my formula. Without modifying the formula, how can I use |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
No, it is not asserted (just mentioned in a graph term) and |
Beta Was this translation helpful? Give feedback.
-
|
The only way I see is |
Beta Was this translation helpful? Give feedback.
The only way I see is