-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recognise the `predicate_type` slot in mappings and mapping sets. Check that it does not contain the illegal values `rdfs literal` and `composed entity expression`. Add a `predicate_type==` filter in SSSOM/T. When producing OWL axioms from mappings in "direct" mode, use the value of the `predicate_type` slot, if present, to determine the type of axiom to generate.
- Loading branch information
Showing
8 changed files
with
66 additions
and
2 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
10 changes: 10 additions & 0 deletions
10
core/src/test/resources/sets/test-predicate-types.sssom.tsv
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,10 @@ | ||
#curie_map: | ||
# COMENT: https://example.com/entities/ | ||
# ORGENT: https://example.org/entities/ | ||
#mapping_set_id: https://example.org/sets/test-predicate-types | ||
#license: https://creativecommons.org/licenses/by/4.0/ | ||
subject_id subject_label predicate_id object_id object_label mapping_justification predicate_type | ||
ORGENT:0001 alice skos:closeMatch COMENT:0011 alpha semapv:ManualMappingCuration owl object property | ||
ORGENT:0002 bob skos:closeMatch COMENT:0012 beta semapv:ManualMappingCuration owl annotation property | ||
ORGENT:0004 daphne skos:closeMatch COMENT:0014 delta semapv:ManualMappingCuration rdfs literal | ||
ORGENT:0005 eve skos:closeMatch COMENT:0015 epsilon semapv:ManualMappingCuration composed entity expression |
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