Skip to content

Commit 6eb0592

Browse files
author
Thomas Hanke
committed
removed unused stuff and increase version number for a new release
1 parent 4ef3f6f commit 6eb0592

4 files changed

Lines changed: 1 addition & 22005 deletions

File tree

maptomethod.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ def dict_constructor(loader, node):
4040

4141
BFO = Namespace("http://purl.obolibrary.org/obo/")
4242
BFO_URL = "http://purl.obolibrary.org/obo/bfo.owl"
43-
MSEO_URL = "./ontologies/mseo.ttl"
44-
CCO_URL = "./ontologies/cco.ttl"
4543
IOF_URL = "./ontologies/iof.rdf"
46-
MSEO = Namespace("https://purl.matolab.org/mseo/mid")
47-
CCO = Namespace("http://www.ontologyrepository.com/CommonCoreOntologies/")
4844
OA = Namespace("http://www.w3.org/ns/oa#")
4945
OA_URL = "http://www.w3.org/ns/oa.ttl"
5046
IOF = Namespace("https://spec.industrialontologies.org/ontology/core/Core/")
@@ -172,8 +168,6 @@ def get_methods() -> Dict:
172168

173169
ontologies = get_rdflib_Namespaces()
174170
ontologies["BFO"] = {"uri": str(BFO), "src": BFO_URL}
175-
ontologies["MSEO"] = {"uri": str(MSEO), "src": MSEO_URL}
176-
ontologies["CCO"] = {"uri": str(CCO), "src": CCO_URL}
177171
ontologies["OA"] = {"uri": str(OA), "src": OA_URL}
178172
ontologies["CSVW"]["src"] = "https://www.w3.org/ns/csvw.ttl"
179173
ontologies["IOF"] = {"uri": str(IOF), "src": IOF_URL}

0 commit comments

Comments
 (0)