Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
Update Drupal Debug Hints
authored
Mar 23, 2022
by
Tom Wiesing
Show whitespace changes
Inline
Side-by-side
Drupal-Debug-Hints.md
View page @
d4e1bcab
...
...
@@ -82,7 +82,7 @@ DELETE { GRAPH <http://wwwdh.cs.fau.de/behaim/> { ?s2 owl:sameAs ?s } } WHERE {
```
PREFIX owl: <http://www.w3.org/2002/07/owl#>
INSERT {
GRAPH
?g
{
GRAPH
<http://wwwdh.cs.fau.de/behaim/originatesFrom>
{
?x owl:sameAs ?newid .
?newid owl:sameAs ?x
}
...
...