SlideShare a Scribd company logo
Building the Open University’s Web
of Linked Data
http://lucero-project.info
Mathieu d’Aquin
Linked Data
• As set of principles and technologies
for a Web of Data
– Putting the “raw” data online in a
standard representation (RDF)
– Make the data Web addressable
(URIs)
– Link with to other Data
Linked Data
Linked Data at the OU?
ORO
Archive of
Course
Material
Library’s
Catalogue
Of Digital
Content
OpenLearn
Content
A/V Material
Podcasts
iTunesU
Data from
Research
Outputs
BBC
DBPedia
DBLP
RAE
geonames
data.gov.uk
Goals of the project (visually)
Technical infrastructure
Organizationalinfrastructure
Institutional repository data
Research Data (Arts)
Applications
Institutional Datasets
• Open Research Online (ORO)
• Library catalogue
• Study at the OU
• iTunesU/OU Podcasts
• Staff profiles
• OpenLearn
• Estate Information
Research datasets
• Looking at how specific research
databases can benefit from being
linked to the institutional repositories
• Case studies in Arts:
– Classical Receptions in Drama and
Poetry in English
– Open Arts Archive
– Encyclopedia of Global Commodities
– Hestia
– Reading Experience Database
– The South-Asians Making Britain
project
Research
Data
OU linked
data cloud
Web of
data
Planning + Logging
Collect Extract Link Store Expose
OntologiesScheduler
RSS Updater
Delete (1)
Add (2)
Search
SPARQL
endpoint
Web
Server
RSS
Extractor
XML
Updater
RDF
Extractor
RDF
Cleaner
Cleaning
rules
Each datasets
Lib, courses, loc
ORO, podcast
URL redirection
rules
RSS feed
New items
Obsolete items
RDF file (add)
RDF file (delete)
RDF file (add)
RDF file (delete)
Generic process Dataset specific process
Entity
Name
System
URI creation
rules
First Version of
data.open.ac.uk
with 2 datasets:
ORO and
Podcasts
Dataset: ORO
• Open Research Online
• Scientific publications with at least one
member of the Open University as co-
author
• Original System based on ePrints
• Export to RDF using the BiBO
Ontology
• Post-processing/cleaning
• 13,283 Articles/12 Patents/340,000
triples
LUCERO - Building the Open University's Web of Linked Data
Dataset: Podcast
• Extracted from RSS feeds at
http://podcast.open.ac.uk
• Using W3C Media Ontology, FOAF,
DCT, Media RDF, etc.
• Provides connections to courses
and topics
• 1,664 Video Podcasts/1,325 Audio
Podcasts/75,000 triples
LUCERO - Building the Open University's Web of Linked Data
Workflow for a given dataset
Initial
Meeting with
Data Owner
- Identify data
- Get sample data
- Identify Copyright Issues
- Identify possible links
- Identify users and usage
Data
Modeling
sessions
Lucero Core
Team
Data Owner
Lucero KMi
Team
Lucero
members
- Find reusable ontologies
- Map onto the data
- Identify uncovered parts
- Define URI Scheme
Data
Modeling
Validation
Lucero Core
Team
Data Owner
Development
of Extractor
URI Creation
Rules
Definition
Deployment
Lucero KMi
Team
Ongoing Dataset: Courses<saou_course_data>
<Course> type: courseware:Course, aiiso:Module
<CourseCode>D240</CourseCode> URI of the object :http://data.open.ac.uk/course/d240 (+ in property aiiso:code)
<CourseTitle>Counselling: exploring fear and sadness</CourseTitle> // courseware:has-title, aiiso:name, rdfs:label, dct:title
<OUCourseLevel>2</OUCourseLevel> // new property oco:OUCourseLevel (domain aiiso:Module, range: int).
<CourseUGPG>Undergraduate</CourseUGPG> // new property oco:courseLevel (domain aiiso:Module, range: CourseLevel).
// New Class CourseLevel, 2 instances http://data.open.ac.uk/saou/undergraduate || http://data.open.ac.uk/saou/postgraduate
<CourseStatus>L</CourseStatus> // courseware:is-taught-present = true // will need additional checks for making courses unlive...
<ScottishLevel>8</ScottishLevel> // new property: oco:SCQFLevel (d aiiso:module r int)
<CreditPoints>30</CreditPoints> // oco:number-of-credits subpropertyof courseware:number-of-credits
<ECTSCreditPoints>15</ECTSCreditPoints> // oco:eu-number-of-credits subpropertyof courseware:number-of-credits
// (label for ey-number-of-credits = "Number of credits according to the ECTS)
<QAACode>5</QAACode> // new property: oco:FHEQLevel (d aiiso:module r int)
<IsCPD>N</IsCPD> // if N, do nothing, if Y than type of course is oco:CPDModule (subclassof aiiso:Module and courseware:Course)
<IsOnline>N</IsOnline> // if N do nothing, if Y type is oco:OnlineCourse (subclass of aiiso:Module and courseware:Course) and
// if code.contains("ZX"), oco:isOnlineVersionOf=http://data.../course/<code.replaceAll("ZX","")>
<FacultyUnitCode>FD15</FacultyUnitCode> // URI: http://data.open.ac.uk/faculty/fd15 = new instance of aiiso:Faculty
<FacultyUnitName>Social Sciences</FacultyUnitName> // rdfs:label for the faculty
// course to faculty linked by http://purl.org/vocab/aiiso/schema#responsibleFor + courseware:involves-organization
// + course courseware#taught-at http://data.open.ac.uk/organization/the_open_university
<ResidentialSchool>N</ResidentialSchool> // if Y: oco:hasAssociatedEventType http://data.open.ac.uk/saou/event/residentialSchool
// (type: oco:EducationalEventType)
<ResidentialSchoolType>No residential school</ResidentialSchoolType> // if No residential school = nothing
// if Embedded residential school oco:hasAssociatedEventType http://data.open.ac.uk/saou/event/embeddedResidentialSchool
// (which is oco:subEventType residentialSchool)
// Stand-alone residential school oco:hasAssociatedEventType http://data.open.ac.uk/saou/event/standAloneResidentialSchool
// (which is oco:subEventType residentialSchool)
<NumberOfCMAs /> // if 0 or nothing do nothing, else courseware:has-assesment-method http://data.open.ac.uk/saou/assessment/cma
// (which is type courseware:Assessment-Method)
<Exam>End-of-course assessment</Exam> // if No examination do nothing
// if End-of-course assessment courseware:has-assesment-method http://data.open.ac.uk/saou/assessment/end-of-course-assessment
// (which is type courseware:Assessment-Method)
// if Examination courseware:has-assesment-method http://data.open.ac.uk/saou/assessment/examination
(which is type courseware:Assessment-Method)
<ECMAsTotal /> // if 0 or nothing do nothing, else courseware:has-assesment-method http://data.open.ac.uk/saou/assessment/ecma
Course RDF representation: Basics
…
Course RDF representation: Locations
…
Course RDF representation: Prices
http://data.open.ac.uk/course/l240
Applications
• Plan for development of specific
applications targeting:
– Students: in finding resources related to
courses, topics, and helping selecting
courses to enroll to
– Researchers: Identify interesting
connections/research questions from
research data linked to OU/external
sources
• Already a number of (more generic)
applications emerging…
Faceted
Browsing
Social Learn
• …
SocialLearn
(Recommendation)
Next
• More data, more data, more data…
– Info about buildings (estate), course material (Library),
open educational content (OpenLearn), People
(AACS/IT), Anything else?
• Links, Links, Links…
– Internal links based on common URI Scheme
– Current experiments on linking people, conferences,
journals
– Automatic discovery of links
• Applications, Applications, Applications
– A killer app (SocialLearn? Research Data?)
– Many, many small usages (publication and courses in
people profiles, “related material” in course pages,
annotation, etc.)
– Anything KMi can come up with!?
Conclusion
“[data.open.ac.uk] is the first launched of its
kind in UK Universities”
“hopefully this is the first of many
data.foo.ac.uk to come!”
“if you are working in an IT department within
a University you better read this report, as
soon your department will need to be
making these same decisions.”
David Flanders,
JISCExpo Programme Manager,
http://code.google.com/p/jiscexpo/wiki/luceroproject#Site_Visit_Report
Conclusion
• We believe linked open data to be
essential to the OU, so it needs
support:
– To ensure a sustainable framework to
expose, maintain, update and evolve
Open Linked University Data
– To adopt the practices of exposing data a
common, reusable, open way through
data.open.ac.uk
– To develop the applications that will show
the benefit of the technology
Thanks!
Carlo Allocca
(Dev)
Mathieu d’Aquin
(PD)
Salman Elahi
((Ex)-Dev)
Enrico Motta
(SGP)
Andriy Nikolov
(linking)
Jane Whild
(Admin)
Fouad Zablith
(Dev)
Library
Specialists
Owen Stephens
(PM)
Richard Nurse
((ex-)PM)
Non Scantlebury
Arts Specialists
Suzanne Duncanson-Hunter
John Wolffe
Paul Lawrence
Stuart Brown
Data Owners
KMi
OU Library
Com./
Student
Comp.
Services
Arts

More Related Content

PDF
Delivering Linked Data Training to Data Science Practitioners
PPTX
Building the Open University's Web of Linked Data
PPTX
LUCERO - Building the Open University Web of Linked Data
PPTX
Linked Data at the Open University: From Technical Challenges to Organization...
PDF
Linking Universities - A broader look at the application of linked data and s...
PPTX
Online Learning and Linked Data: An Introduction
PPT
Linked Data as a new environment for Learning Analytics and education
PDF
Putting Intelligence in Open Data - With examples in education
Delivering Linked Data Training to Data Science Practitioners
Building the Open University's Web of Linked Data
LUCERO - Building the Open University Web of Linked Data
Linked Data at the Open University: From Technical Challenges to Organization...
Linking Universities - A broader look at the application of linked data and s...
Online Learning and Linked Data: An Introduction
Linked Data as a new environment for Learning Analytics and education
Putting Intelligence in Open Data - With examples in education

What's hot (17)

PDF
WWW2013 Tutorial: Linked Data & Education
PDF
The Europeana Datamodel: A semantic layer on top of Cultural Heritage Objects
PPT
Open Educational Data - Datasets and APIs (Athens Green Hackathon 2012)
PDF
Linked Open Data for Digital Humanities
PPTX
How to finding information about existing research
PDF
Islandora Webinar: Highlighting CUHK Chinese Digital Collections
PDF
4.2.15 Slides, “Hydra: many heads, many connections. Enriching Fedora Reposit...
PDF
LAK Dataset and Challenge (April 2013)
PPTX
Schema.org, an ontology for discovery on the web
PDF
Plays Well with Others: Getting Your Digital Collection Metadata Ready for th...
PPT
British Library Labs
PPTX
New approaches for data acquisition at europeana iiif, sitemaps and schema.o...
PDF
Data4Ed - How data sharing, curation and analytics support innovation in educ...
PPTX
Exploring a world of networked information built from free-text metadata
PDF
Towards Research Engines: Supporting Search Stages in Web Archives (2015)
WWW2013 Tutorial: Linked Data & Education
The Europeana Datamodel: A semantic layer on top of Cultural Heritage Objects
Open Educational Data - Datasets and APIs (Athens Green Hackathon 2012)
Linked Open Data for Digital Humanities
How to finding information about existing research
Islandora Webinar: Highlighting CUHK Chinese Digital Collections
4.2.15 Slides, “Hydra: many heads, many connections. Enriching Fedora Reposit...
LAK Dataset and Challenge (April 2013)
Schema.org, an ontology for discovery on the web
Plays Well with Others: Getting Your Digital Collection Metadata Ready for th...
British Library Labs
New approaches for data acquisition at europeana iiif, sitemaps and schema.o...
Data4Ed - How data sharing, curation and analytics support innovation in educ...
Exploring a world of networked information built from free-text metadata
Towards Research Engines: Supporting Search Stages in Web Archives (2015)
Ad

Viewers also liked (7)

PPTX
Open Data, Linked Data, Semantic Web
PPTX
Presentation of LUCERO at EURECOM
PDF
De l'intelligence dans les données ouvertes - Problèmes et solutions dans les...
PPTX
Consuming Linked Data in Universities
PPT
Linked Data in Learning Analytics Tools
PPT
Using the Semantic Web, and Contributing to it
PDF
Semantic Web / Linked Data Technologies
Open Data, Linked Data, Semantic Web
Presentation of LUCERO at EURECOM
De l'intelligence dans les données ouvertes - Problèmes et solutions dans les...
Consuming Linked Data in Universities
Linked Data in Learning Analytics Tools
Using the Semantic Web, and Contributing to it
Semantic Web / Linked Data Technologies
Ad

Similar to LUCERO - Building the Open University's Web of Linked Data (20)

PDF
Linked Data at the OU - the story so far
PPTX
Experience from 10 months of University Linked Data
PDF
The OU Linked Open Data, Production and Consumption
PDF
Open Web Data for Education - Linked Data technologies for connecting open ed...
PPSX
Linked Data to Improve the OER Experience
ODP
Giant EduGraph -- ACCS09 Talk
PPTX
Introduction to Linked Data
PDF
Interlinking educational data to Web of Data (Thesis presentation)
PPTX
An Architecture based on Linked Data technologies for the Integration of OER ...
PPTX
Semantic Web, Linked Data and Education: A Perfect Fit?
PPTX
Resilient Linked Data
PDF
A Framework for improving the effectiveness of the Openness in OER Repositori...
PPTX
2014 04 03 (educon2014) emadrid upm supporting openness of moo cs contents th...
PPTX
Linked dataresearch
PPTX
Putting Linked Data to Use in a Large Higher-Education Organisation
PDF
Linked data and the future of libraries
PPTX
Working with data.open.ac.uk, the Linked Data Platform of the Open University
PPTX
A theory of Metadata enriching & filtering
PPT
Introduction to linked data and the semantic web
PDF
Implementing Linked Data in Low-Resource Conditions
Linked Data at the OU - the story so far
Experience from 10 months of University Linked Data
The OU Linked Open Data, Production and Consumption
Open Web Data for Education - Linked Data technologies for connecting open ed...
Linked Data to Improve the OER Experience
Giant EduGraph -- ACCS09 Talk
Introduction to Linked Data
Interlinking educational data to Web of Data (Thesis presentation)
An Architecture based on Linked Data technologies for the Integration of OER ...
Semantic Web, Linked Data and Education: A Perfect Fit?
Resilient Linked Data
A Framework for improving the effectiveness of the Openness in OER Repositori...
2014 04 03 (educon2014) emadrid upm supporting openness of moo cs contents th...
Linked dataresearch
Putting Linked Data to Use in a Large Higher-Education Organisation
Linked data and the future of libraries
Working with data.open.ac.uk, the Linked Data Platform of the Open University
A theory of Metadata enriching & filtering
Introduction to linked data and the semantic web
Implementing Linked Data in Low-Resource Conditions

More from Mathieu d'Aquin (20)

PDF
A factorial study of neural network learning from differences for regression
PDF
Recentrer l'intelligence artificielle sur les connaissances
PDF
Data and Knowledge as Commodities
PDF
Unsupervised learning approach for identifying sub-genres in music scores
PDF
Is knowledge engineering still relevant?
PDF
A data view of the data science process
PDF
Dealing with Open Domain Data
PDF
Web Analytics for Everyday Learning
PDF
Presentation a in ovive montpellier - 26%2 f06%2f2018 (1)
PDF
Learning Analytics: understand learning and support the learner
PDF
The AFEL Project
PDF
Assessing the Readability of Policy Documents: The Case of Terms of Use of On...
PDF
Data ethics
PDF
Data for Learning and Learning with Data
PDF
Towards an “Ethics in Design” methodology for AI research projects
PDF
AFEL: Towards Measuring Online Activities Contributions to Self-Directed Lear...
PDF
Profiling information sources and services for discovery
PDF
Analyse de données et de réseaux sociaux pour l’aide à l’apprentissage infor...
PDF
From Knowledge Bases to Knowledge Infrastructures for Intelligent Systems
PDF
Data analytics beyond data processing and how it affects Industry 4.0
A factorial study of neural network learning from differences for regression
Recentrer l'intelligence artificielle sur les connaissances
Data and Knowledge as Commodities
Unsupervised learning approach for identifying sub-genres in music scores
Is knowledge engineering still relevant?
A data view of the data science process
Dealing with Open Domain Data
Web Analytics for Everyday Learning
Presentation a in ovive montpellier - 26%2 f06%2f2018 (1)
Learning Analytics: understand learning and support the learner
The AFEL Project
Assessing the Readability of Policy Documents: The Case of Terms of Use of On...
Data ethics
Data for Learning and Learning with Data
Towards an “Ethics in Design” methodology for AI research projects
AFEL: Towards Measuring Online Activities Contributions to Self-Directed Lear...
Profiling information sources and services for discovery
Analyse de données et de réseaux sociaux pour l’aide à l’apprentissage infor...
From Knowledge Bases to Knowledge Infrastructures for Intelligent Systems
Data analytics beyond data processing and how it affects Industry 4.0

Recently uploaded (20)

PDF
Machine learning based COVID-19 study performance prediction
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
cuic standard and advanced reporting.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPT
Teaching material agriculture food technology
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
Machine learning based COVID-19 study performance prediction
Reach Out and Touch Someone: Haptics and Empathic Computing
Encapsulation_ Review paper, used for researhc scholars
NewMind AI Weekly Chronicles - August'25 Week I
Spectral efficient network and resource selection model in 5G networks
cuic standard and advanced reporting.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
MYSQL Presentation for SQL database connectivity
Mobile App Security Testing_ A Comprehensive Guide.pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
NewMind AI Monthly Chronicles - July 2025
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
Teaching material agriculture food technology
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
The AUB Centre for AI in Media Proposal.docx
Digital-Transformation-Roadmap-for-Companies.pptx
Per capita expenditure prediction using model stacking based on satellite ima...

LUCERO - Building the Open University's Web of Linked Data

  • 1. Building the Open University’s Web of Linked Data http://lucero-project.info Mathieu d’Aquin
  • 2. Linked Data • As set of principles and technologies for a Web of Data – Putting the “raw” data online in a standard representation (RDF) – Make the data Web addressable (URIs) – Link with to other Data
  • 4. Linked Data at the OU? ORO Archive of Course Material Library’s Catalogue Of Digital Content OpenLearn Content A/V Material Podcasts iTunesU Data from Research Outputs BBC DBPedia DBLP RAE geonames data.gov.uk
  • 5. Goals of the project (visually) Technical infrastructure Organizationalinfrastructure Institutional repository data Research Data (Arts) Applications
  • 6. Institutional Datasets • Open Research Online (ORO) • Library catalogue • Study at the OU • iTunesU/OU Podcasts • Staff profiles • OpenLearn • Estate Information
  • 7. Research datasets • Looking at how specific research databases can benefit from being linked to the institutional repositories • Case studies in Arts: – Classical Receptions in Drama and Poetry in English – Open Arts Archive – Encyclopedia of Global Commodities – Hestia – Reading Experience Database – The South-Asians Making Britain project Research Data OU linked data cloud Web of data
  • 8. Planning + Logging Collect Extract Link Store Expose OntologiesScheduler RSS Updater Delete (1) Add (2) Search SPARQL endpoint Web Server RSS Extractor XML Updater RDF Extractor RDF Cleaner Cleaning rules Each datasets Lib, courses, loc ORO, podcast URL redirection rules RSS feed New items Obsolete items RDF file (add) RDF file (delete) RDF file (add) RDF file (delete) Generic process Dataset specific process Entity Name System URI creation rules
  • 9. First Version of data.open.ac.uk with 2 datasets: ORO and Podcasts
  • 10. Dataset: ORO • Open Research Online • Scientific publications with at least one member of the Open University as co- author • Original System based on ePrints • Export to RDF using the BiBO Ontology • Post-processing/cleaning • 13,283 Articles/12 Patents/340,000 triples
  • 12. Dataset: Podcast • Extracted from RSS feeds at http://podcast.open.ac.uk • Using W3C Media Ontology, FOAF, DCT, Media RDF, etc. • Provides connections to courses and topics • 1,664 Video Podcasts/1,325 Audio Podcasts/75,000 triples
  • 14. Workflow for a given dataset Initial Meeting with Data Owner - Identify data - Get sample data - Identify Copyright Issues - Identify possible links - Identify users and usage Data Modeling sessions Lucero Core Team Data Owner Lucero KMi Team Lucero members - Find reusable ontologies - Map onto the data - Identify uncovered parts - Define URI Scheme Data Modeling Validation Lucero Core Team Data Owner Development of Extractor URI Creation Rules Definition Deployment Lucero KMi Team
  • 15. Ongoing Dataset: Courses<saou_course_data> <Course> type: courseware:Course, aiiso:Module <CourseCode>D240</CourseCode> URI of the object :http://data.open.ac.uk/course/d240 (+ in property aiiso:code) <CourseTitle>Counselling: exploring fear and sadness</CourseTitle> // courseware:has-title, aiiso:name, rdfs:label, dct:title <OUCourseLevel>2</OUCourseLevel> // new property oco:OUCourseLevel (domain aiiso:Module, range: int). <CourseUGPG>Undergraduate</CourseUGPG> // new property oco:courseLevel (domain aiiso:Module, range: CourseLevel). // New Class CourseLevel, 2 instances http://data.open.ac.uk/saou/undergraduate || http://data.open.ac.uk/saou/postgraduate <CourseStatus>L</CourseStatus> // courseware:is-taught-present = true // will need additional checks for making courses unlive... <ScottishLevel>8</ScottishLevel> // new property: oco:SCQFLevel (d aiiso:module r int) <CreditPoints>30</CreditPoints> // oco:number-of-credits subpropertyof courseware:number-of-credits <ECTSCreditPoints>15</ECTSCreditPoints> // oco:eu-number-of-credits subpropertyof courseware:number-of-credits // (label for ey-number-of-credits = "Number of credits according to the ECTS) <QAACode>5</QAACode> // new property: oco:FHEQLevel (d aiiso:module r int) <IsCPD>N</IsCPD> // if N, do nothing, if Y than type of course is oco:CPDModule (subclassof aiiso:Module and courseware:Course) <IsOnline>N</IsOnline> // if N do nothing, if Y type is oco:OnlineCourse (subclass of aiiso:Module and courseware:Course) and // if code.contains("ZX"), oco:isOnlineVersionOf=http://data.../course/<code.replaceAll("ZX","")> <FacultyUnitCode>FD15</FacultyUnitCode> // URI: http://data.open.ac.uk/faculty/fd15 = new instance of aiiso:Faculty <FacultyUnitName>Social Sciences</FacultyUnitName> // rdfs:label for the faculty // course to faculty linked by http://purl.org/vocab/aiiso/schema#responsibleFor + courseware:involves-organization // + course courseware#taught-at http://data.open.ac.uk/organization/the_open_university <ResidentialSchool>N</ResidentialSchool> // if Y: oco:hasAssociatedEventType http://data.open.ac.uk/saou/event/residentialSchool // (type: oco:EducationalEventType) <ResidentialSchoolType>No residential school</ResidentialSchoolType> // if No residential school = nothing // if Embedded residential school oco:hasAssociatedEventType http://data.open.ac.uk/saou/event/embeddedResidentialSchool // (which is oco:subEventType residentialSchool) // Stand-alone residential school oco:hasAssociatedEventType http://data.open.ac.uk/saou/event/standAloneResidentialSchool // (which is oco:subEventType residentialSchool) <NumberOfCMAs /> // if 0 or nothing do nothing, else courseware:has-assesment-method http://data.open.ac.uk/saou/assessment/cma // (which is type courseware:Assessment-Method) <Exam>End-of-course assessment</Exam> // if No examination do nothing // if End-of-course assessment courseware:has-assesment-method http://data.open.ac.uk/saou/assessment/end-of-course-assessment // (which is type courseware:Assessment-Method) // if Examination courseware:has-assesment-method http://data.open.ac.uk/saou/assessment/examination (which is type courseware:Assessment-Method) <ECMAsTotal /> // if 0 or nothing do nothing, else courseware:has-assesment-method http://data.open.ac.uk/saou/assessment/ecma
  • 17. Course RDF representation: Locations …
  • 20. Applications • Plan for development of specific applications targeting: – Students: in finding resources related to courses, topics, and helping selecting courses to enroll to – Researchers: Identify interesting connections/research questions from research data linked to OU/external sources • Already a number of (more generic) applications emerging…
  • 23. Next • More data, more data, more data… – Info about buildings (estate), course material (Library), open educational content (OpenLearn), People (AACS/IT), Anything else? • Links, Links, Links… – Internal links based on common URI Scheme – Current experiments on linking people, conferences, journals – Automatic discovery of links • Applications, Applications, Applications – A killer app (SocialLearn? Research Data?) – Many, many small usages (publication and courses in people profiles, “related material” in course pages, annotation, etc.) – Anything KMi can come up with!?
  • 24. Conclusion “[data.open.ac.uk] is the first launched of its kind in UK Universities” “hopefully this is the first of many data.foo.ac.uk to come!” “if you are working in an IT department within a University you better read this report, as soon your department will need to be making these same decisions.” David Flanders, JISCExpo Programme Manager, http://code.google.com/p/jiscexpo/wiki/luceroproject#Site_Visit_Report
  • 25. Conclusion • We believe linked open data to be essential to the OU, so it needs support: – To ensure a sustainable framework to expose, maintain, update and evolve Open Linked University Data – To adopt the practices of exposing data a common, reusable, open way through data.open.ac.uk – To develop the applications that will show the benefit of the technology
  • 26. Thanks! Carlo Allocca (Dev) Mathieu d’Aquin (PD) Salman Elahi ((Ex)-Dev) Enrico Motta (SGP) Andriy Nikolov (linking) Jane Whild (Admin) Fouad Zablith (Dev) Library Specialists Owen Stephens (PM) Richard Nurse ((ex-)PM) Non Scantlebury Arts Specialists Suzanne Duncanson-Hunter John Wolffe Paul Lawrence Stuart Brown Data Owners KMi OU Library Com./ Student Comp. Services Arts