WARN: you must commit before you switch branch, otherwise the untracted files will influence another branch
This commit is contained in:
parent
deabdf293f
commit
7fa54f36c0
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
/*=============================================================================
|
/*=============================================================================
|
||||||
# Filename: Util.h
|
# Filename: Util.h
|
||||||
# Author: Bookug Lobert
|
# Author: Bookug Lobert
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
INSERT DATA
|
||||||
|
{
|
||||||
|
<http://www.founder/102> <http://www.founder.20.link:52> <http://www.founder/106> .
|
||||||
|
<http://www.founder/102> <http://www.founder> <http://www.founder/73> .
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
DELETE DATA { <http://www.founder/102> <http://www.founder.20.link:52> <http://www.founder/106> . }
|
|
@ -0,0 +1 @@
|
||||||
|
select ?subject ?predict ?object WHERE { ?subject <http://www.founder.20.link:52> ?object; ?predict ?object . }
|
|
@ -0,0 +1 @@
|
||||||
|
DELETE WHERE { <http://www.founder/101> ?predict ?object . }
|
|
@ -0,0 +1 @@
|
||||||
|
select ?predict where {<http://www.founder/102> ?predict <http://www.founder/73> .}
|
|
@ -0,0 +1,5 @@
|
||||||
|
select ?subject ?predict ?object where
|
||||||
|
{
|
||||||
|
<http://www.founder/102> <http://www.founder.20.link:52> ?object.
|
||||||
|
?subject ?predict ?object.
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
select ?subject ?predict ?object where {?subject <http://www.founder.20.link:52> <http://www.founder/106>; ?predict ?object . }
|
|
@ -0,0 +1 @@
|
||||||
|
DELETE WHERE { ?subject <http://www.founder.20.link:52> ?objcet. }
|
|
@ -0,0 +1 @@
|
||||||
|
select ?a WHERE { <a> <http://www.founder.20.link:52> <b> . }
|
|
@ -0,0 +1 @@
|
||||||
|
select ?s where { <http://www.founder/100> <http://www.founder.20.attr:dmID> "22". }
|
|
@ -0,0 +1 @@
|
||||||
|
select ?a WHERE { <a> <http://www.founder.20.link:52> <b> . }
|
Loading…
Reference in New Issue