-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,36 @@ | ||
--- | ||
title: Overview | ||
title: Home | ||
layout: home | ||
nav_order: 10 | ||
--- | ||
|
||
# Scaseco | ||
|
||
Welcome to the GitHub Organization *Scaseco* - scalable semantic components. | ||
|
||
## Libraries | ||
|
||
* [aksw-commons](https://github.com/SmartDataAnalytics/aksw-commons): A utility belt for things not covered by apache-commons, guava and commons-collections. | ||
* [JenaX](https://github.com/Scaseco/jenax): A project with many unofficial extensions for the [Apache Jena](https://github.com/apache/jena/) Semantic Web framework. | ||
* [r2rml-api-jena](https://github.com/Scaseco/r2rml-api-jena): A RML and R2RML toolkit. Can translate RML and R2RLM to extended SPARQL queries that can be executed with the JenaX SPARQL extensions. This approach enables algebra optimization and reuse of SPARQL extensions. | ||
* [hadoop-parser-framework](https://github.com/Scaseco/hadoop-parser-framework): This hadoop/spark project should eventually receive the IO layer of [SANSA](https://github.com/SANSA-Stack/SANSA-Stack). | ||
|
||
|
||
## Vaadin Utilities and Components | ||
|
||
* [vaadin-yasqe](https://github.com/Scaseco/vaadin-yasqe): Vaadin bindings for the popular *Yet Another Sparql Query Editor* (YASQE) widget. | ||
* [vaadin-jena](https://github.com/Scaseco/vaadin-jena): Components and utilities for bridging Vaadin and Jena. Examples include: SPARQL-backed grid views, SPARQL-based label retrieval and visualization of spatial RDF literals (e.g. GeoSPARQL) on a leaflet map. | ||
|
||
## Maven-based Data Management | ||
|
||
* [maven4data](https://scaseco.github.io/maven4data/): A website explaining how to adapt the Apache Maven build system for generating, transforming, packaging and deploying data artifacts. | ||
* [sparql-maven-plugin](https://github.com/Scaseco/sparql-maven-plugin): A maven plugin to create or update resources with SPARQL queries. | ||
* [ckan-maven-plugin](https://github.com/Scaseco/ckan-maven-plugin): A maven plugin to deploy artifacts to CKAN instances. | ||
* [mvn-rdf-sync](https://github.com/Scaseco/mvn-rdf-sync): CLI and docker setup to detect changes to a Maven repository and trigger generation and publishing of metadata artifacts. For example, an upload of an RDF dataset may automatically trigger DCAT, VoID and PROV-O generation. | ||
|
||
|
||
## Applications | ||
|
||
* [Facete3](https://github.com/Scaseco/facete3) A SPARQL-based Faceted Search Application built upon the Java Vaadin framework. | ||
|
||
|