GraphCentric developer view
/decks/sample/slides/sample-overview
https://graphcentric.com/decks/sample/slides/sample-overview
Navigation
Methods
| Method | Status | Basis |
|---|---|---|
| GET | available | representation candidates are configured |
| HEAD | available | GET representation headers |
| OPTIONS | available | HTTP capability discovery |
Resource Details
- URI
- https://graphcentric.com/decks/sample/slides/sample-overview
- Graph
- https://graphcentric.com/graphs/public-resources
- Query
- s3://graphcentric.com/decks-content/slides/sample-overview/query.sparql
Link Relations
8 links| rel | title | type | href |
|---|---|---|---|
| alternate | Slide HTML | text/html;charset=utf-8 | https://graphcentric.com/decks/sample/slides/sample-overview.html |
| collection | One source, two public views | https://graphcentric.com/decks/sample | |
| first | First slide | text/html;charset=utf-8 | https://graphcentric.com/decks/sample/slides/sample-overview.html |
| https://graphcentric.info/link-relations/resource-configuration | Slide Resource Configuration HTML | text/html;charset=utf-8 | https://graphcentric.com/decks/sample/slides/sample-overview.resource-configuration.html |
| https://graphcentric.info/link-relations/resource-state-query | Slide Resource State Query | text/plain;charset=utf-8 | https://graphcentric.com/decks/sample/slides/sample-overview.sparql |
| last | Last slide | text/html;charset=utf-8 | https://graphcentric.com/decks/sample/slides/decision-matrix.html |
| next | Next slide | https://graphcentric.com/decks/sample/slides/graphcentric-foundation | |
| up | Slide deck | https://graphcentric.com/decks/sample-slides |
Resource Configuration Model
Turtle
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX gcs: <https://graphcentric.com/schema/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX schema: <https://schema.org/>
PREFIX sh: <http://www.w3.org/ns/shacl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://graphcentric.com/decks/sample/slides/sample-overview/.links/last>
rdf:type gcs:Link;
gcs:rel "last";
gcs:target <https://graphcentric.com/decks/sample/slides/decision-matrix.html>;
schema:name "Last slide" .
<https://graphcentric.com/decks/sample/slides/decision-matrix.html>
rdf:type gcs:WebResource;
gcs:contentType "text/html;charset=utf-8";
gcs:graph <https://graphcentric.com/graphs/public-resources>;
gcs:link <https://graphcentric.com/decks/sample/slides/decision-matrix.html/.links/canonical>;
gcs:outerTemplate <s3://graphcentric.com/templates/slide.html>;
gcs:template <s3://graphcentric.com/decks-content/slides/decision-matrix/body.html> .
<https://graphcentric.com/decks/sample/.links/first-slide>
rdf:type gcs:Link;
gcs:rel "first";
gcs:target <https://graphcentric.com/decks/sample/slides/sample-overview.html>;
schema:name "First slide" .
<https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/resource-configuration-html>
rdf:type gcs:Link;
gcs:rel "https://graphcentric.info/link-relations/resource-configuration";
gcs:target <https://graphcentric.com/decks/sample/slides/graphcentric-foundation.resource-configuration.html>;
schema:name "Slide Resource Configuration HTML" .
<https://graphcentric.com/decks/sample/.links/resource-configuration-html>
rdf:type gcs:Link;
gcs:rel "https://graphcentric.info/link-relations/resource-configuration";
gcs:target <https://graphcentric.com/decks/sample.resource-configuration.html>;
schema:name "Deck Resource Configuration HTML" .
<https://graphcentric.com/decks/sample>
rdf:type gcs:WebResource;
gcs:frame <s3://graphcentric.com/decks-content/sample/frame.jsonld>;
gcs:graph <https://graphcentric.com/graphs/public-resources>;
gcs:link <https://graphcentric.com/decks/sample/.links/first-slide> , <https://graphcentric.com/decks/sample/.links/resource-configuration-html> , <https://graphcentric.com/decks/sample/.links/alternate-slides> , <https://graphcentric.com/decks/sample/.links/alternate-html> , <https://graphcentric.com/decks/sample/.links/item-decision-matrix> , <https://graphcentric.com/decks/sample/.links/item-sample-overview> , <https://graphcentric.com/decks/sample/.links/item-graphcentric-foundation> , <https://graphcentric.com/decks/sample/.links/item-comparison> , <https://graphcentric.com/decks/sample/.links/last-slide>;
gcs:query <s3://graphcentric.com/decks-content/sample/query.sparql> .
<https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/first>
rdf:type gcs:Link;
gcs:rel "first";
gcs:target <https://graphcentric.com/decks/sample/slides/sample-overview.html>;
schema:name "First slide" .
<https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/next>
rdf:type gcs:Link;
gcs:rel "next";
gcs:target <https://graphcentric.com/decks/sample/slides/comparison>;
schema:name "Next slide" .
<https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/up>
rdf:type gcs:Link;
gcs:rel "up";
gcs:target <https://graphcentric.com/decks/sample-slides>;
schema:name "Slide deck" .
<https://graphcentric.com/decks/sample/.links/item-comparison>
rdf:type gcs:Link;
gcs:rel "item";
gcs:target <https://graphcentric.com/decks/sample/slides/comparison.html>;
schema:name "comparison" .
<https://graphcentric.com/decks/sample/slides/sample-overview.html/.links/canonical>
rdf:type gcs:Link;
gcs:rel "canonical";
gcs:target <https://graphcentric.com/decks/sample/slides/sample-overview>;
schema:name "Canonical slide" .
<https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/alternate-html>
rdf:type gcs:Link;
gcs:rel "alternate";
gcs:target <https://graphcentric.com/decks/sample/slides/graphcentric-foundation.html>;
schema:name "Slide HTML" .
<https://graphcentric.com/decks/sample/slides/sample-overview/.links/resource-state-query>
rdf:type gcs:Link;
gcs:rel "https://graphcentric.info/link-relations/resource-state-query";
gcs:target <https://graphcentric.com/decks/sample/slides/sample-overview.sparql>;
schema:name "Slide Resource State Query" .
<https://graphcentric.com/decks/sample-slides>
rdf:type gcs:WebResource;
gcs:graph <https://graphcentric.com/graphs/public-resources>;
schema:name "Sample Deck" .
<https://graphcentric.com/decks/sample/.links/alternate-html>
rdf:type gcs:Link;
gcs:rel "alternate";
gcs:target <https://graphcentric.com/decks/sample.html>;
schema:name "Deck HTML" .
<https://graphcentric.com/decks/sample/.links/item-decision-matrix>
rdf:type gcs:Link;
gcs:rel "item";
gcs:target <https://graphcentric.com/decks/sample/slides/decision-matrix.html>;
schema:name "decision-matrix" .
<https://graphcentric.com/decks/sample/slides/decision-matrix.html/.links/canonical>
rdf:type gcs:Link;
gcs:rel "canonical";
gcs:target <https://graphcentric.com/decks/sample/slides/decision-matrix>;
schema:name "Canonical slide" .
<https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/prev>
rdf:type gcs:Link;
gcs:rel "prev";
gcs:target <https://graphcentric.com/decks/sample/slides/sample-overview>;
schema:name "Previous slide" .
<https://graphcentric.com/decks/sample/slides/sample-overview/.links/resource-configuration-html>
rdf:type gcs:Link;
gcs:rel "https://graphcentric.info/link-relations/resource-configuration";
gcs:target <https://graphcentric.com/decks/sample/slides/sample-overview.resource-configuration.html>;
schema:name "Slide Resource Configuration HTML" .
<https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/collection>
rdf:type gcs:Link;
gcs:rel "collection";
gcs:target <https://graphcentric.com/decks/sample>;
schema:name "One source, two public views" .
<https://graphcentric.com/decks/sample/slides/sample-overview.html>
rdf:type gcs:WebResource;
gcs:contentType "text/html;charset=utf-8";
gcs:graph <https://graphcentric.com/graphs/public-resources>;
gcs:link <https://graphcentric.com/decks/sample/slides/sample-overview.html/.links/canonical>;
gcs:outerTemplate <s3://graphcentric.com/templates/slide.html>;
gcs:template <s3://graphcentric.com/decks-content/slides/sample-overview/body.html> .
<https://graphcentric.com/decks/sample/slides/sample-overview/.links/next>
rdf:type gcs:Link;
gcs:rel "next";
gcs:target <https://graphcentric.com/decks/sample/slides/graphcentric-foundation>;
schema:name "Next slide" .
<https://graphcentric.com/decks/sample/slides/sample-overview/.links/up>
rdf:type gcs:Link;
gcs:rel "up";
gcs:target <https://graphcentric.com/decks/sample-slides>;
schema:name "Slide deck" .
<https://graphcentric.com/decks/sample/slides/sample-overview/.links/collection>
rdf:type gcs:Link;
gcs:rel "collection";
gcs:target <https://graphcentric.com/decks/sample>;
schema:name "One source, two public views" .
<https://graphcentric.com/decks/sample/.links/last-slide>
rdf:type gcs:Link;
gcs:rel "last";
gcs:target <https://graphcentric.com/decks/sample/slides/decision-matrix.html>;
schema:name "Last slide" .
<https://graphcentric.com/decks/sample/slides/sample-overview.resource-configuration.html>
rdf:type gcs:WebResource;
gcs:contentType "text/html;charset=utf-8";
gcs:graph <https://graphcentric.com/graphs/public-resources> .
<https://graphcentric.com/decks/sample/.links/item-sample-overview>
rdf:type gcs:Link;
gcs:rel "item";
gcs:target <https://graphcentric.com/decks/sample/slides/sample-overview.html>;
schema:name "sample-overview" .
<https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/last>
rdf:type gcs:Link;
gcs:rel "last";
gcs:target <https://graphcentric.com/decks/sample/slides/decision-matrix.html>;
schema:name "Last slide" .
<https://graphcentric.com/decks/sample/slides/sample-overview>
rdf:type gcs:WebResource;
gcs:frame <s3://graphcentric.com/decks-content/slides/sample-overview/frame.jsonld>;
gcs:graph <https://graphcentric.com/graphs/public-resources>;
gcs:link <https://graphcentric.com/decks/sample/slides/sample-overview/.links/resource-state-query> , <https://graphcentric.com/decks/sample/slides/sample-overview/.links/alternate-html> , <https://graphcentric.com/decks/sample/slides/sample-overview/.links/last> , <https://graphcentric.com/decks/sample/slides/sample-overview/.links/collection> , <https://graphcentric.com/decks/sample/slides/sample-overview/.links/next> , <https://graphcentric.com/decks/sample/slides/sample-overview/.links/up> , <https://graphcentric.com/decks/sample/slides/sample-overview/.links/resource-configuration-html> , <https://graphcentric.com/decks/sample/slides/sample-overview/.links/first>;
gcs:query <s3://graphcentric.com/decks-content/slides/sample-overview/query.sparql> .
<https://graphcentric.com/decks/sample/slides/sample-overview/.links/first>
rdf:type gcs:Link;
gcs:rel "first";
gcs:target <https://graphcentric.com/decks/sample/slides/sample-overview.html>;
schema:name "First slide" .
<https://graphcentric.com/decks/sample/slides/sample-overview/.links/alternate-html>
rdf:type gcs:Link;
gcs:rel "alternate";
gcs:target <https://graphcentric.com/decks/sample/slides/sample-overview.html>;
schema:name "Slide HTML" .
<https://graphcentric.com/decks/sample/.links/item-graphcentric-foundation>
rdf:type gcs:Link;
gcs:rel "item";
gcs:target <https://graphcentric.com/decks/sample/slides/graphcentric-foundation.html>;
schema:name "graphcentric-foundation" .
<https://graphcentric.com/decks/sample/slides/sample-overview.sparql>
rdf:type gcs:WebResource;
gcs:contentType "text/plain;charset=utf-8";
gcs:graph <https://graphcentric.com/graphs/public-resources> .
<https://graphcentric.com/decks/sample/slides/graphcentric-foundation>
rdf:type gcs:WebResource;
gcs:frame <s3://graphcentric.com/decks-content/slides/graphcentric-foundation/frame.jsonld>;
gcs:graph <https://graphcentric.com/graphs/public-resources>;
gcs:link <https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/next> , <https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/up> , <https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/prev> , <https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/last> , <https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/resource-configuration-html> , <https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/first> , <https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/resource-state-query> , <https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/collection> , <https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/alternate-html>;
gcs:query <s3://graphcentric.com/decks-content/slides/graphcentric-foundation/query.sparql> .
<https://graphcentric.com/decks/sample/slides/graphcentric-foundation/.links/resource-state-query>
rdf:type gcs:Link;
gcs:rel "https://graphcentric.info/link-relations/resource-state-query";
gcs:target <https://graphcentric.com/decks/sample/slides/graphcentric-foundation.sparql>;
schema:name "Slide Resource State Query" .
<https://graphcentric.com/decks/sample/.links/alternate-slides>
rdf:type gcs:Link;
gcs:rel "alternate";
gcs:target <https://graphcentric.com/decks/sample-slides>;
schema:name "Deck slides" .
SPARQL Query
s3://graphcentric.com/decks-content/slides/sample-overview/query.sparqlPREFIX dcterms: <http://purl.org/dc/terms/>
CONSTRUCT {
?_subject dcterms:title "One source, two public views".
}
WHERE {}
Query Scope
Named Graphs
Resource State
Turtle
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX gcs: <https://graphcentric.com/schema/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX schema: <https://schema.org/>
PREFIX sh: <http://www.w3.org/ns/shacl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://graphcentric.com/decks/sample/slides/sample-overview>
dcterms:title "One source, two public views" .
SSE Status
Stream link relations| stream | status | subscribers | last id | state |
|---|---|---|---|---|
| No stream resources are linked from this resource. | ||||
Cache Status
Placeholder: configuration cache/runtime query cache status is not exposed to this renderer yet.
Cache-Control
Placeholder: response cache-control policy is not exposed yet.
ETag
Placeholder: source representation ETag calculation is representation-specific and not exposed here yet.
Content-Security-Policy
Placeholder: CSP headers are not exposed to this renderer yet.