GlossarWiki:Spielwiese: Unterschied zwischen den Versionen

aus GlossarWiki, der Glossar-Datenbank der Fachhochschule Augsburg
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
{{#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 *
WHERE
{
  ?s ?p <http://glossar.hs-augsburg.de/Emmy_Noether> .
}
LIMIT 10
|endpoint=http://glossar.hs-augsburg.de/sparql/
}}
{{#ask: [[Kategorie:Mathematiker]]
{{#ask: [[Kategorie:Mathematiker]]
   | ?Name
   | ?Name

Version vom 9. Mai 2012, 18:05 Uhr

{{#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 * WHERE {

 ?s ?p <http://glossar.hs-augsburg.de/Emmy_Noether> .

} LIMIT 10 |endpoint=http://glossar.hs-augsburg.de/sparql/ }}

 NameGeburtsdatumTodesdatumPortrait
Abraham Fraenkel
Albert Einstein
Albert Menne
Apollonios von Perge
Augustus De Morgan
Bernard Bolzano
Bertrand Russell
Carl-Friedrich Gauß
Charles Sanders Peirce
David Hilbert
Edmund Landau
Emmy Noether
Eratosthenes von Kyrene
Erdmann, J. E. (1840): God. Guil. Leibnitii Opera Philosophica Quae Exstant Latina, Gallica, Germanica Omnia
Ernst Zermelo
Felix Hausdorff
Georg Cantor
George Boole
Giuseppe Peano
Gottfried Wilhelm Leibniz
Gottlob Frege
Helmut Schwichtenberg
Hubert Kennedy
Johan Ludvig Heiberg
John von Neumann
Jürgen Schmidt
Kurt Gödel
Künne, W. (2010): Eadem sunt, quae sibi mutuo substitui possunt, salva veritate
Norbert Wiener
Ordinata abscissa coordinatas.png
Paul Bernays
Richard Dedekind
Uni-muenster-VI4a1-389.png

{{#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 * WHERE {

 ?s <http://semantic-mediawiki.org/swivt/1.0#page> <http://glossar.hs-augsburg.de/Emmy_Noether> .

} LIMIT 10 |endpoint=http://glossar.hs-augsburg.de/sparql/ }}

{{#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 ?n ?g WHERE {

 ?s attr:Name ?n .
 ?s attr:Geburtsdatum ?g

} |endpoint=http://glossar.hs-augsburg.de/sparql/ }}

{{#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 ?n ?g WHERE {

 glossar:Emmy_Noether attr:Name ?n .
 glossar:Emmy_Noether attr:Geburtsdatum ?g

} |endpoint=http://glossar.hs-augsburg.de/sparql/ }}

{{#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 {

 glossar:Emmy_Noether ?p ?o .

} |endpoint=http://glossar.hs-augsburg.de/sparql/ }}


{{#sparql: PREFIX dbo: <http://dbpedia.org/ontology/> SELECT (STR(MIN(?name)) AS ?name)(MIN(?category) AS ?category)(MIN(?birth) AS ?birth) (MIN(?death) AS ?death) ?person WHERE {?category skos:broader <http://dbpedia.org/resource/Category:Mathematicians_by_nationality> . ?person <http://purl.org/dc/terms/subject> ?category . ?person dbo:birthDate ?birth . ?person rdfs:label ?name . OPTIONAL {?person dbo:deathDate ?death} . } GROUP BY ?person LIMIT 20|endpoint=http://dbpedia.org/sparql}}

++++++++++++++++++++++++++++++++++++++

http://en.sparql.pro/wiki/Worldwide_Earthquakes

{{#sparql: PREFIX dgp32: <http://data-gov.tw.rpi.edu/vocab/p/32/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT ?magnitude ?deph ?region ?datetime ?latitude ?longitude FROM <http://data-gov.tw.rpi.edu/raw/34/data-34.rdf> WHERE { ?entry dgp32:magnitude ?magnitude ; dgp32:region ?region ; dgp32:lat ?latitude ; dgp32:lon ?longitude ; dgp32:datetime ?datetime ; dgp32:depth ?deph . } ORDER BY DESC(?magnitude) LIMIT 5 |endpoint=http://data-gov.tw.rpi.edu/sparql }}

{{#wsparql:Google_Maps_Worldwide_Earthquakes | query= PREFIX dgp32: <http://data-gov.tw.rpi.edu/vocab/p/32/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> SELECT ?magnitude ?deph ?region ?datetime ?latitude ?longitude FROM <http://data-gov.tw.rpi.edu/raw/34/data-34.rdf> WHERE { ?entry dgp32:magnitude ?magnitude ; dgp32:region ?region ; dgp32:lat ?latitude ; dgp32:lon ?longitude ; dgp32:datetime ?datetime ; dgp32:depth ?deph . } ORDER BY DESC(?magnitude) LIMIT 50 |endpoint=http://data-gov.tw.rpi.edu/sparql |width=600 |height=320 }}

Großmann, Koschek (2005): Martina Großmann und Holger Koschek; Unternehmensportale – Grundlagen, Architekturen, Technologien; Verlag: Springer-Verlag GmbH; ISBN: 3540222871; 2005; Quellengüte: 5 (Buch) Albuschat (2004): Andreas Albuschat; Praktische Projektplanung mit Microsoft Project – Version 2003 incl. CD-Rom. Die Grundlagen für die Praxis Schritt für Schritt; Verlag: W3L; ISBN: 3937137319; 2004; Quellengüte: 5 (Buch)


Albuschat, A. (2004): Praktische Projektplanung mit Microsoft Project<PROP>

  
Großmann, M.; Koschek, H. (2005): Unternehmensportale

Der für das Attribut „B“ des Datentyps Seite angegebene Wert „  [[:Großmann“ enthält ungültige Zeichen oder ist unvollständig. Er kann deshalb während einer Abfrage oder bei einer Annotation unerwartete Ergebnisse verursachen.Der für das Attribut „B“ des Datentyps Seite angegebene Wert „H. (2005): Unternehmensportale|Großmann“ enthält ungültige Zeichen oder ist unvollständig. Er kann deshalb während einer Abfrage oder bei einer Annotation unerwartete Ergebnisse verursachen.Der für das Attribut „B“ des Datentyps Seite angegebene Wert „H. (2005): Unternehmensportale]]“ enthält ungültige Zeichen oder ist unvollständig. Er kann deshalb während einer Abfrage oder bei einer Annotation unerwartete Ergebnisse verursachen.


M N → {{#regex: M N | /(.+?)\s+(.+)/ | $2, $1 }};
A B → {{#regex: A B | /(.+?)\s+(.+)/ | $2, $1 }};
C D → {{#regex: C D | /(.+?)\s+(.+)/ | $2, $1 }};
E F → {{#regex: E F | /(.+?)\s+(.+)/ | $2, $1 }};
g h → {{#regex: g h | /(.+?)\s+(.+)/ | $2, $1 }};
I J → {{#regex: I J | /(.+?)\s+(.+)/ | $2, $1 }};
K L → {{#regex: K L | /(.+?)\s+(.+)/ | $2, $1 }};
M N → {{#regex: M N | /(.+?)\s+(.+)/ | $2, $1 }};




A B → B, A


C D → D, C


E F → F, E


A B → B, A ; C D → D, C ; E F → F, E ;

{{#regex:Spielwiese|%^.*/(.*)$%|$1}}

»Übergröße«

Mūsā al-Ḫwārzimī

SELECT * FROM ts_parse('phonet_parser_utf8', 'ƧƨƳƴȱἄDŽIJDžǶḪḌa Mūsā al-aḪawārzimī al-Ḫawārzimī');

var x: int = 5;
<a><b/></a>