Skip to content

Commit

Permalink
changed bioschemas namespace to https://bioschemas.org/profiles/
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Nov 19, 2024
1 parent c2696b6 commit 2c324ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/process_profile_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def generate_rdf_for_profile(self, profile_name, label, comment, publisher, is_p

# Defining namespaces
bioschemas = Namespace(
"https://discovery.biothings.io/view/bioschemas/")
"https://bioschemas.org/profiles/")
prof = Namespace("http://www.w3.org/ns/dx/prof/")
role = Namespace("http://www.w3.org/ns/dx/prof/role/")
schema = Namespace("http://schema.org/")
Expand All @@ -71,7 +71,7 @@ def generate_rdf_for_profile(self, profile_name, label, comment, publisher, is_p
contextDict = self.context

contextDict.update(
{"bioschemas": "https://discovery.biothings.io/view/bioschemas/"})
{"bioschemas": "https://bioschemas.org/profiles/"})
contextDict.update({"prof": "http://www.w3.org/ns/dx/prof/"})
contextDict.update({"role": "http://www.w3.org/ns/dx/prof/role/"})
contextDict.update({"schema": "http://schema.org/"})
Expand Down

0 comments on commit 2c324ac

Please sign in to comment.