All Projects → Wimmics → corese

Wimmics / corese

Licence: other
Software platform implementing and extending the standards of the Semantic Web.

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to corese

sparql-proxy
SPARQL-proxy: provides cache, job control, and logging for any SPARQL endpoint
Stars: ✭ 26 (-52.73%)
Mutual labels:  sparql, rdf, semantic-web, sparql-endpoints
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 (-49.09%)
Mutual labels:  sparql, rdf, semantic-web, sparql-endpoints
ont-api
ONT-API (OWL-API over Apache Jena)
Stars: ✭ 20 (-63.64%)
Mutual labels:  sparql, rdf, semantic-web, rdfs
OLGA
an Ontology SDK
Stars: ✭ 36 (-34.55%)
Mutual labels:  sparql, rdf, semantic-web, sparql-client
SEPA
Get notifications about changes in your SPARQL endpoint.
Stars: ✭ 21 (-61.82%)
Mutual labels:  sparql, rdf, semantic-web, sparql-endpoints
QuitStore
🖧 Quads in Git - Distributed Version Control for RDF Knowledge Bases
Stars: ✭ 87 (+58.18%)
Mutual labels:  sparql, rdf, sparql-endpoints
Awesome Semantic Web
A curated list of various semantic web and linked data resources.
Stars: ✭ 642 (+1067.27%)
Mutual labels:  sparql, rdf, semantic-web
Graphql To Sparql.js
Converts GraphQL queries to SPARQL queries
Stars: ✭ 62 (+12.73%)
Mutual labels:  sparql, rdf, semantic-web
LinkedDataHub
The Knowledge Graph notebook. Apache license.
Stars: ✭ 150 (+172.73%)
Mutual labels:  sparql, rdf, semantic-web
Rdfsharp
Lightweight and friendly .NET library for modeling Semantic Web applications
Stars: ✭ 72 (+30.91%)
Mutual labels:  sparql, rdf, semantic-web
Hypergraphql
GraphQL interface for querying and serving linked data on the Web.
Stars: ✭ 112 (+103.64%)
Mutual labels:  sparql, rdf, semantic-web
Semanticmediawiki
🔗 Semantic MediaWiki turns MediaWiki into a knowledge management platform with query and export capabilities
Stars: ✭ 359 (+552.73%)
Mutual labels:  sparql, rdf, semantic-web
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:  sparql, rdf, semantic-web
everything
The semantic desktop search engine
Stars: ✭ 22 (-60%)
Mutual labels:  sparql, rdf, semantic-web
AskNowNQS
A question answering system for RDF knowledge graphs.
Stars: ✭ 32 (-41.82%)
Mutual labels:  sparql, rdf, semantic-web
Rdf4j
Eclipse RDF4J: scalable RDF for Java
Stars: ✭ 242 (+340%)
Mutual labels:  sparql, rdf, semantic-web
ontobio
python library for working with ontologies and ontology associations
Stars: ✭ 104 (+89.09%)
Mutual labels:  sparql, rdf, semantic-web
skos-play
SKOS-Play allows to print SKOS files in HTML or PDF. It also embeds xls2rdf to generate RDF from Excel.
Stars: ✭ 58 (+5.45%)
Mutual labels:  sparql, rdf, semantic-web
Sessel
Document RDFizer for CouchDB
Stars: ✭ 22 (-60%)
Mutual labels:  sparql, rdf, semantic-web
LSQ
Linked SPARQL Queries (LSQ): Framework for RDFizing triple store (web) logs and performing SPARQL query extraction, analysis and benchmarking in order to produce datasets of Linked SPARQL Queries
Stars: ✭ 23 (-58.18%)
Mutual labels:  sparql, rdf, semantic-web

Corese-logo
Software platform for the Semantic Web of Linked Data

Corese is a software platform implementing and extending the standards of the Semantic Web. It allows to create, manipulate, parse, serialize, query, reason and validate RDF data.

Corese implement W3C standarts RDF, RDFS, SPARQL1.1 Query & Update, OWL RL, SHACL … It also implements extensions like STTL SPARQL, SPARQL Rule and LDScript.

There are three versions of Corese:

  • Corese-library: Java library to process RDF data and use Corese features via an API.
  • Corese-server: Tool to easily create, configure and manage SPARQL endpoints.
  • Corese-gui: Graphical interface that allows an easy and visual use of Corese features.

Download and install

Corese-library

<dependency>
    <groupId>fr.inria.corese</groupId>
    <artifactId>corese-core</artifactId>
    <version>4.3.0</version>
</dependency>

<dependency>
    <groupId>fr.inria.corese</groupId>
    <artifactId>corese-rdf4j</artifactId>
    <version>4.3.0</version>
</dependency>

Documentation: Getting Started With Corese-library

Corese-server

docker run --name my-corese \
    -p 8080:8080 \
    -d wimmics/corese
# Replace ${VERSION} with the desired version number (e.g: 4.3.0)
wget "files.inria.fr/corese/distrib/corese-server-${VERSION}.jar"
java -jar "corese-server-${VERSION}.jar"

Documentation: Getting Started With Corese-server

Corese-GUI

# Replace ${VERSION} with the desired version number (e.g: 4.3.0)
wget "files.inria.fr/corese/distrib/corese-gui-${VERSION}.jar"
java -jar "corese-gui-${VERSION}.jar"

Compilation from source

Download source code and compile.

git clone "https://github.com/Wimmics/corese.git"
cd corese
mvn -Dmaven.test.skip=true package

Contributions and discussions

For support questions, comments, and any ideas for improvements you'd like to discuss, please use our discussion forum. We welcome everyone to contribute to issue reports, suggest new features, and create pull requests.

General informations

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].