Update references to shema-fields.csv

This commit is contained in:
2021-12-20 12:04:11 +02:00
parent 78c3d62b71
commit baf534efd5
5 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@ def make_core():
iseal = URIRef(NS)
g.add((iseal, RDF.type, OWL.Ontology))
df = pd.read_csv("../data/schema-fields.csv")
df = pd.read_csv("../data/iseal-core.csv")
df.dropna(how="all", axis=1)
df.fillna("", inplace=True)