PSchema Roadmap and Features #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Wikibase/DataModel
See the data model of Wikibase for further information on the structure of the data to be handled by
pschema-rs
.Values
First, regarding Values, which are the basic objects representing a particular thing, ranging from Literal or DataValues, to Entities, holding a DataType, an Item and a Property. According to the following schema:
The following table summarizes the supported Values:
Datatypes
Second, a finite set of datatypes are supported by Wikibase. According to this, for the purpose of this library, a simplification of the Wikibase set of accepted types can be implemented. For the whole picture of the set of Wikibase datatypes, see:
Regarding the supported DataTypes, the set of accepted ones is as follows:
Statements
The Statements describe the claim of a statement; that is, it establishes relationships between entities. The complete structure is described as follows:
Regarding the supported features, the currently implemented ones can be seen in the following table:
WShEx
Regarding the main features supported by WShEx schemas, the currently supported functionalities can be seen in the following table:
Data import/export
pschema-rs
can operate with data in several formats, the currently supported ones can be seen in the table below:pola-rs
releaseThe text was updated successfully, but these errors were encountered: