Skip to content

Commit e94285b

Browse files
committed
experimenting with importing annotation properties
1 parent 1c302a6 commit e94285b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

src/ontology/distel-odk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use_templates: false
1313

1414
import_group:
1515
annotate_with_labels: true
16-
annotation_properties: ['rdfs:label', 'IAO:0000119','IAO:0000115', 'IAO:0000116', 'IAO:0000112', 'skos:definition', 'skos:example', 'skos:comment', 'skos:altLabel' ]
16+
annotation_properties: ['rdfs:label', 'skos:definition', 'skos:example', 'skos:comment', 'skos:altLabel' ]
1717

1818
products:
1919
- id: pmdco

src/ontology/imports/pmdco_terms.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,11 @@ http://purl.obolibrary.org/obo/UO_1000163 # mass percentage
133133
http://purl.obolibrary.org/obo/UO_0000164 # mass volume percentage
134134
http://purl.obolibrary.org/obo/UO_0000076 # volume fraction
135135

136+
137+
# Annotation properties
138+
http://purl.obolibrary.org/obo/IAO_0000112 # example of usage
139+
http://purl.obolibrary.org/obo/IAO_0000116 # editor note
140+
http://purl.obolibrary.org/obo/IAO_0000119 # definiton source
141+
https://w3id.org/pmd/co/PMD_0050117 # abbreviation
142+
143+

0 commit comments

Comments
 (0)