forked from rousakis/detection_repair_maven
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rousakis#1 from rousakis/master
Merged Commits from rousakis project
- Loading branch information
Showing
70 changed files
with
208 additions
and
130 deletions.
There are no files selected for viewing
File renamed without changes.
22 changes: 22 additions & 0 deletions
22
Change Definitions/ontological/EMBL/JSON definitions/Add Definition
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,22 @@ | ||
{ | ||
"Complex_Change": "Add Definition", | ||
"Priority": 11.0, | ||
"Complex_Change_Parameters": [ | ||
{ | ||
"subject": "1:ADD_PROPERTY_INSTANCE:-subject" | ||
}, | ||
{ | ||
"definition": "1:ADD_PROPERTY_INSTANCE:-object" | ||
} | ||
], | ||
"Simple_Changes": [ | ||
{ | ||
"Simple_Change": "ADD_PROPERTY_INSTANCE", | ||
"Simple_Change_Uri": "1:ADD_PROPERTY_INSTANCE", | ||
"Is_Optional": false, | ||
"Selection_Filter": "1:ADD_PROPERTY_INSTANCE:-property = <http://www.ebi.ac.uk/efo/definition>", | ||
"Mapping_Filter": "", | ||
"Join_Filter": "" | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
Change Definitions/ontological/EMBL/JSON definitions/Add Synonym
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,22 @@ | ||
{ | ||
"Complex_Change": "Add Synonym", | ||
"Priority": 13.0, | ||
"Complex_Change_Parameters": [ | ||
{ | ||
"subject": "1:ADD_PROPERTY_INSTANCE:-subject" | ||
}, | ||
{ | ||
"synonym": "1:ADD_PROPERTY_INSTANCE:-object" | ||
} | ||
], | ||
"Simple_Changes": [ | ||
{ | ||
"Simple_Change": "ADD_PROPERTY_INSTANCE", | ||
"Simple_Change_Uri": "1:ADD_PROPERTY_INSTANCE", | ||
"Is_Optional": false, | ||
"Selection_Filter": "1:ADD_PROPERTY_INSTANCE:-property = <http://www.ebi.ac.uk/efo/alternative_term>", | ||
"Mapping_Filter": "", | ||
"Join_Filter": "" | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
Change Definitions/ontological/EMBL/JSON definitions/Delete Definition
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,22 @@ | ||
{ | ||
"Complex_Change": "Delete Definition", | ||
"Priority": 12.0, | ||
"Complex_Change_Parameters": [ | ||
{ | ||
"subject": "1:DELETE_PROPERTY_INSTANCE:-subject" | ||
}, | ||
{ | ||
"definition": "1:DELETE_PROPERTY_INSTANCE:-object" | ||
} | ||
], | ||
"Simple_Changes": [ | ||
{ | ||
"Simple_Change": "DELETE_PROPERTY_INSTANCE", | ||
"Simple_Change_Uri": "1:DELETE_PROPERTY_INSTANCE", | ||
"Is_Optional": false, | ||
"Selection_Filter": "1:DELETE_PROPERTY_INSTANCE:-property = <http://www.ebi.ac.uk/efo/definition>", | ||
"Mapping_Filter": "", | ||
"Join_Filter": "" | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
Change Definitions/ontological/EMBL/JSON definitions/Delete Synonym
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,22 @@ | ||
{ | ||
"Complex_Change": "Delete Synonym", | ||
"Priority": 14.0, | ||
"Complex_Change_Parameters": [ | ||
{ | ||
"subject": "1:DELETE_PROPERTY_INSTANCE:-subject" | ||
}, | ||
{ | ||
"synonym": "1:DELETE_PROPERTY_INSTANCE:-object" | ||
} | ||
], | ||
"Simple_Changes": [ | ||
{ | ||
"Simple_Change": "DELETE_PROPERTY_INSTANCE", | ||
"Simple_Change_Uri": "1:DELETE_PROPERTY_INSTANCE", | ||
"Is_Optional": false, | ||
"Selection_Filter": "1:DELETE_PROPERTY_INSTANCE:-property = <http://www.ebi.ac.uk/efo/alternative_term>", | ||
"Mapping_Filter": "", | ||
"Join_Filter": "" | ||
} | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
Change Definitions/ontological/EMBL/JSON definitions/Mark as Obsolete
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,30 @@ | ||
{ | ||
"Complex_Change": "Mark as Obsolete", | ||
"Priority": 15.0, | ||
"Complex_Change_Parameters": [ | ||
{ | ||
"obs_class": "1:ADD_SUPERCLASS:-subclass" | ||
}, | ||
{ | ||
"reason": "2:ADD_PROPERTY_INSTANCE:-object" | ||
} | ||
], | ||
"Simple_Changes": [ | ||
{ | ||
"Simple_Change": "ADD_SUPERCLASS", | ||
"Simple_Change_Uri": "1:ADD_SUPERCLASS", | ||
"Is_Optional": false, | ||
"Selection_Filter": "1:ADD_SUPERCLASS:-superclass = <http://www.geneontology.org/formats/oboInOwl#ObsoleteClass>", | ||
"Mapping_Filter": "", | ||
"Join_Filter": "" | ||
}, | ||
{ | ||
"Simple_Change": "ADD_PROPERTY_INSTANCE", | ||
"Simple_Change_Uri": "2:ADD_PROPERTY_INSTANCE", | ||
"Is_Optional": false, | ||
"Selection_Filter": "2:ADD_PROPERTY_INSTANCE:-property = <http://www.ebi.ac.uk/efo/reason_for_obsolescence>", | ||
"Mapping_Filter": "", | ||
"Join_Filter": "2:ADD_PROPERTY_INSTANCE:-subject = 1:ADD_SUPERCLASS:-subclass" | ||
} | ||
] | ||
} |
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
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
Oops, something went wrong.