Skip to content
Martynas Jusevičius edited this page May 25, 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.
topic
The topic of the document. Can be another document but also a physical thing or abstract concept that cannot be directly accesssed over HTTP. They usually have hash URIs, for example ending with #this, or redirect to document URIs. Topic/document relationship is expressed using foaf:isPrimaryTopicOf/foaf:primaryTopic relationships.
Clone this wiki locally