SlideShare uma empresa Scribd logo
1 de 8
Baixar para ler offline
Eventos “OntoQuad”
A native RDF Store Server for Semantic Web
Eventos Semantic Web Toolset
•  One of them is “OntoQuad”:
a native RDF Database Management System Server
for Semantic Web
•  We develop a wide range of semantic technology
instruments, a whole toolset, including:
–  Documents Natural Language Processing
–  Documents clusterization and classification
–  Semantic Storages
–  link discovery framework for the Web of Data
OntoQuad: native RDF Store Server for Semantic Web
OntoQuad is cross-platform and can be deployed
on different devices:
•  MS Windows x64 (developed on Windows 7)
•  Unix/Linux x64 (tested on Linux CentOS 6.3)
•  Mobile Android (Samsung Galaxy Note II, Google
Nexus 7 etc.)
•  Raspberry Pi Model B rev 2
•  column-oriented storage, key-value index files implemented using B-trees
•  developed with the latest C++ Standard (C++11)
•  Supports triple (SPO) or quad (SPOC) configurations
•  SPARQL 1.1 Query Language and Protocol, and Java (Jena) API
OntoQuad RDF Store - benchmarking
Berlin SPARQL Benchmark (BSBM): Electronic commerce scenarios
For comparison, we tested BSBM “Explore” Use case for:
–  Virtuoso 6.1.6,
–  Jena TDB (Fuseki 0.2.7) and
–  BigData (Release 1.2.2).
All systems were configured to use 22 GB of main memory.
The benchmark machine:
–  quad-core Intel i7-3770 CPU with 32 GB of RAM.
–  storage is 2x2 TB 7200rpm SATA hard drives, configured as
software RAID 1.
BSBM tests. QMpH for 10 and 100 millions triples
Query Mix per Hour for 10 millions triples dataset
28,847
50,846
79,700
103,212
6,315
12,253
22,407
28,175
12,963
22,954
34,599
14,132
5,866
10,972
19,153
30,857
0
20,000
40,000
60,000
80,000
100,000
120,000
10m, 1 concurrent user 10m, 2 concurrent users 10m, 4 concurrent users 10m, 16 concurrent users
OntoQuad
Virtuoso
Jena TDB
BigData
8,605
15,814
27,009
31,454
5,270
10,270
18,983
22,163
2,466 3,578
5,839
2,8552,432
4,046
5,430 6,151
0
5,000
10,000
15,000
20,000
25,000
30,000
35,000
100m mt1 100m mt2 100m mt4 100m mt16
OntoQuad
Virtuoso
Jena TDB
BigData
Query Mix per Hour for 100 millions triples dataset
BSBM tests. QMpH for 10 millions datasets for Android
Query Mix per Hour for 10 millions triples dataset, Android vs. Linux Server
3177 Query Mix per Hour
Database size – 1,72 GB
Executable module size - 61 MB
Android Samsung Galaxy
Note II:
•  16 GB storage, 2 GB RAM
•  Quad-core 1.6 GHz Cortex-A9
The benchmark Server (for
Virtuoso, Jena, BigData):
•  quad-core Intel i7-3770 CPU with 32 GB of
RAM
•  storage is 2x2 TB 7200rpm SATA hard
drives, configured as software RAID 1
•  All systems were configured to use 22 GB of
main memory
3,177
6,315
12,963
5,866
0
2,000
4,000
6,000
8,000
10,000
12,000
14,000
10 millions, 1 concurrent user
OntoQuad Android
Virtuoso
Jena TDB
BigData
RIA LOD Datasets on basis of “OntoQuad”
RIA http://opendata.ria.ru/sparql, SPARQL examples
•  Object types with instances numbers
select ?t ?o (count(?s) as ?number) WHERE { ?s a ?t. ?t ?p ?o.
FILTER(lang(?o) = "ru")
} group by ?t order by desc(?number)
•  Object types with sameAs in LOD datasets
select ?l ?o WHERE {
?s <http://www.w3.org/2000/01/rdf-schema#label> ?l.
?s <http://www.w3.org/2002/07/owl#sameAs> ?o.} order by ?o
•  Persons who live in the same city
prefix ria: <http://data.ria.ru#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
select ?city ?name {?loc a ria:Location. ?loc rdfs:label ?city. ?s a ria:Person. ?s
ria:birthPlace ?loc. ?s rdfs:label ?name. } order by ?city
San Francisco Open Data Examples

Mais conteúdo relacionado

Mais procurados

Zero to 1 Billion+ Records: A True Story of Learning & Scaling GameChanger
Zero to 1 Billion+ Records: A True Story of Learning & Scaling GameChangerZero to 1 Billion+ Records: A True Story of Learning & Scaling GameChanger
Zero to 1 Billion+ Records: A True Story of Learning & Scaling GameChanger
MongoDB
 
OpenNebulaConf2017EU: FairShare Scheduling by Valentina Zaccolo, INDIGO
OpenNebulaConf2017EU: FairShare Scheduling by Valentina Zaccolo, INDIGOOpenNebulaConf2017EU: FairShare Scheduling by Valentina Zaccolo, INDIGO
OpenNebulaConf2017EU: FairShare Scheduling by Valentina Zaccolo, INDIGO
OpenNebula Project
 

Mais procurados (20)

Distributed Timeseries Database In Go (gophercon India 17)
Distributed Timeseries Database In Go (gophercon India 17)Distributed Timeseries Database In Go (gophercon India 17)
Distributed Timeseries Database In Go (gophercon India 17)
 
Red Hat Storage: Emerging Use Cases
Red Hat Storage: Emerging Use CasesRed Hat Storage: Emerging Use Cases
Red Hat Storage: Emerging Use Cases
 
Zero to 1 Billion+ Records: A True Story of Learning & Scaling GameChanger
Zero to 1 Billion+ Records: A True Story of Learning & Scaling GameChangerZero to 1 Billion+ Records: A True Story of Learning & Scaling GameChanger
Zero to 1 Billion+ Records: A True Story of Learning & Scaling GameChanger
 
Using MongoDB For BigData in 20 Minutes
Using MongoDB For BigData in 20 MinutesUsing MongoDB For BigData in 20 Minutes
Using MongoDB For BigData in 20 Minutes
 
Linux File System Partitioning
Linux File System PartitioningLinux File System Partitioning
Linux File System Partitioning
 
OpenNebulaConf2017EU: FairShare Scheduling by Valentina Zaccolo, INDIGO
OpenNebulaConf2017EU: FairShare Scheduling by Valentina Zaccolo, INDIGOOpenNebulaConf2017EU: FairShare Scheduling by Valentina Zaccolo, INDIGO
OpenNebulaConf2017EU: FairShare Scheduling by Valentina Zaccolo, INDIGO
 
YDAL Barcelona
YDAL BarcelonaYDAL Barcelona
YDAL Barcelona
 
MongoDB SF Ruby
MongoDB SF RubyMongoDB SF Ruby
MongoDB SF Ruby
 
Mongo db admin_20110329
Mongo db admin_20110329Mongo db admin_20110329
Mongo db admin_20110329
 
Machine Learning & Data Science in the Age of the GPU: Smarter, Faster, Better
Machine Learning & Data Science in the Age of the GPU: Smarter, Faster, BetterMachine Learning & Data Science in the Age of the GPU: Smarter, Faster, Better
Machine Learning & Data Science in the Age of the GPU: Smarter, Faster, Better
 
Apache tajo configuration
Apache tajo configurationApache tajo configuration
Apache tajo configuration
 
What’s new in Alluxio 2: from seamless operations to structured data management
What’s new in Alluxio 2: from seamless operations to structured data managementWhat’s new in Alluxio 2: from seamless operations to structured data management
What’s new in Alluxio 2: from seamless operations to structured data management
 
XSEDE April 2017
XSEDE April 2017XSEDE April 2017
XSEDE April 2017
 
Introduction to new high performance storage engines in mongodb 3.0
Introduction to new high performance storage engines in mongodb 3.0Introduction to new high performance storage engines in mongodb 3.0
Introduction to new high performance storage engines in mongodb 3.0
 
Dedupe nmamit
Dedupe nmamitDedupe nmamit
Dedupe nmamit
 
OpenNebulaConf2017EU: Hyper converged infrastructure with OpenNebula and Ceph...
OpenNebulaConf2017EU: Hyper converged infrastructure with OpenNebula and Ceph...OpenNebulaConf2017EU: Hyper converged infrastructure with OpenNebula and Ceph...
OpenNebulaConf2017EU: Hyper converged infrastructure with OpenNebula and Ceph...
 
Gluster Data Tiering
Gluster Data TieringGluster Data Tiering
Gluster Data Tiering
 
Efficient data maintaince in GlusterFS using Databases
Efficient data maintaince in GlusterFS using DatabasesEfficient data maintaince in GlusterFS using Databases
Efficient data maintaince in GlusterFS using Databases
 
Hypertable Berlin Buzzwords
Hypertable Berlin BuzzwordsHypertable Berlin Buzzwords
Hypertable Berlin Buzzwords
 
Monogo db in-action
Monogo db in-actionMonogo db in-action
Monogo db in-action
 

Destaque (8)

Summit2013 sw in russian universities
Summit2013   sw in russian universitiesSummit2013   sw in russian universities
Summit2013 sw in russian universities
 
Summit2013 john domingue - introduction
Summit2013   john domingue - introductionSummit2013   john domingue - introduction
Summit2013 john domingue - introduction
 
Summit2013 ho-jin choi - summit2013
Summit2013   ho-jin choi - summit2013Summit2013   ho-jin choi - summit2013
Summit2013 ho-jin choi - summit2013
 
Summit2013 georg gottlob and tim furche - diadem
Summit2013   georg gottlob and tim furche - diademSummit2013   georg gottlob and tim furche - diadem
Summit2013 georg gottlob and tim furche - diadem
 
Summit2013 choi - kaist-cs-intro
Summit2013   choi - kaist-cs-introSummit2013   choi - kaist-cs-intro
Summit2013 choi - kaist-cs-intro
 
Summit2013 semantic web in russia
Summit2013   semantic web in russiaSummit2013   semantic web in russia
Summit2013 semantic web in russia
 
Summit2013 john domingue - horizon2020
Summit2013   john domingue - horizon2020Summit2013   john domingue - horizon2020
Summit2013 john domingue - horizon2020
 
Summit2013 choi - wise kb-introd
Summit2013   choi - wise kb-introdSummit2013   choi - wise kb-introd
Summit2013 choi - wise kb-introd
 

Semelhante a Summit2013 eventos onto quad

SF Big Analytics & SF Machine Learning Meetup: Machine Learning at the Limit ...
SF Big Analytics & SF Machine Learning Meetup: Machine Learning at the Limit ...SF Big Analytics & SF Machine Learning Meetup: Machine Learning at the Limit ...
SF Big Analytics & SF Machine Learning Meetup: Machine Learning at the Limit ...
Chester Chen
 
Why Software Defined Storage is Critical for Your IT Strategy
Why Software Defined Storage is Critical for Your IT StrategyWhy Software Defined Storage is Critical for Your IT Strategy
Why Software Defined Storage is Critical for Your IT Strategy
andreas kuncoro
 

Semelhante a Summit2013 eventos onto quad (20)

SF Big Analytics & SF Machine Learning Meetup: Machine Learning at the Limit ...
SF Big Analytics & SF Machine Learning Meetup: Machine Learning at the Limit ...SF Big Analytics & SF Machine Learning Meetup: Machine Learning at the Limit ...
SF Big Analytics & SF Machine Learning Meetup: Machine Learning at the Limit ...
 
Agility and Scalability with MongoDB
Agility and Scalability with MongoDBAgility and Scalability with MongoDB
Agility and Scalability with MongoDB
 
Re invent announcements_2016_hcls_use_cases_mchampion
Re invent announcements_2016_hcls_use_cases_mchampionRe invent announcements_2016_hcls_use_cases_mchampion
Re invent announcements_2016_hcls_use_cases_mchampion
 
Age of Language Models in NLP
Age of Language Models in NLPAge of Language Models in NLP
Age of Language Models in NLP
 
Fom io t_to_bigdata_step_by_step-final
Fom io t_to_bigdata_step_by_step-finalFom io t_to_bigdata_step_by_step-final
Fom io t_to_bigdata_step_by_step-final
 
ABCI: AI Bridging Cloud Infrastructure for Scalable AI/Big Data
ABCI: AI Bridging Cloud Infrastructure for Scalable AI/Big DataABCI: AI Bridging Cloud Infrastructure for Scalable AI/Big Data
ABCI: AI Bridging Cloud Infrastructure for Scalable AI/Big Data
 
SQLSaturday #230 - Introduction to Microsoft Big Data (Part 2)
SQLSaturday #230 - Introduction to Microsoft Big Data (Part 2)SQLSaturday #230 - Introduction to Microsoft Big Data (Part 2)
SQLSaturday #230 - Introduction to Microsoft Big Data (Part 2)
 
The state of Hive and Spark in the Cloud (July 2017)
The state of Hive and Spark in the Cloud (July 2017)The state of Hive and Spark in the Cloud (July 2017)
The state of Hive and Spark in the Cloud (July 2017)
 
QCT Ceph Solution - Design Consideration and Reference Architecture
QCT Ceph Solution - Design Consideration and Reference ArchitectureQCT Ceph Solution - Design Consideration and Reference Architecture
QCT Ceph Solution - Design Consideration and Reference Architecture
 
QCT Ceph Solution - Design Consideration and Reference Architecture
QCT Ceph Solution - Design Consideration and Reference ArchitectureQCT Ceph Solution - Design Consideration and Reference Architecture
QCT Ceph Solution - Design Consideration and Reference Architecture
 
Qnap iei partners_day_2016 1108
Qnap iei partners_day_2016 1108Qnap iei partners_day_2016 1108
Qnap iei partners_day_2016 1108
 
Arquitetura Hibrida - Integrando seu Data Center com a Nuvem da AWS
Arquitetura Hibrida - Integrando seu Data Center com a Nuvem da AWSArquitetura Hibrida - Integrando seu Data Center com a Nuvem da AWS
Arquitetura Hibrida - Integrando seu Data Center com a Nuvem da AWS
 
Introduce: IBM Power Linux with PowerKVM
Introduce: IBM Power Linux with PowerKVMIntroduce: IBM Power Linux with PowerKVM
Introduce: IBM Power Linux with PowerKVM
 
Why Software Defined Storage is Critical for Your IT Strategy
Why Software Defined Storage is Critical for Your IT StrategyWhy Software Defined Storage is Critical for Your IT Strategy
Why Software Defined Storage is Critical for Your IT Strategy
 
Launching Your First Big Data Project on AWS
Launching Your First Big Data Project on AWSLaunching Your First Big Data Project on AWS
Launching Your First Big Data Project on AWS
 
Using BigBench to compare Hive and Spark (short version)
Using BigBench to compare Hive and Spark (short version)Using BigBench to compare Hive and Spark (short version)
Using BigBench to compare Hive and Spark (short version)
 
Introduction on Amazon EC2
Introduction on Amazon EC2Introduction on Amazon EC2
Introduction on Amazon EC2
 
Ceph Day Berlin: Ceph on All Flash Storage - Breaking Performance Barriers
Ceph Day Berlin: Ceph on All Flash Storage - Breaking Performance BarriersCeph Day Berlin: Ceph on All Flash Storage - Breaking Performance Barriers
Ceph Day Berlin: Ceph on All Flash Storage - Breaking Performance Barriers
 
Ceph Object Storage at Spreadshirt
Ceph Object Storage at SpreadshirtCeph Object Storage at Spreadshirt
Ceph Object Storage at Spreadshirt
 
Apache IOTDB: a Time Series Database for Industrial IoT
Apache IOTDB: a Time Series Database for Industrial IoTApache IOTDB: a Time Series Database for Industrial IoT
Apache IOTDB: a Time Series Database for Industrial IoT
 

Mais de Semantic Technology Institute International

Mais de Semantic Technology Institute International (20)

STI Summit 2011 - Conclusion
STI Summit 2011 - ConclusionSTI Summit 2011 - Conclusion
STI Summit 2011 - Conclusion
 
STI Summit 2011 - Dynamic web
STI Summit 2011 - Dynamic webSTI Summit 2011 - Dynamic web
STI Summit 2011 - Dynamic web
 
STI Summit 2011 - Mlr-sm
STI Summit 2011 - Mlr-smSTI Summit 2011 - Mlr-sm
STI Summit 2011 - Mlr-sm
 
STI Summit 2011 - Linked data-services-streams
STI Summit 2011 - Linked data-services-streamsSTI Summit 2011 - Linked data-services-streams
STI Summit 2011 - Linked data-services-streams
 
STI Summit 2011 - Linked services
STI Summit 2011 - Linked servicesSTI Summit 2011 - Linked services
STI Summit 2011 - Linked services
 
STI Summit 2011 - di@scale
STI Summit 2011 - di@scaleSTI Summit 2011 - di@scale
STI Summit 2011 - di@scale
 
STI Summit 2011 - A personal look at the future of Semantic Technologies
STI Summit 2011 - A personal look at the future of Semantic TechnologiesSTI Summit 2011 - A personal look at the future of Semantic Technologies
STI Summit 2011 - A personal look at the future of Semantic Technologies
 
STI Summit 2011 - Visual analytics and linked data
STI Summit 2011 - Visual analytics and linked dataSTI Summit 2011 - Visual analytics and linked data
STI Summit 2011 - Visual analytics and linked data
 
STI Summit 2011 - LS4 LS Khaos
STI Summit 2011 - LS4 LS KhaosSTI Summit 2011 - LS4 LS Khaos
STI Summit 2011 - LS4 LS Khaos
 
STI Summit 2011 - Making linked data work
STI Summit 2011 - Making linked data workSTI Summit 2011 - Making linked data work
STI Summit 2011 - Making linked data work
 
STI Summit 2011 - Shortipedia
STI Summit 2011 - ShortipediaSTI Summit 2011 - Shortipedia
STI Summit 2011 - Shortipedia
 
STI Summit 2011 - Beyond privacy
STI Summit 2011 - Beyond privacySTI Summit 2011 - Beyond privacy
STI Summit 2011 - Beyond privacy
 
STI Summit 2011 - Diversity
STI Summit 2011 - DiversitySTI Summit 2011 - Diversity
STI Summit 2011 - Diversity
 
STI Summit 2011 - Social semantics
STI Summit 2011 - Social semanticsSTI Summit 2011 - Social semantics
STI Summit 2011 - Social semantics
 
STI Summit 2011 - Monetizing the Semantic Web
STI Summit 2011 - Monetizing the Semantic WebSTI Summit 2011 - Monetizing the Semantic Web
STI Summit 2011 - Monetizing the Semantic Web
 
STI Summit 2011 - Limits of LOD
STI Summit 2011 - Limits of LODSTI Summit 2011 - Limits of LOD
STI Summit 2011 - Limits of LOD
 
STI Summit 2011 - Linked Data & Ontologies
STI Summit 2011 - Linked Data & OntologiesSTI Summit 2011 - Linked Data & Ontologies
STI Summit 2011 - Linked Data & Ontologies
 
STI Summit 2011 - DB vs RDF
STI Summit 2011 - DB vs RDFSTI Summit 2011 - DB vs RDF
STI Summit 2011 - DB vs RDF
 
STI Summit 2011 - Global data integration and global data mining
STI Summit 2011 - Global data integration and global data miningSTI Summit 2011 - Global data integration and global data mining
STI Summit 2011 - Global data integration and global data mining
 
STI Summit 2011 - Digital Worlds
STI Summit 2011 - Digital WorldsSTI Summit 2011 - Digital Worlds
STI Summit 2011 - Digital Worlds
 

Último

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
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Último (20)

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
 
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
 
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
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
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
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
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
 
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
 

Summit2013 eventos onto quad

  • 1. Eventos “OntoQuad” A native RDF Store Server for Semantic Web
  • 2. Eventos Semantic Web Toolset •  One of them is “OntoQuad”: a native RDF Database Management System Server for Semantic Web •  We develop a wide range of semantic technology instruments, a whole toolset, including: –  Documents Natural Language Processing –  Documents clusterization and classification –  Semantic Storages –  link discovery framework for the Web of Data
  • 3. OntoQuad: native RDF Store Server for Semantic Web OntoQuad is cross-platform and can be deployed on different devices: •  MS Windows x64 (developed on Windows 7) •  Unix/Linux x64 (tested on Linux CentOS 6.3) •  Mobile Android (Samsung Galaxy Note II, Google Nexus 7 etc.) •  Raspberry Pi Model B rev 2 •  column-oriented storage, key-value index files implemented using B-trees •  developed with the latest C++ Standard (C++11) •  Supports triple (SPO) or quad (SPOC) configurations •  SPARQL 1.1 Query Language and Protocol, and Java (Jena) API
  • 4. OntoQuad RDF Store - benchmarking Berlin SPARQL Benchmark (BSBM): Electronic commerce scenarios For comparison, we tested BSBM “Explore” Use case for: –  Virtuoso 6.1.6, –  Jena TDB (Fuseki 0.2.7) and –  BigData (Release 1.2.2). All systems were configured to use 22 GB of main memory. The benchmark machine: –  quad-core Intel i7-3770 CPU with 32 GB of RAM. –  storage is 2x2 TB 7200rpm SATA hard drives, configured as software RAID 1.
  • 5. BSBM tests. QMpH for 10 and 100 millions triples Query Mix per Hour for 10 millions triples dataset 28,847 50,846 79,700 103,212 6,315 12,253 22,407 28,175 12,963 22,954 34,599 14,132 5,866 10,972 19,153 30,857 0 20,000 40,000 60,000 80,000 100,000 120,000 10m, 1 concurrent user 10m, 2 concurrent users 10m, 4 concurrent users 10m, 16 concurrent users OntoQuad Virtuoso Jena TDB BigData 8,605 15,814 27,009 31,454 5,270 10,270 18,983 22,163 2,466 3,578 5,839 2,8552,432 4,046 5,430 6,151 0 5,000 10,000 15,000 20,000 25,000 30,000 35,000 100m mt1 100m mt2 100m mt4 100m mt16 OntoQuad Virtuoso Jena TDB BigData Query Mix per Hour for 100 millions triples dataset
  • 6. BSBM tests. QMpH for 10 millions datasets for Android Query Mix per Hour for 10 millions triples dataset, Android vs. Linux Server 3177 Query Mix per Hour Database size – 1,72 GB Executable module size - 61 MB Android Samsung Galaxy Note II: •  16 GB storage, 2 GB RAM •  Quad-core 1.6 GHz Cortex-A9 The benchmark Server (for Virtuoso, Jena, BigData): •  quad-core Intel i7-3770 CPU with 32 GB of RAM •  storage is 2x2 TB 7200rpm SATA hard drives, configured as software RAID 1 •  All systems were configured to use 22 GB of main memory 3,177 6,315 12,963 5,866 0 2,000 4,000 6,000 8,000 10,000 12,000 14,000 10 millions, 1 concurrent user OntoQuad Android Virtuoso Jena TDB BigData
  • 7. RIA LOD Datasets on basis of “OntoQuad” RIA http://opendata.ria.ru/sparql, SPARQL examples •  Object types with instances numbers select ?t ?o (count(?s) as ?number) WHERE { ?s a ?t. ?t ?p ?o. FILTER(lang(?o) = "ru") } group by ?t order by desc(?number) •  Object types with sameAs in LOD datasets select ?l ?o WHERE { ?s <http://www.w3.org/2000/01/rdf-schema#label> ?l. ?s <http://www.w3.org/2002/07/owl#sameAs> ?o.} order by ?o •  Persons who live in the same city prefix ria: <http://data.ria.ru#> prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> select ?city ?name {?loc a ria:Location. ?loc rdfs:label ?city. ?s a ria:Person. ?s ria:birthPlace ?loc. ?s rdfs:label ?name. } order by ?city
  • 8. San Francisco Open Data Examples