Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Mar 21, 2024
1 parent ad975ee commit 76277b1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lingua/pack.trig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
@prefix pol: <https://example.org/ns/policy#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
@prefix log: <http://www.w3.org/2000/10/swap/log#>.
@prefix lingua: <http://www.w3.org/2000/10/swap/lingua#>.
@prefix var: <http://www.w3.org/2000/10/swap/var#>.

Expand All @@ -32,8 +33,13 @@ _:ng2 {
}

# query
_:ng3 lingua:query _:ng3.
_:ng3 lingua:query _:ng4.

_:ng3 {
var:S pack:package var:O.
var:O log:includes _:ng4.
}

_:ng4 {
var:N pack:content var:C.
}

0 comments on commit 76277b1

Please sign in to comment.