Difference between revisions of "Spielwiese"
From filmstandards.org
(→Embedded Flash video) |
|||
Line 1: | Line 1: | ||
Playground for testing various wiki features and extensions. | Playground for testing various wiki features and extensions. | ||
+ | <!-- | ||
== Embedded Flash video == | == Embedded Flash video == | ||
<mediaplayer image='http://filmstandards.org/media/barry-smith-talking.png'>http://filmstandards.org/media/barry_smith2009.flv</mediaplayer> | <mediaplayer image='http://filmstandards.org/media/barry-smith-talking.png'>http://filmstandards.org/media/barry_smith2009.flv</mediaplayer> | ||
+ | --> | ||
+ | |||
+ | == SPARQL queries == | ||
+ | |||
+ | http://data.bib.uni-mannheim.de/sparql | ||
+ | |||
+ | <pre> | ||
+ | PREFIX lcgeo: <http://id.loc.gov/vocabulary/geographicAreas/> | ||
+ | PREFIX dbp: <http://dbpedia.org/resource/> | ||
+ | PREFIX dbpp: <http://dbpedia.org/property/> | ||
+ | PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
+ | |||
+ | SELECT ?lcterm ?radius | ||
+ | FROM <http://dbpedia.org/resource/Jupiter> | ||
+ | FROM <http://id.loc.gov/vocabulary/geographicAreas/zju> | ||
+ | WHERE | ||
+ | { | ||
+ | lcgeo:zju skos:prefLabel ?lcterm . | ||
+ | dbp:Jupiter dbpp:equatorialRadius ?radius | ||
+ | } | ||
+ | </pre> |
Latest revision as of 10:13, 29 May 2011
Playground for testing various wiki features and extensions.
SPARQL queries
http://data.bib.uni-mannheim.de/sparql
PREFIX lcgeo: <http://id.loc.gov/vocabulary/geographicAreas/> PREFIX dbp: <http://dbpedia.org/resource/> PREFIX dbpp: <http://dbpedia.org/property/> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT ?lcterm ?radius FROM <http://dbpedia.org/resource/Jupiter> FROM <http://id.loc.gov/vocabulary/geographicAreas/zju> WHERE { lcgeo:zju skos:prefLabel ?lcterm . dbp:Jupiter dbpp:equatorialRadius ?radius }