GlossarWiki:Spielwiese: Unterschied zwischen den Versionen

aus GlossarWiki, der Glossar-Datenbank der Fachhochschule Augsburg
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 26: Zeile 26:
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 ?s ?n ?g
WHERE
WHERE
{
{
   <http://glossar.hs-augsburg.de/id/Wolfgang_Kowarschick> ?p ?o .
   ?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 .
}
}
LIMIT 10
|endpoint=http://glossar.hs-augsburg.de/sparql/
|endpoint=http://glossar.hs-augsburg.de/sparql/
}}
}}


{{#sparql:select * where { ?x ?y ?z . } LIMIT 5 }}


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

Version vom 9. Mai 2012, 17:31 Uhr

 NameGeburtsdatumTodesdatumPortrait
Abraham Fraenkel
Albert Einstein
Albert Menne
Algebra
Apollonios von Perge
Apollonios, Vol. 1, Durchmesser, Scheitel, Ordinate, 1891, griechisch, markiert.png
Apollonios, Vol. 1, Durchmesser, Scheitel, Ordinate, 1891, griechisch.png
Apollonios, Vol. 1, Durchmesser, Scheitel, Ordinate, 1891, lateinisch, markiert.png
Apollonios, Vol. 1, Durchmesser, Scheitel, Ordinate, 1891, lateinisch.png
Apollonios, Vol. 1, Satz XX, 1559, lateinisch, markiert.png
Apollonios, Vol. 1, Satz XX, 1891, Beweis, griechisch, markiert.png
Apollonios, Vol. 1, Satz XX, 1891, Beweis, griechisch.png
Apollonios, Vol. 1, Satz XX, 1891, Beweis, lateinisch.png
Apollonios, Vol. 1, Satz XX, 1891, griechisch, markiert.png
Apollonios, Vol. 1, Satz XX, 1891, griechisch.png
Apollonios, Vol. 1, Satz XX, 1891, lateinisch, markiert.png
Apollonios, Vol. 1, Satz XX, 1891, lateinisch.png
Apollonius, Vol. 1, Satz XX, lateinisch, 1537, markiert.png
Apollonius, Vol. 1, Satz XX, lateinisch, 1537.png
Apollonius, Vol. 1, Satz XX, lateinisch, 1566, markiert.png
Apollonius, Vol. 1, Satz XX, lateinisch, 1566.png
Aristoteles
Aristoteles (350 BC): Analytica priora
Asser, G. (1980): Grundbegriffe der Mathematik
Augustus De Morgan
Aussage (Logik)
Aussagenlogik
Axis Aligned Bounding Box
Balsam, H. (1861): Des Apollonius von Perga sieben Bücher über Kegelschnitte nebst dem durch Halley wieder hergestellten achten Buche
Bedürftig, T.; Murawski, R (2010): Philosophie der Mathematik
Bernard Bolzano
Bernays, P. (1968): Axiomatic Set Theory
Bertrand Russell
Beta-Verteilung
Beta-Verteilung (standardisiert)
Bolzano, B. (1837): Wissenschaftslehre
Bolzano, B. (1969 ff): Gesamtausgabe
Bolzano, B. (1975): Größenlehre und erste Begriffe der allgemeinen Größenlehre
Boole 1854 Universe of Discourse p42.png
Boole, G. (1847): The Mathematical Analysis of Logic
Boole, G. (1854): An Investigation of The Laws of Thought
Borovcnik, M. (1992): Stochastik im Wechselspiel von Intuition und Mathematik
BoundingBox.png
BoundingBoxCollision.png
BoundingBoxNoCollision.png
BoundingBoxObject.png
BoundingBoxPivot.png
Bourbaki, N. (1939): Théorie des Ensembles
Brockhaus Paar.png
Bronstein, I. N.; Semendjajew, K.A. (1979): Taschenbuch der Mathematik
… weitere Ergebnisse

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