Semantic Media Wiki & Semantic Forms

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    4 Favorites & 1 Group

    Semantic Media Wiki & Semantic Forms - Presentation Transcript

    1. Semantic MediaWiki & Semantic Forms Semantic Web New York meetup March 13, 2008 Sergey Chernyshev Yaron Koren TechPresentations.org Semantic Forms This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License
    2. Sergey Chernyshev Director, Web Systems and Applications at truTV 12+ years in web development MediaWiki Widgets, Page Object Model (POM) http://www.TechPresentations.org
    3. Audience survey Please raise a hand if: Know what Wikis are? Installed Wiki software? Contributed to Wikipedia (or other public Wiki)? Familiar with Semantic Web idea?
    4. TechPresentations.org Presentations are cutting edge (well sooner then books) Tracks presentations, presenters, companies, topics, conferences, conference series, calls for papers and more Feeds: Upcoming conferences, Open calls for papers, Topic presentations (soon), Topic conferences (soon) and etc. How did I get to use wiki: Started as a blog Needed more \"persistent\" project, needed collaboration but didn't know the full scope (I still don't) Had some experience with other wiki software (TWiki, WackoWiki, XPoint wiki) for collaboration, agile project documentation and etc. Installed MediaWiki
    5. MediaWiki Most popular Wiki software developed by WikiMedia foundation Open Source, GNU General Public License (GPL) PHP + MySQL Massively Multilingual, easily extensible (APIs) Runs Wikipedia, Wikia, WikiTravel, AboutUs and many more http://s23.org/wikistats/ (largest, >11K articles) 31K public sites, many internal (Novell, Intel ...) 26M articles (6M images, total 111M pages) 15M users (45K admins) 586M edits ... long tail must be huge
    6. Semantic MediaWiki extension Extension to MediaWiki software http://www.semantic-mediawiki.org/ Lead by Markus Krötzsch and Denny Vrandecic of Institut AIFB of Universität Karlsruhe, Germany Sponsors: European Union DocCheck GmbH HP Labs Palo Alto Ontoprise GmbH (Halo project funded by Vulcan Inc.)
    7. Adding annotations Regular page (http://www.example.com/Man-Month) Title: '''Mythical Man-Month''' ISBN: 0201835959 Page with semantic markup Title: '''[[Has Title::Mythical Man-Month]]''' ISBN: [[Has ISBN::0201835959]] Creates two \"triples\": (Man-Month, Has Title, \"Mythical Man-Month\") (Man-Month, Has ISBN, \"0201835959\")
    8. Semantic templates Within the page {{Book |Mythical Man-Month |ISBN=0201835959 }} Template:Book Title: '''[[Has Title::{{{1}}}]]''' ISBN: [[Has ISBN::{{{ISBN}}}]])
    9. Properties /Property:<property name> - defines the property (free-text description, data type and how values are displayed). [[has type::Type:Page]] Types String, Number, Page Date, URL, Email Geo, Temperature Custom units [[Corresponds to::1 km, kilometer, kilometers]] [[Corresponds to::1000 m, meter, meters]] [[Corresponds to::0.621371192 mile, miles]] [[display units::km,miles]]
    10. Semantic queries /Special:Ask inline queries Custom syntax (not SPARQL), includes formatting: lists, tables, interactive timelines, Maps (using Semantic Layers extension), custom styles (using templates). {{#ask: [[Category:Conference]] [[Start Date::+]] |? Start Date |? End Date |? Location |format = table }}
    11. Special properties, RDF Export Special properties Allows value, Has type, Provides service Ontologies and inferencing Imported from (external vocabularies, e.g. foaf:homepage) Equivalent URI (owl:sameAs) Redirects, Subproperty Of RDF Export /Special:ExportRDF/<Page_Name> SMW_dumpRDF.php SMW_pingSemWeb.php
    12. Demo Page with factbox Semantic template 'Conference' Semantic queries Inline queries, different formsts (timelines, lists, tables, custom) Semantic browsing RDF Export
    13. Resources http://www.mediawiki.org/ http://www.semantic-mediawiki.org/ http://www.mediawiki.org/wiki/Extension:SemanticMediaWiki semediawiki-user@lists.sourceforge.net semediawiki-devel@lists.sourceforge.net SVN repository https://bugzilla.wikimedia.org/
    14. Yaron Koren Web developer Started working with MediaWiki and Semantic MediaWiki in summer of 2006
    15. Yaron's philosophy of data All semantic data should be structured All structured data should be semantic (where \"semantic\" just means \"queriable\" or \"retrievable\") All details of data storage should be hidden from regular users
    16. In a wiki, this translates to... All semantic markup should be contained in templates All templates with data should ideally use semantic markup for that data Editing of pages that use templates should be done through forms Navigating through the data should be possible without any knowledge of the semantic relationships
    17. Thankfully, there's an under-appreciated advantage to using semantic representation Because all data and meta-data are stored in the same place, it's very easy to create generic, one-size-fits-all solutions, that work regardless of one's data structure
    18. The semantic MediaWiki extensions Semantic MediaWiki - Markus Krötzsch, Denny Vrandečić, Max Völkel - September 2005 Semantic Forms - Yaron Koren - May 2007 Semantic Layers - Matt Williamson - September 2007 Semantic Google Maps - Robert Buzink - September 2007 Semantic Drilldown - Yaron Koren - December 2007 Semantic Calendar - Yaron Koren - February 2008 Data Transfer - Yaron Koren - February 2008
    19. Semantic Forms Allows for the creation of forms for adding and editing pages that use templates Forms are defined using a mini-scripting language Forms are created on-the-fly based on existing data, the form definition and the templates that the form outputs
    20. Semantic Forms Also provides \"helper forms\" for creating forms, templates and properties
    21. Semantic Forms Used in around 50-80 (educated guess) wikis around the world at the moment
    22. Semantic Layers, Semantic Google Maps Display geographical semantic data using OpenLayers (an open-source API) and Google Maps, respectively
    23. Semantic Drilldown Shows a drilldown interface for viewing the wiki's data Filters for the drilldown are defined ahead of time, and are based on semantic properties
    24. Semantic Calendar Displays semantic date information in a calendar
    25. Data Transfer Allows for XML export of page data; may eventually allow for XML import as well Somewhat epitomizes the idea of hiding the data structure - even to the outside world, the wiki can appear to be a regular, database- driven website
    26. Referata Possibly world's first... okay, possibly world's second semantic wiki farm Located at referata.com; lets users create wikis at wiki-name .referata.com Basic usage is free; feel free to create your own
    27. What now? Install and Learn more http://www.mediawiki.org/ http://www.semantic-mediawiki.org/ http://www.mediawiki.org/Extension:Semantic_Forms Go contribute to some public (Semantic) Wiki! http://www.swnyc.org/ http://www.referata.com/ http://www.techpresentations.org/ Contact info: Sergey Chernyshev: sergey.chernyshev@gmail.com Yaron Koren: yaron57@gmail.com
    28. If we'll have more time / additional slides
    29. Books Wiki Way (2001) MediaWiki Administrator's by Bo Leuf and Ward Cunningham Tutorial Guide (2007) ISBN: 0-201-71499-X by Mizanur Rahman ISBN: 0-201-71499-X
    30. MediaWiki syntax Simple markup syntax that defined both structure and look-n-feel = Header 1 =, == Header 2 == ... [[Article Name]], [http://swnyc.org/ SW Meetup] '''bold''', ''Italic '' [[Image:Example.jpg]] [[Category:Example]] __NOTOC__, __NOEDITSECTION__ Templates {{Book|Mythical Man-Month|ISBN=0201835959}} Template:Book Title: '''{{{1}}}''' ISBN: [[{{{ISBN}}}]])
    31. MediaWiki syntax (logic) Parser functions {{lc:SoMe StRiNg}} {{#if:...|...|...}} {{#widget:Feed |feedurl=http://techpresentations.com/feed/ |chan=y|num=10|desc=300|date=n|targ=n}} Variables {{CURRENTYEAR}}... {{SITENAME}}, {{PAGENAME}}... {{REVISIONID}}... {{TALKPAGENAME}} ...

    + SergeyChernyshevSergeyChernyshev, 2 years ago

    custom

    4586 views, 4 favs, 84 embeds more stats

    Presentation about Semantic MediaWiki and Semantic more

    More info about this document

    CC Attribution-ShareAlike LicenseCC Attribution-ShareAlike License

    Go to text version

    • Total Views 4586
      • 3320 on SlideShare
      • 1266 from embeds
    • Comments 0
    • Favorites 4
    • Downloads 86
    Most viewed embeds
    • 808 views on http://www.mediawikiwidgets.org
    • 250 views on http://www.techpresentations.org
    • 37 views on http://wiki.capgemini.com
    • 14 views on http://pritpalkaur.blogspot.com
    • 14 views on http://www.sergeychernyshev.com

    more

    All embeds
    • 808 views on http://www.mediawikiwidgets.org
    • 250 views on http://www.techpresentations.org
    • 37 views on http://wiki.capgemini.com
    • 14 views on http://pritpalkaur.blogspot.com
    • 14 views on http://www.sergeychernyshev.com
    • 11 views on http://localhost
    • 6 views on http://es.wikitel.info
    • 6 views on http://partnernet.easylogic.de
    • 5 views on http://spirou.smals-mvm.be
    • 5 views on http://umfweb2.sydney.det.win
    • 4 views on http://www.thinkingwiki.com
    • 4 views on http://192.168.1.161
    • 4 views on https://wiki.capgemini.com
    • 3 views on http://testdomain.myfen.de
    • 3 views on http://wiki
    • 3 views on http://lernetwiki.centrestage.de
    • 3 views on http://wiki.secondlife.com
    • 3 views on http://laser-projects
    • 3 views on http://10.100.203.230
    • 3 views on http://mike2.openmethodology.org
    • 2 views on http://edu.onnz.net
    • 2 views on http://openwetware.org
    • 2 views on http://www.thaiis.eu
    • 2 views on http://wiki.pl.hurra.com
    • 2 views on http://wikiinfra
    • 2 views on http://citilab.mobilecells.net
    • 2 views on http://www.cosmicstation.org
    • 2 views on http://www.lopedevega.es
    • 2 views on http://10.160.198.147
    • 2 views on http://stcos.stc.capgemini.nl
    • 2 views on http://mars.tekkom.dk
    • 2 views on http://tig.colorist.org
    • 2 views on http://www.trainersineurope.org
    • 1 views on http://wiki.sicpyme.comxa.com
    • 1 views on http://static.slideshare.net
    • 1 views on http://www.smallbusiness.com
    • 1 views on http://intranet.jungleminds.nl
    • 1 views on http://malm01.pensam.dk:85
    • 1 views on http://wiki.ignou.ac.in
    • 1 views on http://www.k12opened.com
    • 1 views on http://fr.design-platform.org
    • 1 views on http://wiki.efocus.local
    • 1 views on https://wiki.lindenlab.com
    • 1 views on http://www.boardgameswiki.com
    • 1 views on http://lussuria.cselt.it
    • 1 views on http://wiki.socius.be
    • 1 views on http://www.tub.tu-harburg.de
    • 1 views on http://www.gbv.de
    • 1 views on http://www.oxidforge.org
    • 1 views on http://www.hakitree.com
    • 1 views on https://portal.cs-consulting.de
    • 1 views on http://sergeyche.net
    • 1 views on http://dodproject.net
    • 1 views on http://192.168.0.63
    • 1 views on http://homenetwork.dnsalias.org
    • 1 views on http://usmp-acid
    • 1 views on http://legistraight.org
    • 1 views on http://waterfrontwiki.waterfrontoronto.ca
    • 1 views on http://www.kaipix.ca
    • 1 views on http://www.b3ok.org
    • 1 views on http://nocturnalearth.electrocode.net
    • 1 views on http://idizyn.com
    • 1 views on http://wiki.micds.org
    • 1 views on http://www.leaper.info
    • 1 views on http://209.85.135.104
    • 1 views on http://www.sensible.carmepla.com
    • 1 views on http://localhost:8089
    • 1 views on http://oercommons.loxa.ec
    • 1 views on http://bjoernklose.de
    • 1 views on http://arianna.bio.uniroma1.it
    • 1 views on http://www.dewakkereburger.all2all.org
    • 1 views on http://192.168.20.12
    • 1 views on http://www.norfolkrcc.org.uk
    • 1 views on http://pwc-int.educacio.intranet
    • 1 views on http://rsgis.ugr.es
    • 1 views on http://www.cartafabrica.nl:8080
    • 1 views on http://oii-golem.oii.ox.ac.uk
    • 1 views on http://buzzplaces.eigenwiki.nl
    • 1 views on http://203.208.37.132
    • 1 views on http://www.know-how.it
    • 1 views on http://b01.telcomsoft.com
    • 1 views on http://jaspercat.net
    • 1 views on http://b3ok.org
    • 1 views on http://64.233.179.104

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories

    Groups / Events