This website works better with JavaScript
Home
Explore
Help
Register
Sign In
scossu
/
lakesuperior_legacy
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
354a8a9f1f
Branches
Tags
master
lakesuperior...
/
tests
/
data
/
sparql_update
/
simple_insert.sparql
simple_insert.sparql
92 B
History
Raw
1
2
3
4
5
6
7
PREFIX dc:
<http://purl.org/dc/elements/
1.1
/>
INSERT
{
<>
dc:title
"Hello"
.
}
WHERE
{
}