Knowledge graphs

    From Consumerium development wiki R&D Wiki
    Revision as of 19:23, 16 February 2019 by Jukeboksi (talk | contribs) (moved contents from Wikidata unchanged to gain better understanding of the possibilities and issues)

    DBpedia

    DBpedia (.org) is a community effort to enable the web moving "Towards a Public Data Infrastructure for a Large, Multilingual, Semantic Knowledge Graph".

    Today the DBpedia data sets contain a wealth of information structured into ontologies. This structured data can be queried with SPARQL query language at their public DBpedia SPARQL endpoint.

    There are many methods how the DBpedia ontology and datasets could be used in the Consumerium implementation stage wiki. One of these would be to install the LinkedWiki extension.

    Ontology classes useful for implementing Consumerium

    All DBpedia ontology classes

    DBpedia datasets

    Databus

    At DBpedia there is ongoing work on what is called DBpedia Databus to take their game to the next level. Databus Alpha was published in May 2018.

    History of DBpedia

    DBpedia began as an effort to extract structured information from Wikipedia infobox templates and categories and to make this information available on the Web with the initial release on January 10th 2007.

    More info on DBpedia

    See also


    Wikidata

    Wikidata (.org) is a knowledge base, an effort to store and serve structured data to Wikimedia wikis and to a more limited extent to other parties. Wikidata effort saw the daylight in 2012.

    The underlying software is the Wikibase which consists of 2 Mediawiki extensions, the repository extension and the client extension.

    Wikibase allows interwiki links to be managed with Wikidata removing much contributor annoyanges, redundancy and error-proneness.

    Wikidata is obviously a main source of reference level data once it is technically possible for non-WMF wikis to access the data items.

    It can be accessed outside of WMF wikis with with

    Main entry point of any Wikidata item is a JSON dictionary, that has this form:

    {“labels”: by-language dictionary

    “descriptions”: by-language dictionary

    “aliases”: by-language dictionary

    “claims”: list of property and values

    “sitelinks”: by-language dictionary}

    Useful information

    More info

    See also

    • Database for a higher level view of what is going on with the databases
    • Semantic MediaWiki is system for inputting and querying semantic data within the MediaWiki and it is implemented as extension(s).
    • DBpedia the original structured data harvesting effort for the MediaWiki wikis