Difference between revisions of "Extracting Prov Provenance Traces from Wikipedia History Pages"

From Wikipedia Quality
Jump to: navigation, search
(Infobox work)
(Embed for English Wikipedia, HTML)
Line 10: Line 10:
 
== Overview ==
 
== Overview ==
 
Wikipedia History pages contain provenance metadata that describes the history of revisions of each [[Wikipedia]] article. Authors have developed a simple extractor which, starting from a user-specified article page, crawls through the graph of its associated history pages, and encodes the essential elements of those pages according to the PROV data model. The crawling is performed on the live pages using the Wikipedia REST interface. The resulting PROV provenance graphs are stored in a graph database (Neo4J), where they can be queried using the Cypher graph query language (proprietary to Neo4J), or traversed programmatically using the Neo4J Java Traversal API.
 
Wikipedia History pages contain provenance metadata that describes the history of revisions of each [[Wikipedia]] article. Authors have developed a simple extractor which, starting from a user-specified article page, crawls through the graph of its associated history pages, and encodes the essential elements of those pages according to the PROV data model. The crawling is performed on the live pages using the Wikipedia REST interface. The resulting PROV provenance graphs are stored in a graph database (Neo4J), where they can be queried using the Cypher graph query language (proprietary to Neo4J), or traversed programmatically using the Neo4J Java Traversal API.
 +
 +
== Embed ==
 +
=== Wikipedia Quality ===
 +
<code>
 +
<nowiki>
 +
Missier, Paolo; Chen, Ziyu. (2013). "[[Extracting Prov Provenance Traces from Wikipedia History Pages]]".DOI: 10.1145/2457317.2457375.
 +
</nowiki>
 +
</code>
 +
 +
=== English Wikipedia ===
 +
<code>
 +
<nowiki>
 +
{{cite journal |last1=Missier |first1=Paolo |last2=Chen |first2=Ziyu |title=Extracting Prov Provenance Traces from Wikipedia History Pages |date=2013 |doi=10.1145/2457317.2457375 |url=https://wikipediaquality.com/wiki/Extracting_Prov_Provenance_Traces_from_Wikipedia_History_Pages}}
 +
</nowiki>
 +
</code>
 +
 +
=== HTML ===
 +
<code>
 +
<nowiki>
 +
Missier, Paolo; Chen, Ziyu. (2013). &amp;quot;<a href="https://wikipediaquality.com/wiki/Extracting_Prov_Provenance_Traces_from_Wikipedia_History_Pages">Extracting Prov Provenance Traces from Wikipedia History Pages</a>&amp;quot;.DOI: 10.1145/2457317.2457375.
 +
</nowiki>
 +
</code>

Revision as of 07:46, 7 June 2020


Extracting Prov Provenance Traces from Wikipedia History Pages
Authors
Paolo Missier
Ziyu Chen
Publication date
2013
DOI
10.1145/2457317.2457375
Links
Original

Extracting Prov Provenance Traces from Wikipedia History Pages - scientific work related to Wikipedia quality published in 2013, written by Paolo Missier and Ziyu Chen.

Overview

Wikipedia History pages contain provenance metadata that describes the history of revisions of each Wikipedia article. Authors have developed a simple extractor which, starting from a user-specified article page, crawls through the graph of its associated history pages, and encodes the essential elements of those pages according to the PROV data model. The crawling is performed on the live pages using the Wikipedia REST interface. The resulting PROV provenance graphs are stored in a graph database (Neo4J), where they can be queried using the Cypher graph query language (proprietary to Neo4J), or traversed programmatically using the Neo4J Java Traversal API.

Embed

Wikipedia Quality

Missier, Paolo; Chen, Ziyu. (2013). "[[Extracting Prov Provenance Traces from Wikipedia History Pages]]".DOI: 10.1145/2457317.2457375.

English Wikipedia

{{cite journal |last1=Missier |first1=Paolo |last2=Chen |first2=Ziyu |title=Extracting Prov Provenance Traces from Wikipedia History Pages |date=2013 |doi=10.1145/2457317.2457375 |url=https://wikipediaquality.com/wiki/Extracting_Prov_Provenance_Traces_from_Wikipedia_History_Pages}}

HTML

Missier, Paolo; Chen, Ziyu. (2013). &quot;<a href="https://wikipediaquality.com/wiki/Extracting_Prov_Provenance_Traces_from_Wikipedia_History_Pages">Extracting Prov Provenance Traces from Wikipedia History Pages</a>&quot;.DOI: 10.1145/2457317.2457375.