Skip to content

Commit

Permalink
update BASE_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Dec 6, 2023
1 parent fa852e1 commit 7cc2e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema-www/src/utils/namespaces.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as rdf from "rdflib";

export const BASE_URI = "http://schema.regen.network#";
export const BASE_URI = "https://schema.regen.network#";

// Define namespaces
export const RDF = rdf.Namespace("http://www.w3.org/1999/02/22-rdf-syntax-ns#");
Expand Down

0 comments on commit 7cc2e32

Please sign in to comment.