Jump to content

CubicWeb: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Line 55: Line 55:
* {{cite web|url=https://books.google.com/books?id=3Ee7BQAAQBAJ|title=The Semantic Web: Semantics and Big Data: 10th International Conference, ESWC 2013, Montpellier, France, May 26-30, 2013. Proceedings|first1=Philipp|last1=Cimiano|first2=Oscar|last2=Corcho|first3=Valentina|last3=Presutti|first4=Laura|last4=Hollink|first5=Sebastian|last5=Rudolph|date=20 May 2013|publisher=Springer|accessdate=6 July 2016|via=Google Books}} {{paywall}}
* {{cite web|url=https://books.google.com/books?id=3Ee7BQAAQBAJ|title=The Semantic Web: Semantics and Big Data: 10th International Conference, ESWC 2013, Montpellier, France, May 26-30, 2013. Proceedings|first1=Philipp|last1=Cimiano|first2=Oscar|last2=Corcho|first3=Valentina|last3=Presutti|first4=Laura|last4=Hollink|first5=Sebastian|last5=Rudolph|date=20 May 2013|publisher=Springer|accessdate=6 July 2016|via=Google Books}} {{paywall}}
* {{cite journal|url=https://www.researchgate.net/publication/224042464_Rss_feeds_aggregator_based_on_Scikitslearn_and_CubicWeb|title=Rss feeds aggregator based on Scikits.learn and CubicWeb|first=Vincent|last=Michel|date=1 August 2011|publisher=|accessdate=6 July 2016}}
* {{cite journal|url=https://www.researchgate.net/publication/224042464_Rss_feeds_aggregator_based_on_Scikitslearn_and_CubicWeb|title=Rss feeds aggregator based on Scikits.learn and CubicWeb|first=Vincent|last=Michel|date=1 August 2011|publisher=|accessdate=6 July 2016}}
* {{cite web|url=https://books.google.com/books?id=mGYnCgAAQBAJ|title=Mastering Structured Data on the Semantic Web: From HTML5 Microdata to Linked Open Data|first=Leslie|last=Sikos|date=11 July 2015|publisher=Apress|accessdate=6 July 2016|via=Google Books}}
* {{cite book |last=Sikos |first=L. F. | title=Mastering Structured Data on the Semantic Web: From HTML5 Microdata to Linked Open Data | publisher=Apress | location=New York | publication-date=2015 | doi= 10.1007/978-1-4842-1049-9 }}
* {{cite web|url=http://www.silicon.fr/nicolas-chauvat-logilab-cubicweb-83522.html|title=Nicolas Chauvat (Logilab) sur CubicWeb et Dataconnexions - Silicon|date=14 February 2013|publisher=|accessdate=6 July 2016}}
* {{cite web|url=http://www.silicon.fr/nicolas-chauvat-logilab-cubicweb-83522.html|title=Nicolas Chauvat (Logilab) sur CubicWeb et Dataconnexions - Silicon|date=14 February 2013|publisher=|accessdate=6 July 2016}}
* {{cite web|url=http://www.itespresso.fr/open-data-logiciel-libre-cubicweb-prime-etalab-61647.html|title=Open data : le logiciel libre CubicWeb primé par Etalab|date=8 February 2013|publisher=|accessdate=6 July 2016}}
* {{cite web|url=http://www.itespresso.fr/open-data-logiciel-libre-cubicweb-prime-etalab-61647.html|title=Open data : le logiciel libre CubicWeb primé par Etalab|date=8 February 2013|publisher=|accessdate=6 July 2016}}

Revision as of 05:38, 16 February 2017

CubicWeb
Initial release2001 (2001)
Stable release
3.22.2[1] / February 23, 2016; 8 years ago (2016-02-23)
Repository
Operating systemUnix-like and Microsoft Windows
Typesemantic web framework
LicenseLesser General Public License
Websitewww.cubicweb.org

CubicWeb is an open source semantic web application framework, licensed under the LGPL.[2] It is written in Python.

It has been an open free software project since October 2008, but the project began in 2000 and was initially developed by Logilab for internal uses such as intranet, bug tracker and forge applications.

As of 2012, CubicWeb is being used in large-scale semantic web and linked open data applications[3][4] and international corporations.[5]

Concepts

The framework is entirely driven by a data model. Once the data model is defined, one gets a functional web application and can further customize the views (by default it provides a set of default views for each type of data).

A cube is a reusable component defining specific features. For example a cube forge allows one to create one's own forge and the forge cube reuses the cubes comment, file, email, etc. Interesting general purpose cubes include dbpedia and openlibrary.

The framework has been translated to English, French, Spanish and German (April 2011).

Functions

  • Semantic web: supports OWL/RDF
  • Multi-source: supports RQL, SQL, LDAP, Subversion and Mercurial
  • RQL: Relationship query language to ease data query
  • Migration tool: fits into agile development
  • View selection principle: the engine selects the best view to fit the content to display according to the context
  • Cubes library: a wide range of cubes are available on the forge

See also

References

  1. ^ "cubicweb 3.22.2 (CubicWeb's Forge)". Retrieved 6 July 2016.
  2. ^ "CubicWeb - Semantic Web Standards". Retrieved 6 July 2016.
  3. ^ "semanticweb_databnf_fr (data.bnf.fr)". Retrieved 6 July 2016.
  4. ^ Simon, A., Wenz, R., Michel, V., & Di Mascio, A. (2013). Publishing Bibliographic Records on the Web of Data: Opportunities for the BnF (French National Library). In The Semantic Web: Semantics and Big Data (pp. 563-577). Springer Berlin Heidelberg.
  5. ^ http://lists.cubicweb.org/pipermail/cubicweb/2012-October/001262.html

Further reading