GraphCentric developer view

/decks/slides/malcolm-sparks-speaker-bio

https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio

Navigation

Methods

MethodStatusBasis
GETavailablerepresentation candidates are configured
HEADavailableGET representation headers
OPTIONSavailableHTTP capability discovery

Resource Details

URI
https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio
Graph
https://graphcentric.com/graphs/public-resources
Query
s3://graphcentric.com/decks-content/slides/malcolm-sparks-speaker-bio/query.sparql

Resource Configuration Model

Turtle

Server rendered
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.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/malcolm-sparks-speaker-bio/.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/malcolm-sparks-speaker-bio/.links/resource-configuration-html>
        rdf:type     gcs:Link;
        gcs:rel      "https://graphcentric.info/link-relations/resource-configuration";
        gcs:target   <https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio.resource-configuration.html>;
        schema:name  "Slide Resource Configuration HTML" .

<https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio/.links/alternate-html>
        rdf:type     gcs:Link;
        gcs:rel      "alternate";
        gcs:target   <https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio.html>;
        schema:name  "Slide HTML" .

<https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio/.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/malcolm-sparks-speaker-bio.sparql>;
        schema:name  "Slide Resource State Query" .

<https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio.html/.links/canonical>
        rdf:type     gcs:Link;
        gcs:rel      "canonical";
        gcs:target   <https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio>;
        schema:name  "Canonical slide" .

<https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio.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/malcolm-sparks-speaker-bio.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/malcolm-sparks-speaker-bio>
        rdf:type   gcs:WebResource;
        gcs:frame  <s3://graphcentric.com/decks-content/slides/malcolm-sparks-speaker-bio/frame.jsonld>;
        gcs:graph  <https://graphcentric.com/graphs/public-resources>;
        gcs:link   <https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio/.links/alternate-html> , <https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio/.links/collection> , <https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio/.links/resource-configuration-html> , <https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio/.links/resource-state-query>;
        gcs:query  <s3://graphcentric.com/decks-content/slides/malcolm-sparks-speaker-bio/query.sparql> .

<https://graphcentric.com/decks/slides/malcolm-sparks-speaker-bio.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/malcolm-sparks-speaker-bio.html/.links/canonical>;
        gcs:outerTemplate  <s3://graphcentric.com/templates/slide.html>;
        gcs:template       <s3://graphcentric.com/decks-content/slides/malcolm-sparks-speaker-bio/body.html> .

SPARQL Query

s3://graphcentric.com/decks-content/slides/malcolm-sparks-speaker-bio/query.sparql
BASE <https://graphcentric.com/>
PREFIX schema: <https://schema.org/>
PREFIX dcterms: <http://purl.org/dc/terms/>

CONSTRUCT {
  ?_subject
    a schema:Person;
    dcterms:title "Malcolm Sparks: speaker bio";
    dcterms:description ?publicBio;
    schema:name ?name;
    schema:jobTitle ?jobTitle;
    schema:description ?publicBio.
}
WHERE {
  BIND(<people/ms> AS ?publicProfileResource)

  GRAPH <graphs/cms> {
    ?publicProfileResource a schema:Person;
      schema:name ?name;
      schema:jobTitle ?jobTitle;
      schema:description ?publicBio.
  }
}

Query Scope

Named Graphs

6 graphs

Resource State

Turtle

Server rendered
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/malcolm-sparks-speaker-bio>
        rdf:type             schema:Person;
        dcterms:description  "Malcolm is building GraphCentric around the idea that application data should live in a shared, governed semantic layer rather than inside isolated application silos. His work focuses on RDF, web-native resource design, access-controlled updates, and making enterprise data safely usable by both people and AI agents.";
        dcterms:title        "Malcolm Sparks: speaker bio";
        schema:description   "Malcolm is building GraphCentric around the idea that application data should live in a shared, governed semantic layer rather than inside isolated application silos. His work focuses on RDF, web-native resource design, access-controlled updates, and making enterprise data safely usable by both people and AI agents.";
        schema:jobTitle      "Founder";
        schema:name          "Malcolm Sparks" .

SSE Status

Stream link relations
streamstatussubscriberslast idstate
No stream resources are linked from this resource.