Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new bone length from to DOSDP pattern template #75

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3acbac9
Add new bone length from to DOSDP pattern template
rays22 Mar 17, 2022
66185aa
Fix multi_clause syntax in pattern template
rays22 Mar 21, 2022
8d97a2a
Add multiple subClassOf axioms
rays22 Mar 22, 2022
7e6c4cf
Add missing fovt var
rays22 Mar 24, 2022
113703e
Fix text definition
rays22 Mar 25, 2022
5877961
Add an xref on the definition
rays22 Apr 1, 2022
b8211e9
adding my edits
meghalithic Apr 1, 2022
82eb444
Update bone_length_from_to.yaml
meghalithic Jul 28, 2022
956219c
Update bone_length_from_to.yaml
meghalithic Jul 28, 2022
d7b3b93
Merge branch 'master' into issue73
rays22 Aug 19, 2022
ad9d851
Implement data_lis_vars
rays22 Aug 19, 2022
06e82cf
Update bone_length_from_to.yaml
meghalithic Aug 19, 2022
1560a76
Add comment field to template
rays22 Aug 19, 2022
fbfbc71
Merge branch 'issue73' of github.com:obophenotype/bio-attribute-ontol…
rays22 Aug 19, 2022
2e912b9
Fix xref annotation
rays22 Aug 19, 2022
2d61e2c
Delete redundant vars and axioms
rays22 Aug 19, 2022
8e9ab15
fixing pattern
meghalithic Aug 26, 2022
ea7f682
Update dosdp patterns file
Aug 26, 2022
599e0a1
getting rid of unneeded syn
meghalithic Aug 26, 2022
57fadc6
Merge branch 'master' into issue73
matentzn Nov 26, 2022
55481cb
Update length_from_to.yaml
meghalithic Feb 9, 2023
4869992
Update length_from_to.yaml
meghalithic Feb 9, 2023
fc03cf1
Merge branch 'master' into issue73
rays22 Feb 16, 2023
fef5f75
Merge branch 'master' into issue73
rays22 Feb 22, 2023
e3dc2fe
Update pattern templates
rays22 Mar 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add an xref on the definition
  • Loading branch information
rays22 committed Apr 1, 2022
commit 5877961aa6e8731fdae6e2dc8e51a07a53657233
9 changes: 8 additions & 1 deletion src/patterns/dosdp-patterns/bone_length_from_to.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ vars:
from: "'anatomical_entity'"
to: "'anatomical_entity'"
fovt: "'physical_object_quality'" # FOVT id
def_ref: "xsd:string"

name:
text: "%s length from %s to %s"
Expand All @@ -52,7 +53,7 @@ annotations:
- bone

meghalithic marked this conversation as resolved.
Show resolved Hide resolved
- annotationProperty: xref
text: "FOVT:%s" # give FOVT id here
text: "%s" # give FOVT IRI here
vars:
- fovt
meghalithic marked this conversation as resolved.
Show resolved Hide resolved

Expand All @@ -62,6 +63,12 @@ def:
- from
- bone
- to
rays22 marked this conversation as resolved.
Show resolved Hide resolved
annotations:
- annotationProperty: xref
text: "%s"
vars:
- def_ref


logical_axioms:
- axiom_type: subClassOf
Expand Down