GraphCentric developer view
/people/pg
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/people/pg
- Graph
- https://graphcentric.com/graphs/public-resources
- Query
- s3://graphcentric.com/public-person.sparql
Link Relations
3 links| rel | title | type | href |
|---|---|---|---|
| alternate | Patrick Galvin public profile HTML | text/html;charset=utf-8 | https://graphcentric.com/people/pg.html |
| describes | Private people record | https://graphcentric.com/people/e591ed20c84ec5bdffbd | |
| https://graphcentric.info/link-relations/resource-configuration | Resource Configuration HTML | text/html;charset=utf-8 | https://graphcentric.com/people/pg.resource-configuration.html |
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/people/pg.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/people/pg/.links/alternate-html>
rdf:type gcs:Link;
gcs:rel "alternate";
gcs:target <https://graphcentric.com/people/pg.html>;
schema:name "Patrick Galvin public profile HTML" .
<https://graphcentric.com/people/pg/.links/describes>
rdf:type gcs:Link;
gcs:rel "describes";
gcs:target <https://graphcentric.com/people/e591ed20c84ec5bdffbd>;
schema:name "Private people record" .
<https://graphcentric.com/people/pg>
rdf:type gcs:WebResource;
gcs:frame <s3://graphcentric.com/public-person-frame.jsonld>;
gcs:graph <https://graphcentric.com/graphs/public-resources>;
gcs:link <https://graphcentric.com/people/pg/.links/alternate-html> , <https://graphcentric.com/people/pg/.links/describes> , <https://graphcentric.com/people/pg/.links/resource-configuration-html>;
gcs:query <s3://graphcentric.com/public-person.sparql> .
<https://graphcentric.com/people/pg/.links/resource-configuration-html>
rdf:type gcs:Link;
gcs:rel "https://graphcentric.info/link-relations/resource-configuration";
gcs:target <https://graphcentric.com/people/pg.resource-configuration.html>;
schema:name "Resource Configuration HTML" .
<https://graphcentric.com/people/pg.html>
rdf:type gcs:WebResource;
gcs:contentType "text/html;charset=utf-8";
gcs:frame <s3://graphcentric.com/public-person-frame.jsonld>;
gcs:graph <https://graphcentric.com/graphs/public-resources>;
gcs:outerTemplate <s3://graphcentric.com/templates/public.html>;
gcs:query <s3://graphcentric.com/public-person.sparql>;
gcs:template <s3://graphcentric.com/public-person.html> .
SPARQL Query
s3://graphcentric.com/public-person.sparqlBASE <https://graphcentric.com/>
PREFIX schema: <https://schema.org/>
PREFIX gcs: <https://graphcentric.com/schema/>
PREFIX dcterms: <http://purl.org/dc/terms/>
CONSTRUCT {
?_subject
a schema:Person;
dcterms:title ?pageTitle;
dcterms:description ?bio;
schema:name ?name;
schema:jobTitle ?jobTitle;
schema:description ?bio;
gcs:bio ?bio;
schema:url ?personUrl;
gcs:describes ?privatePerson;
gcs:hasArticles ?hasArticles;
gcs:article ?article.
?article
a schema:Article;
schema:headline ?headline;
schema:description ?articleDescription;
gcs:summary ?articleDescription;
schema:datePublished ?datePublished;
schema:url ?url;
schema:position ?position;
schema:image ?image.
?image
a schema:ImageObject;
schema:name ?imageName;
schema:contentUrl ?imageContentUrl;
schema:description ?imageAltText.
}
WHERE {
BIND(IF(STRENDS(STR(?_subject), ".html"), IRI(STRBEFORE(STR(?_subject), ".html")), ?_subject) AS ?publicProfileResource)
GRAPH <graphs/cms> {
?publicProfileResource a schema:Person;
schema:name ?name;
schema:jobTitle ?jobTitle;
schema:description ?bio;
gcs:describes ?privatePerson.
OPTIONAL {
?article a schema:Article;
gcs:published true;
schema:author ?privatePerson;
schema:headline ?headline;
schema:description ?articleDescription;
schema:datePublished ?datePublished;
schema:url ?url;
schema:position ?position.
OPTIONAL {
?article schema:image ?image.
?image schema:name ?imageName;
schema:contentUrl ?imageContentUrl.
OPTIONAL { ?image schema:description ?imageAltText. }
}
BIND(true AS ?hasArticles)
}
}
BIND(CONCAT(?name, " - GraphCentric") AS ?pageTitle)
BIND(IRI(CONCAT(STR(?publicProfileResource), ".html")) AS ?personUrl)
}
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/people/pg>
rdf:type schema:Person;
dcterms:description "Patrick helps shape GraphCentric as a practical platform for organisations that need trustworthy shared data, operational clarity, and room to build new applications quickly. He brings founder-level focus to product direction, delivery, and turning the data-centric platform vision into useful customer outcomes.";
dcterms:title "Patrick Galvin - GraphCentric";
gcs:bio "Patrick helps shape GraphCentric as a practical platform for organisations that need trustworthy shared data, operational clarity, and room to build new applications quickly. He brings founder-level focus to product direction, delivery, and turning the data-centric platform vision into useful customer outcomes.";
gcs:describes <https://graphcentric.com/people/e591ed20c84ec5bdffbd>;
schema:description "Patrick helps shape GraphCentric as a practical platform for organisations that need trustworthy shared data, operational clarity, and room to build new applications quickly. He brings founder-level focus to product direction, delivery, and turning the data-centric platform vision into useful customer outcomes.";
schema:jobTitle "Founder";
schema:name "Patrick Galvin";
schema:url <https://graphcentric.com/people/pg.html> .
SSE Status
Stream link relations| stream | status | subscribers | last id | state |
|---|---|---|---|---|
| No stream resources are linked from this resource. | ||||