Giter VIP home page Giter VIP logo

pschema-rs's People

Contributors

angelip2303 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

pschema-rs's Issues

PSchema Roadmap and Features

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:

image

The following table summarizes the supported Values:

Feature Supported Comments
DataValue
Entity
DataType
Item
Property

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:

image

Regarding the supported DataTypes, the set of accepted ones is as follows:

Feature Supported PSchema Representation
StringValue String
QuantityValue Quantity
MonolingualTextValue String
TimeValue DateTime
MultilingualTextValue String
GeoCoordinatesValue Coordinates
IriValue ShapeReference

Statements

The Statements describe the claim of a statement; that is, it establishes relationships between entities. The complete structure is described as follows:

image

Regarding the supported features, the currently implemented ones can be seen in the following table:

Feature Supported Comments
Statement
Qualifiers

WShEx

Regarding the main features supported by WShEx schemas, the currently supported functionalities can be seen in the following table:

Feature Supported PSchema Representation
Triple constraints TripleConstraint, ShapeAnd, ShapeOr
Cardinality Cardinality
Labels, descriptions and aliases
Value sets ShapeOr
Bult-in DataTypes ShapeLiteral
Facets
Qualifiers
References ShapeReference
Ranks
SiteLinks

Data import/export

pschema-rs can operate with data in several formats, the currently supported ones can be seen in the table below:

Feature Supported Comments
DuckDB Import
DuckDB Export 🕒 Even if it's planned, we are waiting for the pola-rs release
Parquet Import
Parquet Export
NTriples Import
NTriples Export

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.