Difference between revisions of "SimpleGraph Semantic Media Wiki Module"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | # [http://royal-family.bitplan.com/index.php?title=WikiCMS&action=slide SMWCon 2017 - WikiCMS] | + | __NOCACHE__ |
+ | <slideshow style="bitplan" headingmark="⌘⌘" incmark="…" scaled="true" font="Comic Sans MS, Calibri, cursive" > | ||
+ | ;title: <br><span style='font-size:150%'>SimpleGraph Semantic Media Wiki Module</span>[[File:Profiwikiicon.png]] | ||
+ | ;author: <span style='font-size:50%'>[http://semantic-mediawiki.org/wiki/User:WolfgangFahl Wolfgang Fahl] [mailto:info@bitplan.com info@bitplan.com]</span> | ||
+ | ;footer: Integrat Semantic Media Wiki with multiple ohter systems via Apache TinkerPop/Gremlin | ||
+ | ;subfooter: [https://www.semantic-mediawiki.org/wiki/SMWCon_Fall_2018 SMW CON Fall 2018 Regensburg] | ||
+ | </slideshow> | ||
+ | |||
+ | # [http://royal-family.bitplan.com/index.php?title=WikiCMS&action=slide SMWCon Fall 2017 Rotterdam - WikiCMS] | ||
[[File:Saturnia_Cascate_del_Mulino.jpg|800px]] | [[File:Saturnia_Cascate_del_Mulino.jpg|800px]] |
Revision as of 17:26, 7 December 2018
<slideshow style="bitplan" headingmark="⌘⌘" incmark="…" scaled="true" font="Comic Sans MS, Calibri, cursive" >
- title
SimpleGraph Semantic Media Wiki Module- author
- Wolfgang Fahl info@bitplan.com
- footer
- Integrat Semantic Media Wiki with multiple ohter systems via Apache TinkerPop/Gremlin
- subfooter
- SMW CON Fall 2018 Regensburg
</slideshow>
Von Markus Bernet - Eigenes Werk, CC BY-SA 2.5, https://commons.wikimedia.org/w/index.php?curid=1137376
SPARQL Query
# Find Italian hot springs using the Wikidata Query service
# taken from
# http://wiki.bitplan.com/index.php/SPARQL#Hotsprings_in_Italy
# Created 2018-11 by Wolfgang Fahl BITPlan GmbH
#
# display the results as a map
#defaultView:Map
#
# select the hot spring and its coordinates
SELECT ?hotspring ?coord ?range WHERE {
?hotspring wdt:P31 wd:Q177380.
?hotspring ?range wd:Q38.
?hotspring wdt:P625 ?coord.
}