Skip to content

Commit

Permalink
Update ttl_to_context.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark authored Apr 16, 2024
1 parent b70f159 commit c89580e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sphinx/ttl_to_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ def generate_jsonld_context(ttl_file, predicate_uri, label_uri='http://www.w3.or
CHAMEO = rdflib.Namespace("https://w3id.org/emmo/domain/chameo#")
g.bind('chameo', CHAMEO)

EMMO = rdflib.Namespace("https://w3id.org/emmo#")
g.bind('emmo', EMMO)

context = {}
object_properties = {}
other_entries = {}
Expand Down

0 comments on commit c89580e

Please sign in to comment.