-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add AFSO ontology (for file system tokenization)
- Loading branch information
Showing
9 changed files
with
145 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
// This file should eventually be auto-generated from the respective obo files, to have a safe way of updating it from the same source. | ||
// For now, it is manually created and updated. It is not complete, just a collectAFSOn of terms needed for baseline WIP validatAFSOn | ||
|
||
namespace ARCTokenization.StructuralOntology | ||
|
||
open ControlledVocabulary | ||
|
||
module AFSO = | ||
|
||
let ``File`` = CvTerm.create("AFSO:00000001","File","AFSO") | ||
let ``Directory`` = CvTerm.create("AFSO:00000002","Directory","AFSO") | ||
let ``File Type`` = CvTerm.create("AFSO:00000003","File Type","AFSO") | ||
let ``Extension`` = CvTerm.create("AFSO:00000004","Extension","AFSO") | ||
|
||
/// The name of the file. | ||
let ``File Name`` = CvTerm.create("AFSO:00000005","File Name","AFSO") | ||
let ``Directory Name`` = CvTerm.create("AFSO:00000006","Directory Name","AFSO") | ||
|
||
/// The full path of the directory or file. | ||
let ``Full Name`` = CvTerm.create("AFSO:00000007","Full Name","AFSO") | ||
|
||
/// The full path, relative path or a Universal Naming ConventAFSOn (UNC) path | ||
let ``Path`` = CvTerm.create("AFSO:00000008","Path","AFSO") | ||
let ``File Path`` = CvTerm.create("AFSO:00000009","File Path","AFSO") | ||
let ``Directory Path`` = CvTerm.create("AFSO:00000010","Directory Path","AFSO") |
56 changes: 56 additions & 0 deletions
56
src/ARCTokenization/structural_ontologies/arc_file_structure_ontology.obo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
!This file was auto generated on 2023-10-26. Do not edit it. All manual changes will be overwritten by the next generator run eventually. | ||
format-version: 1.2 | ||
data-version: init/2023-10-26 | ||
saved-by: Kevin Schneider | ||
default-namespace: afso | ||
ontology: AFSO | ||
|
||
[Term] | ||
id: AFSO:00000001 | ||
name: File | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000002 | ||
name: Directory | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000003 | ||
name: File Type | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000004 | ||
name: Extension | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000005 | ||
name: File Name | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000006 | ||
name: Directory Name | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000007 | ||
name: Full Name | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000008 | ||
name: Path | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000009 | ||
name: File Path | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000010 | ||
name: Directory Path | ||
def: "" |
55 changes: 55 additions & 0 deletions
55
src/ARCTokenization/structural_ontologies/arc_file_structure_ontology.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
format-version: 1.2 | ||
data-version: init/2023-10-26 | ||
saved-by: Kevin Schneider | ||
default-namespace: afso | ||
ontology: AFSO | ||
|
||
[Term] | ||
id: AFSO:00000001 | ||
name: File | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000002 | ||
name: Directory | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000003 | ||
name: File Type | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000004 | ||
name: Extension | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000005 | ||
name: File Name | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000006 | ||
name: Directory Name | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000007 | ||
name: Full Name | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000008 | ||
name: Path | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000009 | ||
name: File Path | ||
def: "" | ||
|
||
[Term] | ||
id: AFSO:00000010 | ||
name: Directory Path | ||
def: "" |
2 changes: 1 addition & 1 deletion
2
src/ARCTokenization/structural_ontologies/assay_metadata_structural_ontology.obo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ARCTokenization/structural_ontologies/investigation_metadata_structural_ontology.obo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ARCTokenization/structural_ontologies/study_metadata_structural_ontology.obo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters