Skip to content

Commit

Permalink
removed unused stuff and increase version number for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hanke committed Oct 16, 2023
1 parent 4ef3f6f commit 6eb0592
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 22,005 deletions.
6 changes: 0 additions & 6 deletions maptomethod.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ def dict_constructor(loader, node):

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

ontologies = get_rdflib_Namespaces()
ontologies["BFO"] = {"uri": str(BFO), "src": BFO_URL}
ontologies["MSEO"] = {"uri": str(MSEO), "src": MSEO_URL}
ontologies["CCO"] = {"uri": str(CCO), "src": CCO_URL}
ontologies["OA"] = {"uri": str(OA), "src": OA_URL}
ontologies["CSVW"]["src"] = "https://www.w3.org/ns/csvw.ttl"
ontologies["IOF"] = {"uri": str(IOF), "src": IOF_URL}
Expand Down
Loading

0 comments on commit 6eb0592

Please sign in to comment.