Skip to content

Commit

Permalink
Merge pull request #39 from megbalk/issue-38
Browse files Browse the repository at this point in the history
give megbalk id ranges
  • Loading branch information
matentzn authored Aug 16, 2022
2 parents 1edf029 + 82d0993 commit bf32f9f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/ontology/bspo-idranges.owl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Ontology: <http://purl.obolibrary.org/obo/bspo/bspo-idranges.owl>

annotationproperty: allocatedto:
AnnotationProperty: idprefix:
AnnotationProperty: iddigits:
AnnotationProperty: idsfor:
AnnotationProperty: iddigits:
AnnotationProperty: idsfor:

Datatype: idrange:1
Annotations: allocatedto: "Wasila Dahdul"
Expand All @@ -30,4 +30,8 @@ EquivalentTo: xsd:integer[> 15001 , <= 20000]

Datatype: idrange:5
Annotations: allocatedto: "Anita Caron"
EquivalentTo: xsd:integer[> 20001 , <= 20999]
EquivalentTo: xsd:integer[> 20001 , <= 20999]

Datatype: idrange:6
Annotations: allocatedto: "Meghan Balk"
EquivalentTo: xsd:integer[> 30001 , <= 30999]

0 comments on commit bf32f9f

Please sign in to comment.