GraphCentric developer view
/decks/slides/bio-slide-how-it-works
https://graphcentric.com/decks/slides/bio-slide-how-it-works
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/slides/bio-slide-how-it-works
- Graph
- https://graphcentric.com/graphs/public-resources
- Query
- s3://graphcentric.com/decks-content/slides/bio-slide-how-it-works/query.sparql
Link Relations
4 links| rel | title | type | href |
|---|---|---|---|
| alternate | Slide HTML | text/html;charset=utf-8 | https://graphcentric.com/decks/slides/bio-slide-how-it-works.html |
| collection | Raw slides | text/html;charset=utf-8 | https://graphcentric.com/decks/slides.html |
| https://graphcentric.info/link-relations/resource-configuration | Slide Resource Configuration HTML | text/html;charset=utf-8 | https://graphcentric.com/decks/slides/bio-slide-how-it-works.resource-configuration.html |
| https://graphcentric.info/link-relations/resource-state-query | Slide Resource State Query | text/plain;charset=utf-8 | https://graphcentric.com/decks/slides/bio-slide-how-it-works.sparql |
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/slides/bio-slide-how-it-works/.links/resource-state-query>
rdf:type gcs:Link;
gcs:rel "https://graphcentric.info/link-relations/resource-state-query";
gcs:target <https://graphcentric.com/decks/slides/bio-slide-how-it-works.sparql>;
schema:name "Slide Resource State Query" .
<https://graphcentric.com/decks/slides/bio-slide-how-it-works.html/.links/canonical>
rdf:type gcs:Link;
gcs:rel "canonical";
gcs:target <https://graphcentric.com/decks/slides/bio-slide-how-it-works>;
schema:name "Canonical slide" .
<https://graphcentric.com/decks/slides.html>
rdf:type gcs:WebResource;
gcs:contentType "text/html;charset=utf-8";
gcs:graph <https://graphcentric.com/graphs/public-resources>;
gcs:outerTemplate <s3://graphcentric.com/templates/public.html>;
gcs:template <s3://graphcentric.com/decks/slides.html> .
<https://graphcentric.com/decks/slides/bio-slide-how-it-works.sparql>
rdf:type gcs:WebResource;
gcs:contentType "text/plain;charset=utf-8";
gcs:graph <https://graphcentric.com/graphs/public-resources> .
<https://graphcentric.com/decks/slides/bio-slide-how-it-works.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/slides/bio-slide-how-it-works.html/.links/canonical>;
gcs:outerTemplate <s3://graphcentric.com/templates/slide.html>;
gcs:template <s3://graphcentric.com/decks-content/slides/bio-slide-how-it-works/body.html> .
<https://graphcentric.com/decks/slides/bio-slide-how-it-works/.links/collection>
rdf:type gcs:Link;
gcs:rel "collection";
gcs:target <https://graphcentric.com/decks/slides.html>;
schema:name "Raw slides" .
<https://graphcentric.com/decks/slides/bio-slide-how-it-works.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/slides/bio-slide-how-it-works/.links/alternate-html>
rdf:type gcs:Link;
gcs:rel "alternate";
gcs:target <https://graphcentric.com/decks/slides/bio-slide-how-it-works.html>;
schema:name "Slide HTML" .
<https://graphcentric.com/decks/slides/bio-slide-how-it-works>
rdf:type gcs:WebResource;
gcs:frame <s3://graphcentric.com/decks-content/slides/bio-slide-how-it-works/frame.jsonld>;
gcs:graph <https://graphcentric.com/graphs/public-resources>;
gcs:link <https://graphcentric.com/decks/slides/bio-slide-how-it-works/.links/alternate-html> , <https://graphcentric.com/decks/slides/bio-slide-how-it-works/.links/collection> , <https://graphcentric.com/decks/slides/bio-slide-how-it-works/.links/resource-configuration-html> , <https://graphcentric.com/decks/slides/bio-slide-how-it-works/.links/resource-state-query>;
gcs:query <s3://graphcentric.com/decks-content/slides/bio-slide-how-it-works/query.sparql> .
<https://graphcentric.com/decks/slides/bio-slide-how-it-works/.links/resource-configuration-html>
rdf:type gcs:Link;
gcs:rel "https://graphcentric.info/link-relations/resource-configuration";
gcs:target <https://graphcentric.com/decks/slides/bio-slide-how-it-works.resource-configuration.html>;
schema:name "Slide Resource Configuration HTML" .
SPARQL Query
s3://graphcentric.com/decks-content/slides/bio-slide-how-it-works/query.sparqlPREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX schema: <https://schema.org/>
PREFIX gcs: <https://graphcentric.com/schema/>
CONSTRUCT {
?_subject
a schema:CreativeWork;
dcterms:title "A slide can be data plus a template";
schema:description "The previous slide is not a pasted speaker-bio image. It is a web resource whose representation is rendered from profile data, a deck-specific image, and a reusable HTML template.";
gcs:sourceGraph "graphs/cms";
gcs:profileResource <https://graphcentric.com/people/ms>;
gcs:templateResource "decks-content/slides/malcolm-sparks-bio/body.html";
gcs:queryResource "decks-content/slides/malcolm-sparks-bio/query.sparql";
gcs:resourceConfiguration <https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio.resource-configuration.html>.
}
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/slides/bio-slide-how-it-works>
rdf:type schema:CreativeWork;
dcterms:title "A slide can be data plus a template";
gcs:profileResource <https://graphcentric.com/people/ms>;
gcs:queryResource "decks-content/slides/malcolm-sparks-bio/query.sparql";
gcs:resourceConfiguration <https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio.resource-configuration.html>;
gcs:sourceGraph "graphs/cms";
gcs:templateResource "decks-content/slides/malcolm-sparks-bio/body.html";
schema:description "The previous slide is not a pasted speaker-bio image. It is a web resource whose representation is rendered from profile data, a deck-specific image, and a reusable HTML template." .
SSE Status
Stream link relations| stream | status | subscribers | last id | state |
|---|---|---|---|---|
| No stream resources are linked from this resource. | ||||