# Glossarist Canonical Prefix Declarations
#
# Single source of truth for prefix bindings used across the Glossarist
# ecosystem. Consumed verbatim by every Turtle/JSON-LD/TBX serializer
# (glossarist-ruby, glossarist-js, and any third-party emitter).
#
# Do NOT hand-edit downstream copies. Reference this file from the
# concept-model repository.
#
# Canonical SKOS-XL prefix is `skosxl:` (per W3C convention and
# glossarist-ruby's existing namespace registration). `xl:` is intentionally
# absent — do not introduce it.

@prefix gloss:     <https://www.glossarist.org/ontologies/> .
@prefix owl:       <http://www.w3.org/2002/07/owl#> .
@prefix rdf:       <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:      <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos:      <http://www.w3.org/2004/02/skos/core#> .
@prefix skosxl:    <http://www.w3.org/2008/05/skos-xl#> .
@prefix iso-thes:  <http://purl.org/iso25964/skos-thes#> .
@prefix dcterms:   <http://purl.org/dc/terms/> .
@prefix prov:      <http://www.w3.org/ns/prov#> .
@prefix vann:      <http://purl.org/vocab/vann/> .
@prefix xsd:       <http://www.w3.org/2001/XMLSchema#> .
@prefix sh:        <http://www.w3.org/ns/shacl#> .
@prefix foaf:      <http://xmlns.com/foaf/0.1/> .
@prefix dcat:      <http://www.w3.org/ns/dcat#> .
