Skip to content

Commit

Permalink
removing stray refs
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Apr 15, 2024
1 parent 446a6db commit 5aaa6e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion atomrdf/network/ontology.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
from atomrdf.network.network import OntologyNetwork

#prov = OntologyNetwork('pyscal_rdf/data/prov.rdf', delimiter='#')
def read_ontology():
#read in ontologies
file_location = os.path.dirname(__file__).split('/')
Expand Down
2 changes: 1 addition & 1 deletion atomrdf/workflow/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
extract_calculated_properties
inform_graph
See pyscal_rdf.workflow.pyiron for more details
See atomrdf.workflow.pyiron for more details
"""

from rdflib import Graph, Literal, Namespace, XSD, RDF, RDFS, BNode, URIRef, FOAF, SKOS, DCTERMS
Expand Down

0 comments on commit 5aaa6e2

Please sign in to comment.