Skip to content
Martynas Jusevičius edited this page May 19, 2015 · 15 revisions
sitemap
OWL ontology containing gp:Template classes which combine URI and SPIN templates and other annotations. When Linked Data is requested, Graphity Processor interprets the sitemap and responds by querying data from/writing data into the dataset.
Sitemap is configured in web.xml.
dataset
A file containing instance data (ABox) of the application. Instance types should be aligned with sitemap types and document hierarchy.
Dataset is configured in web.xml.
service
A service containing instance data (ABox) of the application and implementing SPARQL 1.1 Protocol and optionally Graph Store Protocol. Instance types should be aligned with sitemap types.
Service is configured in web.xml.
constraint
SPIN constraints are part of the sitemap, attached to resource templates. They validate all write requests with RDF data payload. If the data is valid, processing continues to skolemization. Otherwise, 400 Bad Request with violations details is returned.
skolemization
The process of building URIs for blank nodes during data input using URI skolemization templates of resource templates.
Clone this wiki locally