Skip to content

Commit

Permalink
Add water top concept
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Aug 28, 2024
1 parent fe15d95 commit f65c1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sentier_vocab/envo.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def add_water(self) -> None:
self.add((freshwater, RDF.type, SKOS.Concept))
self.add((freshwater, SKOS.inScheme, self.CS))
self.add((freshwater, SKOS.exactMatch, freshwater_envo))
self.add((freshwater, SKOS.topConceptOf, self.CS))

for s, v, o in self.envo_graph.triples((freshwater_envo, None, None)):
try:
Expand Down

0 comments on commit f65c1e4

Please sign in to comment.