Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

---

<h1 id="open-data-acquisition-lab">Open-Data-Acquisition-Lab</h1>
<h1 id="europeana-data-aggregation-lab">Europeana Data Aggregation Lab</h1>
<p>Experimental project on a framework for acquisition of data from open data sources, and supporting several technologies and protocols. The Data Aggregation Lab is a work in progress. It aims to gather information from data providers and aggregators, share experimental results, apply prototypes, and provide demonstrators.</p>
<p>Current R&amp;D activities address:</p>
<ul>
Expand All @@ -19,7 +19,7 @@
<p>Current operations available in the workbench (for data providers):</p>
<ul>
<li>Register a LOD dataset for aggregation by Europeana - Allows data providers and aggregators to send us the description of a dataset where we will experiment the LOD aggregation mechanisms.<br>
The guidelines for describing a LOD dataset for Europeana are available in <a href="https://github.com/nfreire/Open-Data-Acquisition-Framework/blob/master/opaf-documentation/SpecifyingLodDatasetForEuropeana.md">this document</a>.</li>
The guidelines for describing a LOD dataset for Europeana are available in <a href="https://github.com/nfreire/data-aggregation-lab/blob/master/opaf-documentation/SpecifyingLodDatasetForEuropeana.md">this document</a>.</li>
<li>Register a IIIF dataset for aggregation by Europeana - Allows data providers and aggregators to send us the description of a dataset where we will experiment the WWW crawling aggregation mechanisms for extracting structured data within HTML pages.<br>
IIIF datasets can be used for aggregation via several harvesting methods: <a href="http://preview.iiif.io/api/discovery/api/discovery/0.1/">IIIF Change Discovery API v0.1</a>, IIIF Collections, and Sitemaps.</li>
<li>Register a WWW dataset for aggregation by Europeana - Allows data providers and aggregators to send us the description of a dataset where we will experiment the HTML Crawling and aggregation of micro formats (RDFa, Microdata, etc) and JSON-LD (for example for <a href="http://Schema.org">Schema.org</a> data).<br>
Expand Down