@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix gist: <https://w3id.org/semanticarts/ns/ontology/gist/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

gist:_PrefixDeclaration_gist
    a sh:PrefixDeclaration ;
    sh:namespace "https://w3id.org/semanticarts/ns/ontology/gist/"^^xsd:anyURI ;
    sh:prefix "gist"^^xsd:string .

gist:_PrefixDeclaration_owl
    a sh:PrefixDeclaration ;
    sh:namespace "http://www.w3.org/2002/07/owl#"^^xsd:anyURI ;
    sh:prefix "owl"^^xsd:string .

gist:_PrefixDeclaration_rdf
    a sh:PrefixDeclaration ;
    sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ;
    sh:prefix "rdf"^^xsd:string .

gist:_PrefixDeclaration_rdfs
    a sh:PrefixDeclaration ;
    sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ;
    sh:prefix "rdfs"^^xsd:string .

gist:_PrefixDeclaration_sh
    a sh:PrefixDeclaration ;
    sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ;
    sh:prefix "sh"^^xsd:string .

gist:_PrefixDeclaration_skos
    a sh:PrefixDeclaration ;
    sh:namespace "http://www.w3.org/2004/02/skos/core#"^^xsd:anyURI ;
    sh:prefix "skos"^^xsd:string .

gist:_PrefixDeclaration_xsd
    a sh:PrefixDeclaration ;
    sh:namespace "http://www.w3.org/2001/XMLSchema#"^^xsd:anyURI ;
    sh:prefix "xsd"^^xsd:string .

<https://w3id.org/semanticarts/ontology/gistPrefixDeclarations>
    a owl:Ontology ;
    owl:versionIRI <https://w3id.org/semanticarts/ontology/gistPrefixDeclarations13.0.0> ;
    skos:definition "Defines prefix declarations, which pair a prefix with a namespace, used in the gist ontology."^^xsd:string ;
    skos:prefLabel "gist Prefix Declarations"^^xsd:string ;
    skos:scopeNote "These prefixes are provided to support applications such as visualizers. Note that importing this file breaks OWL 2 DL conformance because SHACL is not an OWL ontology."^^xsd:string ;
    gist:license "https://creativecommons.org/licenses/by/4.0/"^^xsd:string .

