Difference between revisions of "Metadata Provenance"

From Creative Commons
Jump to: navigation, search
Line 3: Line 3:
 
{{Draft}}
 
{{Draft}}
  
* Status: In development
+
'''Status:''' In development
  
The initial version of DiscoverEd has limited ability to filter by curator.  While you can filter for resources with a specific curator, the remaining search terms are not limited to metadata provided by that curator.  This is a significant short coming with respect to tracking provenance.
+
The initial version of DiscoverEd does not include provenance support.  Provenance means tracking the source of resource metadata.  Due to this limitation, DiscoverEd has limited ability to filter by curator.  While you can filter for resources with a specific curator, the remaining search terms are not limited to metadata provided by that curator.  This is a significant short coming for resources with multiple curators.
  
 
== Requirements ==
 
== Requirements ==
  
You can filter a query to exclude a curator, and metadata provided by that curator is not considered for other query terms.  For example, "<code>-curator:http://example.org subject:biology cells</code>" would return results containing the term "cells", with the subject tag "biology" provided by a curator <strong>other than</strong> http://example.org.
+
* The provenance of metadata discovered through RSS, Atom, and OAI-PMH is stored in the RDF Store.
 +
* Metadata extracted from structured data is stored with provenance reflecting the page it was extracted from.
 +
* Users can filter a query to exclude a curator, and metadata provided by that curator is not considered for other query terms.  For example, "<code>-curator:http://example.org subject:biology cells</code>" would return results containing the term "cells", with the subject tag "biology" provided by a curator <strong>other than</strong> http://example.org.

Revision as of 16:27, 7 June 2010

Status: In development

The initial version of DiscoverEd does not include provenance support. Provenance means tracking the source of resource metadata. Due to this limitation, DiscoverEd has limited ability to filter by curator. While you can filter for resources with a specific curator, the remaining search terms are not limited to metadata provided by that curator. This is a significant short coming for resources with multiple curators.

Requirements

  • The provenance of metadata discovered through RSS, Atom, and OAI-PMH is stored in the RDF Store.
  • Metadata extracted from structured data is stored with provenance reflecting the page it was extracted from.
  • Users can filter a query to exclude a curator, and metadata provided by that curator is not considered for other query terms. For example, "-curator:http://example.org subject:biology cells" would return results containing the term "cells", with the subject tag "biology" provided by a curator other than http://example.org.