@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf4j: <http://rdf4j.org/schema/rdf4j#> .
@prefix sesame: <http://www.openrdf.org/schema/sesame#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix fn: <http://www.w3.org/2005/xpath-functions#> .

<https://hamap.expasy.org/sparql/sparql#sparql-default-dataset> a <http://www.w3.org/ns/sparql-service-description#Dataset>;
  <http://www.w3.org/ns/sparql-service-description#defaultGraph> <https://hamap.expasy.org/.well-known/void#sparql-default-graph>;
  <http://purl.org/pav/version> "2026_01";
  <http://purl.org/dc/terms/issued> "2026-01-21"^^xsd:date;
  <http://www.w3.org/ns/sparql-service-description#namedGraph> <http://hamap.expasy.org/hamap>,
    <https://hamap.expasy.org/.well-known/sparql-examples>, <https://hamap.expasy.org/.well-known/void> .

<https://hamap.expasy.org/sparql/sparql> <http://www.w3.org/ns/sparql-service-description#defaultDataset>
    <https://hamap.expasy.org/sparql/sparql#sparql-default-dataset> .
