Skip to content

Commit eb473dd

Browse files
Add curated content resource property (#7792)
* Add curated content resource property Right now, we cannot agree community wide on a standard way to represent linkouts, not even whether or not they should be curated in the ontology at all. This is breaking a bit more with Mondo being a pure ontology vs a bit databasey, but right now, we just need a convenient way to link to curated content for our stakeholders. Here, we add the property so we can start using it, even if we might change the ID to an OMO id in the future. Context: information-artifact-ontology/ontology-metadata#165 #7071 * added new property to the qc-permitted-properties.sparql * Update qc-permitted-properties.sparql * Update qc-permitted-properties.sparql * Change the if of curated content resource to the usual format Instead of using an OBO ID. * Update qc-permitted-properties.sparql to reflect correct property id --------- Co-authored-by: Sabrina Toro <[email protected]>
1 parent 406708c commit eb473dd

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/ontology/mondo-edit.obo

+8
Original file line numberDiff line numberDiff line change
@@ -547007,6 +547007,14 @@ property_value: IAO:0000233 https://github.com/monarch-initiative/mondo/issues/5
547007547007
property_value: IAO:0000233 https://github.com/obophenotype/upheno/issues/871
547008547008
is_symmetric: true
547009547009

547010+
[Typedef]
547011+
id: curated_content_resource
547012+
name: curated content resource
547013+
def: "A curated content resource is a web-resource that contains curated content about the ontology term." []
547014+
comment: This property is likely to change the ID. Please do not use in production systems.
547015+
is_metadata_tag: true
547016+
is_class_level: true
547017+
547010547018
[Typedef]
547011547019
id: disease_arises_from_feature
547012547020
name: disease arises from feature

src/sparql/qc/general/qc-permitted-properties.sparql

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ SELECT DISTINCT ?term ?property WHERE
2525
dc:conformsTo,
2626
dc:creator,
2727
dce:date,
28+
mondo:curated_content_resource,
2829
mondo:excluded_from_qc_check,
2930
mondo:excluded_subClassOf,
3031
mondo:excluded_synonym,

0 commit comments

Comments
 (0)