Difference between revisions of "SimpleGraph Semantic Media Wiki Module"

From BITPlan E-Bike Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
=== ⌘⌘ Wolfgang Fahl ===
 
=== ⌘⌘ Wolfgang Fahl ===
 
[[File:Wfjuggling.png|left]]
 
[[File:Wfjuggling.png|left]]
* [http://semantic-mediawiki.org/wiki/User:WolfgangFahl Wolfgang] [mailto:wf@bitplan.com wf@bitplan.com] is from germany.  
+
{|
 +
|-
 +
|* [http://semantic-mediawiki.org/wiki/User:WolfgangFahl Wolfgang] [mailto:wf@bitplan.com wf@bitplan.com] is from germany.  
 
* He is a teacher for software architecture
 
* He is a teacher for software architecture
 
* He has been working with MediaWiki since 2007
 
* He has been working with MediaWiki since 2007
 
* You'll find his electric vehicles on the internet:
 
* You'll find his electric vehicles on the internet:
{|
 
 
|-
 
|-
| [[File:Ion2017-02-04.png|500px|link=http://ion.bitplan.com/index.php/Ion2017-02-04|Peugeot Ion]] || [[File:Explore2018-06Portobello.png|link=http://ebike.bitplan.com|500px|Giant Explore]]
+
| [[File:Ion2017-02-04.png|500px|link=http://ion.bitplan.com/index.php/Ion2017-02-04|Peugeot Ion]] Peugeot Ion|| [[File:Explore2018-06Portobello.png|link=http://ebike.bitplan.com|500px|Giant Explore]] Giant Explore
 
|}
 
|}
 +
 
=== ⌘⌘ Previous SMW Talks ===
 
=== ⌘⌘ Previous SMW Talks ===
  

Revision as of 11:59, 11 December 2018

<slideshow style="bitplan" headingmark="⌘⌘" incmark="…" scaled="true" font="Comic Sans MS, Calibri, cursive" >

title

SimpleGraph Semantic Media Wiki ModuleProfiwikiicon.png
author
Wolfgang Fahl info@bitplan.com
footer
Integrating Semantic Media Wiki with multiple other systems via Apache TinkerPop/Gremlin
subfooter
SMW CON Fall 2018 Regensburg

</slideshow>

⌘⌘ Wolfgang Fahl

Wfjuggling.png
* Wolfgang wf@bitplan.com is from germany.
  • He is a teacher for software architecture
  • He has been working with MediaWiki since 2007
  • You'll find his electric vehicles on the internet:
Peugeot Ion Peugeot Ion Giant Explore Giant Explore

⌘⌘ Previous SMW Talks

WikiCMS

Wiki Content Management System

Using Semantic MediaWiki for managing quizzes for knowledge examination and evaluation

SMW Quiz

Smart and professional integration of office documents smartMediaWiki, Introduction to Semantic Concepts
SMWCon Fall 2017 Rotterdam

SMWCon Fall 2017 Rotterdam

SWMCon Fall 2016 Frankfurt

SWMCon Fall 2016 Frankfurt

SMWCon Fall 2015 Barcelona

SMWCon Fall 2015 Barcelona

SMWCon Spring 2015 St. Louis https://www.semantic-mediawiki.org/wiki/SMWCon_Spring_2015

⌘⌘ Agenda

  • What is Apache TinkerPop/Gremlin?
  • What is SimpleGraph?
  • Example: Planning a bike tour to tuscany thermal baths

⌘⌘ What is Apache TinkerPop/Gremlin?

Gremlin programming language.png

⌘⌘ What is SimpleGraph?

Toskana2019planning.png

⌘⌘ SPARQL Query

try it!

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

Hotsprings in Tuscany

# Find Tuscany hot springs using the Wikidata Query service
# taken from
# http://wiki.bitplan.com/index.php/SPARQL#Hotsprings_tuscany
# Created 2018-12-07 by Wolfgang Fahl BITPlan GmbH
# 
# display the results as a map
#defaultView:Map
#
# select the hot spring and its coordinates
SELECT ?hotspring ?coord  WHERE {
  # Ravenna
  wd:Q13364 wdt:P625 ?NECorner .
  # Aleria Corsica
  wd:Q212399  wdt:P625 ?SWCorner .
  ?hotspring wdt:P31 wd:Q177380.
  ?hotspring wdt:P625 ?coord.
  SERVICE wikibase:box {
      ?item wdt:P625 ?coord .
      bd:serviceParam wikibase:cornerSouthWest ?SWCorner .
      bd:serviceParam wikibase:cornerNorthEast ?NECorner .
    }
}

⌘⌘ Thermal Baths

⌘⌘ Questions/Discussion

Bitplanpartner.png