A small linked-data graph describing Sugherino - a cork yoga mat brand - its
products, materials, and the concepts around them. Entities carry
owl:sameAs links to Wikidata, so the graph federates with the
wider web of data.
/sparql
accepts SPARQL queries over GET or POST. Example:
curl -s 'https://data.sugherino.com/sparql' \
--data-urlencode 'query=SELECT ?p WHERE { ?p a <https://schema.org/Product> }' \
-H 'Accept: application/sparql-results+json'
Every entity has a URI you can resolve in a browser (HTML) or with an
Accept header for RDF:
curl -H 'Accept: text/turtle' https://data.sugherino.com/entity/cork
Built from knowledge-graph.json ยท served by Oxigraph + Caddy.