All Projects → oxigraph → rio

oxigraph / rio

Licence: Apache-2.0 license
RDF parsers library

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to rio

joseki
Pure Go library for working with RDF, a powerful framework for representing informations as graphs.
Stars: ✭ 27 (-51.79%)
Mutual labels:  rdf, turtle, n-triples
Rdflib
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
Stars: ✭ 1,584 (+2728.57%)
Mutual labels:  rdf, turtle, rdf-xml
basex-rdf
RDF parsing for BaseX
Stars: ✭ 16 (-71.43%)
Mutual labels:  rdf, turtle, n-triples
ont-api
ONT-API (OWL-API over Apache Jena)
Stars: ✭ 20 (-64.29%)
Mutual labels:  rdf, turtle
rdfshape-api
API for validating and transforming RDF, ShEx, SHACL and more.
Stars: ✭ 31 (-44.64%)
Mutual labels:  rdf, turtle
stardog-language-servers
Language Servers for Stardog Languages
Stars: ✭ 19 (-66.07%)
Mutual labels:  rdf, turtle
semantic-web
Storing ontologies/vocabularies from the web. Wish anybody can translate some of them.
Stars: ✭ 114 (+103.57%)
Mutual labels:  rdf, turtle
ControlledVocabularyManager
Rails application with Blazegraph for managing controlled vocabularies in RDF.
Stars: ✭ 20 (-64.29%)
Mutual labels:  rdf
m-ld-js
m-ld Javascript engine
Stars: ✭ 18 (-67.86%)
Mutual labels:  rdf
knowledge-graph-change-language
Tools for working with KGCL
Stars: ✭ 14 (-75%)
Mutual labels:  rdf
trio
Datatype agnostic triple store & query engine API
Stars: ✭ 78 (+39.29%)
Mutual labels:  rdf
mayktso
🌌 mayktso: encounters at an endpoint
Stars: ✭ 19 (-66.07%)
Mutual labels:  rdf
rdf-editor
The OpenLink Structured Data Editor enables editing of RDF documents (in TURTLE notation) stored in a variety of HTTP accessible documents. Actual document access requires the target document is served from a system that supports at least one of the following open standards: Linked Data Platform (LDP), WebDAV, SPARQL 1.1 Update, or the SPARQL Gr…
Stars: ✭ 92 (+64.29%)
Mutual labels:  turtle
sparklis
Sparklis is a query builder in natural language that allows people to explore and query SPARQL endpoints with all the power of SPARQL and without any knowledge of SPARQL.
Stars: ✭ 28 (-50%)
Mutual labels:  rdf
LD-Connect
LD Connect is a Linked Data portal for IOS Press in collaboration with the STKO Lab at UC Santa Barbara.
Stars: ✭ 0 (-100%)
Mutual labels:  rdf
OLGA
an Ontology SDK
Stars: ✭ 36 (-35.71%)
Mutual labels:  rdf
SANSA-Stack
Big Data RDF Processing and Analytics Stack built on Apache Spark and Apache Jena http://sansa-stack.github.io/SANSA-Stack/
Stars: ✭ 130 (+132.14%)
Mutual labels:  rdf
pycsvw
A tool to read CSV files with CSVW metadata and transform them into other formats.
Stars: ✭ 32 (-42.86%)
Mutual labels:  rdf
QuitStore
🖧 Quads in Git - Distributed Version Control for RDF Knowledge Bases
Stars: ✭ 87 (+55.36%)
Mutual labels:  rdf
skos-play
SKOS-Play allows to print SKOS files in HTML or PDF. It also embeds xls2rdf to generate RDF from Excel.
Stars: ✭ 58 (+3.57%)
Mutual labels:  rdf

Rio

actions status

Rio is a low level library which provides conformant and fast parsers and formatters for RDF related file formats.

It currently provides N-Triples, N-Quads, Turtle, TriG and RDF/XML parsers and formatters.

It is split into multiple crates:

There is also the rio_testsuite crate that is used for testing Rio parsers against the W3C RDF tests to ensure their conformance. It provides both an executable for building implementation reports and integration test to quickly ensure that the parsers stay conformant. It is not designed to be used outside of Rio.

License

Copyright 2019-2021 The Rio developers.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].