CORESE APIs#
Corese Java API
Developers can use the Corese Java API to:
load RDF data from files
export RDF data to files
build graphs programmatically
run SPARQL queries (SELECT, CONSTRUCT, ASK, UPDATE)
validate RDF data against SHACL shapes (SHACL)
transform RDF data using STTL (SPARQL Template Transformation Language)
apply SPARQL rules
execute LDScript functionalities
and more…
Corese command-line interface
Corese-Command is a command-line interface (CLI) for the Corese Semantic Web Factory. It facilitates:
running SPARQL queries on the loaded RDF datasets and remote SPARQL endpoints
converting RDF files between different serialization formats
validating RDF data against SHACL shapes
and more…