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 @
b6134355
...
@@ -67,6 +67,18 @@ DELETE { GRAPH <http://wwwdh.cs.fau.de/behaim/> { ?s ?p ?o } } WHERE {
...
@@ -67,6 +67,18 @@ DELETE { GRAPH <http://wwwdh.cs.fau.de/behaim/> { ?s ?p ?o } } WHERE {
}
}
```
```
```
PREFIX owl: <http://www.w3.org/2002/07/owl#>
DELETE { GRAPH <http://wwwdh.cs.fau.de/behaim/> { ?s2 owl:sameAs ?s } } WHERE {
GRAPH <http://wwwdh.cs.fau.de/behaim/> {
?s a <http://erlangen-crm.org/120111/E31_Document> .
?s ?p ?o .
?s2 owl:sameAs ?s
}
}
```
```
```
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
INSERT {
INSERT {
...
...