Skip to content

Commit

Permalink
POSIXPath class
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed May 21, 2024
1 parent 58bc31c commit 3d9c8b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cdci_data_analysis/analysis/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,9 @@ class Name(String):
class FileReference(String):
owl_uris = String.owl_uris + ("http://odahub.io/ontology#FileReference",)

class POSIXPath(FileReference):
owl_uris = FileReference.owl_uris + ("http://odahub.io/ontology#POSIXPath",)

class FileURL(FileReference):
owl_uris = FileReference.owl_uris + ("http://odahub.io/ontology#FileURL",)

Expand Down

0 comments on commit 3d9c8b7

Please sign in to comment.