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>
        rdf:type              schema:PresentationDigitalDocument;
        gcs:firstSlide        <https://graphcentric.com/decks/sample/slides/sample-overview.html>;
        gcs:slidesResource    <https://graphcentric.com/decks/sample-slides>;
        gcs:summary           "A sample GraphCentric slide deck that publishes the same HTML as a scrollable article and a keyboard-driven presentation.";
        schema:author         <https://graphcentric.com/people/22d4c93006d76289b4b7>;
        schema:datePublished  "2026-05-14"^^xsd:date;
        schema:description    "A sample GraphCentric slide deck that publishes the same HTML as a scrollable article and a keyboard-driven presentation.";
        schema:headline       "One source, two public views";
        schema:position       10;
        schema:url            <https://graphcentric.com/decks/sample> .

<https://graphcentric.com/people/22d4c93006d76289b4b7>
        rdf:type  schema:Person .

<https://graphcentric.com/decks/index>
        rdf:type             gcs:DeckIndex;
        dcterms:description  "Slide decks and presentation materials from GraphCentric.";
        dcterms:title        "GraphCentric Decks";
        gcs:deck             <https://graphcentric.com/decks/sample> , <https://graphcentric.com/decks/data-centric-slide-decks> .

<https://graphcentric.com/decks/data-centric-slide-decks>
        rdf:type              schema:PresentationDigitalDocument;
        gcs:firstSlide        <https://graphcentric.com/decks/data-centric-slide-decks/slides/opening.html>;
        gcs:slidesResource    <https://graphcentric.com/decks/data-centric-slide-decks-slides>;
        gcs:summary           "Why public reporting decks should be assembled from reusable slides and live governed data instead of pasted screenshots and manual collation.";
        schema:author         <https://graphcentric.com/people/22d4c93006d76289b4b7>;
        schema:datePublished  "2026-05-24"^^xsd:date;
        schema:description    "Why public reporting decks should be assembled from reusable slides and live governed data instead of pasted screenshots and manual collation.";
        schema:headline       "Data-centric slide decks";
        schema:position       30;
        schema:url            <https://graphcentric.com/decks/data-centric-slide-decks> .
