SlideShare ist ein Scribd-Unternehmen logo
1 von 19
Linked Data for Education – Datasets & APIs
                     Stefan Dietze
 - Green Hackathon, 14 December, Athens, Greece -
TEL data vs Linked Open Data
                Linked Data for Education                                      Linked Open Data
Relevant knowledge and data                                    Vision: well connected graph of open Web data
 Publications: ACM, PubMed, DBLP (L3S), OpenLibrary           W3C standards (RDF, SPARQL) to expose data, URIs
 (Cross-)domain knowledge & resources: BioPortal, historic     to interlink datasets
  artefacts in Europeana, Geonames, DBpedia, Freebase, …       => vast cloud of interconnected datasets
 Media resource metadata: BBC, Flickr, …                      Crossing all sorts of domains
                                                               32 billion triples (September 2011)




Explicit educational data
 University Linked Data: eg The Open University UK,
  http://data.open.ac.uk, Southampton University, …
 OER Linked Data: mEducator Linked ER (
  http://ckan.net/package/meducator), Open Learn LD
 Schemas: LRMI (http://www.lrmi.net/), mEducator OER
  schema (http://purl.org/meducator/ns)

⇒ http://linkededucation.org;
⇒ http://linkeduniversities.org
Early work: educational service integration
      SmartLink: Linked Data registry of (educational) datasets / stores and their APIs
      Discovery and lifting of educational data out of heterogeneous repositories
      Transformation of heterogeneous data formats (XML, JSON...) and schemas (eg. IEEE LOM,
       Dublin Core) into RDF (pre-requisite for LOD compliancy)
                                             ⇒        http://ckan.net/package/smartlink & http://purl.org/smartlink



                               Data/services integration & retrieval/search APIs




                                                   Green Hackathon 2012                         Stefan Dietze         3
Early work: educational data integration




                                                            ⇒        http://linkededucation.org/meducator


                 Data/services integration & retrieval/search APIs    Linked Educational Resources




                                     Green Hackathon 2012                            Stefan Dietze     4
Dereferencable resource URIs




                        tele-TASK Symposium 2012   Stefan Dietze   5
Data so far: SmartLink/mEducator in LOD cloud



 http://ckan.net/package/smartlink
 > 2000 triples so far
 > 300 links to iServe
 APIs (=> wiki) used by several
  applications




 http://ckan.net/package/meducator
 > 35000 triples so far
 > 1000 links to DBpedia & Bioportal
  ontologies
 APIs (=> see wiki) used by 4 applications


                                              Green Hackathon 2012   Stefan Dietze   6
TEL data vs Linked Open Data
Challenges


   Still limited take-up (applications usually focused on small set of datasets)



   Key issues

       Scalability and robustness (distributed data access & retrieval, Big Data integration)

       Data quality (heterogeneous providers, lack of trust)

       Legal and licensing issues

       Lack of benchmarks and evaluation




                                               Green Hackathon 2012                     Stefan Dietze   7
“LinkedUp” Support Action
Linking Web Data for Education Project – Open Challenge in Web-scale Data Integration
 EC Support Action, kickstarted in November 2012 => http://linkedup-project.eu

Goals
 Push forward adoption of Web data/Linked Data in educational context
 Drive technological advancement of Web data integration technologies

Approach
 Open data competition (initial calls expected early 2013) incl. technical, legal and financial support
 Open data curation !

Partners




   + network of associated institutions (eg BBC, Commonwealth of Learning, Talis UK, …)


                                                Green Hackathon 2012                     Stefan Dietze     8
LinkedUp data curation
Linked Education Cloud & Linked Education Graph
Educational data gathering - community-approach: Linked Education cloud
 “LinkedUp/Linked Education cloud” as subset of LOD cloud
 CKAN – “The DataHub” (ckan.net, most important data registry) for data collection
  (analog to Linked Open Data approach)
 Dedicated group (“linked-education”) for cataloging educational datasets




                                                Educational Data




Educational data integration & infrastructure: Linked Education graph
 Linked Education cloud => Linked Education graph & dataset
 Integration of (selected) datasets into coherent (RDF) dataset
 Infrastructure, unified (SPARQL) endpoint & APIs => http://linkededucation.org

                                              Green Hackathon 2012                    Stefan Dietze   9
Linked Education graph & dataset(s)




                           Green Hackathon 2012   Stefan Dietze   10
Linked Education graph & dataset(s)

                                              http://data.linkededucation.org/ns/linked-education.rdf
                                                                   ?
                                                  <dc:title>            <akt:has-title>
                                                     OER                 VideoLecture

                                                          Publication




    LinkedUniversities        http://data.linkededucation.org/.... (details at the end)
    educational videos         6 million distinct (but linked) resources
                               97 million RDF triples
                               21.6 GB of data

                           Green Hackathon 2012                               Stefan Dietze        11
Linked Education graph & dataset(s)




                           Green Hackathon 2012   Stefan Dietze   12
Entity enrichment => disambiguation & correlation
Via DBpedia/Freebase
                                                  <led:Resource-BBC-519215>
                                                  …
                                                  <led:title>…gravitating…</led:title>
                                                  …
                                                  </led:Resource-BBC-519215>




                                            <led:Resource-OpenLearn-2139393292>
                                            …
                                            <led:title>…laws of gravity…</led:title>
                                            …
                                            </led:Resource-OpenLearn-2139393292>



                          Green Hackathon 2012                      Stefan Dietze   13
Linked Education graph & dataset(s)




                           Green Hackathon 2012   Stefan Dietze   14
Linked Education graph & dataset(s)
Enabling cross-dataset queries
 Example resource:
=> http://data.linkededucation.org/resource/led/92C8A5E7-7B4D-12A6-F4F2-76A6A8DC7C0A


 Example query (schema alignment & categorisation):

   SELECT ?resource ?title WHERE { ?resource led:title ?title FILTER regex(?title,
   "linear equations", "i")}

⇒ returns 1102 resources from different datasets: 659 DBLP items, 397 ACM publications, 10
LinkedUniversities educational videos



 Example query (disambiguation & correlation):

   SELECT distinct ?entity WHERE {?entity led:hasEnrichmentContext ?dbp_context. ?
   dbp_context rdf:type led:EnrichmentContext.
   ?dbp_context led:hasEnrichment
   <http://data.linkededucation.org/ontology/Enrichment/Gravitation>}

⇒ returns 5 resources (LinkedUniversities, mEducator, BBC) enriched with DBpedia concept Gravitation
(even though their descriptions refer to "gravity" or "gravitational" or "laws of gravity").


                                                  Green Hackathon 2012                 Stefan Dietze   15
How to access the data (1/2)
Registries and federated access to data
CKAN – The DataHub
 THE public registry for open Web datasets (almost 5000 distinct datasets)
 CKAN: http://thedatahub.org; LOD group: http://datahub.io/group/lodcloud

Linked Education dataset
 Over 21 GB /6 million educationally relevant resources
 SPARQL endpoint:
  http://data.linkededucation.org/openrdf-sesame/repositories/linked-learning
  [-selection]?query
 Schema: http://data.linkededucation.org/ns/linked-education.rdf
 Example resource:
  http://data.linkededucation.org/resource/led/92C8A5E7-7B4D-12A6-F4F2-76A6A8DC7C0A


SmartLink
 SmartLink dataset: registry of educationally relevant APIs
  => http://ckan.net/package/smartlink, http://purl.org/smartlink
 SPARQL: http://smartlink.open.ac.uk/smartlink/sparql 2012
                                             Green Hackathon                    Stefan Dietze   16
How to access the data (2/2)
Some individual datasets
ACM Learning Analytics and Knowledge (LAK) Dataset
 Corpus of extracted metadata and full-text from ACM LAK conference series papers
  and related publications (expanding)
 Dataset & schema description: http://www.solaresearch.org/resources/lak-dataset/
 LAK Challenge: win fame, an iPad, cash rewards!
 SPARQL endpoint:
  http://data.linkededucation.org/openrdf-sesame/repositories/lak-conference?query=%5BQUERY%5D


mEducator Linked Educational Resources
 Over 600 OER (36.000 triples) from different providers
 mEducator dataset: http://ckan.net/package/meducator
 SPARQL: http://meducator.open.ac.uk/resourcesrestapi/rest/meducator/sparql
 Schema: http://purl.org/meducator/ns
 Dedicated search & retrieval APIs available (see http://linkededucation.org/meducator/)


                                             Green Hackathon 2012                    Stefan Dietze   17
Conclusions and Outlook

Summary, ongoing work & outlook
 Wide range of relevant data sources & APIs available

 Early cataloging (http://linkededucation.org, http://linkeduniversities.org) and
  integration/federation (SmartLink, mEducator Linked Educational Resources)
 LinkedUp (http://www.linkedup-project.eu): data curation, assessment and exploitation

 Data cataloging: http://datahub.io/en/group/linked-education for collection of “educationally
  relevant” datasets, categorisation and tagging
 Data integration & infrastructure: unified endpoints and APIs at http://data.linkededucation.org


Getting involved
 Submit your own data or tools: LinkedUp Challenge, LAK Challenge, LinkedUp Call for Data

 Participate as LinkedUp evaluation panelist, use case or data contributor & benefit from access to
  large network of organisations in Linked Data and TEL




                                               Green Hackathon 2012                   Stefan Dietze    18
Thank you!

Credits

 Davide Taibi (CNR ITD, Italy)
 Harry Yu & Dong Liu (The Open University, UK)
 Besnik Fetahu (L3S, Germany)
 mEducator and LinkedUp teams

                                                                                          Contact & links

                                                                    http://purl.org/dietze / dietze@l3s.de




                                                                               http://linkededucation.org




                                                                               http://linkedup-project.eu


                                             Green Hackathon 2012                        Stefan Dietze   19

Weitere ähnliche Inhalte

Was ist angesagt?

WWW2014 Tutorial: Online Learning & Linked Data - Lessons Learned
WWW2014 Tutorial: Online Learning & Linked Data - Lessons LearnedWWW2014 Tutorial: Online Learning & Linked Data - Lessons Learned
WWW2014 Tutorial: Online Learning & Linked Data - Lessons LearnedStefan Dietze
 
A structured catalog of open educational datasets
A structured catalog of open educational datasetsA structured catalog of open educational datasets
A structured catalog of open educational datasetsStefan Dietze
 
B2: Open Up: Open Data in the Public Sector
B2: Open Up: Open Data in the Public SectorB2: Open Up: Open Data in the Public Sector
B2: Open Up: Open Data in the Public SectorMarieke Guy
 
Demo: Profiling & Exploration of Linked Open Data
Demo: Profiling & Exploration of Linked Open DataDemo: Profiling & Exploration of Linked Open Data
Demo: Profiling & Exploration of Linked Open DataStefan Dietze
 
Turning Data into Knowledge (KESW2014 Keynote)
Turning Data into Knowledge (KESW2014 Keynote)Turning Data into Knowledge (KESW2014 Keynote)
Turning Data into Knowledge (KESW2014 Keynote)Stefan Dietze
 
Data Science Curriculum for Professionals
Data Science Curriculum for ProfessionalsData Science Curriculum for Professionals
Data Science Curriculum for ProfessionalsEUCLID project
 
LinkedUp Open Education Panel session
LinkedUp Open Education Panel sessionLinkedUp Open Education Panel session
LinkedUp Open Education Panel sessionMarieke Guy
 
Delivering Linked Data Training to Data Science Practitioners
Delivering Linked Data Training to Data Science PractitionersDelivering Linked Data Training to Data Science Practitioners
Delivering Linked Data Training to Data Science PractitionersMarin Dimitrov
 
LinkedUp - Linked Data Europe Workshop 2014
LinkedUp - Linked Data Europe Workshop 2014LinkedUp - Linked Data Europe Workshop 2014
LinkedUp - Linked Data Europe Workshop 2014Stefan Dietze
 
LinkedUp Project
LinkedUp ProjectLinkedUp Project
LinkedUp ProjectMarieke Guy
 
Linked Data for Knowledge Discovery: Introduction
Linked Data for Knowledge Discovery: IntroductionLinked Data for Knowledge Discovery: Introduction
Linked Data for Knowledge Discovery: IntroductionMathieu d'Aquin
 
Data4Ed - How data sharing, curation and analytics support innovation in educ...
Data4Ed - How data sharing, curation and analytics support innovation in educ...Data4Ed - How data sharing, curation and analytics support innovation in educ...
Data4Ed - How data sharing, curation and analytics support innovation in educ...Mathieu d'Aquin
 
LinkedUp at Mozilla Festival Science Fair
LinkedUp at Mozilla Festival Science FairLinkedUp at Mozilla Festival Science Fair
LinkedUp at Mozilla Festival Science FairMarieke Guy
 
The Open Education Working Group: Bringing people and projects together
The Open Education Working Group: Bringing people and projects togetherThe Open Education Working Group: Bringing people and projects together
The Open Education Working Group: Bringing people and projects togetherMarieke Guy
 
Semantic Web / Linked Data Technologies
Semantic Web / Linked Data TechnologiesSemantic Web / Linked Data Technologies
Semantic Web / Linked Data TechnologiesMathieu d'Aquin
 
Open Education and Open Development – working together
Open Education and Open Development – working togetherOpen Education and Open Development – working together
Open Education and Open Development – working togetherMarieke Guy
 
Why should semantic technologies pay more attention to privacy... and vice-ve...
Why should semantic technologies pay more attention to privacy... and vice-ve...Why should semantic technologies pay more attention to privacy... and vice-ve...
Why should semantic technologies pay more attention to privacy... and vice-ve...Mathieu d'Aquin
 
Introduction Presentation for LinkedUp kickoff meeting
Introduction Presentation for LinkedUp kickoff meetingIntroduction Presentation for LinkedUp kickoff meeting
Introduction Presentation for LinkedUp kickoff meetingHendrik Drachsler
 
Semantic Web, Linked Data and Education: A Perfect Fit?
Semantic Web, Linked Data and Education: A Perfect Fit?Semantic Web, Linked Data and Education: A Perfect Fit?
Semantic Web, Linked Data and Education: A Perfect Fit?Mathieu d'Aquin
 

Was ist angesagt? (20)

WWW2014 Tutorial: Online Learning & Linked Data - Lessons Learned
WWW2014 Tutorial: Online Learning & Linked Data - Lessons LearnedWWW2014 Tutorial: Online Learning & Linked Data - Lessons Learned
WWW2014 Tutorial: Online Learning & Linked Data - Lessons Learned
 
A structured catalog of open educational datasets
A structured catalog of open educational datasetsA structured catalog of open educational datasets
A structured catalog of open educational datasets
 
B2: Open Up: Open Data in the Public Sector
B2: Open Up: Open Data in the Public SectorB2: Open Up: Open Data in the Public Sector
B2: Open Up: Open Data in the Public Sector
 
Demo: Profiling & Exploration of Linked Open Data
Demo: Profiling & Exploration of Linked Open DataDemo: Profiling & Exploration of Linked Open Data
Demo: Profiling & Exploration of Linked Open Data
 
Turning Data into Knowledge (KESW2014 Keynote)
Turning Data into Knowledge (KESW2014 Keynote)Turning Data into Knowledge (KESW2014 Keynote)
Turning Data into Knowledge (KESW2014 Keynote)
 
Data Science Curriculum for Professionals
Data Science Curriculum for ProfessionalsData Science Curriculum for Professionals
Data Science Curriculum for Professionals
 
LinkedUp Open Education Panel session
LinkedUp Open Education Panel sessionLinkedUp Open Education Panel session
LinkedUp Open Education Panel session
 
Delivering Linked Data Training to Data Science Practitioners
Delivering Linked Data Training to Data Science PractitionersDelivering Linked Data Training to Data Science Practitioners
Delivering Linked Data Training to Data Science Practitioners
 
LinkedUp - Linked Data Europe Workshop 2014
LinkedUp - Linked Data Europe Workshop 2014LinkedUp - Linked Data Europe Workshop 2014
LinkedUp - Linked Data Europe Workshop 2014
 
LinkedUp Project
LinkedUp ProjectLinkedUp Project
LinkedUp Project
 
Linked Data for Knowledge Discovery: Introduction
Linked Data for Knowledge Discovery: IntroductionLinked Data for Knowledge Discovery: Introduction
Linked Data for Knowledge Discovery: Introduction
 
Seminario Sobre Datasets Consorcio Madrono
Seminario Sobre Datasets Consorcio Madrono Seminario Sobre Datasets Consorcio Madrono
Seminario Sobre Datasets Consorcio Madrono
 
Data4Ed - How data sharing, curation and analytics support innovation in educ...
Data4Ed - How data sharing, curation and analytics support innovation in educ...Data4Ed - How data sharing, curation and analytics support innovation in educ...
Data4Ed - How data sharing, curation and analytics support innovation in educ...
 
LinkedUp at Mozilla Festival Science Fair
LinkedUp at Mozilla Festival Science FairLinkedUp at Mozilla Festival Science Fair
LinkedUp at Mozilla Festival Science Fair
 
The Open Education Working Group: Bringing people and projects together
The Open Education Working Group: Bringing people and projects togetherThe Open Education Working Group: Bringing people and projects together
The Open Education Working Group: Bringing people and projects together
 
Semantic Web / Linked Data Technologies
Semantic Web / Linked Data TechnologiesSemantic Web / Linked Data Technologies
Semantic Web / Linked Data Technologies
 
Open Education and Open Development – working together
Open Education and Open Development – working togetherOpen Education and Open Development – working together
Open Education and Open Development – working together
 
Why should semantic technologies pay more attention to privacy... and vice-ve...
Why should semantic technologies pay more attention to privacy... and vice-ve...Why should semantic technologies pay more attention to privacy... and vice-ve...
Why should semantic technologies pay more attention to privacy... and vice-ve...
 
Introduction Presentation for LinkedUp kickoff meeting
Introduction Presentation for LinkedUp kickoff meetingIntroduction Presentation for LinkedUp kickoff meeting
Introduction Presentation for LinkedUp kickoff meeting
 
Semantic Web, Linked Data and Education: A Perfect Fit?
Semantic Web, Linked Data and Education: A Perfect Fit?Semantic Web, Linked Data and Education: A Perfect Fit?
Semantic Web, Linked Data and Education: A Perfect Fit?
 

Andere mochten auch

LinkedUp kickoff meeting session 4
LinkedUp kickoff meeting session 4LinkedUp kickoff meeting session 4
LinkedUp kickoff meeting session 4Hendrik Drachsler
 
A bottom up approach for licences classification and selection
A bottom up approach for licences classification and selectionA bottom up approach for licences classification and selection
A bottom up approach for licences classification and selectionEnrico Daga
 
LAK13 linkedup tutorial_evaluation_framework
LAK13 linkedup tutorial_evaluation_frameworkLAK13 linkedup tutorial_evaluation_framework
LAK13 linkedup tutorial_evaluation_frameworkHendrik Drachsler
 
Evaluation framework linkedup_amsterdam
Evaluation framework linkedup_amsterdamEvaluation framework linkedup_amsterdam
Evaluation framework linkedup_amsterdamHendrik Drachsler
 
From Record-Bound to Boundless: FRBR, Linked Data and New Possibilities for S...
From Record-Bound to Boundless: FRBR, Linked Data and New Possibilities for S...From Record-Bound to Boundless: FRBR, Linked Data and New Possibilities for S...
From Record-Bound to Boundless: FRBR, Linked Data and New Possibilities for S...NASIG
 
LinkedUp ESWC poster
LinkedUp ESWC posterLinkedUp ESWC poster
LinkedUp ESWC posterMarieke Guy
 

Andere mochten auch (6)

LinkedUp kickoff meeting session 4
LinkedUp kickoff meeting session 4LinkedUp kickoff meeting session 4
LinkedUp kickoff meeting session 4
 
A bottom up approach for licences classification and selection
A bottom up approach for licences classification and selectionA bottom up approach for licences classification and selection
A bottom up approach for licences classification and selection
 
LAK13 linkedup tutorial_evaluation_framework
LAK13 linkedup tutorial_evaluation_frameworkLAK13 linkedup tutorial_evaluation_framework
LAK13 linkedup tutorial_evaluation_framework
 
Evaluation framework linkedup_amsterdam
Evaluation framework linkedup_amsterdamEvaluation framework linkedup_amsterdam
Evaluation framework linkedup_amsterdam
 
From Record-Bound to Boundless: FRBR, Linked Data and New Possibilities for S...
From Record-Bound to Boundless: FRBR, Linked Data and New Possibilities for S...From Record-Bound to Boundless: FRBR, Linked Data and New Possibilities for S...
From Record-Bound to Boundless: FRBR, Linked Data and New Possibilities for S...
 
LinkedUp ESWC poster
LinkedUp ESWC posterLinkedUp ESWC poster
LinkedUp ESWC poster
 

Ähnlich wie Open Educational Data - Datasets and APIs (Athens Green Hackathon 2012)

KnowEscape workshop, OKCon 2013
KnowEscape workshop, OKCon 2013KnowEscape workshop, OKCon 2013
KnowEscape workshop, OKCon 2013Stefan Dietze
 
Open Data Dialog 2013 - Linked Data in Education
Open Data Dialog 2013 - Linked Data in EducationOpen Data Dialog 2013 - Linked Data in Education
Open Data Dialog 2013 - Linked Data in EducationStefan Dietze
 
Web Science Synergies: Exploring Web Knowledge through the Semantic Web
Web Science Synergies: Exploring Web Knowledge through the Semantic WebWeb Science Synergies: Exploring Web Knowledge through the Semantic Web
Web Science Synergies: Exploring Web Knowledge through the Semantic WebStefan Dietze
 
Linked Data for Architecture, Engineering and Construction (AEC)
Linked Data for Architecture, Engineering and Construction (AEC)Linked Data for Architecture, Engineering and Construction (AEC)
Linked Data for Architecture, Engineering and Construction (AEC)Stefan Dietze
 
Using Linked Data in Learning Analytics
Using Linked Data in Learning AnalyticsUsing Linked Data in Learning Analytics
Using Linked Data in Learning AnalyticsHendrik Drachsler
 
Linked Data at the OU - the story so far
Linked Data at the OU - the story so farLinked Data at the OU - the story so far
Linked Data at the OU - the story so farEnrico Daga
 
Linking Open Government Data at Scale
Linking Open Government Data at Scale Linking Open Government Data at Scale
Linking Open Government Data at Scale Bernadette Hyland-Wood
 
Retrieval, Crawling and Fusion of Entity-centric Data on the Web
Retrieval, Crawling and Fusion of Entity-centric Data on the WebRetrieval, Crawling and Fusion of Entity-centric Data on the Web
Retrieval, Crawling and Fusion of Entity-centric Data on the WebStefan Dietze
 
Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations
Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations
Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations EDINA, University of Edinburgh
 
Towards Lightweight Cyber-Physical Energy Systems using Linked Data, the Web ...
Towards Lightweight Cyber-Physical Energy Systems using Linked Data, the Web ...Towards Lightweight Cyber-Physical Energy Systems using Linked Data, the Web ...
Towards Lightweight Cyber-Physical Energy Systems using Linked Data, the Web ...Edward Curry
 
What's all the data about? - Linking and Profiling of Linked Datasets
What's all the data about? - Linking and Profiling of Linked DatasetsWhat's all the data about? - Linking and Profiling of Linked Datasets
What's all the data about? - Linking and Profiling of Linked DatasetsStefan Dietze
 
Aggregating Social Media for Enhancing Conference Experiences
Aggregating Social Media for Enhancing Conference ExperiencesAggregating Social Media for Enhancing Conference Experiences
Aggregating Social Media for Enhancing Conference ExperiencesHouda khrouf
 
Putting Data to Work: Moving science forward together beyond where we thought...
Putting Data to Work: Moving science forward together beyond where we thought...Putting Data to Work: Moving science forward together beyond where we thought...
Putting Data to Work: Moving science forward together beyond where we thought...Erin Robinson
 
Swib12 workshop lod_beginners
Swib12 workshop lod_beginnersSwib12 workshop lod_beginners
Swib12 workshop lod_beginnersdr0i
 
Linked Data in Learning Analytics Tools
Linked Data in Learning Analytics ToolsLinked Data in Learning Analytics Tools
Linked Data in Learning Analytics ToolsMathieu d'Aquin
 
HDI III - Healthdata.gov - Now, Next and Challenges
HDI III - Healthdata.gov - Now, Next and ChallengesHDI III - Healthdata.gov - Now, Next and Challenges
HDI III - Healthdata.gov - Now, Next and ChallengesGeorge Thomas
 

Ähnlich wie Open Educational Data - Datasets and APIs (Athens Green Hackathon 2012) (20)

KnowEscape workshop, OKCon 2013
KnowEscape workshop, OKCon 2013KnowEscape workshop, OKCon 2013
KnowEscape workshop, OKCon 2013
 
Open Data Dialog 2013 - Linked Data in Education
Open Data Dialog 2013 - Linked Data in EducationOpen Data Dialog 2013 - Linked Data in Education
Open Data Dialog 2013 - Linked Data in Education
 
Web Science Synergies: Exploring Web Knowledge through the Semantic Web
Web Science Synergies: Exploring Web Knowledge through the Semantic WebWeb Science Synergies: Exploring Web Knowledge through the Semantic Web
Web Science Synergies: Exploring Web Knowledge through the Semantic Web
 
Linked data life cycles
Linked data life cyclesLinked data life cycles
Linked data life cycles
 
Linked Data for Architecture, Engineering and Construction (AEC)
Linked Data for Architecture, Engineering and Construction (AEC)Linked Data for Architecture, Engineering and Construction (AEC)
Linked Data for Architecture, Engineering and Construction (AEC)
 
Using Linked Data in Learning Analytics
Using Linked Data in Learning AnalyticsUsing Linked Data in Learning Analytics
Using Linked Data in Learning Analytics
 
Linked Data at the OU - the story so far
Linked Data at the OU - the story so farLinked Data at the OU - the story so far
Linked Data at the OU - the story so far
 
Linking Open Government Data at Scale
Linking Open Government Data at Scale Linking Open Government Data at Scale
Linking Open Government Data at Scale
 
Retrieval, Crawling and Fusion of Entity-centric Data on the Web
Retrieval, Crawling and Fusion of Entity-centric Data on the WebRetrieval, Crawling and Fusion of Entity-centric Data on the Web
Retrieval, Crawling and Fusion of Entity-centric Data on the Web
 
Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations
Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations
Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations
 
Fedora Oxford Dec09
Fedora Oxford Dec09Fedora Oxford Dec09
Fedora Oxford Dec09
 
Towards Lightweight Cyber-Physical Energy Systems using Linked Data, the Web ...
Towards Lightweight Cyber-Physical Energy Systems using Linked Data, the Web ...Towards Lightweight Cyber-Physical Energy Systems using Linked Data, the Web ...
Towards Lightweight Cyber-Physical Energy Systems using Linked Data, the Web ...
 
What's all the data about? - Linking and Profiling of Linked Datasets
What's all the data about? - Linking and Profiling of Linked DatasetsWhat's all the data about? - Linking and Profiling of Linked Datasets
What's all the data about? - Linking and Profiling of Linked Datasets
 
The Future of LOD
The Future of LODThe Future of LOD
The Future of LOD
 
Aggregating Social Media for Enhancing Conference Experiences
Aggregating Social Media for Enhancing Conference ExperiencesAggregating Social Media for Enhancing Conference Experiences
Aggregating Social Media for Enhancing Conference Experiences
 
Linked Data to Improve the OER Experience
Linked Data to Improve the OER ExperienceLinked Data to Improve the OER Experience
Linked Data to Improve the OER Experience
 
Putting Data to Work: Moving science forward together beyond where we thought...
Putting Data to Work: Moving science forward together beyond where we thought...Putting Data to Work: Moving science forward together beyond where we thought...
Putting Data to Work: Moving science forward together beyond where we thought...
 
Swib12 workshop lod_beginners
Swib12 workshop lod_beginnersSwib12 workshop lod_beginners
Swib12 workshop lod_beginners
 
Linked Data in Learning Analytics Tools
Linked Data in Learning Analytics ToolsLinked Data in Learning Analytics Tools
Linked Data in Learning Analytics Tools
 
HDI III - Healthdata.gov - Now, Next and Challenges
HDI III - Healthdata.gov - Now, Next and ChallengesHDI III - Healthdata.gov - Now, Next and Challenges
HDI III - Healthdata.gov - Now, Next and Challenges
 

Mehr von Stefan Dietze

AI in between online and offline discourse - and what has ChatGPT to do with ...
AI in between online and offline discourse - and what has ChatGPT to do with ...AI in between online and offline discourse - and what has ChatGPT to do with ...
AI in between online and offline discourse - and what has ChatGPT to do with ...Stefan Dietze
 
An interdisciplinary journey with the SAL spaceship – results and challenges ...
An interdisciplinary journey with the SAL spaceship – results and challenges ...An interdisciplinary journey with the SAL spaceship – results and challenges ...
An interdisciplinary journey with the SAL spaceship – results and challenges ...Stefan Dietze
 
Research Knowledge Graphs at NFDI4DS & GESIS
Research Knowledge Graphs at NFDI4DS & GESISResearch Knowledge Graphs at NFDI4DS & GESIS
Research Knowledge Graphs at NFDI4DS & GESISStefan Dietze
 
Research Knowledge Graphs at GESIS & NFDI4DataScience
Research Knowledge Graphs at GESIS & NFDI4DataScienceResearch Knowledge Graphs at GESIS & NFDI4DataScience
Research Knowledge Graphs at GESIS & NFDI4DataScienceStefan Dietze
 
Human-in-the-loop: the Web as Foundation for interdisciplinary Data Science M...
Human-in-the-loop: the Web as Foundation for interdisciplinary Data Science M...Human-in-the-loop: the Web as Foundation for interdisciplinary Data Science M...
Human-in-the-loop: the Web as Foundation for interdisciplinary Data Science M...Stefan Dietze
 
Human-in-the-Loop: das Web als Grundlage interdisziplinärer Data Science Meth...
Human-in-the-Loop: das Web als Grundlage interdisziplinärer Data Science Meth...Human-in-the-Loop: das Web als Grundlage interdisziplinärer Data Science Meth...
Human-in-the-Loop: das Web als Grundlage interdisziplinärer Data Science Meth...Stefan Dietze
 
Towards research data knowledge graphs
Towards research data knowledge graphsTowards research data knowledge graphs
Towards research data knowledge graphsStefan Dietze
 
Beyond research data infrastructures: exploiting artificial & crowd intellige...
Beyond research data infrastructures: exploiting artificial & crowd intellige...Beyond research data infrastructures: exploiting artificial & crowd intellige...
Beyond research data infrastructures: exploiting artificial & crowd intellige...Stefan Dietze
 
From Web Data to Knowledge: on the Complementarity of Human and Artificial In...
From Web Data to Knowledge: on the Complementarity of Human and Artificial In...From Web Data to Knowledge: on the Complementarity of Human and Artificial In...
From Web Data to Knowledge: on the Complementarity of Human and Artificial In...Stefan Dietze
 
Using AI to understand everyday learning on the Web
Using AI to understand everyday learning on the WebUsing AI to understand everyday learning on the Web
Using AI to understand everyday learning on the WebStefan Dietze
 
Analysing User Knowledge, Competence and Learning during Online Activities
Analysing User Knowledge, Competence and Learning during Online ActivitiesAnalysing User Knowledge, Competence and Learning during Online Activities
Analysing User Knowledge, Competence and Learning during Online ActivitiesStefan Dietze
 
Analysing & Improving Learning Resources Markup on the Web
Analysing & Improving Learning Resources Markup on the WebAnalysing & Improving Learning Resources Markup on the Web
Analysing & Improving Learning Resources Markup on the WebStefan Dietze
 
Beyond Linked Data - Exploiting Entity-Centric Knowledge on the Web
Beyond Linked Data - Exploiting Entity-Centric Knowledge on the WebBeyond Linked Data - Exploiting Entity-Centric Knowledge on the Web
Beyond Linked Data - Exploiting Entity-Centric Knowledge on the WebStefan Dietze
 
Big Data in Learning Analytics - Analytics for Everyday Learning
Big Data in Learning Analytics - Analytics for Everyday LearningBig Data in Learning Analytics - Analytics for Everyday Learning
Big Data in Learning Analytics - Analytics for Everyday LearningStefan Dietze
 
Mining and Understanding Activities and Resources on the Web
Mining and Understanding Activities and Resources on the WebMining and Understanding Activities and Resources on the Web
Mining and Understanding Activities and Resources on the WebStefan Dietze
 
Towards embedded Markup of Learning Resources on the Web
Towards embedded Markup of Learning Resources on the WebTowards embedded Markup of Learning Resources on the Web
Towards embedded Markup of Learning Resources on the WebStefan Dietze
 
Semantic Linking & Retrieval for Digital Libraries
Semantic Linking & Retrieval for Digital LibrariesSemantic Linking & Retrieval for Digital Libraries
Semantic Linking & Retrieval for Digital LibrariesStefan Dietze
 
Dietze linked data-vr-es
Dietze linked data-vr-esDietze linked data-vr-es
Dietze linked data-vr-esStefan Dietze
 
From Data to Knowledge - Profiling & Interlinking Web Datasets
From Data to Knowledge - Profiling & Interlinking Web DatasetsFrom Data to Knowledge - Profiling & Interlinking Web Datasets
From Data to Knowledge - Profiling & Interlinking Web DatasetsStefan Dietze
 

Mehr von Stefan Dietze (19)

AI in between online and offline discourse - and what has ChatGPT to do with ...
AI in between online and offline discourse - and what has ChatGPT to do with ...AI in between online and offline discourse - and what has ChatGPT to do with ...
AI in between online and offline discourse - and what has ChatGPT to do with ...
 
An interdisciplinary journey with the SAL spaceship – results and challenges ...
An interdisciplinary journey with the SAL spaceship – results and challenges ...An interdisciplinary journey with the SAL spaceship – results and challenges ...
An interdisciplinary journey with the SAL spaceship – results and challenges ...
 
Research Knowledge Graphs at NFDI4DS & GESIS
Research Knowledge Graphs at NFDI4DS & GESISResearch Knowledge Graphs at NFDI4DS & GESIS
Research Knowledge Graphs at NFDI4DS & GESIS
 
Research Knowledge Graphs at GESIS & NFDI4DataScience
Research Knowledge Graphs at GESIS & NFDI4DataScienceResearch Knowledge Graphs at GESIS & NFDI4DataScience
Research Knowledge Graphs at GESIS & NFDI4DataScience
 
Human-in-the-loop: the Web as Foundation for interdisciplinary Data Science M...
Human-in-the-loop: the Web as Foundation for interdisciplinary Data Science M...Human-in-the-loop: the Web as Foundation for interdisciplinary Data Science M...
Human-in-the-loop: the Web as Foundation for interdisciplinary Data Science M...
 
Human-in-the-Loop: das Web als Grundlage interdisziplinärer Data Science Meth...
Human-in-the-Loop: das Web als Grundlage interdisziplinärer Data Science Meth...Human-in-the-Loop: das Web als Grundlage interdisziplinärer Data Science Meth...
Human-in-the-Loop: das Web als Grundlage interdisziplinärer Data Science Meth...
 
Towards research data knowledge graphs
Towards research data knowledge graphsTowards research data knowledge graphs
Towards research data knowledge graphs
 
Beyond research data infrastructures: exploiting artificial & crowd intellige...
Beyond research data infrastructures: exploiting artificial & crowd intellige...Beyond research data infrastructures: exploiting artificial & crowd intellige...
Beyond research data infrastructures: exploiting artificial & crowd intellige...
 
From Web Data to Knowledge: on the Complementarity of Human and Artificial In...
From Web Data to Knowledge: on the Complementarity of Human and Artificial In...From Web Data to Knowledge: on the Complementarity of Human and Artificial In...
From Web Data to Knowledge: on the Complementarity of Human and Artificial In...
 
Using AI to understand everyday learning on the Web
Using AI to understand everyday learning on the WebUsing AI to understand everyday learning on the Web
Using AI to understand everyday learning on the Web
 
Analysing User Knowledge, Competence and Learning during Online Activities
Analysing User Knowledge, Competence and Learning during Online ActivitiesAnalysing User Knowledge, Competence and Learning during Online Activities
Analysing User Knowledge, Competence and Learning during Online Activities
 
Analysing & Improving Learning Resources Markup on the Web
Analysing & Improving Learning Resources Markup on the WebAnalysing & Improving Learning Resources Markup on the Web
Analysing & Improving Learning Resources Markup on the Web
 
Beyond Linked Data - Exploiting Entity-Centric Knowledge on the Web
Beyond Linked Data - Exploiting Entity-Centric Knowledge on the WebBeyond Linked Data - Exploiting Entity-Centric Knowledge on the Web
Beyond Linked Data - Exploiting Entity-Centric Knowledge on the Web
 
Big Data in Learning Analytics - Analytics for Everyday Learning
Big Data in Learning Analytics - Analytics for Everyday LearningBig Data in Learning Analytics - Analytics for Everyday Learning
Big Data in Learning Analytics - Analytics for Everyday Learning
 
Mining and Understanding Activities and Resources on the Web
Mining and Understanding Activities and Resources on the WebMining and Understanding Activities and Resources on the Web
Mining and Understanding Activities and Resources on the Web
 
Towards embedded Markup of Learning Resources on the Web
Towards embedded Markup of Learning Resources on the WebTowards embedded Markup of Learning Resources on the Web
Towards embedded Markup of Learning Resources on the Web
 
Semantic Linking & Retrieval for Digital Libraries
Semantic Linking & Retrieval for Digital LibrariesSemantic Linking & Retrieval for Digital Libraries
Semantic Linking & Retrieval for Digital Libraries
 
Dietze linked data-vr-es
Dietze linked data-vr-esDietze linked data-vr-es
Dietze linked data-vr-es
 
From Data to Knowledge - Profiling & Interlinking Web Datasets
From Data to Knowledge - Profiling & Interlinking Web DatasetsFrom Data to Knowledge - Profiling & Interlinking Web Datasets
From Data to Knowledge - Profiling & Interlinking Web Datasets
 

Open Educational Data - Datasets and APIs (Athens Green Hackathon 2012)

  • 1. Linked Data for Education – Datasets & APIs Stefan Dietze - Green Hackathon, 14 December, Athens, Greece -
  • 2. TEL data vs Linked Open Data Linked Data for Education Linked Open Data Relevant knowledge and data  Vision: well connected graph of open Web data  Publications: ACM, PubMed, DBLP (L3S), OpenLibrary  W3C standards (RDF, SPARQL) to expose data, URIs  (Cross-)domain knowledge & resources: BioPortal, historic to interlink datasets artefacts in Europeana, Geonames, DBpedia, Freebase, …  => vast cloud of interconnected datasets  Media resource metadata: BBC, Flickr, …  Crossing all sorts of domains  32 billion triples (September 2011) Explicit educational data  University Linked Data: eg The Open University UK, http://data.open.ac.uk, Southampton University, …  OER Linked Data: mEducator Linked ER ( http://ckan.net/package/meducator), Open Learn LD  Schemas: LRMI (http://www.lrmi.net/), mEducator OER schema (http://purl.org/meducator/ns) ⇒ http://linkededucation.org; ⇒ http://linkeduniversities.org
  • 3. Early work: educational service integration  SmartLink: Linked Data registry of (educational) datasets / stores and their APIs  Discovery and lifting of educational data out of heterogeneous repositories  Transformation of heterogeneous data formats (XML, JSON...) and schemas (eg. IEEE LOM, Dublin Core) into RDF (pre-requisite for LOD compliancy) ⇒ http://ckan.net/package/smartlink & http://purl.org/smartlink Data/services integration & retrieval/search APIs Green Hackathon 2012 Stefan Dietze 3
  • 4. Early work: educational data integration ⇒ http://linkededucation.org/meducator Data/services integration & retrieval/search APIs Linked Educational Resources Green Hackathon 2012 Stefan Dietze 4
  • 5. Dereferencable resource URIs tele-TASK Symposium 2012 Stefan Dietze 5
  • 6. Data so far: SmartLink/mEducator in LOD cloud  http://ckan.net/package/smartlink  > 2000 triples so far  > 300 links to iServe  APIs (=> wiki) used by several applications  http://ckan.net/package/meducator  > 35000 triples so far  > 1000 links to DBpedia & Bioportal ontologies  APIs (=> see wiki) used by 4 applications Green Hackathon 2012 Stefan Dietze 6
  • 7. TEL data vs Linked Open Data Challenges  Still limited take-up (applications usually focused on small set of datasets)  Key issues  Scalability and robustness (distributed data access & retrieval, Big Data integration)  Data quality (heterogeneous providers, lack of trust)  Legal and licensing issues  Lack of benchmarks and evaluation Green Hackathon 2012 Stefan Dietze 7
  • 8. “LinkedUp” Support Action Linking Web Data for Education Project – Open Challenge in Web-scale Data Integration  EC Support Action, kickstarted in November 2012 => http://linkedup-project.eu Goals  Push forward adoption of Web data/Linked Data in educational context  Drive technological advancement of Web data integration technologies Approach  Open data competition (initial calls expected early 2013) incl. technical, legal and financial support  Open data curation ! Partners + network of associated institutions (eg BBC, Commonwealth of Learning, Talis UK, …) Green Hackathon 2012 Stefan Dietze 8
  • 9. LinkedUp data curation Linked Education Cloud & Linked Education Graph Educational data gathering - community-approach: Linked Education cloud  “LinkedUp/Linked Education cloud” as subset of LOD cloud  CKAN – “The DataHub” (ckan.net, most important data registry) for data collection (analog to Linked Open Data approach)  Dedicated group (“linked-education”) for cataloging educational datasets Educational Data Educational data integration & infrastructure: Linked Education graph  Linked Education cloud => Linked Education graph & dataset  Integration of (selected) datasets into coherent (RDF) dataset  Infrastructure, unified (SPARQL) endpoint & APIs => http://linkededucation.org Green Hackathon 2012 Stefan Dietze 9
  • 10. Linked Education graph & dataset(s) Green Hackathon 2012 Stefan Dietze 10
  • 11. Linked Education graph & dataset(s) http://data.linkededucation.org/ns/linked-education.rdf ? <dc:title> <akt:has-title> OER VideoLecture Publication LinkedUniversities http://data.linkededucation.org/.... (details at the end) educational videos  6 million distinct (but linked) resources  97 million RDF triples  21.6 GB of data Green Hackathon 2012 Stefan Dietze 11
  • 12. Linked Education graph & dataset(s) Green Hackathon 2012 Stefan Dietze 12
  • 13. Entity enrichment => disambiguation & correlation Via DBpedia/Freebase <led:Resource-BBC-519215> … <led:title>…gravitating…</led:title> … </led:Resource-BBC-519215> <led:Resource-OpenLearn-2139393292> … <led:title>…laws of gravity…</led:title> … </led:Resource-OpenLearn-2139393292> Green Hackathon 2012 Stefan Dietze 13
  • 14. Linked Education graph & dataset(s) Green Hackathon 2012 Stefan Dietze 14
  • 15. Linked Education graph & dataset(s) Enabling cross-dataset queries  Example resource: => http://data.linkededucation.org/resource/led/92C8A5E7-7B4D-12A6-F4F2-76A6A8DC7C0A  Example query (schema alignment & categorisation): SELECT ?resource ?title WHERE { ?resource led:title ?title FILTER regex(?title, "linear equations", "i")} ⇒ returns 1102 resources from different datasets: 659 DBLP items, 397 ACM publications, 10 LinkedUniversities educational videos  Example query (disambiguation & correlation): SELECT distinct ?entity WHERE {?entity led:hasEnrichmentContext ?dbp_context. ? dbp_context rdf:type led:EnrichmentContext. ?dbp_context led:hasEnrichment <http://data.linkededucation.org/ontology/Enrichment/Gravitation>} ⇒ returns 5 resources (LinkedUniversities, mEducator, BBC) enriched with DBpedia concept Gravitation (even though their descriptions refer to "gravity" or "gravitational" or "laws of gravity"). Green Hackathon 2012 Stefan Dietze 15
  • 16. How to access the data (1/2) Registries and federated access to data CKAN – The DataHub  THE public registry for open Web datasets (almost 5000 distinct datasets)  CKAN: http://thedatahub.org; LOD group: http://datahub.io/group/lodcloud Linked Education dataset  Over 21 GB /6 million educationally relevant resources  SPARQL endpoint: http://data.linkededucation.org/openrdf-sesame/repositories/linked-learning [-selection]?query  Schema: http://data.linkededucation.org/ns/linked-education.rdf  Example resource: http://data.linkededucation.org/resource/led/92C8A5E7-7B4D-12A6-F4F2-76A6A8DC7C0A SmartLink  SmartLink dataset: registry of educationally relevant APIs => http://ckan.net/package/smartlink, http://purl.org/smartlink  SPARQL: http://smartlink.open.ac.uk/smartlink/sparql 2012 Green Hackathon Stefan Dietze 16
  • 17. How to access the data (2/2) Some individual datasets ACM Learning Analytics and Knowledge (LAK) Dataset  Corpus of extracted metadata and full-text from ACM LAK conference series papers and related publications (expanding)  Dataset & schema description: http://www.solaresearch.org/resources/lak-dataset/  LAK Challenge: win fame, an iPad, cash rewards!  SPARQL endpoint: http://data.linkededucation.org/openrdf-sesame/repositories/lak-conference?query=%5BQUERY%5D mEducator Linked Educational Resources  Over 600 OER (36.000 triples) from different providers  mEducator dataset: http://ckan.net/package/meducator  SPARQL: http://meducator.open.ac.uk/resourcesrestapi/rest/meducator/sparql  Schema: http://purl.org/meducator/ns  Dedicated search & retrieval APIs available (see http://linkededucation.org/meducator/) Green Hackathon 2012 Stefan Dietze 17
  • 18. Conclusions and Outlook Summary, ongoing work & outlook  Wide range of relevant data sources & APIs available  Early cataloging (http://linkededucation.org, http://linkeduniversities.org) and integration/federation (SmartLink, mEducator Linked Educational Resources)  LinkedUp (http://www.linkedup-project.eu): data curation, assessment and exploitation  Data cataloging: http://datahub.io/en/group/linked-education for collection of “educationally relevant” datasets, categorisation and tagging  Data integration & infrastructure: unified endpoints and APIs at http://data.linkededucation.org Getting involved  Submit your own data or tools: LinkedUp Challenge, LAK Challenge, LinkedUp Call for Data  Participate as LinkedUp evaluation panelist, use case or data contributor & benefit from access to large network of organisations in Linked Data and TEL Green Hackathon 2012 Stefan Dietze 18
  • 19. Thank you! Credits  Davide Taibi (CNR ITD, Italy)  Harry Yu & Dong Liu (The Open University, UK)  Besnik Fetahu (L3S, Germany)  mEducator and LinkedUp teams Contact & links http://purl.org/dietze / dietze@l3s.de http://linkededucation.org http://linkedup-project.eu Green Hackathon 2012 Stefan Dietze 19

Hinweis der Redaktion

  1. http://meducator.open.ac.uk/resourcesrestapi/rest/meducator/sparql?query=select%20?r%20?b%20where%20{?r%20?b%20?c} API: http://meducator.open.ac.uk/resourcesrestapi/rest/meducator/auth/propertysearch?property=mdc:title&amp;value=Virtual (guest/guest) http://smartlink.open.ac.uk/smartlink/sparql?query=select%20?r%20?b%20where%20{?r%20?b%20?c} French educational service: http://smartlink.open.ac.uk/servicerestapi/restapi/searchservices?lang=French&amp;sub=http://meducator.open.ac.uk/ontologies/open-learn-classification%23education All services: http://smartlink.open.ac.uk/servicerestapi/restapi/searchservices