SlideShare a Scribd company logo
Publishing
Linked Open Data
   in 15 minutes
        Alvaro Graves
  Tetherless World Constellation
  Rensselaer Polytechnic Institute
         gravea3@rpi.edu
          @alvarograves
                 1
Agenda

• How do we publish data?
• What is Linked Data ...
 • ...and why should I care?
• Publishing using LODSPeaKr
• Conclusions
                       2
How do we publish data?
•   Upload file on a web/ftp server as a dump

    •   Easy to publish

    •   Hard to find/use

•   Export as a HTML page

    •   Easy to publish and find

    •   Very hard to use

•   Publish as Linked Data

    •   (Not that) easy to publish

    •   Easy to use and find

                                     3
What is Linked Data?
•   Set of best practices (based on Semantic Web
    technologies) to publish structured data on the Web

    •   Use of Web technologies (RDF, HTTP, URIs)

    •   Connect my data to other people’s data by links




                               4
What is Linked Data? (2)


http://logd.tw.rpi.edu/id/us/state/New_York            rdfs:label   New York




                                   dcterms:identifier
                                                                        NY




                                                                    5
What is Linked Data? (2)
                                                                                                                                         http://www.ny.gov

                                                                                                     foaf:homepage

                                                       http://dbpedia.org/resource/New_York

                      owl:sameAs
                                                                                              dbpedia-owl:capital


                                                                                                                    http://dbpedia.org/resource/Albany,_New_York
http://logd.tw.rpi.edu/id/us/state/New_York                 rdfs:label            New York




                                   dcterms:identifier
                                                                                       NY




                                                                                   6
What is Linked Data? (3)

•   When somebody lookup those URIs, provide useful
    information
     •   HTML for humans

     •   RDF for machines



•   Link to other relevant datasets so people can discover
    more data

                              7
Why should I care?
• LOD makes it easier to access data by applications
• “Breaks the walls of data silos”, a Web of Data
• It also makes it easier to discover new data
• Easy integration of heterogeneous data



                         8
From Government Data to
                                                             Linked Open Goverment Data



                                                                                         fm:farmersMarket_4239 a fm:FarmersMarket ;
                                                                                                               con:address implicit_address:address_4239 ;
                                                                                                               dcterms:title "Troy Neighborhood Farmers Market - Downtown" ;
                                                                                                               wgs:lat "-73.68599"^^xsd:decimal ;
 State            Name               Address City Zipcode Lat Long
                                                                                                               wgs:long "42.73168"^^xsd:decimal ;

           Troy Neighborhood                                                                                   ov:csvRow "4239"^^xsd:integer .
New York   Farmers Market -         6th Ave          Troy    12180    -73.686 42.73168
           Downtown
                                                                                         fm:farmersMarket_4243 a fm:FarmersMarket ;
                                    The                                                                         con:address implicit_address:address_4243 ;
           Troy Neighborhood        MarketPlace, Hill                                                            dcterms:title "Troy Waterfront Farmers Market" ;
New York   Farmers Market- Little   Street, btw       Troy   12181   -73.6898 42.72478
           Italy                    Washington &                                                                wgs:lat "-73.68942"^^xsd:decimal ;
                                    Liberty Sts.                                                                wgs:long "42.73491"^^xsd:decimal ;
                                                                                                                ov:csvRow "4243"^^xsd:integer .




 Data                                                                                    Conversion
                                                                                                                                                                               Publication    Publication
Creation                                                                                  to RDF
                                                                                                                                                                                             Enhancements


                                                                                                                                                                                     9
Example: Data about farmers markets




       State            Name               Address          City Zipcode Lat        Long

                 Troy Neighborhood
      New York   Farmers Market -         6th Ave          Troy    12180    -73.686 42.73168
                 Downtown

                                          The
                 Troy Neighborhood        MarketPlace, Hill
      New York   Farmers Market- Little   Street, btw       Troy   12181   -73.6898 42.72478
                 Italy                    Washington &
                                          Liberty Sts.




                                     10
Conversion
• csv2rdf4lod
 • Encodes data +
    conversion process
 • Replicable
    conversions
• Google Refine
 • Nice interface
 • Easy to use           11
Example: Data about Farmers Markets
    State            Name                 Address              City Zipcode    Lat        Long
             Troy Neighborhood
  New York   Farmers Market -           6th Ave               Troy   12180    -73.68599   42.73168
             Downtown


                                          The MarketPlace,
             Troy Neighborhood            Hill Street, btw
  New York                                                    Troy   12181    -73.68983   42.72478
             Farmers Market- Little Italy Washington &
                                          Liberty Sts.


fm:farmersMarket_4239       a fm:FarmersMarket ;
                            con:address implicit_address:address_4239 ;
                            dcterms:title "Troy Neighborhood Farmers Market - Downtown" ;
                            wgs:lat "-73.68599"^^xsd:decimal ;
                            wgs:long "42.73168"^^xsd:decimal ;
                            ov:csvRow "4239"^^xsd:integer .


fm:farmersMarket_4243       a fm:FarmersMarket ;
                             con:address implicit_address:address_4243 ;
                               dcterms:title "Troy Waterfront Farmers Market" ;
                             wgs:lat "-73.68942"^^xsd:decimal ;
                             wgs:long "42.73491"^^xsd:decimal ;
                             ov:csvRow "4243"^^xsd:integer .




I can load it into a triple store. Now what?
                                                         12
LODSPeaKr
Simple kit for Publishing Linked Open Data
 bash < <(curl http://lodspeakr.org/install)

                     13
LODSPeaKr
•   Site running in 15
    minutes

•   Publish in different
    formats (RDF/XML,
    Turtle, RDFJSON, etc.)

•   Highly customizable
    using templates

•   Facilitates data
    exploration

                             14
LODSPeaKr installed, no further configuration
http://graves.cl/farmersmarket/version/2010-Oct-22/farmersMarket_4243
...But I want the raw data
$ curl http://graves.cl/farmersmarket/version/2010-Oct-22/farmersMarket_4239.rdf

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:ns0="http://purl.org/dc/terms/"
  xmlns:ns1="http://www.w3.org/2000/10/swap/pim/contact#"
  xmlns:ns2="http://www.w3.org/2003/01/geo/wgs84_pos#"
  xmlns:ns3="http://open.vocab.org/terms/">

  <rdf:Description rdf:about="http://graves.cl/farmersmarket/version/2010-Oct-22/
farmersMarket_4239">
    <ns0:isReferencedBy rdf:resource="http://graves.cl/farmersmarket/version/2010-Oct-22"/>
    <rdf:type rdf:resource="http://graves.cl/farmersmarket/vocab/FarmersMarket"/>
    <ns1:address rdf:resource="http://graves.cl/farmersmarket/version/2010-Oct-22/
http_www_w3_org_2000_10_swap_pim_contact_address/address_4239"/>
    <ns0:title>Troy Neighborhood Farmers Market - Downtown</ns0:title>
    <ns2:lat rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">-73.68599</ns2:lat>
    <ns2:long rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">42.73168</ns2:long>
    <ns3:csvRow rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">4239.0</ns3:csvRow>
  </rdf:Description>

</rdf:RDF>




               Data available as RDFJSON, RDF/XML,
                      N-Triples and N3/Turtle
Use Linked Data to find more information
                                   http://foo.com/a
                                      owl:sameAs
                                   http://bar.com/a




                                                               http://bar.com/a
                                                                  owl:sameAs
                                                               http://yuu.com/a



                    http://foo.com/sparql




      LODSPeaKr
                                            http://bar.com/sparql




                                                                    http://yuu.com/sparql




       Final Page



                                        18
Multiple queries from
  multiple sources
                 Endpoint A        Endpoint C
                                                    Endpoint F



   LODSPeaKr




                    Endpoint B
                                                Endpoint D




    Final Page




                              19
Using information
 from DBpedia




        20
SPECIAL URIs




• Sometimes is useful to create (exploratory)
  documents not related to one specific URI
• Users can create their own using templating system
                            21
Conclusions
• It is possible to publish Linked Open Data in a
  rapid, simple way


• From here it is possible to start creating webapps
  based on Linked Open Data
  • Open Data Portals
  • Machine-readable APIs
  • Mobile webapps
                          22
Future work
• Integrate LODSPeaKr with Drupal,
  WordPress, etc.


• “A Framework for Linked Data apps”

• Comments, suggestions and bug reports
  are welcome!

                    23
LODSpeaKr
     http://lodspeakr.org

     Farmers Market data
http://graves.cl/farmersmarket

      gravea3@rpi.edu
       @alvarograves
              24

More Related Content

PDF
when the link makes sense
PPTX
Bio2RDF Release 2: Improved coverage, interoperability and provenance of Link...
PPT
Piloting Linked Data to Connect Library and Archive Resources to the New Worl...
KEY
History and Background of the USEWOD Data Challenge
PPTX
BioPAX Models and Pathways
PPTX
Inference on the Semantic Web
PPTX
Linked Data Modeling for Beginner
PDF
Linked Data Technology and Status
when the link makes sense
Bio2RDF Release 2: Improved coverage, interoperability and provenance of Link...
Piloting Linked Data to Connect Library and Archive Resources to the New Worl...
History and Background of the USEWOD Data Challenge
BioPAX Models and Pathways
Inference on the Semantic Web
Linked Data Modeling for Beginner
Linked Data Technology and Status

Viewers also liked (13)

PDF
Overview of Open Data, Linked Data and Web Science
PDF
Linked Open Data Principles, Technologies and Examples
PPTX
Survey on Common Strategies of Vocabulary Reuse in Linked Open Data Modeling ...
PPT
A few metrics about Open Data in the cultural sector
PPT
Asug Gov Sig Data Quality Metrics Report Sapphire 2008
PDF
Introduction to open data quality et
PPT
Linked Data as a new environment for Learning Analytics and education
PDF
An introduction to Linked (Open) Data
PDF
Crowdsourcing Linked Data Quality Assessment
PPT
Web sémantique, Web de données, Web 3.0, Linked Data... Quelques repères pour...
PPTX
Open data quality
PDF
Evaluating the possibilities of DataCite for developing 'Open data metrics' o...
PDF
Llinked open data training for EU institutions
Overview of Open Data, Linked Data and Web Science
Linked Open Data Principles, Technologies and Examples
Survey on Common Strategies of Vocabulary Reuse in Linked Open Data Modeling ...
A few metrics about Open Data in the cultural sector
Asug Gov Sig Data Quality Metrics Report Sapphire 2008
Introduction to open data quality et
Linked Data as a new environment for Learning Analytics and education
An introduction to Linked (Open) Data
Crowdsourcing Linked Data Quality Assessment
Web sémantique, Web de données, Web 3.0, Linked Data... Quelques repères pour...
Open data quality
Evaluating the possibilities of DataCite for developing 'Open data metrics' o...
Llinked open data training for EU institutions
Ad

Similar to Publishing Linked Open Data in 15 minutes (20)

PPT
Radically Open Cultural Heritage Data on the Web
PPTX
Linked Data Usecases
PDF
The RDF Report Card: Beyond the Triple Count
PDF
Using Architectures for Semantic Interoperability to Create Journal Clubs for...
PPT
Unlocking Doors: recent initiatives in open and linked data at the National L...
PDF
Apache Any23 - Anything to Triples
PDF
The Real-time Web in the Age of Agents
PPT
ECCS 2010
PDF
(PROJEKTURA) Big Data Open Data story for TGG
PDF
US EPA Resource Conservation and Recovery Act published as Linked Open Data
PDF
Poster - Completeness Statements about RDF Data Sources and Their Use for Qu...
ODP
Quick Introduction to the Semantic Web, RDFa & Microformats
PDF
Understanding the Standards Gap
PDF
Large Knowledge Collider (LarKC) : A Platform for Web Scale Reasoning
PPTX
GDG Meets U event - Big data & Wikidata - no lies codelab
PPTX
The Empirical Turn in Knowledge Representation
PPTX
Lecture linked data cloud & sparql
PDF
Tapping the Data Deluge with R
PDF
Linked Data, Ontologies and Inference
KEY
Biodiversity Informatics on the Semantic Web
Radically Open Cultural Heritage Data on the Web
Linked Data Usecases
The RDF Report Card: Beyond the Triple Count
Using Architectures for Semantic Interoperability to Create Journal Clubs for...
Unlocking Doors: recent initiatives in open and linked data at the National L...
Apache Any23 - Anything to Triples
The Real-time Web in the Age of Agents
ECCS 2010
(PROJEKTURA) Big Data Open Data story for TGG
US EPA Resource Conservation and Recovery Act published as Linked Open Data
Poster - Completeness Statements about RDF Data Sources and Their Use for Qu...
Quick Introduction to the Semantic Web, RDFa & Microformats
Understanding the Standards Gap
Large Knowledge Collider (LarKC) : A Platform for Web Scale Reasoning
GDG Meets U event - Big data & Wikidata - no lies codelab
The Empirical Turn in Knowledge Representation
Lecture linked data cloud & sparql
Tapping the Data Deluge with R
Linked Data, Ontologies and Inference
Biodiversity Informatics on the Semantic Web
Ad

More from Alvaro Graves (20)

PDF
Data Tuesday
PDF
Datos malos, robots tristes
PDF
Creation of visualizations based on Linked Data
PPT
Democratizing Open Data
PDF
Creating visualizations using Linked Data
KEY
Creating Visualizations with Linked Open Data
PDF
Visualizations using Visualbox
KEY
Como crear aplicaciones basadas en linked data usando lods pea kr
KEY
Explotando la Web de Datos: Como crear aplicaciones usando Linked Open Data
KEY
Publishing Linked Data with LODSPeaKr
KEY
Improving decision-making based on government data and visualizations
KEY
Creating web applications with LODSPeaKr
KEY
Publicando RDF y Linked Data con LODSPeaKr
PDF
Open Data y participación ciudadana
KEY
Web semántica y linked data la web como bd
KEY
LODSPeaKr - Use cases Lighting Talk
PPT
TWC LOGD: A Portal for Linking Government Data
PPT
POMELo: A PML Online Editor
PPT
Integrating and publishing public safety data using semantic technologies
PPT
Towards a better understanding of Social Machines
Data Tuesday
Datos malos, robots tristes
Creation of visualizations based on Linked Data
Democratizing Open Data
Creating visualizations using Linked Data
Creating Visualizations with Linked Open Data
Visualizations using Visualbox
Como crear aplicaciones basadas en linked data usando lods pea kr
Explotando la Web de Datos: Como crear aplicaciones usando Linked Open Data
Publishing Linked Data with LODSPeaKr
Improving decision-making based on government data and visualizations
Creating web applications with LODSPeaKr
Publicando RDF y Linked Data con LODSPeaKr
Open Data y participación ciudadana
Web semántica y linked data la web como bd
LODSPeaKr - Use cases Lighting Talk
TWC LOGD: A Portal for Linking Government Data
POMELo: A PML Online Editor
Integrating and publishing public safety data using semantic technologies
Towards a better understanding of Social Machines

Recently uploaded (20)

PDF
KodekX | Application Modernization Development
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Approach and Philosophy of On baking technology
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Electronic commerce courselecture one. Pdf
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Machine learning based COVID-19 study performance prediction
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Cloud computing and distributed systems.
PPTX
Big Data Technologies - Introduction.pptx
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
KodekX | Application Modernization Development
Programs and apps: productivity, graphics, security and other tools
Approach and Philosophy of On baking technology
Understanding_Digital_Forensics_Presentation.pptx
Network Security Unit 5.pdf for BCA BBA.
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Electronic commerce courselecture one. Pdf
sap open course for s4hana steps from ECC to s4
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Machine learning based COVID-19 study performance prediction
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Advanced methodologies resolving dimensionality complications for autism neur...
Diabetes mellitus diagnosis method based random forest with bat algorithm
Cloud computing and distributed systems.
Big Data Technologies - Introduction.pptx
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
20250228 LYD VKU AI Blended-Learning.pptx
Encapsulation_ Review paper, used for researhc scholars

Publishing Linked Open Data in 15 minutes

  • 1. Publishing Linked Open Data in 15 minutes Alvaro Graves Tetherless World Constellation Rensselaer Polytechnic Institute gravea3@rpi.edu @alvarograves 1
  • 2. Agenda • How do we publish data? • What is Linked Data ... • ...and why should I care? • Publishing using LODSPeaKr • Conclusions 2
  • 3. How do we publish data? • Upload file on a web/ftp server as a dump • Easy to publish • Hard to find/use • Export as a HTML page • Easy to publish and find • Very hard to use • Publish as Linked Data • (Not that) easy to publish • Easy to use and find 3
  • 4. What is Linked Data? • Set of best practices (based on Semantic Web technologies) to publish structured data on the Web • Use of Web technologies (RDF, HTTP, URIs) • Connect my data to other people’s data by links 4
  • 5. What is Linked Data? (2) http://logd.tw.rpi.edu/id/us/state/New_York rdfs:label New York dcterms:identifier NY 5
  • 6. What is Linked Data? (2) http://www.ny.gov foaf:homepage http://dbpedia.org/resource/New_York owl:sameAs dbpedia-owl:capital http://dbpedia.org/resource/Albany,_New_York http://logd.tw.rpi.edu/id/us/state/New_York rdfs:label New York dcterms:identifier NY 6
  • 7. What is Linked Data? (3) • When somebody lookup those URIs, provide useful information • HTML for humans • RDF for machines • Link to other relevant datasets so people can discover more data 7
  • 8. Why should I care? • LOD makes it easier to access data by applications • “Breaks the walls of data silos”, a Web of Data • It also makes it easier to discover new data • Easy integration of heterogeneous data 8
  • 9. From Government Data to Linked Open Goverment Data fm:farmersMarket_4239 a fm:FarmersMarket ; con:address implicit_address:address_4239 ; dcterms:title "Troy Neighborhood Farmers Market - Downtown" ; wgs:lat "-73.68599"^^xsd:decimal ; State Name Address City Zipcode Lat Long wgs:long "42.73168"^^xsd:decimal ; Troy Neighborhood ov:csvRow "4239"^^xsd:integer . New York Farmers Market - 6th Ave Troy 12180 -73.686 42.73168 Downtown fm:farmersMarket_4243 a fm:FarmersMarket ; The con:address implicit_address:address_4243 ; Troy Neighborhood MarketPlace, Hill dcterms:title "Troy Waterfront Farmers Market" ; New York Farmers Market- Little Street, btw Troy 12181 -73.6898 42.72478 Italy Washington & wgs:lat "-73.68942"^^xsd:decimal ; Liberty Sts. wgs:long "42.73491"^^xsd:decimal ; ov:csvRow "4243"^^xsd:integer . Data Conversion Publication Publication Creation to RDF Enhancements 9
  • 10. Example: Data about farmers markets State Name Address City Zipcode Lat Long Troy Neighborhood New York Farmers Market - 6th Ave Troy 12180 -73.686 42.73168 Downtown The Troy Neighborhood MarketPlace, Hill New York Farmers Market- Little Street, btw Troy 12181 -73.6898 42.72478 Italy Washington & Liberty Sts. 10
  • 11. Conversion • csv2rdf4lod • Encodes data + conversion process • Replicable conversions • Google Refine • Nice interface • Easy to use 11
  • 12. Example: Data about Farmers Markets State Name Address City Zipcode Lat Long Troy Neighborhood New York Farmers Market - 6th Ave Troy 12180 -73.68599 42.73168 Downtown The MarketPlace, Troy Neighborhood Hill Street, btw New York Troy 12181 -73.68983 42.72478 Farmers Market- Little Italy Washington & Liberty Sts. fm:farmersMarket_4239 a fm:FarmersMarket ; con:address implicit_address:address_4239 ; dcterms:title "Troy Neighborhood Farmers Market - Downtown" ; wgs:lat "-73.68599"^^xsd:decimal ; wgs:long "42.73168"^^xsd:decimal ; ov:csvRow "4239"^^xsd:integer . fm:farmersMarket_4243 a fm:FarmersMarket ; con:address implicit_address:address_4243 ; dcterms:title "Troy Waterfront Farmers Market" ; wgs:lat "-73.68942"^^xsd:decimal ; wgs:long "42.73491"^^xsd:decimal ; ov:csvRow "4243"^^xsd:integer . I can load it into a triple store. Now what? 12
  • 13. LODSPeaKr Simple kit for Publishing Linked Open Data bash < <(curl http://lodspeakr.org/install) 13
  • 14. LODSPeaKr • Site running in 15 minutes • Publish in different formats (RDF/XML, Turtle, RDFJSON, etc.) • Highly customizable using templates • Facilitates data exploration 14
  • 15. LODSPeaKr installed, no further configuration
  • 17. ...But I want the raw data $ curl http://graves.cl/farmersmarket/version/2010-Oct-22/farmersMarket_4239.rdf <?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/dc/terms/" xmlns:ns1="http://www.w3.org/2000/10/swap/pim/contact#" xmlns:ns2="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:ns3="http://open.vocab.org/terms/"> <rdf:Description rdf:about="http://graves.cl/farmersmarket/version/2010-Oct-22/ farmersMarket_4239"> <ns0:isReferencedBy rdf:resource="http://graves.cl/farmersmarket/version/2010-Oct-22"/> <rdf:type rdf:resource="http://graves.cl/farmersmarket/vocab/FarmersMarket"/> <ns1:address rdf:resource="http://graves.cl/farmersmarket/version/2010-Oct-22/ http_www_w3_org_2000_10_swap_pim_contact_address/address_4239"/> <ns0:title>Troy Neighborhood Farmers Market - Downtown</ns0:title> <ns2:lat rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">-73.68599</ns2:lat> <ns2:long rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">42.73168</ns2:long> <ns3:csvRow rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">4239.0</ns3:csvRow> </rdf:Description> </rdf:RDF> Data available as RDFJSON, RDF/XML, N-Triples and N3/Turtle
  • 18. Use Linked Data to find more information http://foo.com/a owl:sameAs http://bar.com/a http://bar.com/a owl:sameAs http://yuu.com/a http://foo.com/sparql LODSPeaKr http://bar.com/sparql http://yuu.com/sparql Final Page 18
  • 19. Multiple queries from multiple sources Endpoint A Endpoint C Endpoint F LODSPeaKr Endpoint B Endpoint D Final Page 19
  • 21. SPECIAL URIs • Sometimes is useful to create (exploratory) documents not related to one specific URI • Users can create their own using templating system 21
  • 22. Conclusions • It is possible to publish Linked Open Data in a rapid, simple way • From here it is possible to start creating webapps based on Linked Open Data • Open Data Portals • Machine-readable APIs • Mobile webapps 22
  • 23. Future work • Integrate LODSPeaKr with Drupal, WordPress, etc. • “A Framework for Linked Data apps” • Comments, suggestions and bug reports are welcome! 23
  • 24. LODSpeaKr http://lodspeakr.org Farmers Market data http://graves.cl/farmersmarket gravea3@rpi.edu @alvarograves 24

Editor's Notes