GlossarWiki:Spielwiese5: Unterschied zwischen den Versionen
Kowa (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Kowa (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 44: | Zeile 44: | ||
}} | }} | ||
''The | ''The SIO object exists, too'' | ||
{{#sparql: | {{#sparql: | ||
| Zeile 51: | Zeile 51: | ||
PREFIX glossar: <http://glossar.hs-augsburg.de/id/> | PREFIX glossar: <http://glossar.hs-augsburg.de/id/> | ||
PREFIX attr: <http://glossar.hs-augsburg.de/id/Attribut-3A> | PREFIX attr: <http://glossar.hs-augsburg.de/id/Attribut-3A> | ||
SELECT ? | SELECT ?p ?o | ||
WHERE | WHERE | ||
{ | { | ||
{<http://glossar.hs-augsburg.de/id/Attribut-3AEhe> ?p ?o .} | |||
} | } | ||
|endpoint=http://glossar.hs-augsburg.de/sparql/ | |endpoint=http://glossar.hs-augsburg.de/sparql/ | ||
}} | }} | ||
''The attributes seem to be OK, too.'' | |||
{{#sparql: | {{#sparql: | ||
| Zeile 64: | Zeile 67: | ||
PREFIX glossar: <http://glossar.hs-augsburg.de/id/> | PREFIX glossar: <http://glossar.hs-augsburg.de/id/> | ||
PREFIX attr: <http://glossar.hs-augsburg.de/id/Attribut-3A> | PREFIX attr: <http://glossar.hs-augsburg.de/id/Attribut-3A> | ||
SELECT ?s ? | SELECT ?s ?o | ||
WHERE | WHERE | ||
{ | { | ||
?s <http://glossar.hs-augsburg.de/id/Attribut-3AEhe-3AEhemann> ?o . | |||
} | } | ||
|endpoint=http://glossar.hs-augsburg.de/sparql/ | |endpoint=http://glossar.hs-augsburg.de/sparql/ | ||
Version vom 2. Juli 2012, 11:16 Uhr
setobject and SIO
(subobject: OK, SIO: Franz Joseph I.#1 is missing)
(subobject: Attributes are not displayed, SIO Franz Joseph I.#1 is missing)
(same problems as before)
Franz Joseph I.<PROP><PROP> (same problems as before)
Franz Joseph I.#Ehe<PROP><PROP> (same problems as before)
(same problems as before)
SIO only
Directly accessing the internal objects works:
4store
The subobject exists
{{#sparql: PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX glossar: <http://glossar.hs-augsburg.de/id/> PREFIX attr: <http://glossar.hs-augsburg.de/id/Attribut-3A> SELECT ?p ?o WHERE {
<http://glossar.hs-augsburg.de/id/Franz_Joseph_I.-23Ehe> ?p ?o .
} |endpoint=http://glossar.hs-augsburg.de/sparql/ }}
The SIO object exists, too
{{#sparql: PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX glossar: <http://glossar.hs-augsburg.de/id/> PREFIX attr: <http://glossar.hs-augsburg.de/id/Attribut-3A> SELECT ?p ?o WHERE {
{<http://glossar.hs-augsburg.de/id/Attribut-3AEhe> ?p ?o .}
} |endpoint=http://glossar.hs-augsburg.de/sparql/ }}
The attributes seem to be OK, too.
{{#sparql: PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX glossar: <http://glossar.hs-augsburg.de/id/> PREFIX attr: <http://glossar.hs-augsburg.de/id/Attribut-3A> SELECT ?s ?o WHERE {
?s <http://glossar.hs-augsburg.de/id/Attribut-3AEhe-3AEhemann> ?o .
} |endpoint=http://glossar.hs-augsburg.de/sparql/ }}
Franz_Joseph_I.
{{#sparql: PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX glossar: <http://glossar.hs-augsburg.de/id/> PREFIX attr: <http://glossar.hs-augsburg.de/id/Attribut-3A> SELECT ?p ?o WHERE {
<http://glossar.hs-augsburg.de/id/Franz_Joseph_I.> ?p ?o .
} |endpoint=http://glossar.hs-augsburg.de/sparql/ }}
