Skip to content

Commit

Permalink
updated the PURL of emmo in ttl_to_rst.py script which broke docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eibar-flores committed Feb 26, 2024
1 parent 251bb33 commit b9679db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/ttl_to_rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def extract_terms_info_sparql(g: Graph)-> list:

# SPARQL QUERY #
PREFIXES = """
PREFIX emmo: <http://emmo.info/emmo#>
PREFIX emmo: <https://w3id.org/emmo#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
"""
Expand Down

0 comments on commit b9679db

Please sign in to comment.