Skip to content

Commit

Permalink
fix namespaces in ontology
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Jul 18, 2023
1 parent 77eb606 commit 02925e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyscal_rdf/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
#from pyscal3.core import System
from pyscal3.atoms import Atoms

CMSO = Namespace("https://purls.helmholtz-metadaten.de/cmso/")
PLDO = Namespace("https://purls.helmholtz-metadaten.de/pldo/")
PODO = Namespace("https://purls.helmholtz-metadaten.de/podo/")
CMSO = Namespace("http://purls.helmholtz-metadaten.de/cmso/")
PLDO = Namespace("http://purls.helmholtz-metadaten.de/pldo/")
PODO = Namespace("http://purls.helmholtz-metadaten.de/podo/")

defstyledict = {
"BNode": {"color": "#ffe6ff",
Expand Down

0 comments on commit 02925e3

Please sign in to comment.