2 datasets found
  1. Wikidata subset with revision history information [JSON]

    • zenodo.org
    bin
    Updated Jun 6, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Alejandro Gonzalez-Hevia; Alejandro Gonzalez-Hevia (2022). Wikidata subset with revision history information [JSON] [Dataset]. http://doi.org/10.5281/zenodo.6614264
    Explore at:
    binAvailable download formats
    Dataset updated
    Jun 6, 2022
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Alejandro Gonzalez-Hevia; Alejandro Gonzalez-Hevia
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This dataset consists the complete revision history of every instance of the 100 most important classes in Wikidata. It contains 9.3 million classes and around 450 million revisions made to those classes. This dataset was exported from a MongoDB database. After decompressing the files, the resulting JSON files can be imported into MongoDB using the following commands:

    mongoimport --db=db_name --collection=wd_entities --file=wd_entities.json
    mongoimport --db=db_name --collection=wd_revisions --file=wd_revisions.json
    

    Make sure that db_name is replaced by the database where this data will be imported.

    Documents within the wd_entities collection have the following schema:

    • id: Internal id of the entity used by Wikidata (e.g. 8195238).
    • entity_id: Public id of the entity in Wikidata (e.g. 'Q42')
    • class_ids: List of classes that the entity belongs to (e.g. ['Q5', 'Q100'])
    • entity_json: JSON contents of the entity, following Wikidata's JSON data model (https://doc.wikimedia.org/Wikibase/master/php/md_docs_topics_json.html).

    Documents within the wd_revisions collection have the following schema:

    • id: Identifier of the revision (e.g. 15921539)
    • entity_id: Public id of the entity in Wikidata affected by this revision (e.g. 'Q42')
    • class_ids: List of classes that the entity affected by this revision belongs to (e.g. ['Q5', 'Q100'])
    • parent_id: Identifier of the previous revision to this one, if it exists (e.g. 15921214)
    • timestamp: Date where the revision was made, following the ISO 8601 format (e.g. +2019-05-27T09:31:10Z)
    • username: Username of the user that made the revision.
    • comment: Comments made by the user in the revision, if any.
    • entity_diff: List of operations made in this revision, following the JSON Patch format.
  2. r

    Google Maps edit Turramurra

    • researchdata.edu.au
    • data.nsw.gov.au
    Updated Dec 16, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    data.nsw.gov.au (2024). Google Maps edit Turramurra [Dataset]. https://researchdata.edu.au/google-maps-edit-turramurra/3441165
    Explore at:
    Dataset updated
    Dec 16, 2024
    Dataset provided by
    data.nsw.gov.au
    Area covered
    Turramurra
    Description
    Access API

    Metadata Portal Metadata Information

    Content Title
    Content TypeHosted Feature Layer, Web Map, Web Application, Aerial Imagery, Basemap, Table, Scene Layer/Scene Layer Package, Datastore, 2D Data, 3D Data, Other, Other Document
    Description
    Initial Publication DateDD/MM/YYYY
    Data CurrencyDD/MM/YYYY
    Data Update FrequencyDaily, Weekly, Fortnightly, Monthly, Quarterly, Half-Yearly, Yearly, Other, API
    Content SourceWebsite URL, API, Data provider files, Other
    File TypeCSV (.csv), EPS, ESRI File Geodatabase (.gdb), ESRI Shapefile (.shp), Excel (.xlsx), Geography Markup Language (.gml), GeoPDF, GPS Exchange Format (.gpx), GeoJSON, Industry Foundation Classes (IFC), JSON, Keyhole Markup Language (.kml), Keyhole Markup Language Zip (.kmz), MapInfo (.tab), Scene Layer Package (.slpk), TIFF, Web Feature Service, Well Known Text (*.wkt), Document, Imagery Layer, Map Feature Service, Document Link
    Attribution
    Data Theme, Classification or Relationship to other Datasets
    Accuracy
    Spatial Reference System (dataset)GDA94, GDA2020, WGS84, Other
    Spatial Reference System (web service)EPSG:4326, EPSG:3857, EPSG:7844, EPSG:900913, Other
    WGS84 Equivalent ToGDA94, GDA2020, Other
    Spatial Extent
    Content Lineage
    Data ClassificationBusiness Impact Levels (BIL), Commercial, Confidential, For Office Use Only, NSW:Sensitive Law Enforcement, Protected, Secret, Sensitive:Cabinet, Sensitive:Health Information, Sensitive:Legal, Sensitive:Personal, Sensitive:NSW Cabinet, Sensitive:NSW Government, Top Secret, Unclassified
    Data Access PolicyOpen, Shared, Restricted, Withdrawn from Service
    Data Quality
    Terms and ConditionsCreative Commons, Data Sharing Agreement, Memorandum of Understanding, Restricted Licence, Standard Licence
    Standard and Specification
    Data Custodian
    Point of Contact
    Data Aggregator
    Data Distributor
    Additional Supporting Information
    TRIM Number

  3. Not seeing a result you expected?
    Learn how you can add new datasets to our index.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Alejandro Gonzalez-Hevia; Alejandro Gonzalez-Hevia (2022). Wikidata subset with revision history information [JSON] [Dataset]. http://doi.org/10.5281/zenodo.6614264
Organization logo

Wikidata subset with revision history information [JSON]

Explore at:
binAvailable download formats
Dataset updated
Jun 6, 2022
Dataset provided by
Zenodohttp://zenodo.org/
Authors
Alejandro Gonzalez-Hevia; Alejandro Gonzalez-Hevia
License

Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically

Description

This dataset consists the complete revision history of every instance of the 100 most important classes in Wikidata. It contains 9.3 million classes and around 450 million revisions made to those classes. This dataset was exported from a MongoDB database. After decompressing the files, the resulting JSON files can be imported into MongoDB using the following commands:

mongoimport --db=db_name --collection=wd_entities --file=wd_entities.json
mongoimport --db=db_name --collection=wd_revisions --file=wd_revisions.json

Make sure that db_name is replaced by the database where this data will be imported.

Documents within the wd_entities collection have the following schema:

  • id: Internal id of the entity used by Wikidata (e.g. 8195238).
  • entity_id: Public id of the entity in Wikidata (e.g. 'Q42')
  • class_ids: List of classes that the entity belongs to (e.g. ['Q5', 'Q100'])
  • entity_json: JSON contents of the entity, following Wikidata's JSON data model (https://doc.wikimedia.org/Wikibase/master/php/md_docs_topics_json.html).

Documents within the wd_revisions collection have the following schema:

  • id: Identifier of the revision (e.g. 15921539)
  • entity_id: Public id of the entity in Wikidata affected by this revision (e.g. 'Q42')
  • class_ids: List of classes that the entity affected by this revision belongs to (e.g. ['Q5', 'Q100'])
  • parent_id: Identifier of the previous revision to this one, if it exists (e.g. 15921214)
  • timestamp: Date where the revision was made, following the ISO 8601 format (e.g. +2019-05-27T09:31:10Z)
  • username: Username of the user that made the revision.
  • comment: Comments made by the user in the revision, if any.
  • entity_diff: List of operations made in this revision, following the JSON Patch format.
Search
Clear search
Close search
Google apps
Main menu