SlideShare a Scribd company logo
1 of 19
Download to read offline
SMW+ - a Semantic Enterprise Wiki
     based on Semantic MediaWiki
SMW User Conference 2011
erdmann@ontoprise.de
hansch@ontoprise.de
http://www.smwplus.com




                             © 2011 ontoprise GmbH   Slide 1
Hands-on Session

 Check the Pre-requisites:
 • Supported browsers: IE 8, Firefox 4.x and 6.x

 Read everything after here:
 • http://tinyurl.com/handson1

 Open the URL:
 • http://tinyurl.com/SMW-Fall2011/

 Please create an account in the Wiki.
                                            © 2011 ontoprise GmbH   Slide 2
SMW+ in a nutshell

                              SMW+ is a Semantic Enterprise Wiki
                              for agile collaboration on rich text and data




 It is a Wiki:                Platform for web-based collaboration and quick
                               authoring and provision of content.
 It is a database:            Users embed data in text that can be retrieved with
                               powerful data query mechanisms.
 It is a data integration tool: Users access data from external databases, web
                                 services or the Semantic Web from within the Wiki.
 It is enterprise-ready:      Installs in 15 minutes and comes with business-
                               critical features. Extendible and scalable.




                                                                © 2011 ontoprise GmbH   Slide 3
SMW+ is built upon software for expert users




                                                                                                             WYSIWYG extension
                                                                                                             Enhanced Retrieval Extension
                                                                                                             Deployment Framework
MediaWiki                 Semantic MediaWiki                         halo extension                              SMW+


 Powerful Wiki engine     Powerful semantic Wiki engine             User-centric extension to Semantic         Shrink wrap suite of software products
                           Authoring of explicit knowledge within     MediaWiki
 Basic CMS feature set                                                                                           Comes with ready to use ontology
                            content                                   Boosts usability
                                                                                                                  Easy to procure and install
                           Basic reasoning capabilities              Increases exploitation of semantics
                                                                                                                  Standard support contract available
                           Invented by Denny Vrandecic and Markus
                            Krötzsch (AIFB, Karlsruhe)




                                                                                                                     © 2011 ontoprise GmbH         Slide 4
Building the best Semantic Wiki in project halo[1]

                                                                   SMW+
                                                               halo extensions




1. http://wiki.ontoprise.com/wiki/index.php/Faq/project_halo


                                                                            © 2011 ontoprise GmbH   Slide 5
Examples of improvements

  Faceted Search
  Explore semantic data exceptionally
  fast

      Drill-down search results by
       categories, properties, and their
       values
      Find relevant articles, facts, and
       semantic content
      Identify suitable properties for
       queries

 Help: http://smwforum.ontoprise.com/smwforum/index.php/Help:Faceted_browsing_1.5.3


                                                                            © 2011 ontoprise GmbH   Slide 6
Examples of improvements

WYSIWYG editor
Easily format rich text, create tables and embed images and
templates




                                                     © 2011 ontoprise GmbH   Slide 7
Examples of improvements

  Ontology Browser / Semantic Toolbar
  Build up and curate the wiki structure
  in one place

      Browse, create and edit categories,
       properties, subproperties, and
       instances
      Access SMW+ semantic toolset
       with the Semantic Toolbar
      Annotate data in articles
       consistently (e.g. by receiving
       proposals for suitable annotations)
 Help:
 http://smwforum.ontoprise.com/smwforum/index.php/Help:Description_of_the_Ontology_browser,
 http://smwforum.ontoprise.com/smwforum/index.php/Help:Description_of_the_Semantic_toolbar


                                                                            © 2011 ontoprise GmbH   Slide 8
Examples of improvements

  Query Interface
  Easy query construction with the
     Query Interface GUI

      Creation, loading, editing and
       (re-) using of existing queries
      Handling of multiple query
       results and result formats
      Special query search



 Help: http://smwforum.ontoprise.com/smwforum/index.php/Query_Interface


                                                                          © 2011 ontoprise GmbH   Slide 9
Hands-on Session I - Basic text and data entry with the WYSIWYG editor



      • You will create a wiki page with the WYSIWYG editor
      • You will add some data to it with the Semantic Toolbar
      • You will experience first-hand how a community of users can
        contribute to a common data set.


  Follow the instructions here:

  http://tinyurl.com/handson1




                                                             © 2011 ontoprise GmbH   Slide 10
Hands-on Session II - Building an ontology, using on-the-fly forms and queries

  Ontology building with the OntologyBrowser of SMW+
     You will learn the basic notion of ontology building
  Ontology population with Automatic Semantic Forms
     You will create new instances for our ontology
  Query building with the Query Interface of SMW+
     You will formulate queries to retrieve the data
     You will learn how to visualize the data in different formats




                                                               © 2011 ontoprise GmbH   Slide 11
Ontologies

  What is an ontology?
   “An ontology is a formal, explicit specification of a shared conceptualization.”



     ontology                                               Thing
                                               is-a                           is-a
                                                            is-a

                                                                           hasMember
                              Event              attendee
                                                            Person                           Project

                      is-a              is-a
                                                                                                                 Number
             Workshop                 Meeting


                instance-of                                  instance-of                               instance-of

                                      attendee                                   hasMember
       Semantic Wiki Tutorial                                Daniel                                     Project X

     data



                                                                                                       © 2011 ontoprise GmbH   Slide 12
Ontologies – Constituents

 Ontology entities and their counterpart in the wiki
    Category: Wiki page in namespace „Category“               Event



    Instance: Any wiki page in the main namespace   Semantic Wiki Tutorial



    Property: Wiki page in namespace „Property“              attendee




                                                        © 2011 ontoprise GmbH   Slide 13
Ontologies – Constituents

 Basic ontology statements in the wiki
    Is-a: Sub-category relation. Category page tagged with a category.
                                                                     is-a
        [[Category:Event]]                           Workshop                        Event



    Instance-of: Category assertion. Wiki page tagged with a category.
        [[Category:Person]]                                Daniel          instance-of
                                                                                          Person


    Relating instances: Property on a page pointing to another page.
        [[Attendee::Daniel]]              Semantic Wiki Tutorial     attendee
                                                                                          Daniel



    Attributes for instances: Property on a page with a data value.
        [[Budget::300000]]                           Project X
                                                                       budget
                                                                                          300.000




                                                              © 2011 ontoprise GmbH           Slide 14
Ontologies – Properties

Properties can have properties (or characteristics)
     all characteristics are specified as annotations on the property page
 Type – defines the “data type” of the property (see next slide)
 Domain - articles of this category can have values for this property.
 Range - articles of this category can be objects of this property. Only
   relevant, if the property is of type is Page.
 Allowed values – Defines a set of values which are allowed for this
   property.
 Minimal cardinality - The minimum number of values of the property.
 Maximum cardinality - The maximum number of values of the property.
This is good for autocompletion, proposing values, and checking validity.




                                                                © 2011 ontoprise GmbH   Slide 15
Hands-on Session II



  Lets build an ontology about celebrities
  and enter data:

  http://tinyurl.com/SMW-Fall2011/




                                             © 2011 ontoprise GmbH   Slide 16
Wrap up

 You have learned:
 • Create articles and tagging data
 • Create an ontology in the OntologyBrowser
 • Populate data with Automatic Semantic Forms
 • Query data with the QueryInterface

 Read that after here:
 http://tinyurl.com/handson1




                                        © 2011 ontoprise GmbH   Slide 17
SMW+ Flavors

 SMW+: How and where to get



     SMW+ Community Edition   SMW+ Professional
     is available as          enterprise ready

                              • Support
     •   Windows installer
                              • Warranty
     •   VMWare
                              • Possibility to purchase a
     •   Amazon AMI
                                support plan
     •   Source Package




                                                  © 2011 ontoprise GmbH   Slide 18
Where to get SMW+




               get your copy of SMW+ within 5 minutes!

      Product home page: http://www.smwplus.com



                    Daniel Hansch
                    Email:   hansch@ontoprise.de
                    Web:     http://www.ontoprise.com


                                                        © 2011 ontoprise GmbH   Slide 19

More Related Content

Viewers also liked

More Company Profile
More Company ProfileMore Company Profile
More Company Profile
philderlang
 

Viewers also liked (10)

Semantic Data Integration with SMW+
Semantic Data Integration with SMW+Semantic Data Integration with SMW+
Semantic Data Integration with SMW+
 
Arcomem training twitter-dynamics_beginner
Arcomem training twitter-dynamics_beginnerArcomem training twitter-dynamics_beginner
Arcomem training twitter-dynamics_beginner
 
Arcomem training – Enrichment Advanced (update)
Arcomem training – Enrichment Advanced (update)Arcomem training – Enrichment Advanced (update)
Arcomem training – Enrichment Advanced (update)
 
Arcomem training opinions_advanced
Arcomem training opinions_advancedArcomem training opinions_advanced
Arcomem training opinions_advanced
 
Data integration-berlin2011
Data integration-berlin2011Data integration-berlin2011
Data integration-berlin2011
 
Arcomem training heritrix_beginner
Arcomem training heritrix_beginnerArcomem training heritrix_beginner
Arcomem training heritrix_beginner
 
Arcomem training Topic Analysis Models advanced
Arcomem training Topic Analysis Models advancedArcomem training Topic Analysis Models advanced
Arcomem training Topic Analysis Models advanced
 
Smw+ semantic enterprise wiki en_153
Smw+ semantic enterprise wiki en_153Smw+ semantic enterprise wiki en_153
Smw+ semantic enterprise wiki en_153
 
More Company Profile
More Company ProfileMore Company Profile
More Company Profile
 
Arcomem training specifying-crawls
Arcomem training specifying-crawlsArcomem training specifying-crawls
Arcomem training specifying-crawls
 

Similar to Smw+tutorial berlin-fall-2011

Nuxeo Open Source ECM, OW2con 11, Nov 24-25, Paris
Nuxeo Open Source ECM, OW2con 11, Nov 24-25, ParisNuxeo Open Source ECM, OW2con 11, Nov 24-25, Paris
Nuxeo Open Source ECM, OW2con 11, Nov 24-25, Paris
OW2
 

Similar to Smw+tutorial berlin-fall-2011 (20)

OER Rapid Innovation
OER Rapid InnovationOER Rapid Innovation
OER Rapid Innovation
 
Framework
FrameworkFramework
Framework
 
ECM and Open Source Software: A Disruptive Force in ECM Solutions
ECM and Open Source Software: A Disruptive Force in ECM SolutionsECM and Open Source Software: A Disruptive Force in ECM Solutions
ECM and Open Source Software: A Disruptive Force in ECM Solutions
 
Nuxeo EP 5 2
Nuxeo EP 5 2Nuxeo EP 5 2
Nuxeo EP 5 2
 
WPF Intro
WPF IntroWPF Intro
WPF Intro
 
Nuxeo Open Source ECM, OW2con 11, Nov 24-25, Paris
Nuxeo Open Source ECM, OW2con 11, Nov 24-25, ParisNuxeo Open Source ECM, OW2con 11, Nov 24-25, Paris
Nuxeo Open Source ECM, OW2con 11, Nov 24-25, Paris
 
Nuxeo, an open source platform for content-centric business applications
Nuxeo, an open source platform for content-centric business applicationsNuxeo, an open source platform for content-centric business applications
Nuxeo, an open source platform for content-centric business applications
 
Interoperability Requirements for a Sustainable Component to Support Manageme...
Interoperability Requirements for a Sustainable Component to Support Manageme...Interoperability Requirements for a Sustainable Component to Support Manageme...
Interoperability Requirements for a Sustainable Component to Support Manageme...
 
Interactive Video Search and Browsing Systems
Interactive Video Search and Browsing SystemsInteractive Video Search and Browsing Systems
Interactive Video Search and Browsing Systems
 
Interactive Video Search and Browsing Systems
Interactive Video Search and Browsing SystemsInteractive Video Search and Browsing Systems
Interactive Video Search and Browsing Systems
 
Second Serenoa Newsletter
Second Serenoa NewsletterSecond Serenoa Newsletter
Second Serenoa Newsletter
 
Wiki-Service Bundeswehr @ Enterprise 2.0 Summit 2009
Wiki-Service Bundeswehr @ Enterprise 2.0 Summit 2009Wiki-Service Bundeswehr @ Enterprise 2.0 Summit 2009
Wiki-Service Bundeswehr @ Enterprise 2.0 Summit 2009
 
Growing DITA across the enterprise
Growing DITA across the enterpriseGrowing DITA across the enterprise
Growing DITA across the enterprise
 
Lightning talk :IBM Content Analytics with Enterprise Search - Wolfgang Jung
Lightning talk :IBM Content Analytics with Enterprise Search - Wolfgang JungLightning talk :IBM Content Analytics with Enterprise Search - Wolfgang Jung
Lightning talk :IBM Content Analytics with Enterprise Search - Wolfgang Jung
 
User-tailored Inter-Widget Communication Extending the Shared Data Interface ...
User-tailored Inter-Widget Communication Extending the Shared Data Interface ...User-tailored Inter-Widget Communication Extending the Shared Data Interface ...
User-tailored Inter-Widget Communication Extending the Shared Data Interface ...
 
Improve Foundations (EN)
Improve Foundations (EN)Improve Foundations (EN)
Improve Foundations (EN)
 
IBM DITA Wiki: One Year Retrospective
IBM DITA Wiki: One Year RetrospectiveIBM DITA Wiki: One Year Retrospective
IBM DITA Wiki: One Year Retrospective
 
Nuxeo Semantic ECM: from Scribo and Stanbol to valuable applications
Nuxeo Semantic ECM: from Scribo and Stanbol to valuable applicationsNuxeo Semantic ECM: from Scribo and Stanbol to valuable applications
Nuxeo Semantic ECM: from Scribo and Stanbol to valuable applications
 
Enmore Services Managed Web Support Overview
Enmore Services Managed Web Support OverviewEnmore Services Managed Web Support Overview
Enmore Services Managed Web Support Overview
 
EclipseConEurope2012 SOA - Models As Operational Documentation
EclipseConEurope2012 SOA - Models As Operational DocumentationEclipseConEurope2012 SOA - Models As Operational Documentation
EclipseConEurope2012 SOA - Models As Operational Documentation
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Recently uploaded (20)

Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 

Smw+tutorial berlin-fall-2011

  • 1. SMW+ - a Semantic Enterprise Wiki based on Semantic MediaWiki SMW User Conference 2011 erdmann@ontoprise.de hansch@ontoprise.de http://www.smwplus.com © 2011 ontoprise GmbH Slide 1
  • 2. Hands-on Session Check the Pre-requisites: • Supported browsers: IE 8, Firefox 4.x and 6.x Read everything after here: • http://tinyurl.com/handson1 Open the URL: • http://tinyurl.com/SMW-Fall2011/ Please create an account in the Wiki. © 2011 ontoprise GmbH Slide 2
  • 3. SMW+ in a nutshell SMW+ is a Semantic Enterprise Wiki for agile collaboration on rich text and data  It is a Wiki: Platform for web-based collaboration and quick authoring and provision of content.  It is a database: Users embed data in text that can be retrieved with powerful data query mechanisms.  It is a data integration tool: Users access data from external databases, web services or the Semantic Web from within the Wiki.  It is enterprise-ready: Installs in 15 minutes and comes with business- critical features. Extendible and scalable. © 2011 ontoprise GmbH Slide 3
  • 4. SMW+ is built upon software for expert users WYSIWYG extension Enhanced Retrieval Extension Deployment Framework MediaWiki Semantic MediaWiki halo extension SMW+  Powerful Wiki engine  Powerful semantic Wiki engine  User-centric extension to Semantic  Shrink wrap suite of software products  Authoring of explicit knowledge within MediaWiki  Basic CMS feature set  Comes with ready to use ontology content  Boosts usability  Easy to procure and install  Basic reasoning capabilities  Increases exploitation of semantics  Standard support contract available  Invented by Denny Vrandecic and Markus Krötzsch (AIFB, Karlsruhe) © 2011 ontoprise GmbH Slide 4
  • 5. Building the best Semantic Wiki in project halo[1] SMW+ halo extensions 1. http://wiki.ontoprise.com/wiki/index.php/Faq/project_halo © 2011 ontoprise GmbH Slide 5
  • 6. Examples of improvements Faceted Search Explore semantic data exceptionally fast  Drill-down search results by categories, properties, and their values  Find relevant articles, facts, and semantic content  Identify suitable properties for queries Help: http://smwforum.ontoprise.com/smwforum/index.php/Help:Faceted_browsing_1.5.3 © 2011 ontoprise GmbH Slide 6
  • 7. Examples of improvements WYSIWYG editor Easily format rich text, create tables and embed images and templates © 2011 ontoprise GmbH Slide 7
  • 8. Examples of improvements Ontology Browser / Semantic Toolbar Build up and curate the wiki structure in one place  Browse, create and edit categories, properties, subproperties, and instances  Access SMW+ semantic toolset with the Semantic Toolbar  Annotate data in articles consistently (e.g. by receiving proposals for suitable annotations) Help: http://smwforum.ontoprise.com/smwforum/index.php/Help:Description_of_the_Ontology_browser, http://smwforum.ontoprise.com/smwforum/index.php/Help:Description_of_the_Semantic_toolbar © 2011 ontoprise GmbH Slide 8
  • 9. Examples of improvements Query Interface Easy query construction with the Query Interface GUI  Creation, loading, editing and (re-) using of existing queries  Handling of multiple query results and result formats  Special query search Help: http://smwforum.ontoprise.com/smwforum/index.php/Query_Interface © 2011 ontoprise GmbH Slide 9
  • 10. Hands-on Session I - Basic text and data entry with the WYSIWYG editor • You will create a wiki page with the WYSIWYG editor • You will add some data to it with the Semantic Toolbar • You will experience first-hand how a community of users can contribute to a common data set. Follow the instructions here: http://tinyurl.com/handson1 © 2011 ontoprise GmbH Slide 10
  • 11. Hands-on Session II - Building an ontology, using on-the-fly forms and queries Ontology building with the OntologyBrowser of SMW+ You will learn the basic notion of ontology building Ontology population with Automatic Semantic Forms You will create new instances for our ontology Query building with the Query Interface of SMW+ You will formulate queries to retrieve the data You will learn how to visualize the data in different formats © 2011 ontoprise GmbH Slide 11
  • 12. Ontologies  What is an ontology? “An ontology is a formal, explicit specification of a shared conceptualization.” ontology Thing is-a is-a is-a hasMember Event attendee Person Project is-a is-a Number Workshop Meeting instance-of instance-of instance-of attendee hasMember Semantic Wiki Tutorial Daniel Project X data © 2011 ontoprise GmbH Slide 12
  • 13. Ontologies – Constituents  Ontology entities and their counterpart in the wiki  Category: Wiki page in namespace „Category“ Event  Instance: Any wiki page in the main namespace Semantic Wiki Tutorial  Property: Wiki page in namespace „Property“ attendee © 2011 ontoprise GmbH Slide 13
  • 14. Ontologies – Constituents  Basic ontology statements in the wiki  Is-a: Sub-category relation. Category page tagged with a category. is-a  [[Category:Event]] Workshop Event  Instance-of: Category assertion. Wiki page tagged with a category.  [[Category:Person]] Daniel instance-of Person  Relating instances: Property on a page pointing to another page.  [[Attendee::Daniel]] Semantic Wiki Tutorial attendee Daniel  Attributes for instances: Property on a page with a data value.  [[Budget::300000]] Project X budget 300.000 © 2011 ontoprise GmbH Slide 14
  • 15. Ontologies – Properties Properties can have properties (or characteristics)  all characteristics are specified as annotations on the property page  Type – defines the “data type” of the property (see next slide)  Domain - articles of this category can have values for this property.  Range - articles of this category can be objects of this property. Only relevant, if the property is of type is Page.  Allowed values – Defines a set of values which are allowed for this property.  Minimal cardinality - The minimum number of values of the property.  Maximum cardinality - The maximum number of values of the property. This is good for autocompletion, proposing values, and checking validity. © 2011 ontoprise GmbH Slide 15
  • 16. Hands-on Session II Lets build an ontology about celebrities and enter data: http://tinyurl.com/SMW-Fall2011/ © 2011 ontoprise GmbH Slide 16
  • 17. Wrap up You have learned: • Create articles and tagging data • Create an ontology in the OntologyBrowser • Populate data with Automatic Semantic Forms • Query data with the QueryInterface Read that after here: http://tinyurl.com/handson1 © 2011 ontoprise GmbH Slide 17
  • 18. SMW+ Flavors SMW+: How and where to get SMW+ Community Edition SMW+ Professional is available as enterprise ready • Support • Windows installer • Warranty • VMWare • Possibility to purchase a • Amazon AMI support plan • Source Package © 2011 ontoprise GmbH Slide 18
  • 19. Where to get SMW+ get your copy of SMW+ within 5 minutes! Product home page: http://www.smwplus.com Daniel Hansch Email: hansch@ontoprise.de Web: http://www.ontoprise.com © 2011 ontoprise GmbH Slide 19