Skip to content

Commit 31fa61f

Browse files
authored
Update HRA skeleton template and align template prefix declarations (#3686)
* Update HRA skeleton template and regenerate component ontology * Update Hra skeletion prefix file * Add Hra skeleton component to uberon-edit file * Update Hra skeleton template header order * Fix import ordering in uberon-edit file
1 parent 8affbb2 commit 31fa61f

3 files changed

Lines changed: 292 additions & 288 deletions

File tree

src/ontology/uberon-edit.obo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ treat-xrefs-as-is_a: VHOG
5757
remark: Aurelie Comte, Bill Bug, Catherine Leroy, Duncan Davidson and Trish Whetzel are also contributors. However their ORCIDs were not found.
5858
import: http://purl.obolibrary.org/obo/uberon/components/disjoint_union_over.owl
5959
import: http://purl.obolibrary.org/obo/uberon/components/hra_depiction_3d_images.owl
60+
import: http://purl.obolibrary.org/obo/uberon/components/hra_skeleton.owl
6061
import: http://purl.obolibrary.org/obo/uberon/components/hra_subset.owl
6162
import: http://purl.obolibrary.org/obo/uberon/components/in-subset.owl
6263
import: http://purl.obolibrary.org/obo/uberon/components/mappings.owl

src/templates/hra-skeleton-prefixes.owl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
88
Ontology(<http://purl.obolibrary.org/obo/uberon/components/hra_skeleton_prefixes.owl>
99

1010
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/BFO_0000050>))
11-
Declaration(ObjectProperty(<http://purl.org/dc/elements/1.1/contributor>))
12-
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/RO_0002175>))
11+
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/IAO_0000115>))
12+
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/RO_0002175>))
13+
Declaration(AnnotationProperty(<http://purl.org/dc/terms/contributor>))
1314
Declaration(AnnotationProperty(<http://purl.org/dc/terms/date>))
15+
Declaration(AnnotationProperty(<http://www.geneontology.org/formats/oboInOwl#hasDbXref>))
16+
Declaration(AnnotationProperty(<http://www.geneontology.org/formats/oboInOwl#inSubset>))
1417

1518
)

0 commit comments

Comments
 (0)