diff --git a/.github/workflows/process_profile_script.py b/.github/workflows/process_profile_script.py index c65cfb6..654a15e 100644 --- a/.github/workflows/process_profile_script.py +++ b/.github/workflows/process_profile_script.py @@ -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/") @@ -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/"})