diff --git a/docs/datamodels/cross-ontology-diff/Boolean.md b/docs/datamodels/cross-ontology-diff/Boolean.md index 42f2eb86c..86ea886a6 100644 --- a/docs/datamodels/cross-ontology-diff/Boolean.md +++ b/docs/datamodels/cross-ontology-diff/Boolean.md @@ -1,9 +1,12 @@ # Type: Boolean + + _A binary (true or false) value_ + URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) * [base](https://w3id.org/linkml/base): Bool @@ -34,3 +37,14 @@ URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:boolean | +| native | xodiff:boolean | +| exact | schema:Boolean | + + + diff --git a/docs/datamodels/cross-ontology-diff/Date.md b/docs/datamodels/cross-ontology-diff/Date.md index 099cc9262..bae0e6c29 100644 --- a/docs/datamodels/cross-ontology-diff/Date.md +++ b/docs/datamodels/cross-ontology-diff/Date.md @@ -1,9 +1,12 @@ # Type: Date + + _a date (year, month and day) in an idealized calendar_ + URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) * [base](https://w3id.org/linkml/base): XSDDate @@ -34,3 +37,14 @@ URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:date | +| native | xodiff:date | +| exact | schema:Date | + + + diff --git a/docs/datamodels/cross-ontology-diff/Datetime.md b/docs/datamodels/cross-ontology-diff/Datetime.md index 81d60a1c5..92d6bd706 100644 --- a/docs/datamodels/cross-ontology-diff/Datetime.md +++ b/docs/datamodels/cross-ontology-diff/Datetime.md @@ -1,9 +1,12 @@ # Type: Datetime + + _The combination of a date and time_ + URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) * [base](https://w3id.org/linkml/base): XSDDateTime @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:dateTime | +| native | xodiff:datetime | +| exact | schema:DateTime | + + + diff --git a/docs/datamodels/cross-ontology-diff/Decimal.md b/docs/datamodels/cross-ontology-diff/Decimal.md index 61a94f680..f91797f5b 100644 --- a/docs/datamodels/cross-ontology-diff/Decimal.md +++ b/docs/datamodels/cross-ontology-diff/Decimal.md @@ -1,9 +1,12 @@ # Type: Decimal + + _A real number with arbitrary precision that conforms to the xsd:decimal specification_ + URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) * [base](https://w3id.org/linkml/base): Decimal @@ -33,3 +36,14 @@ URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:decimal | +| native | xodiff:decimal | +| broad | schema:Number | + + + diff --git a/docs/datamodels/cross-ontology-diff/DiffCategory.md b/docs/datamodels/cross-ontology-diff/DiffCategory.md index ac87b71f0..c7c1c869b 100644 --- a/docs/datamodels/cross-ontology-diff/DiffCategory.md +++ b/docs/datamodels/cross-ontology-diff/DiffCategory.md @@ -1,10 +1,13 @@ # Enum: DiffCategory + + _Category of the cross-ontology diff, from the perspective of the left-hand edge_ -URI: [DiffCategory](DiffCategory) + +URI: [DiffCategory](DiffCategory.md) ## Permissible Values @@ -53,6 +56,8 @@ URI: [DiffCategory](DiffCategory) + + ## LinkML Source
diff --git a/docs/datamodels/cross-ontology-diff/Double.md b/docs/datamodels/cross-ontology-diff/Double.md index 231885bdd..e03c4dba9 100644 --- a/docs/datamodels/cross-ontology-diff/Double.md +++ b/docs/datamodels/cross-ontology-diff/Double.md @@ -1,9 +1,12 @@ # Type: Double + + _A real number that conforms to the xsd:double specification_ + URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:double | +| native | xodiff:double | +| close | schema:Float | + + + diff --git a/docs/datamodels/cross-ontology-diff/Float.md b/docs/datamodels/cross-ontology-diff/Float.md index d1d61334d..f91d8ebc4 100644 --- a/docs/datamodels/cross-ontology-diff/Float.md +++ b/docs/datamodels/cross-ontology-diff/Float.md @@ -1,9 +1,12 @@ # Type: Float + + _A real number that conforms to the xsd:float specification_ + URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:float | +| native | xodiff:float | +| exact | schema:Float | + + + diff --git a/docs/datamodels/cross-ontology-diff/Integer.md b/docs/datamodels/cross-ontology-diff/Integer.md index 9a3f08e88..4240d4996 100644 --- a/docs/datamodels/cross-ontology-diff/Integer.md +++ b/docs/datamodels/cross-ontology-diff/Integer.md @@ -1,9 +1,12 @@ # Type: Integer + + _An integer_ + URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) * [base](https://w3id.org/linkml/base): int @@ -33,3 +36,14 @@ URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:integer | +| native | xodiff:integer | +| exact | schema:Integer | + + + diff --git a/docs/datamodels/cross-ontology-diff/Ncname.md b/docs/datamodels/cross-ontology-diff/Ncname.md index 030727c45..267a82bec 100644 --- a/docs/datamodels/cross-ontology-diff/Ncname.md +++ b/docs/datamodels/cross-ontology-diff/Ncname.md @@ -1,9 +1,12 @@ # Type: Ncname + + _Prefix part of CURIE_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): NCName @@ -34,3 +37,13 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | xodiff:ncname | + + + diff --git a/docs/datamodels/cross-ontology-diff/Nodeidentifier.md b/docs/datamodels/cross-ontology-diff/Nodeidentifier.md index 962e23dad..473efd581 100644 --- a/docs/datamodels/cross-ontology-diff/Nodeidentifier.md +++ b/docs/datamodels/cross-ontology-diff/Nodeidentifier.md @@ -1,9 +1,12 @@ # Type: Nodeidentifier + + _A URI, CURIE or BNODE that represents a node in a model._ + URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) * [base](https://w3id.org/linkml/base): NodeIdentifier @@ -34,3 +37,13 @@ URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:nonLiteral | +| native | xodiff:nodeidentifier | + + + diff --git a/docs/datamodels/cross-ontology-diff/Objectidentifier.md b/docs/datamodels/cross-ontology-diff/Objectidentifier.md index fce13650a..b4e7144ec 100644 --- a/docs/datamodels/cross-ontology-diff/Objectidentifier.md +++ b/docs/datamodels/cross-ontology-diff/Objectidentifier.md @@ -1,9 +1,12 @@ # Type: Objectidentifier + + _A URI or CURIE that represents an object in the model._ + URI: [shex:iri](http://www.w3.org/ns/shex#iri) * [base](https://w3id.org/linkml/base): ElementIdentifier @@ -38,3 +41,13 @@ URI: [shex:iri](http://www.w3.org/ns/shex#iri) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:iri | +| native | xodiff:objectidentifier | + + + diff --git a/docs/datamodels/cross-ontology-diff/RelationalDiff.md b/docs/datamodels/cross-ontology-diff/RelationalDiff.md index 82e8f68fe..4f154b616 100644 --- a/docs/datamodels/cross-ontology-diff/RelationalDiff.md +++ b/docs/datamodels/cross-ontology-diff/RelationalDiff.md @@ -1,29 +1,58 @@ + + # Class: RelationalDiff -_A relational diff expresses the difference between an edge in one ontology, and an edge (or lack of edge) in -another ontology (or a different version of the same ontology). The diff is from the perspective of one -ontology (the one on the "left" side). -For every edge in the left ontology, the subject and object are mapped to the right ontology. -If mappings cannot be found then the diff is categorized as missing mappings. -The predicate is also mapped, with the reflexivity assumption. -for every mapped subject and object pair (the "right" subject and object), the entailed relationship -is examined to determine if it consistent with the left predicate. +_A relational diff expresses the difference between an edge in one ontology, and an edge (or lack of edge) in_ -``` -left_object <--- mapped to ---> right_object - ^ ^ - | | - | | - | left | right - | predicate | predicate - | | - | | -left_subject <--- mapped to ---> right_subject -``` +_another ontology (or a different version of the same ontology). The diff is from the perspective of one_ + +_ontology (the one on the "left" side)._ + +__ + +_For every edge in the left ontology, the subject and object are mapped to the right ontology._ + +_If mappings cannot be found then the diff is categorized as missing mappings._ + +_The predicate is also mapped, with the reflexivity assumption._ + +__ + +_for every mapped subject and object pair (the "right" subject and object), the entailed relationship_ + +_is examined to determine if it consistent with the left predicate._ + +__ + +_```_ + +_left_object <--- mapped to ---> right_object_ + +_ ^ ^_ + +_ | |_ + +_ | |_ + +_ | left | right_ + +_ | predicate | predicate_ + +_ | |_ + +_ | |_ + +_left_subject <--- mapped to ---> right_subject_ + +_```_ + +__ + +_The above figure gives hows the basic structure. Classification of the edge is done from the perspective_ + +_of the left edge._ -The above figure gives hows the basic structure. Classification of the edge is done from the perspective -of the left edge._ @@ -32,12 +61,21 @@ URI: [xodiff:RelationalDiff](https://w3id.org/oak/cross-ontology-diff/Relational + + + ```{mermaid} classDiagram class RelationalDiff + click RelationalDiff href "../RelationalDiff" RelationalDiff : category - RelationalDiff ..> DiffCategory : category + + + + RelationalDiff --> "0..1" DiffCategory : category + click DiffCategory href "../DiffCategory" + RelationalDiff : left_object_id @@ -57,7 +95,12 @@ URI: [xodiff:RelationalDiff](https://w3id.org/oak/cross-ontology-diff/Relational RelationalDiff : object_mapping_cardinality - RelationalDiff ..> MappingCardinalityEnum : object_mapping_cardinality + + + + RelationalDiff --> "0..1" MappingCardinalityEnum : object_mapping_cardinality + click MappingCardinalityEnum href "../MappingCardinalityEnum" + RelationalDiff : object_mapping_predicate @@ -77,7 +120,12 @@ URI: [xodiff:RelationalDiff](https://w3id.org/oak/cross-ontology-diff/Relational RelationalDiff : subject_mapping_cardinality - RelationalDiff ..> MappingCardinalityEnum : subject_mapping_cardinality + + + + RelationalDiff --> "0..1" MappingCardinalityEnum : subject_mapping_cardinality + click MappingCardinalityEnum href "../MappingCardinalityEnum" + RelationalDiff : subject_mapping_predicate @@ -95,23 +143,23 @@ URI: [xodiff:RelationalDiff](https://w3id.org/oak/cross-ontology-diff/Relational | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [category](category.md) | 0..1
[DiffCategory](DiffCategory.md) | Each match (or lack of match) is placed into exactly one category | direct | -| [left_subject_id](left_subject_id.md) | 1..1
[EntityReference](EntityReference.md) | The subject (child) of the source/left edge | direct | -| [left_object_id](left_object_id.md) | 1..1
[EntityReference](EntityReference.md) | The object (parent) of the source/left edge | direct | -| [left_predicate_id](left_predicate_id.md) | 1..1
[EntityReference](EntityReference.md) | The predicate (relation) of the source/left edge | direct | +| [left_subject_id](left_subject_id.md) | 1
[EntityReference](EntityReference.md) | The subject (child) of the source/left edge | direct | +| [left_object_id](left_object_id.md) | 1
[EntityReference](EntityReference.md) | The object (parent) of the source/left edge | direct | +| [left_predicate_id](left_predicate_id.md) | 1
[EntityReference](EntityReference.md) | The predicate (relation) of the source/left edge | direct | | [left_subject_label](left_subject_label.md) | 0..1
[Label](Label.md) | The name of the subject (child) of the source/left edge | direct | | [left_object_label](left_object_label.md) | 0..1
[Label](Label.md) | The name of the object (parent) of the source/left edge | direct | | [left_predicate_label](left_predicate_label.md) | 0..1
[Label](Label.md) | The name of the predicate of the source/left edge | direct | | [right_subject_id](right_subject_id.md) | 0..1
[EntityReference](EntityReference.md) | The subject (child) of the matched/right edge, if matchable | direct | | [right_object_id](right_object_id.md) | 0..1
[EntityReference](EntityReference.md) | The object (parent) of the matched/right edge, if matchable | direct | -| [right_predicate_ids](right_predicate_ids.md) | 0..*
[EntityReference](EntityReference.md) | * If the match type is consistent, then all consistent predicates | direct | +| [right_predicate_ids](right_predicate_ids.md) | *
[EntityReference](EntityReference.md) | * If the match type is consistent, then all consistent predicates | direct | | [right_subject_label](right_subject_label.md) | 0..1
[Label](Label.md) | The name of the subject (child) of the matched/right edge, if matchable | direct | | [right_object_label](right_object_label.md) | 0..1
[Label](Label.md) | The name of the object (parent) of the matched/right edge, if matchable | direct | -| [right_predicate_labels](right_predicate_labels.md) | 0..*
[Label](Label.md) | The names corresponding to the right_predicate_ids | direct | -| [left_subject_is_functional](left_subject_is_functional.md) | 0..1
[Boolean](Boolean.md) | True if a subject mapping is present, and maps uniquely within the same ontol... | direct | -| [left_object_is_functional](left_object_is_functional.md) | 0..1
[Boolean](Boolean.md) | True if an object mapping is present, and maps uniquely within the same ontol... | direct | +| [right_predicate_labels](right_predicate_labels.md) | *
[Label](Label.md) | The names corresponding to the right_predicate_ids | direct | +| [left_subject_is_functional](left_subject_is_functional.md) | 0..1
[String](String.md) | True if a subject mapping is present, and maps uniquely within the same ontol... | direct | +| [left_object_is_functional](left_object_is_functional.md) | 0..1
[String](String.md) | True if an object mapping is present, and maps uniquely within the same ontol... | direct | | [subject_mapping_predicate](subject_mapping_predicate.md) | 0..1
[EntityReference](EntityReference.md) | The mapping predicate that holds between left_subject_id and right_subject_id | direct | | [object_mapping_predicate](object_mapping_predicate.md) | 0..1
[EntityReference](EntityReference.md) | The mapping predicate that holds between left_object_id and right_object_id | direct | -| [right_intermediate_ids](right_intermediate_ids.md) | 0..*
[EntityReference](EntityReference.md) | | direct | +| [right_intermediate_ids](right_intermediate_ids.md) | *
[EntityReference](EntityReference.md) | | direct | | [subject_mapping_cardinality](subject_mapping_cardinality.md) | 0..1
[MappingCardinalityEnum](MappingCardinalityEnum.md) | The mapping cardinality of the subject pair | direct | | [object_mapping_cardinality](object_mapping_cardinality.md) | 0..1
[MappingCardinalityEnum](MappingCardinalityEnum.md) | The mapping cardinality of the object pair | direct | @@ -146,7 +194,6 @@ URI: [xodiff:RelationalDiff](https://w3id.org/oak/cross-ontology-diff/Relational - ## Mappings | Mapping Type | Mapped Value | @@ -158,6 +205,8 @@ URI: [xodiff:RelationalDiff](https://w3id.org/oak/cross-ontology-diff/Relational + + ## LinkML Source @@ -184,13 +233,14 @@ description: "A relational diff expresses the difference between an edge in one \ hows the basic structure. Classification of the edge is done from the perspective\n\ of the left edge." from_schema: https://w3id.org/oak/cross-ontology-diff -rank: 1000 attributes: category: name: category description: Each match (or lack of match) is placed into exactly one category from_schema: https://w3id.org/oak/cross-ontology-diff rank: 1000 + domain_of: + - RelationalDiff range: DiffCategory left_subject_id: name: left_subject_id @@ -200,6 +250,8 @@ attributes: mixins: - left_side - subject + domain_of: + - RelationalDiff range: EntityReference required: true left_object_id: @@ -210,6 +262,8 @@ attributes: mixins: - left_side - object + domain_of: + - RelationalDiff range: EntityReference required: true left_predicate_id: @@ -220,6 +274,8 @@ attributes: mixins: - left_side - predicate + domain_of: + - RelationalDiff range: EntityReference required: true left_subject_label: @@ -231,6 +287,8 @@ attributes: - left_side - subject - label + domain_of: + - RelationalDiff range: Label left_object_label: name: left_object_label @@ -241,6 +299,8 @@ attributes: - left_side - object - label + domain_of: + - RelationalDiff range: Label left_predicate_label: name: left_predicate_label @@ -251,6 +311,8 @@ attributes: - left_side - predicate - label + domain_of: + - RelationalDiff range: Label right_subject_id: name: right_subject_id @@ -260,6 +322,8 @@ attributes: mixins: - right_side - subject + domain_of: + - RelationalDiff range: EntityReference right_object_id: name: right_object_id @@ -269,6 +333,8 @@ attributes: mixins: - right_side - object + domain_of: + - RelationalDiff range: EntityReference right_predicate_ids: name: right_predicate_ids @@ -283,8 +349,10 @@ attributes: mixins: - right_side - predicate - multivalued: true + domain_of: + - RelationalDiff range: EntityReference + multivalued: true right_subject_label: name: right_subject_label description: The name of the subject (child) of the matched/right edge, if matchable @@ -294,6 +362,8 @@ attributes: - right_side - subject - label + domain_of: + - RelationalDiff range: Label right_object_label: name: right_object_label @@ -304,6 +374,8 @@ attributes: - right_side - object - label + domain_of: + - RelationalDiff range: Label right_predicate_labels: name: right_predicate_labels @@ -314,8 +386,10 @@ attributes: - right_side - predicate - label - multivalued: true + domain_of: + - RelationalDiff range: Label + multivalued: true left_subject_is_functional: name: left_subject_is_functional description: True if a subject mapping is present, and maps uniquely within the @@ -325,6 +399,8 @@ attributes: mixins: - left_side - is_functional + domain_of: + - RelationalDiff left_object_is_functional: name: left_object_is_functional description: True if an object mapping is present, and maps uniquely within the @@ -334,6 +410,8 @@ attributes: mixins: - left_side - is_functional + domain_of: + - RelationalDiff subject_mapping_predicate: name: subject_mapping_predicate description: The mapping predicate that holds between left_subject_id and right_subject_id @@ -342,6 +420,8 @@ attributes: mixins: - subject - predicate + domain_of: + - RelationalDiff range: EntityReference object_mapping_predicate: name: object_mapping_predicate @@ -351,24 +431,32 @@ attributes: mixins: - subject - predicate + domain_of: + - RelationalDiff range: EntityReference right_intermediate_ids: name: right_intermediate_ids from_schema: https://w3id.org/oak/cross-ontology-diff rank: 1000 - multivalued: true + domain_of: + - RelationalDiff range: EntityReference + multivalued: true subject_mapping_cardinality: name: subject_mapping_cardinality description: The mapping cardinality of the subject pair from_schema: https://w3id.org/oak/cross-ontology-diff rank: 1000 + domain_of: + - RelationalDiff range: MappingCardinalityEnum object_mapping_cardinality: name: object_mapping_cardinality description: The mapping cardinality of the object pair from_schema: https://w3id.org/oak/cross-ontology-diff rank: 1000 + domain_of: + - RelationalDiff range: MappingCardinalityEnum ``` @@ -396,7 +484,6 @@ description: "A relational diff expresses the difference between an edge in one \ hows the basic structure. Classification of the edge is done from the perspective\n\ of the left edge." from_schema: https://w3id.org/oak/cross-ontology-diff -rank: 1000 attributes: category: name: category @@ -531,12 +618,12 @@ attributes: mixins: - right_side - predicate - multivalued: true alias: right_predicate_ids owner: RelationalDiff domain_of: - RelationalDiff range: EntityReference + multivalued: true right_subject_label: name: right_subject_label description: The name of the subject (child) of the matched/right edge, if matchable @@ -574,12 +661,12 @@ attributes: - right_side - predicate - label - multivalued: true alias: right_predicate_labels owner: RelationalDiff domain_of: - RelationalDiff range: Label + multivalued: true left_subject_is_functional: name: left_subject_is_functional description: True if a subject mapping is present, and maps uniquely within the @@ -638,12 +725,12 @@ attributes: name: right_intermediate_ids from_schema: https://w3id.org/oak/cross-ontology-diff rank: 1000 - multivalued: true alias: right_intermediate_ids owner: RelationalDiff domain_of: - RelationalDiff range: EntityReference + multivalued: true subject_mapping_cardinality: name: subject_mapping_cardinality description: The mapping cardinality of the subject pair diff --git a/docs/datamodels/cross-ontology-diff/String.md b/docs/datamodels/cross-ontology-diff/String.md index 70d120ce1..9549aef5f 100644 --- a/docs/datamodels/cross-ontology-diff/String.md +++ b/docs/datamodels/cross-ontology-diff/String.md @@ -1,9 +1,12 @@ # Type: String + + _A character string_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): str @@ -33,3 +36,14 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | xodiff:string | +| exact | schema:Text | + + + diff --git a/docs/datamodels/cross-ontology-diff/StructureDiffResultSet.md b/docs/datamodels/cross-ontology-diff/StructureDiffResultSet.md index 5ddb00e1c..a40e12c4e 100644 --- a/docs/datamodels/cross-ontology-diff/StructureDiffResultSet.md +++ b/docs/datamodels/cross-ontology-diff/StructureDiffResultSet.md @@ -1,21 +1,35 @@ + + # Class: StructureDiffResultSet + + _A collection of relational diff results_ + URI: [xodiff:StructureDiffResultSet](https://w3id.org/oak/cross-ontology-diff/StructureDiffResultSet) + + + ```{mermaid} classDiagram class StructureDiffResultSet + click StructureDiffResultSet href "../StructureDiffResultSet" StructureDiffResultSet : left_source StructureDiffResultSet : results - StructureDiffResultSet ..> RelationalDiff : results + + + + StructureDiffResultSet --> "*" RelationalDiff : results + click RelationalDiff href "../RelationalDiff" + StructureDiffResultSet : right_source @@ -32,7 +46,7 @@ URI: [xodiff:StructureDiffResultSet](https://w3id.org/oak/cross-ontology-diff/St | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [results](results.md) | 0..*
[RelationalDiff](RelationalDiff.md) | all differences between a pair of ontologies | direct | +| [results](results.md) | *
[RelationalDiff](RelationalDiff.md) | all differences between a pair of ontologies | direct | | [left_source](left_source.md) | 0..1
[Source](Source.md) | Ontology source for left entities | direct | | [right_source](right_source.md) | 0..1
[Source](Source.md) | Ontology source for right entities | direct | @@ -60,7 +74,6 @@ URI: [xodiff:StructureDiffResultSet](https://w3id.org/oak/cross-ontology-diff/St - ## Mappings | Mapping Type | Mapped Value | @@ -72,6 +85,8 @@ URI: [xodiff:StructureDiffResultSet](https://w3id.org/oak/cross-ontology-diff/St + + ## LinkML Source @@ -83,27 +98,32 @@ URI: [xodiff:StructureDiffResultSet](https://w3id.org/oak/cross-ontology-diff/St name: StructureDiffResultSet description: A collection of relational diff results from_schema: https://w3id.org/oak/cross-ontology-diff -rank: 1000 attributes: results: name: results description: all differences between a pair of ontologies from_schema: https://w3id.org/oak/cross-ontology-diff rank: 1000 - multivalued: true + domain_of: + - StructureDiffResultSet range: RelationalDiff + multivalued: true inlined: true left_source: name: left_source description: Ontology source for left entities from_schema: https://w3id.org/oak/cross-ontology-diff rank: 1000 + domain_of: + - StructureDiffResultSet range: Source right_source: name: right_source description: Ontology source for right entities from_schema: https://w3id.org/oak/cross-ontology-diff rank: 1000 + domain_of: + - StructureDiffResultSet range: Source ``` @@ -116,19 +136,18 @@ attributes: name: StructureDiffResultSet description: A collection of relational diff results from_schema: https://w3id.org/oak/cross-ontology-diff -rank: 1000 attributes: results: name: results description: all differences between a pair of ontologies from_schema: https://w3id.org/oak/cross-ontology-diff rank: 1000 - multivalued: true alias: results owner: StructureDiffResultSet domain_of: - StructureDiffResultSet range: RelationalDiff + multivalued: true inlined: true left_source: name: left_source diff --git a/docs/datamodels/cross-ontology-diff/Time.md b/docs/datamodels/cross-ontology-diff/Time.md index 3612e4898..3845b8097 100644 --- a/docs/datamodels/cross-ontology-diff/Time.md +++ b/docs/datamodels/cross-ontology-diff/Time.md @@ -1,14 +1,17 @@ # Type: Time + + _A time object represents a (local) time of day, independent of any particular day_ -URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +URI: [xsd:time](http://www.w3.org/2001/XMLSchema#time) * [base](https://w3id.org/linkml/base): XSDTime -* [uri](https://w3id.org/linkml/uri): xsd:dateTime +* [uri](https://w3id.org/linkml/uri): xsd:time * [repr](https://w3id.org/linkml/repr): str @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:time | +| native | xodiff:time | +| exact | schema:Time | + + + diff --git a/docs/datamodels/cross-ontology-diff/Uri.md b/docs/datamodels/cross-ontology-diff/Uri.md index c5b70801d..ca9978a6f 100644 --- a/docs/datamodels/cross-ontology-diff/Uri.md +++ b/docs/datamodels/cross-ontology-diff/Uri.md @@ -1,9 +1,12 @@ # Type: Uri + + _a complete URI_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URI @@ -38,3 +41,14 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | xodiff:uri | +| close | schema:URL | + + + diff --git a/docs/datamodels/cross-ontology-diff/Uriorcurie.md b/docs/datamodels/cross-ontology-diff/Uriorcurie.md index c43d4ca80..628d3973a 100644 --- a/docs/datamodels/cross-ontology-diff/Uriorcurie.md +++ b/docs/datamodels/cross-ontology-diff/Uriorcurie.md @@ -1,9 +1,12 @@ # Type: Uriorcurie + + _a URI or a CURIE_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -34,3 +37,13 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | xodiff:uriorcurie | + + + diff --git a/docs/datamodels/cross-ontology-diff/category.md b/docs/datamodels/cross-ontology-diff/category.md index b6f32fc33..41103c343 100644 --- a/docs/datamodels/cross-ontology-diff/category.md +++ b/docs/datamodels/cross-ontology-diff/category.md @@ -1,7 +1,14 @@ + + # Slot: category + + _Each match (or lack of match) is placed into exactly one category_ + + + URI: [xodiff:category](https://w3id.org/oak/cross-ontology-diff/category) @@ -11,11 +18,13 @@ URI: [xodiff:category](https://w3id.org/oak/cross-ontology-diff/category) + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... | no | + @@ -30,8 +39,6 @@ URI: [xodiff:category](https://w3id.org/oak/cross-ontology-diff/category) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [xodiff:category](https://w3id.org/oak/cross-ontology-diff/category) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xodiff:category | +| native | xodiff:category | + + + + ## LinkML Source
diff --git a/docs/datamodels/cross-ontology-diff/index.md b/docs/datamodels/cross-ontology-diff/index.md index 900bbab54..5dab0f624 100644 --- a/docs/datamodels/cross-ontology-diff/index.md +++ b/docs/datamodels/cross-ontology-diff/index.md @@ -3,6 +3,7 @@ A datamodel for representing the results of relational diffs across a pair of ontologies connected by mappings URI: https://w3id.org/oak/cross-ontology-diff + Name: cross-ontology-diff @@ -11,10 +12,35 @@ Name: cross-ontology-diff | Class | Description | | --- | --- | -| [RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... | +| [RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, and an edge (or lack of edge) in +another ontology (or a different version of the same ontology). The diff is from the perspective of one +ontology (the one on the "left" side). + +For every edge in the left ontology, the subject and object are mapped to the right ontology. +If mappings cannot be found then the diff is categorized as missing mappings. +The predicate is also mapped, with the reflexivity assumption. + +for every mapped subject and object pair (the "right" subject and object), the entailed relationship +is examined to determine if it consistent with the left predicate. + +``` +left_object <--- mapped to ---> right_object + ^ ^ + | | + | | + | left | right + | predicate | predicate + | | + | | +left_subject <--- mapped to ---> right_subject +``` + +The above figure gives hows the basic structure. Classification of the edge is done from the perspective +of the left edge. | | [StructureDiffResultSet](StructureDiffResultSet.md) | A collection of relational diff results | + ## Slots | Slot | Description | @@ -74,11 +100,14 @@ Name: cross-ontology-diff | [EntityReference](EntityReference.md) | A reference to a mapped entity | | [Float](Float.md) | A real number that conforms to the xsd:float specification | | [Integer](Integer.md) | An integer | +| [Jsonpath](Jsonpath.md) | A string encoding a JSON Path | +| [Jsonpointer](Jsonpointer.md) | A string encoding a JSON Pointer | | [Label](Label.md) | A string that is used as a human-readable label | | [Ncname](Ncname.md) | Prefix part of CURIE | | [Nodeidentifier](Nodeidentifier.md) | A URI, CURIE or BNODE that represents a node in a model | | [Objectidentifier](Objectidentifier.md) | A URI or CURIE that represents an object in the model | | [Source](Source.md) | The name of an ontology that acts as a source | +| [Sparqlpath](Sparqlpath.md) | A string encoding a SPARQL Property Path | | [String](String.md) | A character string | | [Time](Time.md) | A time object represents a (local) time of day, independent of any particular... | | [Uri](Uri.md) | a complete URI | diff --git a/docs/datamodels/cross-ontology-diff/left_object_id.md b/docs/datamodels/cross-ontology-diff/left_object_id.md index 0f7c006b9..983cc43c5 100644 --- a/docs/datamodels/cross-ontology-diff/left_object_id.md +++ b/docs/datamodels/cross-ontology-diff/left_object_id.md @@ -1,7 +1,14 @@ + + # Slot: left_object_id + + _The object (parent) of the source/left edge_ + + + URI: [xodiff:left_object_id](https://w3id.org/oak/cross-ontology-diff/left_object_id) @@ -15,11 +22,13 @@ URI: [xodiff:left_object_id](https://w3id.org/oak/cross-ontology-diff/left_objec + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... | no | + @@ -29,10 +38,8 @@ URI: [xodiff:left_object_id](https://w3id.org/oak/cross-ontology-diff/left_objec ## Properties * Range: [EntityReference](EntityReference.md) -* Required: True - - +* Required: True @@ -54,6 +61,16 @@ URI: [xodiff:left_object_id](https://w3id.org/oak/cross-ontology-diff/left_objec +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xodiff:left_object_id | +| native | xodiff:left_object_id | + + + + ## LinkML Source
diff --git a/docs/datamodels/cross-ontology-diff/left_object_is_functional.md b/docs/datamodels/cross-ontology-diff/left_object_is_functional.md index 509ba7e44..565a5372f 100644 --- a/docs/datamodels/cross-ontology-diff/left_object_is_functional.md +++ b/docs/datamodels/cross-ontology-diff/left_object_is_functional.md @@ -1,7 +1,14 @@ + + # Slot: left_object_is_functional + + _True if an object mapping is present, and maps uniquely within the same ontology_ + + + URI: [xodiff:left_object_is_functional](https://w3id.org/oak/cross-ontology-diff/left_object_is_functional) @@ -15,11 +22,13 @@ URI: [xodiff:left_object_is_functional](https://w3id.org/oak/cross-ontology-diff + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... | no | + @@ -34,8 +43,6 @@ URI: [xodiff:left_object_is_functional](https://w3id.org/oak/cross-ontology-diff - - ## Identifier and Mapping Information @@ -52,6 +59,16 @@ URI: [xodiff:left_object_is_functional](https://w3id.org/oak/cross-ontology-diff +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xodiff:left_object_is_functional | +| native | xodiff:left_object_is_functional | + + + + ## LinkML Source
diff --git a/docs/datamodels/cross-ontology-diff/left_predicate_id.md b/docs/datamodels/cross-ontology-diff/left_predicate_id.md index 85d321481..5a3de770d 100644 --- a/docs/datamodels/cross-ontology-diff/left_predicate_id.md +++ b/docs/datamodels/cross-ontology-diff/left_predicate_id.md @@ -1,7 +1,14 @@ + + # Slot: left_predicate_id + + _The predicate (relation) of the source/left edge_ + + + URI: [xodiff:left_predicate_id](https://w3id.org/oak/cross-ontology-diff/left_predicate_id) @@ -15,11 +22,13 @@ URI: [xodiff:left_predicate_id](https://w3id.org/oak/cross-ontology-diff/left_pr + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... | no | + @@ -29,10 +38,8 @@ URI: [xodiff:left_predicate_id](https://w3id.org/oak/cross-ontology-diff/left_pr ## Properties * Range: [EntityReference](EntityReference.md) -* Required: True - - +* Required: True @@ -54,6 +61,16 @@ URI: [xodiff:left_predicate_id](https://w3id.org/oak/cross-ontology-diff/left_pr +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xodiff:left_predicate_id | +| native | xodiff:left_predicate_id | + + + + ## LinkML Source
diff --git a/docs/datamodels/cross-ontology-diff/left_subject_id.md b/docs/datamodels/cross-ontology-diff/left_subject_id.md index b5d04087e..975f75b04 100644 --- a/docs/datamodels/cross-ontology-diff/left_subject_id.md +++ b/docs/datamodels/cross-ontology-diff/left_subject_id.md @@ -1,7 +1,14 @@ + + # Slot: left_subject_id + + _The subject (child) of the source/left edge_ + + + URI: [xodiff:left_subject_id](https://w3id.org/oak/cross-ontology-diff/left_subject_id) @@ -15,11 +22,13 @@ URI: [xodiff:left_subject_id](https://w3id.org/oak/cross-ontology-diff/left_subj + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... | no | + @@ -29,10 +38,8 @@ URI: [xodiff:left_subject_id](https://w3id.org/oak/cross-ontology-diff/left_subj ## Properties * Range: [EntityReference](EntityReference.md) -* Required: True - - +* Required: True @@ -54,6 +61,16 @@ URI: [xodiff:left_subject_id](https://w3id.org/oak/cross-ontology-diff/left_subj +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xodiff:left_subject_id | +| native | xodiff:left_subject_id | + + + + ## LinkML Source
diff --git a/docs/datamodels/cross-ontology-diff/left_subject_is_functional.md b/docs/datamodels/cross-ontology-diff/left_subject_is_functional.md index 36d8ac53d..d06d61d41 100644 --- a/docs/datamodels/cross-ontology-diff/left_subject_is_functional.md +++ b/docs/datamodels/cross-ontology-diff/left_subject_is_functional.md @@ -1,7 +1,14 @@ + + # Slot: left_subject_is_functional + + _True if a subject mapping is present, and maps uniquely within the same ontology_ + + + URI: [xodiff:left_subject_is_functional](https://w3id.org/oak/cross-ontology-diff/left_subject_is_functional) @@ -15,11 +22,13 @@ URI: [xodiff:left_subject_is_functional](https://w3id.org/oak/cross-ontology-dif + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... | no | + @@ -34,8 +43,6 @@ URI: [xodiff:left_subject_is_functional](https://w3id.org/oak/cross-ontology-dif - - ## Identifier and Mapping Information @@ -52,6 +59,16 @@ URI: [xodiff:left_subject_is_functional](https://w3id.org/oak/cross-ontology-dif +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xodiff:left_subject_is_functional | +| native | xodiff:left_subject_is_functional | + + + + ## LinkML Source
diff --git a/docs/datamodels/cross-ontology-diff/results.md b/docs/datamodels/cross-ontology-diff/results.md index 05b80ff61..096f2a5cb 100644 --- a/docs/datamodels/cross-ontology-diff/results.md +++ b/docs/datamodels/cross-ontology-diff/results.md @@ -1,7 +1,14 @@ + + # Slot: results + + _all differences between a pair of ontologies_ + + + URI: [xodiff:results](https://w3id.org/oak/cross-ontology-diff/results) @@ -11,11 +18,13 @@ URI: [xodiff:results](https://w3id.org/oak/cross-ontology-diff/results) + ## Applicable Classes -| Name | Description | -| --- | --- | -[StructureDiffResultSet](StructureDiffResultSet.md) | A collection of relational diff results +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [StructureDiffResultSet](StructureDiffResultSet.md) | A collection of relational diff results | no | + @@ -25,10 +34,8 @@ URI: [xodiff:results](https://w3id.org/oak/cross-ontology-diff/results) ## Properties * Range: [RelationalDiff](RelationalDiff.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [xodiff:results](https://w3id.org/oak/cross-ontology-diff/results) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xodiff:results | +| native | xodiff:results | + + + + ## LinkML Source
@@ -58,12 +75,12 @@ name: results description: all differences between a pair of ontologies from_schema: https://w3id.org/oak/cross-ontology-diff rank: 1000 -multivalued: true alias: results owner: StructureDiffResultSet domain_of: - StructureDiffResultSet range: RelationalDiff +multivalued: true inlined: true ``` diff --git a/docs/datamodels/cross-ontology-diff/right_object_id.md b/docs/datamodels/cross-ontology-diff/right_object_id.md index 267d4a5f0..7ab27f935 100644 --- a/docs/datamodels/cross-ontology-diff/right_object_id.md +++ b/docs/datamodels/cross-ontology-diff/right_object_id.md @@ -1,7 +1,14 @@ + + # Slot: right_object_id + + _The object (parent) of the matched/right edge, if matchable_ + + + URI: [xodiff:right_object_id](https://w3id.org/oak/cross-ontology-diff/right_object_id) @@ -15,11 +22,13 @@ URI: [xodiff:right_object_id](https://w3id.org/oak/cross-ontology-diff/right_obj + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... | no | + @@ -34,8 +43,6 @@ URI: [xodiff:right_object_id](https://w3id.org/oak/cross-ontology-diff/right_obj - - ## Identifier and Mapping Information @@ -52,6 +59,16 @@ URI: [xodiff:right_object_id](https://w3id.org/oak/cross-ontology-diff/right_obj +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xodiff:right_object_id | +| native | xodiff:right_object_id | + + + + ## LinkML Source
diff --git a/docs/datamodels/cross-ontology-diff/right_predicate_ids.md b/docs/datamodels/cross-ontology-diff/right_predicate_ids.md index c312a6221..06f389e4b 100644 --- a/docs/datamodels/cross-ontology-diff/right_predicate_ids.md +++ b/docs/datamodels/cross-ontology-diff/right_predicate_ids.md @@ -1,7 +1,16 @@ + + # Slot: right_predicate_ids -_* If the match type is consistent, then all consistent predicates. -* If the match type is identical, then the identical predicate. -* If the match type is OtherRelationship, then all predicates that form a path between right subject and object_ + + +_* If the match type is consistent, then all consistent predicates._ + +_* If the match type is identical, then the identical predicate._ + +_* If the match type is OtherRelationship, then all predicates that form a path between right subject and object_ + + + URI: [xodiff:right_predicate_ids](https://w3id.org/oak/cross-ontology-diff/right_predicate_ids) @@ -17,11 +26,13 @@ URI: [xodiff:right_predicate_ids](https://w3id.org/oak/cross-ontology-diff/right + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... | no | + @@ -31,10 +42,8 @@ URI: [xodiff:right_predicate_ids](https://w3id.org/oak/cross-ontology-diff/right ## Properties * Range: [EntityReference](EntityReference.md) -* Multivalued: True - - +* Multivalued: True @@ -56,6 +65,16 @@ URI: [xodiff:right_predicate_ids](https://w3id.org/oak/cross-ontology-diff/right +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xodiff:right_predicate_ids | +| native | xodiff:right_predicate_ids | + + + + ## LinkML Source
@@ -72,12 +91,12 @@ rank: 1000 mixins: - right_side - predicate -multivalued: true alias: right_predicate_ids owner: RelationalDiff domain_of: - RelationalDiff range: EntityReference +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/cross-ontology-diff/right_subject_id.md b/docs/datamodels/cross-ontology-diff/right_subject_id.md index 5924059cc..2d88b7679 100644 --- a/docs/datamodels/cross-ontology-diff/right_subject_id.md +++ b/docs/datamodels/cross-ontology-diff/right_subject_id.md @@ -1,7 +1,14 @@ + + # Slot: right_subject_id + + _The subject (child) of the matched/right edge, if matchable_ + + + URI: [xodiff:right_subject_id](https://w3id.org/oak/cross-ontology-diff/right_subject_id) @@ -15,11 +22,13 @@ URI: [xodiff:right_subject_id](https://w3id.org/oak/cross-ontology-diff/right_su + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationalDiff](RelationalDiff.md) | A relational diff expresses the difference between an edge in one ontology, a... | no | + @@ -34,8 +43,6 @@ URI: [xodiff:right_subject_id](https://w3id.org/oak/cross-ontology-diff/right_su - - ## Identifier and Mapping Information @@ -52,6 +59,16 @@ URI: [xodiff:right_subject_id](https://w3id.org/oak/cross-ontology-diff/right_su +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xodiff:right_subject_id | +| native | xodiff:right_subject_id | + + + + ## LinkML Source
diff --git a/docs/datamodels/lexical-index/Activity.md b/docs/datamodels/lexical-index/Activity.md index 97913001e..c2eb180b0 100644 --- a/docs/datamodels/lexical-index/Activity.md +++ b/docs/datamodels/lexical-index/Activity.md @@ -1,8 +1,13 @@ + + # Class: Activity + + _Generic grouping for any lexical operation_ + * __NOTE__: this is an abstract class and should not be instantiated directly @@ -10,11 +15,17 @@ URI: [prov:Activity](http://www.w3.org/ns/prov#Activity) + + + ```{mermaid} classDiagram class Activity + click Activity href "../Activity" Activity <|-- LexicalTransformationPipeline + click LexicalTransformationPipeline href "../LexicalTransformationPipeline" Activity <|-- LexicalTransformation + click LexicalTransformation href "../LexicalTransformation" ``` @@ -59,7 +70,6 @@ URI: [prov:Activity](http://www.w3.org/ns/prov#Activity) - ## Mappings | Mapping Type | Mapped Value | @@ -71,6 +81,8 @@ URI: [prov:Activity](http://www.w3.org/ns/prov#Activity) + + ## LinkML Source @@ -82,7 +94,6 @@ URI: [prov:Activity](http://www.w3.org/ns/prov#Activity) name: Activity description: Generic grouping for any lexical operation from_schema: https://w3id.org/oak/lexical-index -rank: 1000 abstract: true class_uri: prov:Activity @@ -96,7 +107,6 @@ class_uri: prov:Activity name: Activity description: Generic grouping for any lexical operation from_schema: https://w3id.org/oak/lexical-index -rank: 1000 abstract: true class_uri: prov:Activity diff --git a/docs/datamodels/lexical-index/Boolean.md b/docs/datamodels/lexical-index/Boolean.md index a655177ed..d0979ae7a 100644 --- a/docs/datamodels/lexical-index/Boolean.md +++ b/docs/datamodels/lexical-index/Boolean.md @@ -1,9 +1,12 @@ # Type: Boolean + + _A binary (true or false) value_ + URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) * [base](https://w3id.org/linkml/base): Bool @@ -34,3 +37,14 @@ URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:boolean | +| native | ontolexindex:boolean | +| exact | schema:Boolean | + + + diff --git a/docs/datamodels/lexical-index/Date.md b/docs/datamodels/lexical-index/Date.md index 5c5d33730..dfe142a27 100644 --- a/docs/datamodels/lexical-index/Date.md +++ b/docs/datamodels/lexical-index/Date.md @@ -1,9 +1,12 @@ # Type: Date + + _a date (year, month and day) in an idealized calendar_ + URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) * [base](https://w3id.org/linkml/base): XSDDate @@ -34,3 +37,14 @@ URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:date | +| native | ontolexindex:date | +| exact | schema:Date | + + + diff --git a/docs/datamodels/lexical-index/Datetime.md b/docs/datamodels/lexical-index/Datetime.md index 3c16c0486..9614c77a8 100644 --- a/docs/datamodels/lexical-index/Datetime.md +++ b/docs/datamodels/lexical-index/Datetime.md @@ -1,9 +1,12 @@ # Type: Datetime + + _The combination of a date and time_ + URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) * [base](https://w3id.org/linkml/base): XSDDateTime @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:dateTime | +| native | ontolexindex:datetime | +| exact | schema:DateTime | + + + diff --git a/docs/datamodels/lexical-index/Decimal.md b/docs/datamodels/lexical-index/Decimal.md index f0739a8ca..3be1cc578 100644 --- a/docs/datamodels/lexical-index/Decimal.md +++ b/docs/datamodels/lexical-index/Decimal.md @@ -1,9 +1,12 @@ # Type: Decimal + + _A real number with arbitrary precision that conforms to the xsd:decimal specification_ + URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) * [base](https://w3id.org/linkml/base): Decimal @@ -33,3 +36,14 @@ URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:decimal | +| native | ontolexindex:decimal | +| broad | schema:Number | + + + diff --git a/docs/datamodels/lexical-index/Double.md b/docs/datamodels/lexical-index/Double.md index df565be72..2a05b5dce 100644 --- a/docs/datamodels/lexical-index/Double.md +++ b/docs/datamodels/lexical-index/Double.md @@ -1,9 +1,12 @@ # Type: Double + + _A real number that conforms to the xsd:double specification_ + URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:double | +| native | ontolexindex:double | +| close | schema:Float | + + + diff --git a/docs/datamodels/lexical-index/Float.md b/docs/datamodels/lexical-index/Float.md index 9c79eeb45..4828bc1fa 100644 --- a/docs/datamodels/lexical-index/Float.md +++ b/docs/datamodels/lexical-index/Float.md @@ -1,9 +1,12 @@ # Type: Float + + _A real number that conforms to the xsd:float specification_ + URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:float | +| native | ontolexindex:float | +| exact | schema:Float | + + + diff --git a/docs/datamodels/lexical-index/Integer.md b/docs/datamodels/lexical-index/Integer.md index c21f979f8..e66d1c801 100644 --- a/docs/datamodels/lexical-index/Integer.md +++ b/docs/datamodels/lexical-index/Integer.md @@ -1,9 +1,12 @@ # Type: Integer + + _An integer_ + URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) * [base](https://w3id.org/linkml/base): int @@ -33,3 +36,14 @@ URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:integer | +| native | ontolexindex:integer | +| exact | schema:Integer | + + + diff --git a/docs/datamodels/lexical-index/LexicalGrouping.md b/docs/datamodels/lexical-index/LexicalGrouping.md index 5ba114fc4..2b9eec39f 100644 --- a/docs/datamodels/lexical-index/LexicalGrouping.md +++ b/docs/datamodels/lexical-index/LexicalGrouping.md @@ -1,19 +1,33 @@ + + # Class: LexicalGrouping + + _A grouping of ontology elements by a shared lexical term_ + URI: [ontolexindex:LexicalGrouping](https://w3id.org/oak/lexical-index/LexicalGrouping) + + + ```{mermaid} classDiagram class LexicalGrouping + click LexicalGrouping href "../LexicalGrouping" LexicalGrouping : relationships - LexicalGrouping ..> RelationshipToTerm : relationships + + + + LexicalGrouping --> "*" RelationshipToTerm : relationships + click RelationshipToTerm href "../RelationshipToTerm" + LexicalGrouping : term @@ -31,7 +45,7 @@ URI: [ontolexindex:LexicalGrouping](https://w3id.org/oak/lexical-index/LexicalGr | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [term](term.md) | 0..1
[String](String.md) | A normalized term that groups ontology elements | direct | -| [relationships](relationships.md) | 0..*
[RelationshipToTerm](RelationshipToTerm.md) | All ontology elements grouped and their relationship to the normalized term | direct | +| [relationships](relationships.md) | *
[RelationshipToTerm](RelationshipToTerm.md) | All ontology elements grouped and their relationship to the normalized term | direct | @@ -64,7 +78,6 @@ URI: [ontolexindex:LexicalGrouping](https://w3id.org/oak/lexical-index/LexicalGr - ## Mappings | Mapping Type | Mapped Value | @@ -76,6 +89,8 @@ URI: [ontolexindex:LexicalGrouping](https://w3id.org/oak/lexical-index/LexicalGr + + ## LinkML Source @@ -87,7 +102,6 @@ URI: [ontolexindex:LexicalGrouping](https://w3id.org/oak/lexical-index/LexicalGr name: LexicalGrouping description: A grouping of ontology elements by a shared lexical term from_schema: https://w3id.org/oak/lexical-index -rank: 1000 attributes: term: name: term @@ -95,14 +109,19 @@ attributes: from_schema: https://w3id.org/oak/lexical-index rank: 1000 key: true + domain_of: + - LexicalGrouping + required: true relationships: name: relationships description: All ontology elements grouped and their relationship to the normalized term from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true + domain_of: + - LexicalGrouping range: RelationshipToTerm + multivalued: true ```
@@ -114,7 +133,6 @@ attributes: name: LexicalGrouping description: A grouping of ontology elements by a shared lexical term from_schema: https://w3id.org/oak/lexical-index -rank: 1000 attributes: term: name: term @@ -127,18 +145,19 @@ attributes: domain_of: - LexicalGrouping range: string + required: true relationships: name: relationships description: All ontology elements grouped and their relationship to the normalized term from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true alias: relationships owner: LexicalGrouping domain_of: - LexicalGrouping range: RelationshipToTerm + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/lexical-index/LexicalIndex.md b/docs/datamodels/lexical-index/LexicalIndex.md index fb796449d..00e2358e4 100644 --- a/docs/datamodels/lexical-index/LexicalIndex.md +++ b/docs/datamodels/lexical-index/LexicalIndex.md @@ -1,23 +1,42 @@ + + # Class: LexicalIndex + + _An index over an ontology keyed by lexical unit_ + URI: [ontolexindex:LexicalIndex](https://w3id.org/oak/lexical-index/LexicalIndex) + + + ```{mermaid} classDiagram class LexicalIndex + click LexicalIndex href "../LexicalIndex" LexicalIndex : groupings - LexicalIndex ..> LexicalGrouping : groupings + + + + LexicalIndex --> "*" LexicalGrouping : groupings + click LexicalGrouping href "../LexicalGrouping" + LexicalIndex : pipelines - LexicalIndex ..> LexicalTransformationPipeline : pipelines + + + + LexicalIndex --> "*" LexicalTransformationPipeline : pipelines + click LexicalTransformationPipeline href "../LexicalTransformationPipeline" + ``` @@ -32,8 +51,8 @@ URI: [ontolexindex:LexicalIndex](https://w3id.org/oak/lexical-index/LexicalIndex | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [groupings](groupings.md) | 0..*
[LexicalGrouping](LexicalGrouping.md) | all groupings | direct | -| [pipelines](pipelines.md) | 0..*
[LexicalTransformationPipeline](LexicalTransformationPipeline.md) | all pipelines used to build the index | direct | +| [groupings](groupings.md) | *
[LexicalGrouping](LexicalGrouping.md) | all groupings | direct | +| [pipelines](pipelines.md) | *
[LexicalTransformationPipeline](LexicalTransformationPipeline.md) | all pipelines used to build the index | direct | @@ -59,7 +78,6 @@ URI: [ontolexindex:LexicalIndex](https://w3id.org/oak/lexical-index/LexicalIndex - ## Mappings | Mapping Type | Mapped Value | @@ -71,6 +89,8 @@ URI: [ontolexindex:LexicalIndex](https://w3id.org/oak/lexical-index/LexicalIndex + + ## LinkML Source @@ -82,23 +102,26 @@ URI: [ontolexindex:LexicalIndex](https://w3id.org/oak/lexical-index/LexicalIndex name: LexicalIndex description: An index over an ontology keyed by lexical unit from_schema: https://w3id.org/oak/lexical-index -rank: 1000 attributes: groupings: name: groupings description: all groupings from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true + domain_of: + - LexicalIndex range: LexicalGrouping + multivalued: true inlined: true pipelines: name: pipelines description: all pipelines used to build the index from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true + domain_of: + - LexicalIndex range: LexicalTransformationPipeline + multivalued: true inlined: true ``` @@ -111,31 +134,30 @@ attributes: name: LexicalIndex description: An index over an ontology keyed by lexical unit from_schema: https://w3id.org/oak/lexical-index -rank: 1000 attributes: groupings: name: groupings description: all groupings from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true alias: groupings owner: LexicalIndex domain_of: - LexicalIndex range: LexicalGrouping + multivalued: true inlined: true pipelines: name: pipelines description: all pipelines used to build the index from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true alias: pipelines owner: LexicalIndex domain_of: - LexicalIndex range: LexicalTransformationPipeline + multivalued: true inlined: true ``` diff --git a/docs/datamodels/lexical-index/LexicalTransformation.md b/docs/datamodels/lexical-index/LexicalTransformation.md index e214970cd..9fdf34caf 100644 --- a/docs/datamodels/lexical-index/LexicalTransformation.md +++ b/docs/datamodels/lexical-index/LexicalTransformation.md @@ -1,25 +1,45 @@ + + # Class: LexicalTransformation + + _An atomic lexical transformation applied on a term (string) yielding a transformed string_ + URI: [ontolexindex:LexicalTransformation](https://w3id.org/oak/lexical-index/LexicalTransformation) + + + ```{mermaid} classDiagram class LexicalTransformation + click LexicalTransformation href "../LexicalTransformation" Activity <|-- LexicalTransformation + click Activity href "../Activity" LexicalTransformation : params - LexicalTransformation ..> Any : params + + + + LexicalTransformation --> "*" Any : params + click Any href "../Any" + LexicalTransformation : type - LexicalTransformation ..> TransformationType : type + + + + LexicalTransformation --> "0..1" TransformationType : type + click TransformationType href "../TransformationType" + ``` @@ -39,7 +59,7 @@ URI: [ontolexindex:LexicalTransformation](https://w3id.org/oak/lexical-index/Lex | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [type](type.md) | 0..1
[TransformationType](TransformationType.md) | The type of transformation | direct | -| [params](params.md) | 0..*
[Any](Any.md) | Any parameters to be applied to the transformation algorithm | direct | +| [params](params.md) | *
[Any](Any.md) | Any parameters to be applied to the transformation algorithm | direct | @@ -72,7 +92,6 @@ URI: [ontolexindex:LexicalTransformation](https://w3id.org/oak/lexical-index/Lex - ## Mappings | Mapping Type | Mapped Value | @@ -84,6 +103,8 @@ URI: [ontolexindex:LexicalTransformation](https://w3id.org/oak/lexical-index/Lex + + ## LinkML Source @@ -96,7 +117,6 @@ name: LexicalTransformation description: An atomic lexical transformation applied on a term (string) yielding a transformed string from_schema: https://w3id.org/oak/lexical-index -rank: 1000 is_a: Activity attributes: type: @@ -104,14 +124,18 @@ attributes: description: The type of transformation from_schema: https://w3id.org/oak/lexical-index rank: 1000 + domain_of: + - LexicalTransformation range: TransformationType params: name: params description: Any parameters to be applied to the transformation algorithm from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true + domain_of: + - LexicalTransformation range: Any + multivalued: true inlined: true inlined_as_list: true @@ -126,7 +150,6 @@ name: LexicalTransformation description: An atomic lexical transformation applied on a term (string) yielding a transformed string from_schema: https://w3id.org/oak/lexical-index -rank: 1000 is_a: Activity attributes: type: @@ -144,12 +167,12 @@ attributes: description: Any parameters to be applied to the transformation algorithm from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true alias: params owner: LexicalTransformation domain_of: - LexicalTransformation range: Any + multivalued: true inlined: true inlined_as_list: true diff --git a/docs/datamodels/lexical-index/LexicalTransformationPipeline.md b/docs/datamodels/lexical-index/LexicalTransformationPipeline.md index b02b9b351..1067dcb86 100644 --- a/docs/datamodels/lexical-index/LexicalTransformationPipeline.md +++ b/docs/datamodels/lexical-index/LexicalTransformationPipeline.md @@ -1,23 +1,38 @@ + + # Class: LexicalTransformationPipeline + + _A collection of atomic lexical transformations that are applied in serial fashion_ + URI: [ontolexindex:LexicalTransformationPipeline](https://w3id.org/oak/lexical-index/LexicalTransformationPipeline) + + + ```{mermaid} classDiagram class LexicalTransformationPipeline + click LexicalTransformationPipeline href "../LexicalTransformationPipeline" Activity <|-- LexicalTransformationPipeline + click Activity href "../Activity" LexicalTransformationPipeline : name LexicalTransformationPipeline : transformations - LexicalTransformationPipeline ..> LexicalTransformation : transformations + + + + LexicalTransformationPipeline --> "*" LexicalTransformation : transformations + click LexicalTransformation href "../LexicalTransformation" + ``` @@ -37,7 +52,7 @@ URI: [ontolexindex:LexicalTransformationPipeline](https://w3id.org/oak/lexical-i | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [name](name.md) | 0..1
[String](String.md) | | direct | -| [transformations](transformations.md) | 0..*
[LexicalTransformation](LexicalTransformation.md) | | direct | +| [transformations](transformations.md) | *
[LexicalTransformation](LexicalTransformation.md) | | direct | @@ -71,7 +86,6 @@ URI: [ontolexindex:LexicalTransformationPipeline](https://w3id.org/oak/lexical-i - ## Mappings | Mapping Type | Mapped Value | @@ -83,6 +97,8 @@ URI: [ontolexindex:LexicalTransformationPipeline](https://w3id.org/oak/lexical-i + + ## LinkML Source @@ -95,7 +111,6 @@ name: LexicalTransformationPipeline description: A collection of atomic lexical transformations that are applied in serial fashion from_schema: https://w3id.org/oak/lexical-index -rank: 1000 is_a: Activity attributes: name: @@ -103,12 +118,17 @@ attributes: from_schema: https://w3id.org/oak/lexical-index rank: 1000 key: true + domain_of: + - LexicalTransformationPipeline + required: true transformations: name: transformations from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true + domain_of: + - LexicalTransformationPipeline range: LexicalTransformation + multivalued: true ```
@@ -121,7 +141,6 @@ name: LexicalTransformationPipeline description: A collection of atomic lexical transformations that are applied in serial fashion from_schema: https://w3id.org/oak/lexical-index -rank: 1000 is_a: Activity attributes: name: @@ -134,16 +153,17 @@ attributes: domain_of: - LexicalTransformationPipeline range: string + required: true transformations: name: transformations from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true alias: transformations owner: LexicalTransformationPipeline domain_of: - LexicalTransformationPipeline range: LexicalTransformation + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/lexical-index/Ncname.md b/docs/datamodels/lexical-index/Ncname.md index 8f1dfb8f4..26f1e3885 100644 --- a/docs/datamodels/lexical-index/Ncname.md +++ b/docs/datamodels/lexical-index/Ncname.md @@ -1,9 +1,12 @@ # Type: Ncname + + _Prefix part of CURIE_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): NCName @@ -34,3 +37,13 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | ontolexindex:ncname | + + + diff --git a/docs/datamodels/lexical-index/Nodeidentifier.md b/docs/datamodels/lexical-index/Nodeidentifier.md index cf1df5231..eed825cfa 100644 --- a/docs/datamodels/lexical-index/Nodeidentifier.md +++ b/docs/datamodels/lexical-index/Nodeidentifier.md @@ -1,9 +1,12 @@ # Type: Nodeidentifier + + _A URI, CURIE or BNODE that represents a node in a model._ + URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) * [base](https://w3id.org/linkml/base): NodeIdentifier @@ -34,3 +37,13 @@ URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:nonLiteral | +| native | ontolexindex:nodeidentifier | + + + diff --git a/docs/datamodels/lexical-index/Objectidentifier.md b/docs/datamodels/lexical-index/Objectidentifier.md index c2d4642b9..0f780cee8 100644 --- a/docs/datamodels/lexical-index/Objectidentifier.md +++ b/docs/datamodels/lexical-index/Objectidentifier.md @@ -1,9 +1,12 @@ # Type: Objectidentifier + + _A URI or CURIE that represents an object in the model._ + URI: [shex:iri](http://www.w3.org/ns/shex#iri) * [base](https://w3id.org/linkml/base): ElementIdentifier @@ -38,3 +41,13 @@ URI: [shex:iri](http://www.w3.org/ns/shex#iri) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:iri | +| native | ontolexindex:objectidentifier | + + + diff --git a/docs/datamodels/lexical-index/RelationshipToTerm.md b/docs/datamodels/lexical-index/RelationshipToTerm.md index b63f40e9d..b6f082d0f 100644 --- a/docs/datamodels/lexical-index/RelationshipToTerm.md +++ b/docs/datamodels/lexical-index/RelationshipToTerm.md @@ -1,23 +1,37 @@ + + # Class: RelationshipToTerm + + _A relationship of an ontology element to a lexical term_ + URI: [ontolexindex:RelationshipToTerm](https://w3id.org/oak/lexical-index/RelationshipToTerm) + + + ```{mermaid} classDiagram class RelationshipToTerm + click RelationshipToTerm href "../RelationshipToTerm" RelationshipToTerm : element RelationshipToTerm : element_term RelationshipToTerm : pipeline - RelationshipToTerm ..> LexicalTransformationPipeline : pipeline + + + + RelationshipToTerm --> "*" LexicalTransformationPipeline : pipeline + click LexicalTransformationPipeline href "../LexicalTransformationPipeline" + RelationshipToTerm : predicate @@ -42,7 +56,7 @@ URI: [ontolexindex:RelationshipToTerm](https://w3id.org/oak/lexical-index/Relati | [element](element.md) | 0..1
[Uriorcurie](Uriorcurie.md) | | direct | | [element_term](element_term.md) | 0..1
[String](String.md) | the original term used in the element | direct | | [source](source.md) | 0..1
[Uriorcurie](Uriorcurie.md) | | direct | -| [pipeline](pipeline.md) | 0..*
[LexicalTransformationPipeline](LexicalTransformationPipeline.md) | | direct | +| [pipeline](pipeline.md) | *
[LexicalTransformationPipeline](LexicalTransformationPipeline.md) | | direct | | [synonymized](synonymized.md) | 0..1
[Boolean](Boolean.md) | | direct | @@ -76,7 +90,6 @@ URI: [ontolexindex:RelationshipToTerm](https://w3id.org/oak/lexical-index/Relati - ## Mappings | Mapping Type | Mapped Value | @@ -88,6 +101,8 @@ URI: [ontolexindex:RelationshipToTerm](https://w3id.org/oak/lexical-index/Relati + + ## LinkML Source @@ -99,38 +114,49 @@ URI: [ontolexindex:RelationshipToTerm](https://w3id.org/oak/lexical-index/Relati name: RelationshipToTerm description: A relationship of an ontology element to a lexical term from_schema: https://w3id.org/oak/lexical-index -rank: 1000 attributes: predicate: name: predicate from_schema: https://w3id.org/oak/lexical-index rank: 1000 + domain_of: + - RelationshipToTerm range: uriorcurie element: name: element from_schema: https://w3id.org/oak/lexical-index rank: 1000 + domain_of: + - RelationshipToTerm range: uriorcurie element_term: name: element_term description: the original term used in the element from_schema: https://w3id.org/oak/lexical-index rank: 1000 + domain_of: + - RelationshipToTerm source: name: source from_schema: https://w3id.org/oak/lexical-index rank: 1000 + domain_of: + - RelationshipToTerm range: uriorcurie pipeline: name: pipeline from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true + domain_of: + - RelationshipToTerm range: LexicalTransformationPipeline + multivalued: true synonymized: name: synonymized from_schema: https://w3id.org/oak/lexical-index rank: 1000 + domain_of: + - RelationshipToTerm range: boolean ``` @@ -143,7 +169,6 @@ attributes: name: RelationshipToTerm description: A relationship of an ontology element to a lexical term from_schema: https://w3id.org/oak/lexical-index -rank: 1000 attributes: predicate: name: predicate @@ -186,12 +211,12 @@ attributes: name: pipeline from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true alias: pipeline owner: RelationshipToTerm domain_of: - RelationshipToTerm range: LexicalTransformationPipeline + multivalued: true synonymized: name: synonymized from_schema: https://w3id.org/oak/lexical-index diff --git a/docs/datamodels/lexical-index/String.md b/docs/datamodels/lexical-index/String.md index 1c5999ce9..b140fc226 100644 --- a/docs/datamodels/lexical-index/String.md +++ b/docs/datamodels/lexical-index/String.md @@ -1,9 +1,12 @@ # Type: String + + _A character string_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): str @@ -33,3 +36,14 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | ontolexindex:string | +| exact | schema:Text | + + + diff --git a/docs/datamodels/lexical-index/Time.md b/docs/datamodels/lexical-index/Time.md index 6e22aaceb..aa8a88f99 100644 --- a/docs/datamodels/lexical-index/Time.md +++ b/docs/datamodels/lexical-index/Time.md @@ -1,14 +1,17 @@ # Type: Time + + _A time object represents a (local) time of day, independent of any particular day_ -URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +URI: [xsd:time](http://www.w3.org/2001/XMLSchema#time) * [base](https://w3id.org/linkml/base): XSDTime -* [uri](https://w3id.org/linkml/uri): xsd:dateTime +* [uri](https://w3id.org/linkml/uri): xsd:time * [repr](https://w3id.org/linkml/repr): str @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:time | +| native | ontolexindex:time | +| exact | schema:Time | + + + diff --git a/docs/datamodels/lexical-index/TransformationType.md b/docs/datamodels/lexical-index/TransformationType.md index a39fdca16..289656259 100644 --- a/docs/datamodels/lexical-index/TransformationType.md +++ b/docs/datamodels/lexical-index/TransformationType.md @@ -1,10 +1,13 @@ # Enum: TransformationType + + _A controlled datamodels of the types of transformation that can be applied to_ -URI: [TransformationType](TransformationType) + +URI: [TransformationType](TransformationType.md) ## Permissible Values @@ -49,6 +52,8 @@ URI: [TransformationType](TransformationType) + + ## LinkML Source
diff --git a/docs/datamodels/lexical-index/Uri.md b/docs/datamodels/lexical-index/Uri.md index 90254a2c2..952c42d49 100644 --- a/docs/datamodels/lexical-index/Uri.md +++ b/docs/datamodels/lexical-index/Uri.md @@ -1,9 +1,12 @@ # Type: Uri + + _a complete URI_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URI @@ -38,3 +41,14 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | ontolexindex:uri | +| close | schema:URL | + + + diff --git a/docs/datamodels/lexical-index/Uriorcurie.md b/docs/datamodels/lexical-index/Uriorcurie.md index b116d5887..c7336c28c 100644 --- a/docs/datamodels/lexical-index/Uriorcurie.md +++ b/docs/datamodels/lexical-index/Uriorcurie.md @@ -1,9 +1,12 @@ # Type: Uriorcurie + + _a URI or a CURIE_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -34,3 +37,13 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | ontolexindex:uriorcurie | + + + diff --git a/docs/datamodels/lexical-index/element.md b/docs/datamodels/lexical-index/element.md index 3708abf98..628662392 100644 --- a/docs/datamodels/lexical-index/element.md +++ b/docs/datamodels/lexical-index/element.md @@ -1,5 +1,9 @@ + + # Slot: element + + URI: [ontolexindex:element](https://w3id.org/oak/lexical-index/element) @@ -9,11 +13,13 @@ URI: [ontolexindex:element](https://w3id.org/oak/lexical-index/element) + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term | no | + @@ -28,8 +34,6 @@ URI: [ontolexindex:element](https://w3id.org/oak/lexical-index/element) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [ontolexindex:element](https://w3id.org/oak/lexical-index/element) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontolexindex:element | +| native | ontolexindex:element | + + + + ## LinkML Source
diff --git a/docs/datamodels/lexical-index/element_term.md b/docs/datamodels/lexical-index/element_term.md index bf851d614..c82844749 100644 --- a/docs/datamodels/lexical-index/element_term.md +++ b/docs/datamodels/lexical-index/element_term.md @@ -1,7 +1,14 @@ + + # Slot: element_term + + _the original term used in the element_ + + + URI: [ontolexindex:element_term](https://w3id.org/oak/lexical-index/element_term) @@ -11,11 +18,13 @@ URI: [ontolexindex:element_term](https://w3id.org/oak/lexical-index/element_term + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term | no | + @@ -30,8 +39,6 @@ URI: [ontolexindex:element_term](https://w3id.org/oak/lexical-index/element_term - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [ontolexindex:element_term](https://w3id.org/oak/lexical-index/element_term +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontolexindex:element_term | +| native | ontolexindex:element_term | + + + + ## LinkML Source
diff --git a/docs/datamodels/lexical-index/groupings.md b/docs/datamodels/lexical-index/groupings.md index df1e2d12a..5c6973746 100644 --- a/docs/datamodels/lexical-index/groupings.md +++ b/docs/datamodels/lexical-index/groupings.md @@ -1,7 +1,14 @@ + + # Slot: groupings + + _all groupings_ + + + URI: [ontolexindex:groupings](https://w3id.org/oak/lexical-index/groupings) @@ -11,11 +18,13 @@ URI: [ontolexindex:groupings](https://w3id.org/oak/lexical-index/groupings) + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalIndex](LexicalIndex.md) | An index over an ontology keyed by lexical unit +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalIndex](LexicalIndex.md) | An index over an ontology keyed by lexical unit | no | + @@ -25,10 +34,8 @@ URI: [ontolexindex:groupings](https://w3id.org/oak/lexical-index/groupings) ## Properties * Range: [LexicalGrouping](LexicalGrouping.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [ontolexindex:groupings](https://w3id.org/oak/lexical-index/groupings) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontolexindex:groupings | +| native | ontolexindex:groupings | + + + + ## LinkML Source
@@ -58,12 +75,12 @@ name: groupings description: all groupings from_schema: https://w3id.org/oak/lexical-index rank: 1000 -multivalued: true alias: groupings owner: LexicalIndex domain_of: - LexicalIndex range: LexicalGrouping +multivalued: true inlined: true ``` diff --git a/docs/datamodels/lexical-index/index.md b/docs/datamodels/lexical-index/index.md index c592c2c21..fea9a7a16 100644 --- a/docs/datamodels/lexical-index/index.md +++ b/docs/datamodels/lexical-index/index.md @@ -3,6 +3,7 @@ A datamodel for representing a lexical index of an ontology. A lexical index is keyed by optionally normalized terms. URI: https://w3id.org/oak/lexical-index + Name: lexical-index @@ -12,14 +13,15 @@ Name: lexical-index | Class | Description | | --- | --- | | [Activity](Activity.md) | Generic grouping for any lexical operation | -| [Any](Any.md) | | +|         [LexicalTransformation](LexicalTransformation.md) | An atomic lexical transformation applied on a term (string) yielding a transformed string | +|         [LexicalTransformationPipeline](LexicalTransformationPipeline.md) | A collection of atomic lexical transformations that are applied in serial fashion | +| [Any](Any.md) | None | | [LexicalGrouping](LexicalGrouping.md) | A grouping of ontology elements by a shared lexical term | | [LexicalIndex](LexicalIndex.md) | An index over an ontology keyed by lexical unit | -| [LexicalTransformation](LexicalTransformation.md) | An atomic lexical transformation applied on a term (string) yielding a transf... | -| [LexicalTransformationPipeline](LexicalTransformationPipeline.md) | A collection of atomic lexical transformations that are applied in serial fas... | | [RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term | + ## Slots | Slot | Description | @@ -60,9 +62,12 @@ Name: lexical-index | [Double](Double.md) | A real number that conforms to the xsd:double specification | | [Float](Float.md) | A real number that conforms to the xsd:float specification | | [Integer](Integer.md) | An integer | +| [Jsonpath](Jsonpath.md) | A string encoding a JSON Path | +| [Jsonpointer](Jsonpointer.md) | A string encoding a JSON Pointer | | [Ncname](Ncname.md) | Prefix part of CURIE | | [Nodeidentifier](Nodeidentifier.md) | A URI, CURIE or BNODE that represents a node in a model | | [Objectidentifier](Objectidentifier.md) | A URI or CURIE that represents an object in the model | +| [Sparqlpath](Sparqlpath.md) | A string encoding a SPARQL Property Path | | [String](String.md) | A character string | | [Time](Time.md) | A time object represents a (local) time of day, independent of any particular... | | [Uri](Uri.md) | a complete URI | diff --git a/docs/datamodels/lexical-index/name.md b/docs/datamodels/lexical-index/name.md index ff4026f53..cb521f4fc 100644 --- a/docs/datamodels/lexical-index/name.md +++ b/docs/datamodels/lexical-index/name.md @@ -1,5 +1,9 @@ + + # Slot: name + + URI: [ontolexindex:name](https://w3id.org/oak/lexical-index/name) @@ -9,11 +13,13 @@ URI: [ontolexindex:name](https://w3id.org/oak/lexical-index/name) + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalTransformationPipeline](LexicalTransformationPipeline.md) | A collection of atomic lexical transformations that are applied in serial fas... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalTransformationPipeline](LexicalTransformationPipeline.md) | A collection of atomic lexical transformations that are applied in serial fas... | no | + @@ -24,7 +30,7 @@ URI: [ontolexindex:name](https://w3id.org/oak/lexical-index/name) * Range: [String](String.md) - +* Required: True @@ -46,6 +52,16 @@ URI: [ontolexindex:name](https://w3id.org/oak/lexical-index/name) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontolexindex:name | +| native | ontolexindex:name | + + + + ## LinkML Source
@@ -59,6 +75,7 @@ owner: LexicalTransformationPipeline domain_of: - LexicalTransformationPipeline range: string +required: true ```
\ No newline at end of file diff --git a/docs/datamodels/lexical-index/params.md b/docs/datamodels/lexical-index/params.md index bad10bf15..4a4b0456d 100644 --- a/docs/datamodels/lexical-index/params.md +++ b/docs/datamodels/lexical-index/params.md @@ -1,7 +1,14 @@ + + # Slot: params + + _Any parameters to be applied to the transformation algorithm_ + + + URI: [ontolexindex:params](https://w3id.org/oak/lexical-index/params) @@ -11,11 +18,13 @@ URI: [ontolexindex:params](https://w3id.org/oak/lexical-index/params) + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalTransformation](LexicalTransformation.md) | An atomic lexical transformation applied on a term (string) yielding a transf... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalTransformation](LexicalTransformation.md) | An atomic lexical transformation applied on a term (string) yielding a transf... | no | + @@ -25,10 +34,8 @@ URI: [ontolexindex:params](https://w3id.org/oak/lexical-index/params) ## Properties * Range: [Any](Any.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [ontolexindex:params](https://w3id.org/oak/lexical-index/params) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontolexindex:params | +| native | ontolexindex:params | + + + + ## LinkML Source
@@ -58,12 +75,12 @@ name: params description: Any parameters to be applied to the transformation algorithm from_schema: https://w3id.org/oak/lexical-index rank: 1000 -multivalued: true alias: params owner: LexicalTransformation domain_of: - LexicalTransformation range: Any +multivalued: true inlined: true inlined_as_list: true diff --git a/docs/datamodels/lexical-index/pipeline.md b/docs/datamodels/lexical-index/pipeline.md index aac4938dd..ae0ca0542 100644 --- a/docs/datamodels/lexical-index/pipeline.md +++ b/docs/datamodels/lexical-index/pipeline.md @@ -1,5 +1,9 @@ + + # Slot: pipeline + + URI: [ontolexindex:pipeline](https://w3id.org/oak/lexical-index/pipeline) @@ -9,11 +13,13 @@ URI: [ontolexindex:pipeline](https://w3id.org/oak/lexical-index/pipeline) + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term | no | + @@ -23,10 +29,8 @@ URI: [ontolexindex:pipeline](https://w3id.org/oak/lexical-index/pipeline) ## Properties * Range: [LexicalTransformationPipeline](LexicalTransformationPipeline.md) -* Multivalued: True - - +* Multivalued: True @@ -48,6 +52,16 @@ URI: [ontolexindex:pipeline](https://w3id.org/oak/lexical-index/pipeline) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontolexindex:pipeline | +| native | ontolexindex:pipeline | + + + + ## LinkML Source
@@ -55,12 +69,12 @@ URI: [ontolexindex:pipeline](https://w3id.org/oak/lexical-index/pipeline) name: pipeline from_schema: https://w3id.org/oak/lexical-index rank: 1000 -multivalued: true alias: pipeline owner: RelationshipToTerm domain_of: - RelationshipToTerm range: LexicalTransformationPipeline +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/lexical-index/pipelines.md b/docs/datamodels/lexical-index/pipelines.md index 9d66f2886..b6a7c2542 100644 --- a/docs/datamodels/lexical-index/pipelines.md +++ b/docs/datamodels/lexical-index/pipelines.md @@ -1,7 +1,14 @@ + + # Slot: pipelines + + _all pipelines used to build the index_ + + + URI: [ontolexindex:pipelines](https://w3id.org/oak/lexical-index/pipelines) @@ -11,11 +18,13 @@ URI: [ontolexindex:pipelines](https://w3id.org/oak/lexical-index/pipelines) + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalIndex](LexicalIndex.md) | An index over an ontology keyed by lexical unit +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalIndex](LexicalIndex.md) | An index over an ontology keyed by lexical unit | no | + @@ -25,10 +34,8 @@ URI: [ontolexindex:pipelines](https://w3id.org/oak/lexical-index/pipelines) ## Properties * Range: [LexicalTransformationPipeline](LexicalTransformationPipeline.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [ontolexindex:pipelines](https://w3id.org/oak/lexical-index/pipelines) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontolexindex:pipelines | +| native | ontolexindex:pipelines | + + + + ## LinkML Source
@@ -58,12 +75,12 @@ name: pipelines description: all pipelines used to build the index from_schema: https://w3id.org/oak/lexical-index rank: 1000 -multivalued: true alias: pipelines owner: LexicalIndex domain_of: - LexicalIndex range: LexicalTransformationPipeline +multivalued: true inlined: true ``` diff --git a/docs/datamodels/lexical-index/predicate.md b/docs/datamodels/lexical-index/predicate.md index ad3973acf..35206d610 100644 --- a/docs/datamodels/lexical-index/predicate.md +++ b/docs/datamodels/lexical-index/predicate.md @@ -1,5 +1,9 @@ + + # Slot: predicate + + URI: [ontolexindex:predicate](https://w3id.org/oak/lexical-index/predicate) @@ -9,11 +13,13 @@ URI: [ontolexindex:predicate](https://w3id.org/oak/lexical-index/predicate) + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term | no | + @@ -28,8 +34,6 @@ URI: [ontolexindex:predicate](https://w3id.org/oak/lexical-index/predicate) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [ontolexindex:predicate](https://w3id.org/oak/lexical-index/predicate) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontolexindex:predicate | +| native | ontolexindex:predicate | + + + + ## LinkML Source
diff --git a/docs/datamodels/lexical-index/relationships.md b/docs/datamodels/lexical-index/relationships.md index 1faad55ae..da8650194 100644 --- a/docs/datamodels/lexical-index/relationships.md +++ b/docs/datamodels/lexical-index/relationships.md @@ -1,7 +1,14 @@ + + # Slot: relationships + + _All ontology elements grouped and their relationship to the normalized term_ + + + URI: [ontolexindex:relationships](https://w3id.org/oak/lexical-index/relationships) @@ -11,11 +18,13 @@ URI: [ontolexindex:relationships](https://w3id.org/oak/lexical-index/relationshi + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalGrouping](LexicalGrouping.md) | A grouping of ontology elements by a shared lexical term +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalGrouping](LexicalGrouping.md) | A grouping of ontology elements by a shared lexical term | no | + @@ -25,10 +34,8 @@ URI: [ontolexindex:relationships](https://w3id.org/oak/lexical-index/relationshi ## Properties * Range: [RelationshipToTerm](RelationshipToTerm.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [ontolexindex:relationships](https://w3id.org/oak/lexical-index/relationshi +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontolexindex:relationships | +| native | ontolexindex:relationships | + + + + ## LinkML Source
@@ -59,12 +76,12 @@ description: All ontology elements grouped and their relationship to the normali term from_schema: https://w3id.org/oak/lexical-index rank: 1000 -multivalued: true alias: relationships owner: LexicalGrouping domain_of: - LexicalGrouping range: RelationshipToTerm +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/lexical-index/source.md b/docs/datamodels/lexical-index/source.md index f035df327..e6cdb22a1 100644 --- a/docs/datamodels/lexical-index/source.md +++ b/docs/datamodels/lexical-index/source.md @@ -1,5 +1,9 @@ + + # Slot: source + + URI: [ontolexindex:source](https://w3id.org/oak/lexical-index/source) @@ -9,11 +13,13 @@ URI: [ontolexindex:source](https://w3id.org/oak/lexical-index/source) + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term | no | + @@ -28,8 +34,6 @@ URI: [ontolexindex:source](https://w3id.org/oak/lexical-index/source) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [ontolexindex:source](https://w3id.org/oak/lexical-index/source) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontolexindex:source | +| native | ontolexindex:source | + + + + ## LinkML Source
diff --git a/docs/datamodels/lexical-index/term.md b/docs/datamodels/lexical-index/term.md index b2de4fa45..756769da5 100644 --- a/docs/datamodels/lexical-index/term.md +++ b/docs/datamodels/lexical-index/term.md @@ -1,7 +1,14 @@ + + # Slot: term + + _A normalized term that groups ontology elements_ + + + URI: [ontolexindex:term](https://w3id.org/oak/lexical-index/term) @@ -11,11 +18,13 @@ URI: [ontolexindex:term](https://w3id.org/oak/lexical-index/term) + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalGrouping](LexicalGrouping.md) | A grouping of ontology elements by a shared lexical term +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalGrouping](LexicalGrouping.md) | A grouping of ontology elements by a shared lexical term | no | + @@ -26,7 +35,7 @@ URI: [ontolexindex:term](https://w3id.org/oak/lexical-index/term) * Range: [String](String.md) - +* Required: True @@ -48,6 +57,16 @@ URI: [ontolexindex:term](https://w3id.org/oak/lexical-index/term) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontolexindex:term | +| native | ontolexindex:term | + + + + ## LinkML Source
@@ -62,6 +81,7 @@ owner: LexicalGrouping domain_of: - LexicalGrouping range: string +required: true ```
\ No newline at end of file diff --git a/docs/datamodels/lexical-index/transformations.md b/docs/datamodels/lexical-index/transformations.md index ffdce12ae..166d422f3 100644 --- a/docs/datamodels/lexical-index/transformations.md +++ b/docs/datamodels/lexical-index/transformations.md @@ -1,5 +1,9 @@ + + # Slot: transformations + + URI: [ontolexindex:transformations](https://w3id.org/oak/lexical-index/transformations) @@ -9,11 +13,13 @@ URI: [ontolexindex:transformations](https://w3id.org/oak/lexical-index/transform + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalTransformationPipeline](LexicalTransformationPipeline.md) | A collection of atomic lexical transformations that are applied in serial fas... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalTransformationPipeline](LexicalTransformationPipeline.md) | A collection of atomic lexical transformations that are applied in serial fas... | no | + @@ -23,10 +29,8 @@ URI: [ontolexindex:transformations](https://w3id.org/oak/lexical-index/transform ## Properties * Range: [LexicalTransformation](LexicalTransformation.md) -* Multivalued: True - - +* Multivalued: True @@ -48,6 +52,16 @@ URI: [ontolexindex:transformations](https://w3id.org/oak/lexical-index/transform +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontolexindex:transformations | +| native | ontolexindex:transformations | + + + + ## LinkML Source
@@ -55,12 +69,12 @@ URI: [ontolexindex:transformations](https://w3id.org/oak/lexical-index/transform name: transformations from_schema: https://w3id.org/oak/lexical-index rank: 1000 -multivalued: true alias: transformations owner: LexicalTransformationPipeline domain_of: - LexicalTransformationPipeline range: LexicalTransformation +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/lexical-index/type.md b/docs/datamodels/lexical-index/type.md index 4b67aa726..074731fea 100644 --- a/docs/datamodels/lexical-index/type.md +++ b/docs/datamodels/lexical-index/type.md @@ -1,7 +1,14 @@ + + # Slot: type + + _The type of transformation_ + + + URI: [ontolexindex:type](https://w3id.org/oak/lexical-index/type) @@ -11,11 +18,13 @@ URI: [ontolexindex:type](https://w3id.org/oak/lexical-index/type) + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalTransformation](LexicalTransformation.md) | An atomic lexical transformation applied on a term (string) yielding a transf... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalTransformation](LexicalTransformation.md) | An atomic lexical transformation applied on a term (string) yielding a transf... | no | + @@ -30,8 +39,6 @@ URI: [ontolexindex:type](https://w3id.org/oak/lexical-index/type) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [ontolexindex:type](https://w3id.org/oak/lexical-index/type) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontolexindex:type | +| native | ontolexindex:type | + + + + ## LinkML Source
diff --git a/docs/datamodels/mapping-rules/Activity.md b/docs/datamodels/mapping-rules/Activity.md index e89d11125..076b06cdf 100644 --- a/docs/datamodels/mapping-rules/Activity.md +++ b/docs/datamodels/mapping-rules/Activity.md @@ -1,8 +1,13 @@ + + # Class: Activity + + _Generic grouping for any lexical operation_ + * __NOTE__: this is an abstract class and should not be instantiated directly @@ -10,11 +15,17 @@ URI: [prov:Activity](http://www.w3.org/ns/prov#Activity) + + + ```{mermaid} classDiagram class Activity + click Activity href "../Activity" Activity <|-- LexicalTransformationPipeline + click LexicalTransformationPipeline href "../LexicalTransformationPipeline" Activity <|-- LexicalTransformation + click LexicalTransformation href "../LexicalTransformation" ``` @@ -59,7 +70,6 @@ URI: [prov:Activity](http://www.w3.org/ns/prov#Activity) - ## Mappings | Mapping Type | Mapped Value | @@ -71,6 +81,8 @@ URI: [prov:Activity](http://www.w3.org/ns/prov#Activity) + + ## LinkML Source @@ -82,7 +94,6 @@ URI: [prov:Activity](http://www.w3.org/ns/prov#Activity) name: Activity description: Generic grouping for any lexical operation from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 abstract: true class_uri: prov:Activity @@ -96,7 +107,6 @@ class_uri: prov:Activity name: Activity description: Generic grouping for any lexical operation from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 abstract: true class_uri: prov:Activity diff --git a/docs/datamodels/mapping-rules/Boolean.md b/docs/datamodels/mapping-rules/Boolean.md index 967583150..6e9fc4fd2 100644 --- a/docs/datamodels/mapping-rules/Boolean.md +++ b/docs/datamodels/mapping-rules/Boolean.md @@ -1,9 +1,12 @@ # Type: Boolean + + _A binary (true or false) value_ + URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) * [base](https://w3id.org/linkml/base): Bool @@ -34,3 +37,14 @@ URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:boolean | +| native | mappingrules:boolean | +| exact | schema:Boolean | + + + diff --git a/docs/datamodels/mapping-rules/Date.md b/docs/datamodels/mapping-rules/Date.md index 91a80d45f..e052fe059 100644 --- a/docs/datamodels/mapping-rules/Date.md +++ b/docs/datamodels/mapping-rules/Date.md @@ -1,9 +1,12 @@ # Type: Date + + _a date (year, month and day) in an idealized calendar_ + URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) * [base](https://w3id.org/linkml/base): XSDDate @@ -34,3 +37,14 @@ URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:date | +| native | mappingrules:date | +| exact | schema:Date | + + + diff --git a/docs/datamodels/mapping-rules/Datetime.md b/docs/datamodels/mapping-rules/Datetime.md index 1ea9414bd..c48989a48 100644 --- a/docs/datamodels/mapping-rules/Datetime.md +++ b/docs/datamodels/mapping-rules/Datetime.md @@ -1,9 +1,12 @@ # Type: Datetime + + _The combination of a date and time_ + URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) * [base](https://w3id.org/linkml/base): XSDDateTime @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:dateTime | +| native | mappingrules:datetime | +| exact | schema:DateTime | + + + diff --git a/docs/datamodels/mapping-rules/Decimal.md b/docs/datamodels/mapping-rules/Decimal.md index fdff6d3c4..a8a809ac3 100644 --- a/docs/datamodels/mapping-rules/Decimal.md +++ b/docs/datamodels/mapping-rules/Decimal.md @@ -1,9 +1,12 @@ # Type: Decimal + + _A real number with arbitrary precision that conforms to the xsd:decimal specification_ + URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) * [base](https://w3id.org/linkml/base): Decimal @@ -33,3 +36,14 @@ URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:decimal | +| native | mappingrules:decimal | +| broad | schema:Number | + + + diff --git a/docs/datamodels/mapping-rules/Double.md b/docs/datamodels/mapping-rules/Double.md index 957ee8e85..929ed4a86 100644 --- a/docs/datamodels/mapping-rules/Double.md +++ b/docs/datamodels/mapping-rules/Double.md @@ -1,9 +1,12 @@ # Type: Double + + _A real number that conforms to the xsd:double specification_ + URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:double | +| native | mappingrules:double | +| close | schema:Float | + + + diff --git a/docs/datamodels/mapping-rules/Float.md b/docs/datamodels/mapping-rules/Float.md index 0d5fa8f0e..65b538a6c 100644 --- a/docs/datamodels/mapping-rules/Float.md +++ b/docs/datamodels/mapping-rules/Float.md @@ -1,9 +1,12 @@ # Type: Float + + _A real number that conforms to the xsd:float specification_ + URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:float | +| native | mappingrules:float | +| exact | schema:Float | + + + diff --git a/docs/datamodels/mapping-rules/Integer.md b/docs/datamodels/mapping-rules/Integer.md index 972c47037..551f367de 100644 --- a/docs/datamodels/mapping-rules/Integer.md +++ b/docs/datamodels/mapping-rules/Integer.md @@ -1,9 +1,12 @@ # Type: Integer + + _An integer_ + URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) * [base](https://w3id.org/linkml/base): int @@ -33,3 +36,14 @@ URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:integer | +| native | mappingrules:integer | +| exact | schema:Integer | + + + diff --git a/docs/datamodels/mapping-rules/LexicalGrouping.md b/docs/datamodels/mapping-rules/LexicalGrouping.md index 1ee08f5d5..4c6c9e1b0 100644 --- a/docs/datamodels/mapping-rules/LexicalGrouping.md +++ b/docs/datamodels/mapping-rules/LexicalGrouping.md @@ -1,19 +1,33 @@ + + # Class: LexicalGrouping + + _A grouping of ontology elements by a shared lexical term_ + URI: [mappingrules:LexicalGrouping](https://w3id.org/oak/mapping-rules-datamodel/LexicalGrouping) + + + ```{mermaid} classDiagram class LexicalGrouping + click LexicalGrouping href "../LexicalGrouping" LexicalGrouping : relationships - LexicalGrouping ..> RelationshipToTerm : relationships + + + + LexicalGrouping --> "*" RelationshipToTerm : relationships + click RelationshipToTerm href "../RelationshipToTerm" + LexicalGrouping : term @@ -31,7 +45,7 @@ URI: [mappingrules:LexicalGrouping](https://w3id.org/oak/mapping-rules-datamodel | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [term](term.md) | 0..1
[String](String.md) | A normalized term that groups ontology elements | direct | -| [relationships](relationships.md) | 0..*
[RelationshipToTerm](RelationshipToTerm.md) | All ontology elements grouped and their relationship to the normalized term | direct | +| [relationships](relationships.md) | *
[RelationshipToTerm](RelationshipToTerm.md) | All ontology elements grouped and their relationship to the normalized term | direct | @@ -64,7 +78,6 @@ URI: [mappingrules:LexicalGrouping](https://w3id.org/oak/mapping-rules-datamodel - ## Mappings | Mapping Type | Mapped Value | @@ -76,6 +89,8 @@ URI: [mappingrules:LexicalGrouping](https://w3id.org/oak/mapping-rules-datamodel + + ## LinkML Source @@ -87,7 +102,6 @@ URI: [mappingrules:LexicalGrouping](https://w3id.org/oak/mapping-rules-datamodel name: LexicalGrouping description: A grouping of ontology elements by a shared lexical term from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 attributes: term: name: term @@ -95,14 +109,19 @@ attributes: from_schema: https://w3id.org/oak/lexical-index rank: 1000 key: true + domain_of: + - LexicalGrouping + required: true relationships: name: relationships description: All ontology elements grouped and their relationship to the normalized term from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true + domain_of: + - LexicalGrouping range: RelationshipToTerm + multivalued: true ```
@@ -114,7 +133,6 @@ attributes: name: LexicalGrouping description: A grouping of ontology elements by a shared lexical term from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 attributes: term: name: term @@ -127,18 +145,19 @@ attributes: domain_of: - LexicalGrouping range: string + required: true relationships: name: relationships description: All ontology elements grouped and their relationship to the normalized term from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true alias: relationships owner: LexicalGrouping domain_of: - LexicalGrouping range: RelationshipToTerm + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/mapping-rules/LexicalIndex.md b/docs/datamodels/mapping-rules/LexicalIndex.md index e4e513d96..07661c0d2 100644 --- a/docs/datamodels/mapping-rules/LexicalIndex.md +++ b/docs/datamodels/mapping-rules/LexicalIndex.md @@ -1,23 +1,42 @@ + + # Class: LexicalIndex + + _An index over an ontology keyed by lexical unit_ + URI: [mappingrules:LexicalIndex](https://w3id.org/oak/mapping-rules-datamodel/LexicalIndex) + + + ```{mermaid} classDiagram class LexicalIndex + click LexicalIndex href "../LexicalIndex" LexicalIndex : groupings - LexicalIndex ..> LexicalGrouping : groupings + + + + LexicalIndex --> "*" LexicalGrouping : groupings + click LexicalGrouping href "../LexicalGrouping" + LexicalIndex : pipelines - LexicalIndex ..> LexicalTransformationPipeline : pipelines + + + + LexicalIndex --> "*" LexicalTransformationPipeline : pipelines + click LexicalTransformationPipeline href "../LexicalTransformationPipeline" + ``` @@ -32,8 +51,8 @@ URI: [mappingrules:LexicalIndex](https://w3id.org/oak/mapping-rules-datamodel/Le | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [groupings](groupings.md) | 0..*
[LexicalGrouping](LexicalGrouping.md) | all groupings | direct | -| [pipelines](pipelines.md) | 0..*
[LexicalTransformationPipeline](LexicalTransformationPipeline.md) | all pipelines used to build the index | direct | +| [groupings](groupings.md) | *
[LexicalGrouping](LexicalGrouping.md) | all groupings | direct | +| [pipelines](pipelines.md) | *
[LexicalTransformationPipeline](LexicalTransformationPipeline.md) | all pipelines used to build the index | direct | @@ -59,7 +78,6 @@ URI: [mappingrules:LexicalIndex](https://w3id.org/oak/mapping-rules-datamodel/Le - ## Mappings | Mapping Type | Mapped Value | @@ -71,6 +89,8 @@ URI: [mappingrules:LexicalIndex](https://w3id.org/oak/mapping-rules-datamodel/Le + + ## LinkML Source @@ -82,23 +102,26 @@ URI: [mappingrules:LexicalIndex](https://w3id.org/oak/mapping-rules-datamodel/Le name: LexicalIndex description: An index over an ontology keyed by lexical unit from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 attributes: groupings: name: groupings description: all groupings from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true + domain_of: + - LexicalIndex range: LexicalGrouping + multivalued: true inlined: true pipelines: name: pipelines description: all pipelines used to build the index from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true + domain_of: + - LexicalIndex range: LexicalTransformationPipeline + multivalued: true inlined: true ``` @@ -111,31 +134,30 @@ attributes: name: LexicalIndex description: An index over an ontology keyed by lexical unit from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 attributes: groupings: name: groupings description: all groupings from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true alias: groupings owner: LexicalIndex domain_of: - LexicalIndex range: LexicalGrouping + multivalued: true inlined: true pipelines: name: pipelines description: all pipelines used to build the index from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true alias: pipelines owner: LexicalIndex domain_of: - LexicalIndex range: LexicalTransformationPipeline + multivalued: true inlined: true ``` diff --git a/docs/datamodels/mapping-rules/LexicalTransformation.md b/docs/datamodels/mapping-rules/LexicalTransformation.md index 2e35bc719..8adb6ff4b 100644 --- a/docs/datamodels/mapping-rules/LexicalTransformation.md +++ b/docs/datamodels/mapping-rules/LexicalTransformation.md @@ -1,25 +1,45 @@ + + # Class: LexicalTransformation + + _An atomic lexical transformation applied on a term (string) yielding a transformed string_ + URI: [mappingrules:LexicalTransformation](https://w3id.org/oak/mapping-rules-datamodel/LexicalTransformation) + + + ```{mermaid} classDiagram class LexicalTransformation + click LexicalTransformation href "../LexicalTransformation" Activity <|-- LexicalTransformation + click Activity href "../Activity" LexicalTransformation : params - LexicalTransformation ..> Any : params + + + + LexicalTransformation --> "*" Any : params + click Any href "../Any" + LexicalTransformation : type - LexicalTransformation ..> TransformationType : type + + + + LexicalTransformation --> "0..1" TransformationType : type + click TransformationType href "../TransformationType" + ``` @@ -39,7 +59,7 @@ URI: [mappingrules:LexicalTransformation](https://w3id.org/oak/mapping-rules-dat | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [type](type.md) | 0..1
[TransformationType](TransformationType.md) | The type of transformation | direct | -| [params](params.md) | 0..*
[Any](Any.md) | Any parameters to be applied to the transformation algorithm | direct | +| [params](params.md) | *
[Any](Any.md) | Any parameters to be applied to the transformation algorithm | direct | @@ -72,7 +92,6 @@ URI: [mappingrules:LexicalTransformation](https://w3id.org/oak/mapping-rules-dat - ## Mappings | Mapping Type | Mapped Value | @@ -84,6 +103,8 @@ URI: [mappingrules:LexicalTransformation](https://w3id.org/oak/mapping-rules-dat + + ## LinkML Source @@ -96,7 +117,6 @@ name: LexicalTransformation description: An atomic lexical transformation applied on a term (string) yielding a transformed string from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 is_a: Activity attributes: type: @@ -104,14 +124,18 @@ attributes: description: The type of transformation from_schema: https://w3id.org/oak/lexical-index rank: 1000 + domain_of: + - LexicalTransformation range: TransformationType params: name: params description: Any parameters to be applied to the transformation algorithm from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true + domain_of: + - LexicalTransformation range: Any + multivalued: true inlined: true inlined_as_list: true @@ -126,7 +150,6 @@ name: LexicalTransformation description: An atomic lexical transformation applied on a term (string) yielding a transformed string from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 is_a: Activity attributes: type: @@ -144,12 +167,12 @@ attributes: description: Any parameters to be applied to the transformation algorithm from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true alias: params owner: LexicalTransformation domain_of: - LexicalTransformation range: Any + multivalued: true inlined: true inlined_as_list: true diff --git a/docs/datamodels/mapping-rules/LexicalTransformationPipeline.md b/docs/datamodels/mapping-rules/LexicalTransformationPipeline.md index d23a374f9..63a0b65f9 100644 --- a/docs/datamodels/mapping-rules/LexicalTransformationPipeline.md +++ b/docs/datamodels/mapping-rules/LexicalTransformationPipeline.md @@ -1,23 +1,38 @@ + + # Class: LexicalTransformationPipeline + + _A collection of atomic lexical transformations that are applied in serial fashion_ + URI: [mappingrules:LexicalTransformationPipeline](https://w3id.org/oak/mapping-rules-datamodel/LexicalTransformationPipeline) + + + ```{mermaid} classDiagram class LexicalTransformationPipeline + click LexicalTransformationPipeline href "../LexicalTransformationPipeline" Activity <|-- LexicalTransformationPipeline + click Activity href "../Activity" LexicalTransformationPipeline : name LexicalTransformationPipeline : transformations - LexicalTransformationPipeline ..> LexicalTransformation : transformations + + + + LexicalTransformationPipeline --> "*" LexicalTransformation : transformations + click LexicalTransformation href "../LexicalTransformation" + ``` @@ -37,7 +52,7 @@ URI: [mappingrules:LexicalTransformationPipeline](https://w3id.org/oak/mapping-r | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [name](name.md) | 0..1
[String](String.md) | | direct | -| [transformations](transformations.md) | 0..*
[LexicalTransformation](LexicalTransformation.md) | | direct | +| [transformations](transformations.md) | *
[LexicalTransformation](LexicalTransformation.md) | | direct | @@ -71,7 +86,6 @@ URI: [mappingrules:LexicalTransformationPipeline](https://w3id.org/oak/mapping-r - ## Mappings | Mapping Type | Mapped Value | @@ -83,6 +97,8 @@ URI: [mappingrules:LexicalTransformationPipeline](https://w3id.org/oak/mapping-r + + ## LinkML Source @@ -95,7 +111,6 @@ name: LexicalTransformationPipeline description: A collection of atomic lexical transformations that are applied in serial fashion from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 is_a: Activity attributes: name: @@ -103,12 +118,17 @@ attributes: from_schema: https://w3id.org/oak/lexical-index rank: 1000 key: true + domain_of: + - LexicalTransformationPipeline + required: true transformations: name: transformations from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true + domain_of: + - LexicalTransformationPipeline range: LexicalTransformation + multivalued: true ```
@@ -121,7 +141,6 @@ name: LexicalTransformationPipeline description: A collection of atomic lexical transformations that are applied in serial fashion from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 is_a: Activity attributes: name: @@ -134,16 +153,17 @@ attributes: domain_of: - LexicalTransformationPipeline range: string + required: true transformations: name: transformations from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true alias: transformations owner: LexicalTransformationPipeline domain_of: - LexicalTransformationPipeline range: LexicalTransformation + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/mapping-rules/MappingRule.md b/docs/datamodels/mapping-rules/MappingRule.md index 789a83586..1c19fe3f9 100644 --- a/docs/datamodels/mapping-rules/MappingRule.md +++ b/docs/datamodels/mapping-rules/MappingRule.md @@ -1,31 +1,55 @@ + + # Class: MappingRule + + _An individual mapping rule, if preconditions match the postconditions are applied_ + URI: [mappingrules:MappingRule](https://w3id.org/oak/mapping-rules-datamodel/MappingRule) + + + ```{mermaid} classDiagram class MappingRule + click MappingRule href "../MappingRule" MappingRule : description MappingRule : oneway MappingRule : postconditions - MappingRule ..> Postcondition : postconditions + + + + MappingRule --> "0..1" Postcondition : postconditions + click Postcondition href "../Postcondition" + MappingRule : preconditions - MappingRule ..> Precondition : preconditions + + + + MappingRule --> "0..1" Precondition : preconditions + click Precondition href "../Precondition" + MappingRule : synonymizer - MappingRule ..> Synonymizer : synonymizer + + + + MappingRule --> "0..1" Synonymizer : synonymizer + click Synonymizer href "../Synonymizer" + ``` @@ -77,7 +101,6 @@ URI: [mappingrules:MappingRule](https://w3id.org/oak/mapping-rules-datamodel/Map - ## Mappings | Mapping Type | Mapped Value | @@ -89,6 +112,8 @@ URI: [mappingrules:MappingRule](https://w3id.org/oak/mapping-rules-datamodel/Map + + ## LinkML Source @@ -101,18 +126,22 @@ name: MappingRule description: An individual mapping rule, if preconditions match the postconditions are applied from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 attributes: description: name: description from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 + domain_of: + - MappingRule + - Synonymizer oneway: name: oneway description: if true then subject and object can be switched and predicate inverted from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 ifabsent: 'False' + domain_of: + - MappingRule range: boolean preconditions: name: preconditions @@ -120,18 +149,24 @@ attributes: from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 slot_uri: sh:condition + domain_of: + - MappingRule range: Precondition postconditions: name: postconditions description: conditions that apply if preconditions match from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 + domain_of: + - MappingRule range: Postcondition synonymizer: name: synonymizer description: Normalizing rules to labels. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 + domain_of: + - MappingRule range: Synonymizer ``` @@ -145,7 +180,6 @@ name: MappingRule description: An individual mapping rule, if preconditions match the postconditions are applied from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 attributes: description: name: description @@ -155,6 +189,7 @@ attributes: owner: MappingRule domain_of: - MappingRule + - Synonymizer range: string oneway: name: oneway diff --git a/docs/datamodels/mapping-rules/MappingRuleCollection.md b/docs/datamodels/mapping-rules/MappingRuleCollection.md index 4b2ea29b4..3fc19fb41 100644 --- a/docs/datamodels/mapping-rules/MappingRuleCollection.md +++ b/docs/datamodels/mapping-rules/MappingRuleCollection.md @@ -1,21 +1,35 @@ + + # Class: MappingRuleCollection + + _A collection of mapping rules_ + URI: [mappingrules:MappingRuleCollection](https://w3id.org/oak/mapping-rules-datamodel/MappingRuleCollection) + + + ```{mermaid} classDiagram class MappingRuleCollection + click MappingRuleCollection href "../MappingRuleCollection" MappingRuleCollection : minimum_confidence MappingRuleCollection : rules - MappingRuleCollection ..> MappingRule : rules + + + + MappingRuleCollection --> "*" MappingRule : rules + click MappingRule href "../MappingRule" + ``` @@ -30,7 +44,7 @@ URI: [mappingrules:MappingRuleCollection](https://w3id.org/oak/mapping-rules-dat | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [rules](rules.md) | 0..*
[MappingRule](MappingRule.md) | all rules | direct | +| [rules](rules.md) | *
[MappingRule](MappingRule.md) | all rules | direct | | [minimum_confidence](minimum_confidence.md) | 0..1
[Float](Float.md) | | direct | @@ -57,7 +71,6 @@ URI: [mappingrules:MappingRuleCollection](https://w3id.org/oak/mapping-rules-dat - ## Mappings | Mapping Type | Mapped Value | @@ -69,6 +82,8 @@ URI: [mappingrules:MappingRuleCollection](https://w3id.org/oak/mapping-rules-dat + + ## LinkML Source @@ -80,20 +95,24 @@ URI: [mappingrules:MappingRuleCollection](https://w3id.org/oak/mapping-rules-dat name: MappingRuleCollection description: A collection of mapping rules from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 attributes: rules: name: rules description: all rules from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 - multivalued: true + domain_of: + - MappingRuleCollection + - RuleSet range: MappingRule + multivalued: true inlined: true minimum_confidence: name: minimum_confidence from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 + domain_of: + - MappingRuleCollection range: float tree_root: true @@ -107,19 +126,19 @@ tree_root: true name: MappingRuleCollection description: A collection of mapping rules from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 attributes: rules: name: rules description: all rules from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 - multivalued: true alias: rules owner: MappingRuleCollection domain_of: - MappingRuleCollection + - RuleSet range: MappingRule + multivalued: true inlined: true minimum_confidence: name: minimum_confidence diff --git a/docs/datamodels/mapping-rules/Ncname.md b/docs/datamodels/mapping-rules/Ncname.md index 13ba4f07b..5fe1cf89e 100644 --- a/docs/datamodels/mapping-rules/Ncname.md +++ b/docs/datamodels/mapping-rules/Ncname.md @@ -1,9 +1,12 @@ # Type: Ncname + + _Prefix part of CURIE_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): NCName @@ -34,3 +37,13 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | mappingrules:ncname | + + + diff --git a/docs/datamodels/mapping-rules/Nodeidentifier.md b/docs/datamodels/mapping-rules/Nodeidentifier.md index cfca0c392..5a93cd273 100644 --- a/docs/datamodels/mapping-rules/Nodeidentifier.md +++ b/docs/datamodels/mapping-rules/Nodeidentifier.md @@ -1,9 +1,12 @@ # Type: Nodeidentifier + + _A URI, CURIE or BNODE that represents a node in a model._ + URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) * [base](https://w3id.org/linkml/base): NodeIdentifier @@ -34,3 +37,13 @@ URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:nonLiteral | +| native | mappingrules:nodeidentifier | + + + diff --git a/docs/datamodels/mapping-rules/Objectidentifier.md b/docs/datamodels/mapping-rules/Objectidentifier.md index b44911649..683a70c01 100644 --- a/docs/datamodels/mapping-rules/Objectidentifier.md +++ b/docs/datamodels/mapping-rules/Objectidentifier.md @@ -1,9 +1,12 @@ # Type: Objectidentifier + + _A URI or CURIE that represents an object in the model._ + URI: [shex:iri](http://www.w3.org/ns/shex#iri) * [base](https://w3id.org/linkml/base): ElementIdentifier @@ -38,3 +41,13 @@ URI: [shex:iri](http://www.w3.org/ns/shex#iri) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:iri | +| native | mappingrules:objectidentifier | + + + diff --git a/docs/datamodels/mapping-rules/Postcondition.md b/docs/datamodels/mapping-rules/Postcondition.md index 194cc9b9c..8e8a55e29 100644 --- a/docs/datamodels/mapping-rules/Postcondition.md +++ b/docs/datamodels/mapping-rules/Postcondition.md @@ -1,3 +1,5 @@ + + # Class: Postcondition @@ -6,9 +8,13 @@ URI: [mappingrules:Postcondition](https://w3id.org/oak/mapping-rules-datamodel/P + + + ```{mermaid} classDiagram class Postcondition + click Postcondition href "../Postcondition" Postcondition : predicate_id Postcondition : weight @@ -26,8 +32,8 @@ URI: [mappingrules:Postcondition](https://w3id.org/oak/mapping-rules-datamodel/P | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [predicate_id](predicate_id.md) | 0..1
[String](String.md) | | direct | -| [weight](weight.md) | 0..1
[Float](Float.md) | Weighting of the rule, positive increases the confidence, negative decreases | direct | +| [predicate_id](predicate_id.md) | 0..1
[String](String.md) | The predicate that is inferred | direct | +| [weight](weight.md) | 0..1
[Float](Float.md) | Weighting of the rule | direct | @@ -60,7 +66,6 @@ URI: [mappingrules:Postcondition](https://w3id.org/oak/mapping-rules-datamodel/P - ## Mappings | Mapping Type | Mapped Value | @@ -72,6 +77,8 @@ URI: [mappingrules:Postcondition](https://w3id.org/oak/mapping-rules-datamodel/P + + ## LinkML Source @@ -82,24 +89,30 @@ URI: [mappingrules:Postcondition](https://w3id.org/oak/mapping-rules-datamodel/P ```yaml name: Postcondition from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 attributes: predicate_id: name: predicate_id + description: The predicate that is inferred comments: - if the rule is invertible, then the predicate is inverted, e.g. skos broad becomes narrow from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 + domain_of: + - Postcondition weight: name: weight - description: Weighting of the rule, positive increases the confidence, negative - decreases + description: Weighting of the rule. A weight of zero corresponds to 0.5 confidence + in the mapping. Setting to +1 or -1 indicates moderate confidence or lack of + confidence. A logit scale is used. All weights are summed together to determine + the final confidence. from_schema: https://w3id.org/oak/mapping-rules-datamodel see_also: - https://en.wikipedia.org/wiki/Logit - https://upload.wikimedia.org/wikipedia/commons/5/57/Logit.png rank: 1000 + domain_of: + - Postcondition range: float ``` @@ -111,10 +124,10 @@ attributes: ```yaml name: Postcondition from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 attributes: predicate_id: name: predicate_id + description: The predicate that is inferred comments: - if the rule is invertible, then the predicate is inverted, e.g. skos broad becomes narrow @@ -127,8 +140,10 @@ attributes: range: string weight: name: weight - description: Weighting of the rule, positive increases the confidence, negative - decreases + description: Weighting of the rule. A weight of zero corresponds to 0.5 confidence + in the mapping. Setting to +1 or -1 indicates moderate confidence or lack of + confidence. A logit scale is used. All weights are summed together to determine + the final confidence. from_schema: https://w3id.org/oak/mapping-rules-datamodel see_also: - https://en.wikipedia.org/wiki/Logit diff --git a/docs/datamodels/mapping-rules/Precondition.md b/docs/datamodels/mapping-rules/Precondition.md index 1b52f4812..98a19075b 100644 --- a/docs/datamodels/mapping-rules/Precondition.md +++ b/docs/datamodels/mapping-rules/Precondition.md @@ -1,16 +1,25 @@ + + # Class: Precondition + + _A pattern to be matched against an individual SSSOM mapping_ + URI: [mappingrules:Precondition](https://w3id.org/oak/mapping-rules-datamodel/Precondition) + + + ```{mermaid} classDiagram class Precondition + click Precondition href "../Precondition" Precondition : mapping_source_one_of Precondition : object_match_field_one_of @@ -38,13 +47,13 @@ URI: [mappingrules:Precondition](https://w3id.org/oak/mapping-rules-datamodel/Pr | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [subject_source_one_of](subject_source_one_of.md) | 0..*
[String](String.md) | | direct | -| [object_source_one_of](object_source_one_of.md) | 0..*
[String](String.md) | | direct | -| [mapping_source_one_of](mapping_source_one_of.md) | 0..*
[String](String.md) | | direct | -| [subject_match_field_one_of](subject_match_field_one_of.md) | 0..*
[String](String.md) | | direct | -| [object_match_field_one_of](object_match_field_one_of.md) | 0..*
[String](String.md) | | direct | -| [transformations_included_in](transformations_included_in.md) | 0..*
[String](String.md) | | direct | -| [predicate_id_one_of](predicate_id_one_of.md) | 0..*
[String](String.md) | | direct | +| [subject_source_one_of](subject_source_one_of.md) | *
[String](String.md) | The source of the subject to be matched | direct | +| [object_source_one_of](object_source_one_of.md) | *
[String](String.md) | The source of the object to be matched | direct | +| [mapping_source_one_of](mapping_source_one_of.md) | *
[String](String.md) | The source of the mapping to be matched | direct | +| [subject_match_field_one_of](subject_match_field_one_of.md) | *
[String](String.md) | The field in the subject to be matched | direct | +| [object_match_field_one_of](object_match_field_one_of.md) | *
[String](String.md) | The field in the object to be matched | direct | +| [transformations_included_in](transformations_included_in.md) | *
[String](String.md) | | direct | +| [predicate_id_one_of](predicate_id_one_of.md) | *
[String](String.md) | The predicate to be matched | direct | @@ -77,7 +86,6 @@ URI: [mappingrules:Precondition](https://w3id.org/oak/mapping-rules-datamodel/Pr - ## Mappings | Mapping Type | Mapped Value | @@ -89,6 +97,8 @@ URI: [mappingrules:Precondition](https://w3id.org/oak/mapping-rules-datamodel/Pr + + ## LinkML Source @@ -100,42 +110,67 @@ URI: [mappingrules:Precondition](https://w3id.org/oak/mapping-rules-datamodel/Pr name: Precondition description: A pattern to be matched against an individual SSSOM mapping from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 attributes: subject_source_one_of: name: subject_source_one_of + description: The source of the subject to be matched. Multiple values can be provided, + it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 + domain_of: + - Precondition multivalued: true object_source_one_of: name: object_source_one_of + description: The source of the object to be matched. Multiple values can be provided, + it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 + domain_of: + - Precondition multivalued: true mapping_source_one_of: name: mapping_source_one_of + description: The source of the mapping to be matched. Multiple values can be provided, + it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 + domain_of: + - Precondition multivalued: true subject_match_field_one_of: name: subject_match_field_one_of + description: The field in the subject to be matched. Multiple values can be provided, + it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 + domain_of: + - Precondition multivalued: true object_match_field_one_of: name: object_match_field_one_of + description: The field in the object to be matched. Multiple values can be provided, + it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 + domain_of: + - Precondition multivalued: true transformations_included_in: name: transformations_included_in from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 + domain_of: + - Precondition multivalued: true predicate_id_one_of: name: predicate_id_one_of + description: The predicate to be matched. Multiple values can be provided, it + must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 + domain_of: + - Precondition multivalued: true ``` @@ -148,78 +183,89 @@ attributes: name: Precondition description: A pattern to be matched against an individual SSSOM mapping from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 attributes: subject_source_one_of: name: subject_source_one_of + description: The source of the subject to be matched. Multiple values can be provided, + it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 - multivalued: true alias: subject_source_one_of owner: Precondition domain_of: - Precondition range: string + multivalued: true object_source_one_of: name: object_source_one_of + description: The source of the object to be matched. Multiple values can be provided, + it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 - multivalued: true alias: object_source_one_of owner: Precondition domain_of: - Precondition range: string + multivalued: true mapping_source_one_of: name: mapping_source_one_of + description: The source of the mapping to be matched. Multiple values can be provided, + it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 - multivalued: true alias: mapping_source_one_of owner: Precondition domain_of: - Precondition range: string + multivalued: true subject_match_field_one_of: name: subject_match_field_one_of + description: The field in the subject to be matched. Multiple values can be provided, + it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 - multivalued: true alias: subject_match_field_one_of owner: Precondition domain_of: - Precondition range: string + multivalued: true object_match_field_one_of: name: object_match_field_one_of + description: The field in the object to be matched. Multiple values can be provided, + it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 - multivalued: true alias: object_match_field_one_of owner: Precondition domain_of: - Precondition range: string + multivalued: true transformations_included_in: name: transformations_included_in from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 - multivalued: true alias: transformations_included_in owner: Precondition domain_of: - Precondition range: string + multivalued: true predicate_id_one_of: name: predicate_id_one_of + description: The predicate to be matched. Multiple values can be provided, it + must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 - multivalued: true alias: predicate_id_one_of owner: Precondition domain_of: - Precondition range: string + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/mapping-rules/RelationshipToTerm.md b/docs/datamodels/mapping-rules/RelationshipToTerm.md index 46abe543b..14a375948 100644 --- a/docs/datamodels/mapping-rules/RelationshipToTerm.md +++ b/docs/datamodels/mapping-rules/RelationshipToTerm.md @@ -1,23 +1,37 @@ + + # Class: RelationshipToTerm + + _A relationship of an ontology element to a lexical term_ + URI: [mappingrules:RelationshipToTerm](https://w3id.org/oak/mapping-rules-datamodel/RelationshipToTerm) + + + ```{mermaid} classDiagram class RelationshipToTerm + click RelationshipToTerm href "../RelationshipToTerm" RelationshipToTerm : element RelationshipToTerm : element_term RelationshipToTerm : pipeline - RelationshipToTerm ..> LexicalTransformationPipeline : pipeline + + + + RelationshipToTerm --> "*" LexicalTransformationPipeline : pipeline + click LexicalTransformationPipeline href "../LexicalTransformationPipeline" + RelationshipToTerm : predicate @@ -42,7 +56,7 @@ URI: [mappingrules:RelationshipToTerm](https://w3id.org/oak/mapping-rules-datamo | [element](element.md) | 0..1
[Uriorcurie](Uriorcurie.md) | | direct | | [element_term](element_term.md) | 0..1
[String](String.md) | the original term used in the element | direct | | [source](source.md) | 0..1
[Uriorcurie](Uriorcurie.md) | | direct | -| [pipeline](pipeline.md) | 0..*
[LexicalTransformationPipeline](LexicalTransformationPipeline.md) | | direct | +| [pipeline](pipeline.md) | *
[LexicalTransformationPipeline](LexicalTransformationPipeline.md) | | direct | | [synonymized](synonymized.md) | 0..1
[Boolean](Boolean.md) | | direct | @@ -76,7 +90,6 @@ URI: [mappingrules:RelationshipToTerm](https://w3id.org/oak/mapping-rules-datamo - ## Mappings | Mapping Type | Mapped Value | @@ -88,6 +101,8 @@ URI: [mappingrules:RelationshipToTerm](https://w3id.org/oak/mapping-rules-datamo + + ## LinkML Source @@ -99,38 +114,49 @@ URI: [mappingrules:RelationshipToTerm](https://w3id.org/oak/mapping-rules-datamo name: RelationshipToTerm description: A relationship of an ontology element to a lexical term from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 attributes: predicate: name: predicate from_schema: https://w3id.org/oak/lexical-index rank: 1000 + domain_of: + - RelationshipToTerm range: uriorcurie element: name: element from_schema: https://w3id.org/oak/lexical-index rank: 1000 + domain_of: + - RelationshipToTerm range: uriorcurie element_term: name: element_term description: the original term used in the element from_schema: https://w3id.org/oak/lexical-index rank: 1000 + domain_of: + - RelationshipToTerm source: name: source from_schema: https://w3id.org/oak/lexical-index rank: 1000 + domain_of: + - RelationshipToTerm range: uriorcurie pipeline: name: pipeline from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true + domain_of: + - RelationshipToTerm range: LexicalTransformationPipeline + multivalued: true synonymized: name: synonymized from_schema: https://w3id.org/oak/lexical-index rank: 1000 + domain_of: + - RelationshipToTerm range: boolean ``` @@ -143,7 +169,6 @@ attributes: name: RelationshipToTerm description: A relationship of an ontology element to a lexical term from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 attributes: predicate: name: predicate @@ -186,12 +211,12 @@ attributes: name: pipeline from_schema: https://w3id.org/oak/lexical-index rank: 1000 - multivalued: true alias: pipeline owner: RelationshipToTerm domain_of: - RelationshipToTerm range: LexicalTransformationPipeline + multivalued: true synonymized: name: synonymized from_schema: https://w3id.org/oak/lexical-index diff --git a/docs/datamodels/mapping-rules/String.md b/docs/datamodels/mapping-rules/String.md index c32034e06..77d88d669 100644 --- a/docs/datamodels/mapping-rules/String.md +++ b/docs/datamodels/mapping-rules/String.md @@ -1,9 +1,12 @@ # Type: String + + _A character string_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): str @@ -33,3 +36,14 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | mappingrules:string | +| exact | schema:Text | + + + diff --git a/docs/datamodels/mapping-rules/Time.md b/docs/datamodels/mapping-rules/Time.md index a0c96eedf..a905c1cc4 100644 --- a/docs/datamodels/mapping-rules/Time.md +++ b/docs/datamodels/mapping-rules/Time.md @@ -1,14 +1,17 @@ # Type: Time + + _A time object represents a (local) time of day, independent of any particular day_ -URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +URI: [xsd:time](http://www.w3.org/2001/XMLSchema#time) * [base](https://w3id.org/linkml/base): XSDTime -* [uri](https://w3id.org/linkml/uri): xsd:dateTime +* [uri](https://w3id.org/linkml/uri): xsd:time * [repr](https://w3id.org/linkml/repr): str @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:time | +| native | mappingrules:time | +| exact | schema:Time | + + + diff --git a/docs/datamodels/mapping-rules/TransformationType.md b/docs/datamodels/mapping-rules/TransformationType.md index 5771c7109..1cf652cdb 100644 --- a/docs/datamodels/mapping-rules/TransformationType.md +++ b/docs/datamodels/mapping-rules/TransformationType.md @@ -1,10 +1,13 @@ # Enum: TransformationType + + _A controlled datamodels of the types of transformation that can be applied to_ -URI: [TransformationType](TransformationType) + +URI: [TransformationType](TransformationType.md) ## Permissible Values @@ -49,6 +52,8 @@ URI: [TransformationType](TransformationType) + + ## LinkML Source
diff --git a/docs/datamodels/mapping-rules/Uri.md b/docs/datamodels/mapping-rules/Uri.md index 444c1570f..7c86215a0 100644 --- a/docs/datamodels/mapping-rules/Uri.md +++ b/docs/datamodels/mapping-rules/Uri.md @@ -1,9 +1,12 @@ # Type: Uri + + _a complete URI_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URI @@ -38,3 +41,14 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | mappingrules:uri | +| close | schema:URL | + + + diff --git a/docs/datamodels/mapping-rules/Uriorcurie.md b/docs/datamodels/mapping-rules/Uriorcurie.md index b450fd2f6..892431e58 100644 --- a/docs/datamodels/mapping-rules/Uriorcurie.md +++ b/docs/datamodels/mapping-rules/Uriorcurie.md @@ -1,9 +1,12 @@ # Type: Uriorcurie + + _a URI or a CURIE_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -34,3 +37,13 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | mappingrules:uriorcurie | + + + diff --git a/docs/datamodels/mapping-rules/description.md b/docs/datamodels/mapping-rules/description.md index 92c11dd40..52761fb38 100644 --- a/docs/datamodels/mapping-rules/description.md +++ b/docs/datamodels/mapping-rules/description.md @@ -1,5 +1,9 @@ + + # Slot: description + + URI: [mappingrules:description](https://w3id.org/oak/mapping-rules-datamodel/description) @@ -9,11 +13,14 @@ URI: [mappingrules:description](https://w3id.org/oak/mapping-rules-datamodel/des + ## Applicable Classes -| Name | Description | -| --- | --- | -[MappingRule](MappingRule.md) | An individual mapping rule, if preconditions match the postconditions are app... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Synonymizer](Synonymizer.md) | Specification of a rule for generating a synonym or alternate lexical element | no | +| [MappingRule](MappingRule.md) | An individual mapping rule, if preconditions match the postconditions are app... | no | + @@ -28,8 +35,6 @@ URI: [mappingrules:description](https://w3id.org/oak/mapping-rules-datamodel/des - - ## Identifier and Mapping Information @@ -38,10 +43,13 @@ URI: [mappingrules:description](https://w3id.org/oak/mapping-rules-datamodel/des -### Schema Source +## Mappings -* from schema: https://w3id.org/oak/mapping-rules-datamodel +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:description | +| native | mappingrules:description | @@ -51,12 +59,10 @@ URI: [mappingrules:description](https://w3id.org/oak/mapping-rules-datamodel/des
```yaml name: description -from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 alias: description -owner: MappingRule domain_of: - MappingRule +- Synonymizer range: string ``` diff --git a/docs/datamodels/mapping-rules/element.md b/docs/datamodels/mapping-rules/element.md index 58b2e7c12..96858d400 100644 --- a/docs/datamodels/mapping-rules/element.md +++ b/docs/datamodels/mapping-rules/element.md @@ -1,5 +1,9 @@ + + # Slot: element + + URI: [mappingrules:element](https://w3id.org/oak/mapping-rules-datamodel/element) @@ -9,11 +13,13 @@ URI: [mappingrules:element](https://w3id.org/oak/mapping-rules-datamodel/element + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term | no | + @@ -28,8 +34,6 @@ URI: [mappingrules:element](https://w3id.org/oak/mapping-rules-datamodel/element - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [mappingrules:element](https://w3id.org/oak/mapping-rules-datamodel/element +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:element | +| native | mappingrules:element | + + + + ## LinkML Source
diff --git a/docs/datamodels/mapping-rules/element_term.md b/docs/datamodels/mapping-rules/element_term.md index ea11a89a1..d7cdb565c 100644 --- a/docs/datamodels/mapping-rules/element_term.md +++ b/docs/datamodels/mapping-rules/element_term.md @@ -1,7 +1,14 @@ + + # Slot: element_term + + _the original term used in the element_ + + + URI: [mappingrules:element_term](https://w3id.org/oak/mapping-rules-datamodel/element_term) @@ -11,11 +18,13 @@ URI: [mappingrules:element_term](https://w3id.org/oak/mapping-rules-datamodel/el + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term | no | + @@ -30,8 +39,6 @@ URI: [mappingrules:element_term](https://w3id.org/oak/mapping-rules-datamodel/el - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [mappingrules:element_term](https://w3id.org/oak/mapping-rules-datamodel/el +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:element_term | +| native | mappingrules:element_term | + + + + ## LinkML Source
diff --git a/docs/datamodels/mapping-rules/groupings.md b/docs/datamodels/mapping-rules/groupings.md index 91c0f2695..3e7dd050b 100644 --- a/docs/datamodels/mapping-rules/groupings.md +++ b/docs/datamodels/mapping-rules/groupings.md @@ -1,7 +1,14 @@ + + # Slot: groupings + + _all groupings_ + + + URI: [mappingrules:groupings](https://w3id.org/oak/mapping-rules-datamodel/groupings) @@ -11,11 +18,13 @@ URI: [mappingrules:groupings](https://w3id.org/oak/mapping-rules-datamodel/group + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalIndex](LexicalIndex.md) | An index over an ontology keyed by lexical unit +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalIndex](LexicalIndex.md) | An index over an ontology keyed by lexical unit | no | + @@ -25,10 +34,8 @@ URI: [mappingrules:groupings](https://w3id.org/oak/mapping-rules-datamodel/group ## Properties * Range: [LexicalGrouping](LexicalGrouping.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [mappingrules:groupings](https://w3id.org/oak/mapping-rules-datamodel/group +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:groupings | +| native | mappingrules:groupings | + + + + ## LinkML Source
@@ -58,12 +75,12 @@ name: groupings description: all groupings from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 -multivalued: true alias: groupings owner: LexicalIndex domain_of: - LexicalIndex range: LexicalGrouping +multivalued: true inlined: true ``` diff --git a/docs/datamodels/mapping-rules/index.md b/docs/datamodels/mapping-rules/index.md index 121d02e96..d5f3fcc18 100644 --- a/docs/datamodels/mapping-rules/index.md +++ b/docs/datamodels/mapping-rules/index.md @@ -1,8 +1,9 @@ # Mapping Rules Datamodel -A datamodel for specifying lexical mapping rules. +A datamodel for specifying lexical mapping rules. Rules consist of *preconditions* which are used to match elements to match on, and *postconditions* which are used to generate new elements. Each rule can be assigned a *weight*, these weights are summed and then a logit function applied to obtain an SSSOM-compatible confidence score. URI: https://w3id.org/oak/mapping-rules-datamodel + Name: mapping-rules-datamodel @@ -12,17 +13,20 @@ Name: mapping-rules-datamodel | Class | Description | | --- | --- | | [Activity](Activity.md) | Generic grouping for any lexical operation | -| [Any](Any.md) | | +|         [LexicalTransformation](LexicalTransformation.md) | An atomic lexical transformation applied on a term (string) yielding a transformed string | +|         [LexicalTransformationPipeline](LexicalTransformationPipeline.md) | A collection of atomic lexical transformations that are applied in serial fashion | +| [Any](Any.md) | None | | [LexicalGrouping](LexicalGrouping.md) | A grouping of ontology elements by a shared lexical term | | [LexicalIndex](LexicalIndex.md) | An index over an ontology keyed by lexical unit | -| [LexicalTransformation](LexicalTransformation.md) | An atomic lexical transformation applied on a term (string) yielding a transf... | -| [LexicalTransformationPipeline](LexicalTransformationPipeline.md) | A collection of atomic lexical transformations that are applied in serial fas... | -| [MappingRule](MappingRule.md) | An individual mapping rule, if preconditions match the postconditions are app... | +| [MappingRule](MappingRule.md) | An individual mapping rule, if preconditions match the postconditions are applied | | [MappingRuleCollection](MappingRuleCollection.md) | A collection of mapping rules | -| [Postcondition](Postcondition.md) | | +| [Postcondition](Postcondition.md) | None | | [Precondition](Precondition.md) | A pattern to be matched against an individual SSSOM mapping | | [RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term | -| [Synonymizer](Synonymizer.md) | | +| [RuleSet](RuleSet.md) | A set of rules for generating synonyms or alternate lexical elements. | +| [Synonymizer](Synonymizer.md) | Specification of a rule for generating a synonym or alternate lexical element. | +| [Test](Test.md) | A unit test for a rule, specifies an intended output for an input | + ## Slots @@ -33,37 +37,41 @@ Name: mapping-rules-datamodel | [element](element.md) | | | [element_term](element_term.md) | the original term used in the element | | [groupings](groupings.md) | all groupings | -| [mapping_source_one_of](mapping_source_one_of.md) | | +| [in_place](in_place.md) | Whether the rule is applied in place or not | +| [input](input.md) | Input string for the rule | +| [mapping_source_one_of](mapping_source_one_of.md) | The source of the mapping to be matched | | [match](match.md) | Reg-ex rule to match substrings in labels | -| [match_scope](match_scope.md) | Scope of the reg-ex rule | +| [match_scope](match_scope.md) | Synonym scope of the reg-ex rule, e | | [minimum_confidence](minimum_confidence.md) | | | [name](name.md) | | -| [object_match_field_one_of](object_match_field_one_of.md) | | -| [object_source_one_of](object_source_one_of.md) | | +| [object_match_field_one_of](object_match_field_one_of.md) | The field in the object to be matched | +| [object_source_one_of](object_source_one_of.md) | The source of the object to be matched | | [oneway](oneway.md) | if true then subject and object can be switched and predicate inverted | +| [output](output.md) | Output based on the rule | | [params](params.md) | Any parameters to be applied to the transformation algorithm | | [pipeline](pipeline.md) | | | [pipelines](pipelines.md) | all pipelines used to build the index | | [postconditions](postconditions.md) | conditions that apply if preconditions match | | [preconditions](preconditions.md) | all of the criteria that must be true before a rule is fired | | [predicate](predicate.md) | | -| [predicate_id](predicate_id.md) | | -| [predicate_id_one_of](predicate_id_one_of.md) | | +| [predicate_id](predicate_id.md) | The predicate that is inferred | +| [predicate_id_one_of](predicate_id_one_of.md) | The predicate to be matched | +| [prefix](prefix.md) | The prefix that qualifies for the rule | | [qualifier](qualifier.md) | Type of match for the new synonym generated | | [relationships](relationships.md) | All ontology elements grouped and their relationship to the normalized term | | [replacement](replacement.md) | Reg-ex rule to replace substrings in labels | | [rules](rules.md) | all rules | | [source](source.md) | | -| [subject_match_field_one_of](subject_match_field_one_of.md) | | -| [subject_source_one_of](subject_source_one_of.md) | | +| [subject_match_field_one_of](subject_match_field_one_of.md) | The field in the subject to be matched | +| [subject_source_one_of](subject_source_one_of.md) | The source of the subject to be matched | | [synonymized](synonymized.md) | | | [synonymizer](synonymizer.md) | Normalizing rules to labels | | [term](term.md) | A normalized term that groups ontology elements | -| [the_rule](the_rule.md) | Description of the rule | +| [tests](tests.md) | Unit tests for each rules | | [transformations](transformations.md) | | | [transformations_included_in](transformations_included_in.md) | | | [type](type.md) | The type of transformation | -| [weight](weight.md) | Weighting of the rule, positive increases the confidence, negative decreases | +| [weight](weight.md) | Weighting of the rule | ## Enumerations @@ -86,9 +94,13 @@ Name: mapping-rules-datamodel | [Double](Double.md) | A real number that conforms to the xsd:double specification | | [Float](Float.md) | A real number that conforms to the xsd:float specification | | [Integer](Integer.md) | An integer | +| [Jsonpath](Jsonpath.md) | A string encoding a JSON Path | +| [Jsonpointer](Jsonpointer.md) | A string encoding a JSON Pointer | | [Ncname](Ncname.md) | Prefix part of CURIE | | [Nodeidentifier](Nodeidentifier.md) | A URI, CURIE or BNODE that represents a node in a model | | [Objectidentifier](Objectidentifier.md) | A URI or CURIE that represents an object in the model | +| [RegularExpressionString](RegularExpressionString.md) | | +| [Sparqlpath](Sparqlpath.md) | A string encoding a SPARQL Property Path | | [String](String.md) | A character string | | [Time](Time.md) | A time object represents a (local) time of day, independent of any particular... | | [Uri](Uri.md) | a complete URI | diff --git a/docs/datamodels/mapping-rules/mapping_source_one_of.md b/docs/datamodels/mapping-rules/mapping_source_one_of.md index 4f9066ce7..b5585404c 100644 --- a/docs/datamodels/mapping-rules/mapping_source_one_of.md +++ b/docs/datamodels/mapping-rules/mapping_source_one_of.md @@ -1,5 +1,14 @@ + + # Slot: mapping_source_one_of + +_The source of the mapping to be matched. Multiple values can be provided, it must match at least one._ + + + + + URI: [mappingrules:mapping_source_one_of](https://w3id.org/oak/mapping-rules-datamodel/mapping_source_one_of) @@ -9,11 +18,13 @@ URI: [mappingrules:mapping_source_one_of](https://w3id.org/oak/mapping-rules-dat + ## Applicable Classes -| Name | Description | -| --- | --- | -[Precondition](Precondition.md) | A pattern to be matched against an individual SSSOM mapping +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Precondition](Precondition.md) | A pattern to be matched against an individual SSSOM mapping | no | + @@ -23,10 +34,8 @@ URI: [mappingrules:mapping_source_one_of](https://w3id.org/oak/mapping-rules-dat ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -48,19 +57,31 @@ URI: [mappingrules:mapping_source_one_of](https://w3id.org/oak/mapping-rules-dat +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:mapping_source_one_of | +| native | mappingrules:mapping_source_one_of | + + + + ## LinkML Source
```yaml name: mapping_source_one_of +description: The source of the mapping to be matched. Multiple values can be provided, + it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 -multivalued: true alias: mapping_source_one_of owner: Precondition domain_of: - Precondition range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/mapping-rules/minimum_confidence.md b/docs/datamodels/mapping-rules/minimum_confidence.md index 6102d43c1..6f5b7f028 100644 --- a/docs/datamodels/mapping-rules/minimum_confidence.md +++ b/docs/datamodels/mapping-rules/minimum_confidence.md @@ -1,5 +1,9 @@ + + # Slot: minimum_confidence + + URI: [mappingrules:minimum_confidence](https://w3id.org/oak/mapping-rules-datamodel/minimum_confidence) @@ -9,11 +13,13 @@ URI: [mappingrules:minimum_confidence](https://w3id.org/oak/mapping-rules-datamo + ## Applicable Classes -| Name | Description | -| --- | --- | -[MappingRuleCollection](MappingRuleCollection.md) | A collection of mapping rules +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [MappingRuleCollection](MappingRuleCollection.md) | A collection of mapping rules | no | + @@ -28,8 +34,6 @@ URI: [mappingrules:minimum_confidence](https://w3id.org/oak/mapping-rules-datamo - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [mappingrules:minimum_confidence](https://w3id.org/oak/mapping-rules-datamo +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:minimum_confidence | +| native | mappingrules:minimum_confidence | + + + + ## LinkML Source
diff --git a/docs/datamodels/mapping-rules/name.md b/docs/datamodels/mapping-rules/name.md index 96c004e96..198435dd8 100644 --- a/docs/datamodels/mapping-rules/name.md +++ b/docs/datamodels/mapping-rules/name.md @@ -1,5 +1,9 @@ + + # Slot: name + + URI: [mappingrules:name](https://w3id.org/oak/mapping-rules-datamodel/name) @@ -9,11 +13,13 @@ URI: [mappingrules:name](https://w3id.org/oak/mapping-rules-datamodel/name) + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalTransformationPipeline](LexicalTransformationPipeline.md) | A collection of atomic lexical transformations that are applied in serial fas... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalTransformationPipeline](LexicalTransformationPipeline.md) | A collection of atomic lexical transformations that are applied in serial fas... | no | + @@ -24,7 +30,7 @@ URI: [mappingrules:name](https://w3id.org/oak/mapping-rules-datamodel/name) * Range: [String](String.md) - +* Required: True @@ -46,6 +52,16 @@ URI: [mappingrules:name](https://w3id.org/oak/mapping-rules-datamodel/name) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:name | +| native | mappingrules:name | + + + + ## LinkML Source
@@ -59,6 +75,7 @@ owner: LexicalTransformationPipeline domain_of: - LexicalTransformationPipeline range: string +required: true ```
\ No newline at end of file diff --git a/docs/datamodels/mapping-rules/object_match_field_one_of.md b/docs/datamodels/mapping-rules/object_match_field_one_of.md index 6a1d33aae..bae52c9b0 100644 --- a/docs/datamodels/mapping-rules/object_match_field_one_of.md +++ b/docs/datamodels/mapping-rules/object_match_field_one_of.md @@ -1,5 +1,14 @@ + + # Slot: object_match_field_one_of + +_The field in the object to be matched. Multiple values can be provided, it must match at least one._ + + + + + URI: [mappingrules:object_match_field_one_of](https://w3id.org/oak/mapping-rules-datamodel/object_match_field_one_of) @@ -9,11 +18,13 @@ URI: [mappingrules:object_match_field_one_of](https://w3id.org/oak/mapping-rules + ## Applicable Classes -| Name | Description | -| --- | --- | -[Precondition](Precondition.md) | A pattern to be matched against an individual SSSOM mapping +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Precondition](Precondition.md) | A pattern to be matched against an individual SSSOM mapping | no | + @@ -23,10 +34,8 @@ URI: [mappingrules:object_match_field_one_of](https://w3id.org/oak/mapping-rules ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -48,19 +57,31 @@ URI: [mappingrules:object_match_field_one_of](https://w3id.org/oak/mapping-rules +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:object_match_field_one_of | +| native | mappingrules:object_match_field_one_of | + + + + ## LinkML Source
```yaml name: object_match_field_one_of +description: The field in the object to be matched. Multiple values can be provided, + it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 -multivalued: true alias: object_match_field_one_of owner: Precondition domain_of: - Precondition range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/mapping-rules/object_source_one_of.md b/docs/datamodels/mapping-rules/object_source_one_of.md index c3374f696..6c92ee1a3 100644 --- a/docs/datamodels/mapping-rules/object_source_one_of.md +++ b/docs/datamodels/mapping-rules/object_source_one_of.md @@ -1,5 +1,14 @@ + + # Slot: object_source_one_of + +_The source of the object to be matched. Multiple values can be provided, it must match at least one._ + + + + + URI: [mappingrules:object_source_one_of](https://w3id.org/oak/mapping-rules-datamodel/object_source_one_of) @@ -9,11 +18,13 @@ URI: [mappingrules:object_source_one_of](https://w3id.org/oak/mapping-rules-data + ## Applicable Classes -| Name | Description | -| --- | --- | -[Precondition](Precondition.md) | A pattern to be matched against an individual SSSOM mapping +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Precondition](Precondition.md) | A pattern to be matched against an individual SSSOM mapping | no | + @@ -23,10 +34,8 @@ URI: [mappingrules:object_source_one_of](https://w3id.org/oak/mapping-rules-data ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -48,19 +57,31 @@ URI: [mappingrules:object_source_one_of](https://w3id.org/oak/mapping-rules-data +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:object_source_one_of | +| native | mappingrules:object_source_one_of | + + + + ## LinkML Source
```yaml name: object_source_one_of +description: The source of the object to be matched. Multiple values can be provided, + it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 -multivalued: true alias: object_source_one_of owner: Precondition domain_of: - Precondition range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/mapping-rules/oneway.md b/docs/datamodels/mapping-rules/oneway.md index 3794e7d65..8e68935ca 100644 --- a/docs/datamodels/mapping-rules/oneway.md +++ b/docs/datamodels/mapping-rules/oneway.md @@ -1,7 +1,14 @@ + + # Slot: oneway + + _if true then subject and object can be switched and predicate inverted_ + + + URI: [mappingrules:oneway](https://w3id.org/oak/mapping-rules-datamodel/oneway) @@ -11,11 +18,13 @@ URI: [mappingrules:oneway](https://w3id.org/oak/mapping-rules-datamodel/oneway) + ## Applicable Classes -| Name | Description | -| --- | --- | -[MappingRule](MappingRule.md) | An individual mapping rule, if preconditions match the postconditions are app... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [MappingRule](MappingRule.md) | An individual mapping rule, if preconditions match the postconditions are app... | no | + @@ -30,8 +39,6 @@ URI: [mappingrules:oneway](https://w3id.org/oak/mapping-rules-datamodel/oneway) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [mappingrules:oneway](https://w3id.org/oak/mapping-rules-datamodel/oneway) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:oneway | +| native | mappingrules:oneway | + + + + ## LinkML Source
diff --git a/docs/datamodels/mapping-rules/params.md b/docs/datamodels/mapping-rules/params.md index eddc45783..5fb2c6725 100644 --- a/docs/datamodels/mapping-rules/params.md +++ b/docs/datamodels/mapping-rules/params.md @@ -1,7 +1,14 @@ + + # Slot: params + + _Any parameters to be applied to the transformation algorithm_ + + + URI: [mappingrules:params](https://w3id.org/oak/mapping-rules-datamodel/params) @@ -11,11 +18,13 @@ URI: [mappingrules:params](https://w3id.org/oak/mapping-rules-datamodel/params) + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalTransformation](LexicalTransformation.md) | An atomic lexical transformation applied on a term (string) yielding a transf... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalTransformation](LexicalTransformation.md) | An atomic lexical transformation applied on a term (string) yielding a transf... | no | + @@ -25,10 +34,8 @@ URI: [mappingrules:params](https://w3id.org/oak/mapping-rules-datamodel/params) ## Properties * Range: [Any](Any.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [mappingrules:params](https://w3id.org/oak/mapping-rules-datamodel/params) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:params | +| native | mappingrules:params | + + + + ## LinkML Source
@@ -58,12 +75,12 @@ name: params description: Any parameters to be applied to the transformation algorithm from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 -multivalued: true alias: params owner: LexicalTransformation domain_of: - LexicalTransformation range: Any +multivalued: true inlined: true inlined_as_list: true diff --git a/docs/datamodels/mapping-rules/pipeline.md b/docs/datamodels/mapping-rules/pipeline.md index fa8c8eb49..e5c6e8772 100644 --- a/docs/datamodels/mapping-rules/pipeline.md +++ b/docs/datamodels/mapping-rules/pipeline.md @@ -1,5 +1,9 @@ + + # Slot: pipeline + + URI: [mappingrules:pipeline](https://w3id.org/oak/mapping-rules-datamodel/pipeline) @@ -9,11 +13,13 @@ URI: [mappingrules:pipeline](https://w3id.org/oak/mapping-rules-datamodel/pipeli + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term | no | + @@ -23,10 +29,8 @@ URI: [mappingrules:pipeline](https://w3id.org/oak/mapping-rules-datamodel/pipeli ## Properties * Range: [LexicalTransformationPipeline](LexicalTransformationPipeline.md) -* Multivalued: True - - +* Multivalued: True @@ -48,6 +52,16 @@ URI: [mappingrules:pipeline](https://w3id.org/oak/mapping-rules-datamodel/pipeli +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:pipeline | +| native | mappingrules:pipeline | + + + + ## LinkML Source
@@ -55,12 +69,12 @@ URI: [mappingrules:pipeline](https://w3id.org/oak/mapping-rules-datamodel/pipeli name: pipeline from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 -multivalued: true alias: pipeline owner: RelationshipToTerm domain_of: - RelationshipToTerm range: LexicalTransformationPipeline +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/mapping-rules/pipelines.md b/docs/datamodels/mapping-rules/pipelines.md index 2cd80efeb..7a55ffbb7 100644 --- a/docs/datamodels/mapping-rules/pipelines.md +++ b/docs/datamodels/mapping-rules/pipelines.md @@ -1,7 +1,14 @@ + + # Slot: pipelines + + _all pipelines used to build the index_ + + + URI: [mappingrules:pipelines](https://w3id.org/oak/mapping-rules-datamodel/pipelines) @@ -11,11 +18,13 @@ URI: [mappingrules:pipelines](https://w3id.org/oak/mapping-rules-datamodel/pipel + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalIndex](LexicalIndex.md) | An index over an ontology keyed by lexical unit +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalIndex](LexicalIndex.md) | An index over an ontology keyed by lexical unit | no | + @@ -25,10 +34,8 @@ URI: [mappingrules:pipelines](https://w3id.org/oak/mapping-rules-datamodel/pipel ## Properties * Range: [LexicalTransformationPipeline](LexicalTransformationPipeline.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [mappingrules:pipelines](https://w3id.org/oak/mapping-rules-datamodel/pipel +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:pipelines | +| native | mappingrules:pipelines | + + + + ## LinkML Source
@@ -58,12 +75,12 @@ name: pipelines description: all pipelines used to build the index from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 -multivalued: true alias: pipelines owner: LexicalIndex domain_of: - LexicalIndex range: LexicalTransformationPipeline +multivalued: true inlined: true ``` diff --git a/docs/datamodels/mapping-rules/postconditions.md b/docs/datamodels/mapping-rules/postconditions.md index 7df6697dc..0e4980205 100644 --- a/docs/datamodels/mapping-rules/postconditions.md +++ b/docs/datamodels/mapping-rules/postconditions.md @@ -1,7 +1,14 @@ + + # Slot: postconditions + + _conditions that apply if preconditions match_ + + + URI: [mappingrules:postconditions](https://w3id.org/oak/mapping-rules-datamodel/postconditions) @@ -11,11 +18,13 @@ URI: [mappingrules:postconditions](https://w3id.org/oak/mapping-rules-datamodel/ + ## Applicable Classes -| Name | Description | -| --- | --- | -[MappingRule](MappingRule.md) | An individual mapping rule, if preconditions match the postconditions are app... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [MappingRule](MappingRule.md) | An individual mapping rule, if preconditions match the postconditions are app... | no | + @@ -30,8 +39,6 @@ URI: [mappingrules:postconditions](https://w3id.org/oak/mapping-rules-datamodel/ - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [mappingrules:postconditions](https://w3id.org/oak/mapping-rules-datamodel/ +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:postconditions | +| native | mappingrules:postconditions | + + + + ## LinkML Source
diff --git a/docs/datamodels/mapping-rules/preconditions.md b/docs/datamodels/mapping-rules/preconditions.md index 77a1bfa9e..5d007bc36 100644 --- a/docs/datamodels/mapping-rules/preconditions.md +++ b/docs/datamodels/mapping-rules/preconditions.md @@ -1,7 +1,14 @@ + + # Slot: preconditions + + _all of the criteria that must be true before a rule is fired_ + + + URI: [sh:condition](https://w3id.org/shacl/condition) @@ -11,11 +18,13 @@ URI: [sh:condition](https://w3id.org/shacl/condition) + ## Applicable Classes -| Name | Description | -| --- | --- | -[MappingRule](MappingRule.md) | An individual mapping rule, if preconditions match the postconditions are app... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [MappingRule](MappingRule.md) | An individual mapping rule, if preconditions match the postconditions are app... | no | + @@ -30,8 +39,6 @@ URI: [sh:condition](https://w3id.org/shacl/condition) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [sh:condition](https://w3id.org/shacl/condition) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sh:condition | +| native | mappingrules:preconditions | + + + + ## LinkML Source
diff --git a/docs/datamodels/mapping-rules/predicate.md b/docs/datamodels/mapping-rules/predicate.md index e37ae33c0..6a6b245da 100644 --- a/docs/datamodels/mapping-rules/predicate.md +++ b/docs/datamodels/mapping-rules/predicate.md @@ -1,5 +1,9 @@ + + # Slot: predicate + + URI: [mappingrules:predicate](https://w3id.org/oak/mapping-rules-datamodel/predicate) @@ -9,11 +13,13 @@ URI: [mappingrules:predicate](https://w3id.org/oak/mapping-rules-datamodel/predi + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term | no | + @@ -28,8 +34,6 @@ URI: [mappingrules:predicate](https://w3id.org/oak/mapping-rules-datamodel/predi - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [mappingrules:predicate](https://w3id.org/oak/mapping-rules-datamodel/predi +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:predicate | +| native | mappingrules:predicate | + + + + ## LinkML Source
diff --git a/docs/datamodels/mapping-rules/predicate_id.md b/docs/datamodels/mapping-rules/predicate_id.md index 91252f673..90c057347 100644 --- a/docs/datamodels/mapping-rules/predicate_id.md +++ b/docs/datamodels/mapping-rules/predicate_id.md @@ -1,5 +1,14 @@ + + # Slot: predicate_id + +_The predicate that is inferred_ + + + + + URI: [mappingrules:predicate_id](https://w3id.org/oak/mapping-rules-datamodel/predicate_id) @@ -9,11 +18,13 @@ URI: [mappingrules:predicate_id](https://w3id.org/oak/mapping-rules-datamodel/pr + ## Applicable Classes -| Name | Description | -| --- | --- | -[Postcondition](Postcondition.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Postcondition](Postcondition.md) | | no | + @@ -28,8 +39,6 @@ URI: [mappingrules:predicate_id](https://w3id.org/oak/mapping-rules-datamodel/pr - - ## Comments * if the rule is invertible, then the predicate is inverted, e.g. skos broad becomes narrow @@ -50,11 +59,22 @@ URI: [mappingrules:predicate_id](https://w3id.org/oak/mapping-rules-datamodel/pr +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:predicate_id | +| native | mappingrules:predicate_id | + + + + ## LinkML Source
```yaml name: predicate_id +description: The predicate that is inferred comments: - if the rule is invertible, then the predicate is inverted, e.g. skos broad becomes narrow diff --git a/docs/datamodels/mapping-rules/relationships.md b/docs/datamodels/mapping-rules/relationships.md index 3acabd59b..43fc9cdc1 100644 --- a/docs/datamodels/mapping-rules/relationships.md +++ b/docs/datamodels/mapping-rules/relationships.md @@ -1,7 +1,14 @@ + + # Slot: relationships + + _All ontology elements grouped and their relationship to the normalized term_ + + + URI: [mappingrules:relationships](https://w3id.org/oak/mapping-rules-datamodel/relationships) @@ -11,11 +18,13 @@ URI: [mappingrules:relationships](https://w3id.org/oak/mapping-rules-datamodel/r + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalGrouping](LexicalGrouping.md) | A grouping of ontology elements by a shared lexical term +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalGrouping](LexicalGrouping.md) | A grouping of ontology elements by a shared lexical term | no | + @@ -25,10 +34,8 @@ URI: [mappingrules:relationships](https://w3id.org/oak/mapping-rules-datamodel/r ## Properties * Range: [RelationshipToTerm](RelationshipToTerm.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [mappingrules:relationships](https://w3id.org/oak/mapping-rules-datamodel/r +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:relationships | +| native | mappingrules:relationships | + + + + ## LinkML Source
@@ -59,12 +76,12 @@ description: All ontology elements grouped and their relationship to the normali term from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 -multivalued: true alias: relationships owner: LexicalGrouping domain_of: - LexicalGrouping range: RelationshipToTerm +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/mapping-rules/rules.md b/docs/datamodels/mapping-rules/rules.md index 8a7a7b895..da7dd9a6c 100644 --- a/docs/datamodels/mapping-rules/rules.md +++ b/docs/datamodels/mapping-rules/rules.md @@ -1,5 +1,7 @@ + + # Slot: rules -_all rules_ + URI: [mappingrules:rules](https://w3id.org/oak/mapping-rules-datamodel/rules) @@ -11,24 +13,23 @@ URI: [mappingrules:rules](https://w3id.org/oak/mapping-rules-datamodel/rules) -## Applicable Classes - -| Name | Description | -| --- | --- | -[MappingRuleCollection](MappingRuleCollection.md) | A collection of mapping rules +## Applicable Classes +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RuleSet](RuleSet.md) | A set of rules for generating synonyms or alternate lexical elements | no | +| [MappingRuleCollection](MappingRuleCollection.md) | A collection of mapping rules | no | -## Properties -* Range: [MappingRule](MappingRule.md) -* Multivalued: True +## Properties +* Range: [String](String.md) @@ -42,10 +43,13 @@ URI: [mappingrules:rules](https://w3id.org/oak/mapping-rules-datamodel/rules) -### Schema Source +## Mappings -* from schema: https://w3id.org/oak/mapping-rules-datamodel +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:rules | +| native | mappingrules:rules | @@ -55,16 +59,11 @@ URI: [mappingrules:rules](https://w3id.org/oak/mapping-rules-datamodel/rules)
```yaml name: rules -description: all rules -from_schema: https://w3id.org/oak/mapping-rules-datamodel -rank: 1000 -multivalued: true alias: rules -owner: MappingRuleCollection domain_of: - MappingRuleCollection -range: MappingRule -inlined: true +- RuleSet +range: string ```
\ No newline at end of file diff --git a/docs/datamodels/mapping-rules/source.md b/docs/datamodels/mapping-rules/source.md index 7850d4e8d..5fc61bba1 100644 --- a/docs/datamodels/mapping-rules/source.md +++ b/docs/datamodels/mapping-rules/source.md @@ -1,5 +1,9 @@ + + # Slot: source + + URI: [mappingrules:source](https://w3id.org/oak/mapping-rules-datamodel/source) @@ -9,11 +13,13 @@ URI: [mappingrules:source](https://w3id.org/oak/mapping-rules-datamodel/source) + ## Applicable Classes -| Name | Description | -| --- | --- | -[RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [RelationshipToTerm](RelationshipToTerm.md) | A relationship of an ontology element to a lexical term | no | + @@ -28,8 +34,6 @@ URI: [mappingrules:source](https://w3id.org/oak/mapping-rules-datamodel/source) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [mappingrules:source](https://w3id.org/oak/mapping-rules-datamodel/source) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:source | +| native | mappingrules:source | + + + + ## LinkML Source
diff --git a/docs/datamodels/mapping-rules/subject_match_field_one_of.md b/docs/datamodels/mapping-rules/subject_match_field_one_of.md index e02141bc0..a8a74b009 100644 --- a/docs/datamodels/mapping-rules/subject_match_field_one_of.md +++ b/docs/datamodels/mapping-rules/subject_match_field_one_of.md @@ -1,5 +1,14 @@ + + # Slot: subject_match_field_one_of + +_The field in the subject to be matched. Multiple values can be provided, it must match at least one._ + + + + + URI: [mappingrules:subject_match_field_one_of](https://w3id.org/oak/mapping-rules-datamodel/subject_match_field_one_of) @@ -9,11 +18,13 @@ URI: [mappingrules:subject_match_field_one_of](https://w3id.org/oak/mapping-rule + ## Applicable Classes -| Name | Description | -| --- | --- | -[Precondition](Precondition.md) | A pattern to be matched against an individual SSSOM mapping +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Precondition](Precondition.md) | A pattern to be matched against an individual SSSOM mapping | no | + @@ -23,10 +34,8 @@ URI: [mappingrules:subject_match_field_one_of](https://w3id.org/oak/mapping-rule ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -48,19 +57,31 @@ URI: [mappingrules:subject_match_field_one_of](https://w3id.org/oak/mapping-rule +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:subject_match_field_one_of | +| native | mappingrules:subject_match_field_one_of | + + + + ## LinkML Source
```yaml name: subject_match_field_one_of +description: The field in the subject to be matched. Multiple values can be provided, + it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 -multivalued: true alias: subject_match_field_one_of owner: Precondition domain_of: - Precondition range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/mapping-rules/subject_source_one_of.md b/docs/datamodels/mapping-rules/subject_source_one_of.md index 95622856a..120d6ae5f 100644 --- a/docs/datamodels/mapping-rules/subject_source_one_of.md +++ b/docs/datamodels/mapping-rules/subject_source_one_of.md @@ -1,5 +1,14 @@ + + # Slot: subject_source_one_of + +_The source of the subject to be matched. Multiple values can be provided, it must match at least one._ + + + + + URI: [mappingrules:subject_source_one_of](https://w3id.org/oak/mapping-rules-datamodel/subject_source_one_of) @@ -9,11 +18,13 @@ URI: [mappingrules:subject_source_one_of](https://w3id.org/oak/mapping-rules-dat + ## Applicable Classes -| Name | Description | -| --- | --- | -[Precondition](Precondition.md) | A pattern to be matched against an individual SSSOM mapping +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Precondition](Precondition.md) | A pattern to be matched against an individual SSSOM mapping | no | + @@ -23,10 +34,8 @@ URI: [mappingrules:subject_source_one_of](https://w3id.org/oak/mapping-rules-dat ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -48,19 +57,31 @@ URI: [mappingrules:subject_source_one_of](https://w3id.org/oak/mapping-rules-dat +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:subject_source_one_of | +| native | mappingrules:subject_source_one_of | + + + + ## LinkML Source
```yaml name: subject_source_one_of +description: The source of the subject to be matched. Multiple values can be provided, + it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 -multivalued: true alias: subject_source_one_of owner: Precondition domain_of: - Precondition range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/mapping-rules/term.md b/docs/datamodels/mapping-rules/term.md index 5f65c3638..9b9818bb7 100644 --- a/docs/datamodels/mapping-rules/term.md +++ b/docs/datamodels/mapping-rules/term.md @@ -1,7 +1,14 @@ + + # Slot: term + + _A normalized term that groups ontology elements_ + + + URI: [mappingrules:term](https://w3id.org/oak/mapping-rules-datamodel/term) @@ -11,11 +18,13 @@ URI: [mappingrules:term](https://w3id.org/oak/mapping-rules-datamodel/term) + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalGrouping](LexicalGrouping.md) | A grouping of ontology elements by a shared lexical term +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalGrouping](LexicalGrouping.md) | A grouping of ontology elements by a shared lexical term | no | + @@ -26,7 +35,7 @@ URI: [mappingrules:term](https://w3id.org/oak/mapping-rules-datamodel/term) * Range: [String](String.md) - +* Required: True @@ -48,6 +57,16 @@ URI: [mappingrules:term](https://w3id.org/oak/mapping-rules-datamodel/term) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:term | +| native | mappingrules:term | + + + + ## LinkML Source
@@ -62,6 +81,7 @@ owner: LexicalGrouping domain_of: - LexicalGrouping range: string +required: true ```
\ No newline at end of file diff --git a/docs/datamodels/mapping-rules/transformations.md b/docs/datamodels/mapping-rules/transformations.md index 8d7850519..93a662dea 100644 --- a/docs/datamodels/mapping-rules/transformations.md +++ b/docs/datamodels/mapping-rules/transformations.md @@ -1,5 +1,9 @@ + + # Slot: transformations + + URI: [mappingrules:transformations](https://w3id.org/oak/mapping-rules-datamodel/transformations) @@ -9,11 +13,13 @@ URI: [mappingrules:transformations](https://w3id.org/oak/mapping-rules-datamodel + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalTransformationPipeline](LexicalTransformationPipeline.md) | A collection of atomic lexical transformations that are applied in serial fas... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalTransformationPipeline](LexicalTransformationPipeline.md) | A collection of atomic lexical transformations that are applied in serial fas... | no | + @@ -23,10 +29,8 @@ URI: [mappingrules:transformations](https://w3id.org/oak/mapping-rules-datamodel ## Properties * Range: [LexicalTransformation](LexicalTransformation.md) -* Multivalued: True - - +* Multivalued: True @@ -48,6 +52,16 @@ URI: [mappingrules:transformations](https://w3id.org/oak/mapping-rules-datamodel +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:transformations | +| native | mappingrules:transformations | + + + + ## LinkML Source
@@ -55,12 +69,12 @@ URI: [mappingrules:transformations](https://w3id.org/oak/mapping-rules-datamodel name: transformations from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 -multivalued: true alias: transformations owner: LexicalTransformationPipeline domain_of: - LexicalTransformationPipeline range: LexicalTransformation +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/mapping-rules/transformations_included_in.md b/docs/datamodels/mapping-rules/transformations_included_in.md index 148c4b4a1..ef4537389 100644 --- a/docs/datamodels/mapping-rules/transformations_included_in.md +++ b/docs/datamodels/mapping-rules/transformations_included_in.md @@ -1,5 +1,9 @@ + + # Slot: transformations_included_in + + URI: [mappingrules:transformations_included_in](https://w3id.org/oak/mapping-rules-datamodel/transformations_included_in) @@ -9,11 +13,13 @@ URI: [mappingrules:transformations_included_in](https://w3id.org/oak/mapping-rul + ## Applicable Classes -| Name | Description | -| --- | --- | -[Precondition](Precondition.md) | A pattern to be matched against an individual SSSOM mapping +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Precondition](Precondition.md) | A pattern to be matched against an individual SSSOM mapping | no | + @@ -23,10 +29,8 @@ URI: [mappingrules:transformations_included_in](https://w3id.org/oak/mapping-rul ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -48,6 +52,16 @@ URI: [mappingrules:transformations_included_in](https://w3id.org/oak/mapping-rul +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:transformations_included_in | +| native | mappingrules:transformations_included_in | + + + + ## LinkML Source
@@ -55,12 +69,12 @@ URI: [mappingrules:transformations_included_in](https://w3id.org/oak/mapping-rul name: transformations_included_in from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 -multivalued: true alias: transformations_included_in owner: Precondition domain_of: - Precondition range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/mapping-rules/type.md b/docs/datamodels/mapping-rules/type.md index ea86df23b..c06635264 100644 --- a/docs/datamodels/mapping-rules/type.md +++ b/docs/datamodels/mapping-rules/type.md @@ -1,7 +1,14 @@ + + # Slot: type + + _The type of transformation_ + + + URI: [mappingrules:type](https://w3id.org/oak/mapping-rules-datamodel/type) @@ -11,11 +18,13 @@ URI: [mappingrules:type](https://w3id.org/oak/mapping-rules-datamodel/type) + ## Applicable Classes -| Name | Description | -| --- | --- | -[LexicalTransformation](LexicalTransformation.md) | An atomic lexical transformation applied on a term (string) yielding a transf... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [LexicalTransformation](LexicalTransformation.md) | An atomic lexical transformation applied on a term (string) yielding a transf... | no | + @@ -30,8 +39,6 @@ URI: [mappingrules:type](https://w3id.org/oak/mapping-rules-datamodel/type) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [mappingrules:type](https://w3id.org/oak/mapping-rules-datamodel/type) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:type | +| native | mappingrules:type | + + + + ## LinkML Source
diff --git a/docs/datamodels/mapping-rules/weight.md b/docs/datamodels/mapping-rules/weight.md index 84aebd963..9546473bd 100644 --- a/docs/datamodels/mapping-rules/weight.md +++ b/docs/datamodels/mapping-rules/weight.md @@ -1,5 +1,12 @@ + + # Slot: weight -_Weighting of the rule, positive increases the confidence, negative decreases_ + + +_Weighting of the rule. A weight of zero corresponds to 0.5 confidence in the mapping. Setting to +1 or -1 indicates moderate confidence or lack of confidence. A logit scale is used. All weights are summed together to determine the final confidence._ + + + URI: [mappingrules:weight](https://w3id.org/oak/mapping-rules-datamodel/weight) @@ -11,11 +18,13 @@ URI: [mappingrules:weight](https://w3id.org/oak/mapping-rules-datamodel/weight) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Postcondition](Postcondition.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Postcondition](Postcondition.md) | | no | + @@ -30,8 +39,6 @@ URI: [mappingrules:weight](https://w3id.org/oak/mapping-rules-datamodel/weight) - - ## See Also * [https://en.wikipedia.org/wiki/Logit](https://en.wikipedia.org/wiki/Logit) @@ -53,12 +60,24 @@ URI: [mappingrules:weight](https://w3id.org/oak/mapping-rules-datamodel/weight) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | mappingrules:weight | +| native | mappingrules:weight | + + + + ## LinkML Source
```yaml name: weight -description: Weighting of the rule, positive increases the confidence, negative decreases +description: Weighting of the rule. A weight of zero corresponds to 0.5 confidence + in the mapping. Setting to +1 or -1 indicates moderate confidence or lack of confidence. + A logit scale is used. All weights are summed together to determine the final confidence. from_schema: https://w3id.org/oak/mapping-rules-datamodel see_also: - https://en.wikipedia.org/wiki/Logit diff --git a/docs/datamodels/obograph/Axiom.md b/docs/datamodels/obograph/Axiom.md index 37218dd91..891e1fe67 100644 --- a/docs/datamodels/obograph/Axiom.md +++ b/docs/datamodels/obograph/Axiom.md @@ -20,7 +20,7 @@ URI: [owl:Axiom](http://www.w3.org/2002/07/owl#Axiom) -```mermaid +```{mermaid} classDiagram class Axiom click Axiom href "../Axiom" diff --git a/docs/datamodels/obograph/BasicPropertyValue.md b/docs/datamodels/obograph/BasicPropertyValue.md index 4910034a5..2064af228 100644 --- a/docs/datamodels/obograph/BasicPropertyValue.md +++ b/docs/datamodels/obograph/BasicPropertyValue.md @@ -16,7 +16,7 @@ URI: [obographs:BasicPropertyValue](https://github.com/geneontology/obographs/Ba -```mermaid +```{mermaid} classDiagram class BasicPropertyValue click BasicPropertyValue href "../BasicPropertyValue" diff --git a/docs/datamodels/obograph/Boolean.md b/docs/datamodels/obograph/Boolean.md index a4196e2eb..1dbe12cf4 100644 --- a/docs/datamodels/obograph/Boolean.md +++ b/docs/datamodels/obograph/Boolean.md @@ -1,9 +1,12 @@ # Type: Boolean + + _A binary (true or false) value_ + URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) * [base](https://w3id.org/linkml/base): Bool @@ -34,3 +37,14 @@ URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:boolean | +| native | obographs:boolean | +| exact | schema:Boolean | + + + diff --git a/docs/datamodels/obograph/Date.md b/docs/datamodels/obograph/Date.md index 120237d7d..ef2a925fb 100644 --- a/docs/datamodels/obograph/Date.md +++ b/docs/datamodels/obograph/Date.md @@ -1,9 +1,12 @@ # Type: Date + + _a date (year, month and day) in an idealized calendar_ + URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) * [base](https://w3id.org/linkml/base): XSDDate @@ -34,3 +37,14 @@ URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:date | +| native | obographs:date | +| exact | schema:Date | + + + diff --git a/docs/datamodels/obograph/Datetime.md b/docs/datamodels/obograph/Datetime.md index 9eedabb0a..e604e01df 100644 --- a/docs/datamodels/obograph/Datetime.md +++ b/docs/datamodels/obograph/Datetime.md @@ -1,9 +1,12 @@ # Type: Datetime + + _The combination of a date and time_ + URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) * [base](https://w3id.org/linkml/base): XSDDateTime @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:dateTime | +| native | obographs:datetime | +| exact | schema:DateTime | + + + diff --git a/docs/datamodels/obograph/Decimal.md b/docs/datamodels/obograph/Decimal.md index 1c122af58..590cd627f 100644 --- a/docs/datamodels/obograph/Decimal.md +++ b/docs/datamodels/obograph/Decimal.md @@ -1,9 +1,12 @@ # Type: Decimal + + _A real number with arbitrary precision that conforms to the xsd:decimal specification_ + URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) * [base](https://w3id.org/linkml/base): Decimal @@ -33,3 +36,14 @@ URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:decimal | +| native | obographs:decimal | +| broad | schema:Number | + + + diff --git a/docs/datamodels/obograph/DefinitionPropertyValue.md b/docs/datamodels/obograph/DefinitionPropertyValue.md index 2e52720b8..49c4a04ca 100644 --- a/docs/datamodels/obograph/DefinitionPropertyValue.md +++ b/docs/datamodels/obograph/DefinitionPropertyValue.md @@ -16,7 +16,7 @@ URI: [obographs:DefinitionPropertyValue](https://github.com/geneontology/obograp -```mermaid +```{mermaid} classDiagram class DefinitionPropertyValue click DefinitionPropertyValue href "../DefinitionPropertyValue" @@ -127,8 +127,6 @@ slot_usage: val: name: val description: The textual string representing the definition. - domain_of: - - PropertyValue role: definition text xrefs: name: xrefs @@ -137,9 +135,6 @@ slot_usage: that contributed to the text of the definition, external publications, websites, or links to supporting information, or external vocabulary entities that played a contributing role in the definition. - domain_of: - - Meta - - PropertyValue role: supporting identifiers ``` @@ -158,8 +153,6 @@ slot_usage: val: name: val description: The textual string representing the definition. - domain_of: - - PropertyValue role: definition text xrefs: name: xrefs @@ -168,9 +161,6 @@ slot_usage: that contributed to the text of the definition, external publications, websites, or links to supporting information, or external vocabulary entities that played a contributing role in the definition. - domain_of: - - Meta - - PropertyValue role: supporting identifiers attributes: pred: @@ -191,6 +181,8 @@ attributes: name: val description: The textual string representing the definition. from_schema: https://github.com/geneontology/obographs + aliases: + - value rank: 1000 slot_uri: rdf:object alias: val @@ -207,6 +199,10 @@ attributes: or links to supporting information, or external vocabulary entities that played a contributing role in the definition. from_schema: https://github.com/geneontology/obographs + exact_mappings: + - oio:hasDbXref + close_mappings: + - rdfs:seeAlso rank: 1000 alias: xrefs owner: DefinitionPropertyValue diff --git a/docs/datamodels/obograph/DomainRangeAxiom.md b/docs/datamodels/obograph/DomainRangeAxiom.md index 7d22c2d6c..edb2c102d 100644 --- a/docs/datamodels/obograph/DomainRangeAxiom.md +++ b/docs/datamodels/obograph/DomainRangeAxiom.md @@ -16,7 +16,7 @@ URI: [obographs:DomainRangeAxiom](https://github.com/geneontology/obographs/Doma -```mermaid +```{mermaid} classDiagram class DomainRangeAxiom click DomainRangeAxiom href "../DomainRangeAxiom" diff --git a/docs/datamodels/obograph/Double.md b/docs/datamodels/obograph/Double.md index 3b780b8d9..4d6ddf6ab 100644 --- a/docs/datamodels/obograph/Double.md +++ b/docs/datamodels/obograph/Double.md @@ -1,9 +1,12 @@ # Type: Double + + _A real number that conforms to the xsd:double specification_ + URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:double | +| native | obographs:double | +| close | schema:Float | + + + diff --git a/docs/datamodels/obograph/Edge.md b/docs/datamodels/obograph/Edge.md index b762f6dd0..421b9bbe2 100644 --- a/docs/datamodels/obograph/Edge.md +++ b/docs/datamodels/obograph/Edge.md @@ -16,7 +16,7 @@ URI: [obographs:Edge](https://github.com/geneontology/obographs/Edge) -```mermaid +```{mermaid} classDiagram class Edge click Edge href "../Edge" diff --git a/docs/datamodels/obograph/EquivalentNodesSet.md b/docs/datamodels/obograph/EquivalentNodesSet.md index a5fc72ad0..1e26f12d5 100644 --- a/docs/datamodels/obograph/EquivalentNodesSet.md +++ b/docs/datamodels/obograph/EquivalentNodesSet.md @@ -16,7 +16,7 @@ URI: [owl:equivalentClass](http://www.w3.org/2002/07/owl#equivalentClass) -```mermaid +```{mermaid} classDiagram class EquivalentNodesSet click EquivalentNodesSet href "../EquivalentNodesSet" diff --git a/docs/datamodels/obograph/ExistentialRestrictionExpression.md b/docs/datamodels/obograph/ExistentialRestrictionExpression.md index 737440af6..d622d5e54 100644 --- a/docs/datamodels/obograph/ExistentialRestrictionExpression.md +++ b/docs/datamodels/obograph/ExistentialRestrictionExpression.md @@ -16,7 +16,7 @@ URI: [owl:Restriction](http://www.w3.org/2002/07/owl#Restriction) -```mermaid +```{mermaid} classDiagram class ExistentialRestrictionExpression click ExistentialRestrictionExpression href "../ExistentialRestrictionExpression" diff --git a/docs/datamodels/obograph/Float.md b/docs/datamodels/obograph/Float.md index a97ce8bcd..b4ad424c7 100644 --- a/docs/datamodels/obograph/Float.md +++ b/docs/datamodels/obograph/Float.md @@ -1,9 +1,12 @@ # Type: Float + + _A real number that conforms to the xsd:float specification_ + URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:float | +| native | obographs:float | +| exact | schema:Float | + + + diff --git a/docs/datamodels/obograph/Graph.md b/docs/datamodels/obograph/Graph.md index e02256829..4edb03193 100644 --- a/docs/datamodels/obograph/Graph.md +++ b/docs/datamodels/obograph/Graph.md @@ -16,7 +16,7 @@ URI: [owl:Ontology](http://www.w3.org/2002/07/owl#Ontology) -```mermaid +```{mermaid} classDiagram class Graph click Graph href "../Graph" diff --git a/docs/datamodels/obograph/GraphDocument.md b/docs/datamodels/obograph/GraphDocument.md index 449d5b77a..54035e8a2 100644 --- a/docs/datamodels/obograph/GraphDocument.md +++ b/docs/datamodels/obograph/GraphDocument.md @@ -16,7 +16,7 @@ URI: [obographs:GraphDocument](https://github.com/geneontology/obographs/GraphDo -```mermaid +```{mermaid} classDiagram class GraphDocument click GraphDocument href "../GraphDocument" diff --git a/docs/datamodels/obograph/Integer.md b/docs/datamodels/obograph/Integer.md index a5420809a..cb73414ca 100644 --- a/docs/datamodels/obograph/Integer.md +++ b/docs/datamodels/obograph/Integer.md @@ -1,9 +1,12 @@ # Type: Integer + + _An integer_ + URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) * [base](https://w3id.org/linkml/base): int @@ -33,3 +36,14 @@ URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:integer | +| native | obographs:integer | +| exact | schema:Integer | + + + diff --git a/docs/datamodels/obograph/LogicalDefinitionAxiom.md b/docs/datamodels/obograph/LogicalDefinitionAxiom.md index d595785f9..e9bd05e11 100644 --- a/docs/datamodels/obograph/LogicalDefinitionAxiom.md +++ b/docs/datamodels/obograph/LogicalDefinitionAxiom.md @@ -1,33 +1,49 @@ + + # Class: LogicalDefinitionAxiom + + _An axiom that defines a class in terms of a genus or set of genus classes and a set of differentia_ + URI: [obographs:LogicalDefinitionAxiom](https://github.com/geneontology/obographs/LogicalDefinitionAxiom) + + + ```{mermaid} classDiagram class LogicalDefinitionAxiom + click LogicalDefinitionAxiom href "../LogicalDefinitionAxiom" Axiom <|-- LogicalDefinitionAxiom + click Axiom href "../Axiom" LogicalDefinitionAxiom : definedClassId - LogicalDefinitionAxiom ..> None : definedClassId - LogicalDefinitionAxiom : genusIds - LogicalDefinitionAxiom ..> None : genusIds - LogicalDefinitionAxiom : meta - LogicalDefinitionAxiom ..> Meta : meta + + + + LogicalDefinitionAxiom --> "0..1" Meta : meta + click Meta href "../Meta" + LogicalDefinitionAxiom : restrictions - LogicalDefinitionAxiom ..> ExistentialRestrictionExpression : restrictions + + + + LogicalDefinitionAxiom --> "* _recommended_" ExistentialRestrictionExpression : restrictions + click ExistentialRestrictionExpression href "../ExistentialRestrictionExpression" + ``` @@ -46,9 +62,9 @@ URI: [obographs:LogicalDefinitionAxiom](https://github.com/geneontology/obograph | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [definedClassId](definedClassId.md) | 1..1
[String](String.md) | The class that is defined by this axiom | direct | -| [genusIds](genusIds.md) | 0..* _recommended_
[String](String.md) | The set of classes that are the genus of the defined class | direct | -| [restrictions](restrictions.md) | 0..* _recommended_
[ExistentialRestrictionExpression](ExistentialRestrictionExpression.md) | The set of restrictions that are the differentiating features of the defined ... | direct | +| [definedClassId](definedClassId.md) | 1
[OboIdentifierString](OboIdentifierString.md) | The class that is defined by this axiom | direct | +| [genusIds](genusIds.md) | * _recommended_
[OboIdentifierString](OboIdentifierString.md) | The set of classes that are the genus of the defined class | direct | +| [restrictions](restrictions.md) | * _recommended_
[ExistentialRestrictionExpression](ExistentialRestrictionExpression.md) | The set of restrictions that are the differentiating features of the defined ... | direct | | [meta](meta.md) | 0..1
[Meta](Meta.md) | A collection of metadata about either an ontology (graph), an entity, or an a... | [Axiom](Axiom.md) | @@ -93,7 +109,6 @@ URI: [obographs:LogicalDefinitionAxiom](https://github.com/geneontology/obograph - ## Mappings | Mapping Type | Mapped Value | @@ -105,6 +120,8 @@ URI: [obographs:LogicalDefinitionAxiom](https://github.com/geneontology/obograph + + ## LinkML Source @@ -123,7 +140,6 @@ description: An axiom that defines a class in terms of a genus or set of genus c from_schema: https://github.com/geneontology/obographs aliases: - genus differentia definition -rank: 1000 is_a: Axiom attributes: definedClassId: @@ -131,6 +147,9 @@ attributes: description: The class that is defined by this axiom from_schema: https://github.com/geneontology/obographs rank: 1000 + domain_of: + - LogicalDefinitionAxiom + range: OboIdentifierString required: true genusIds: name: genusIds @@ -141,8 +160,11 @@ attributes: see_also: - https://github.com/geneontology/obographs/issues/89 rank: 1000 - multivalued: true + domain_of: + - LogicalDefinitionAxiom + range: OboIdentifierString recommended: true + multivalued: true restrictions: name: restrictions description: The set of restrictions that are the differentiating features of @@ -156,9 +178,11 @@ attributes: - differentia rank: 1000 slot_uri: owl:someValuesFrom - multivalued: true + domain_of: + - LogicalDefinitionAxiom range: ExistentialRestrictionExpression recommended: true + multivalued: true ```
@@ -177,7 +201,6 @@ description: An axiom that defines a class in terms of a genus or set of genus c from_schema: https://github.com/geneontology/obographs aliases: - genus differentia definition -rank: 1000 is_a: Axiom attributes: definedClassId: @@ -189,6 +212,7 @@ attributes: owner: LogicalDefinitionAxiom domain_of: - LogicalDefinitionAxiom + range: OboIdentifierString required: true genusIds: name: genusIds @@ -199,12 +223,13 @@ attributes: see_also: - https://github.com/geneontology/obographs/issues/89 rank: 1000 - multivalued: true alias: genusIds owner: LogicalDefinitionAxiom domain_of: - LogicalDefinitionAxiom + range: OboIdentifierString recommended: true + multivalued: true restrictions: name: restrictions description: The set of restrictions that are the differentiating features of @@ -218,13 +243,13 @@ attributes: - differentia rank: 1000 slot_uri: owl:someValuesFrom - multivalued: true alias: restrictions owner: LogicalDefinitionAxiom domain_of: - LogicalDefinitionAxiom range: ExistentialRestrictionExpression recommended: true + multivalued: true meta: name: meta description: A collection of metadata about either an ontology (graph), an entity, diff --git a/docs/datamodels/obograph/Meta.md b/docs/datamodels/obograph/Meta.md index 4f2319ff7..03f1d75f0 100644 --- a/docs/datamodels/obograph/Meta.md +++ b/docs/datamodels/obograph/Meta.md @@ -1,122 +1,60 @@ -# Class: Meta +# Slot: meta -_A collection of annotations on an entity or ontology or edge or axiom. Metadata typically does not affect the logical interpretation of the container but provides useful information to humans or machines._ +_A collection of metadata about either an ontology (graph), an entity, or an axiom_ -URI: [obographs:Meta](https://github.com/geneontology/obographs/Meta) +URI: [obographs:meta](https://github.com/geneontology/obographs/meta) - - - -```mermaid - classDiagram - class Meta - click Meta href "../Meta" - Meta : basicPropertyValues - - - - - Meta --> "*" BasicPropertyValue : basicPropertyValues - click BasicPropertyValue href "../BasicPropertyValue" - - - Meta : comments - - Meta : definition - - - - - Meta --> "0..1" DefinitionPropertyValue : definition - click DefinitionPropertyValue href "../DefinitionPropertyValue" - - - Meta : deprecated - - Meta : subsets - - Meta : synonyms - - - - - Meta --> "*" SynonymPropertyValue : synonyms - click SynonymPropertyValue href "../SynonymPropertyValue" - - - Meta : version - - Meta : xrefs - - - - - Meta --> "*" XrefPropertyValue : xrefs - click XrefPropertyValue href "../XrefPropertyValue" - - - -``` + - +## Applicable Classes -## Slots +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DomainRangeAxiom](DomainRangeAxiom.md) | This groups potentially multiple axioms that constrain the usage of a propert... | no | +| [GraphDocument](GraphDocument.md) | A graph document is a collection of graphs together with a set of prefixes th... | no | +| [LogicalDefinitionAxiom](LogicalDefinitionAxiom.md) | An axiom that defines a class in terms of a genus or set of genus classes and... | no | +| [DefinitionPropertyValue](DefinitionPropertyValue.md) | A property value that represents an assertion about the textual definition of... | no | +| [BasicPropertyValue](BasicPropertyValue.md) | A property value that represents an assertion about an entity that is not a d... | no | +| [Edge](Edge.md) | An edge is a simple typed relationship between two nodes | no | +| [DisjointClassExpressionsAxiom](DisjointClassExpressionsAxiom.md) | An axiom that defines a set of classes or class expressions as being mutually... | no | +| [EquivalentNodesSet](EquivalentNodesSet.md) | A clique of nodes that are all mutually equivalent | no | +| [Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... | no | +| [PropertyValue](PropertyValue.md) | A generic grouping for the different kinds of key-value associations on objec... | no | +| [XrefPropertyValue](XrefPropertyValue.md) | A property value that represents an assertion about an external reference to ... | no | +| [PropertyChainAxiom](PropertyChainAxiom.md) | An axiom that represents an OWL property chain, e | no | +| [Node](Node.md) | A node is a class, property, or other entity in an ontology | no | +| [Axiom](Axiom.md) | A generic grouping for any OWL axiom or group of axioms that is not captured ... | no | +| [SynonymPropertyValue](SynonymPropertyValue.md) | A property value that represents an assertion about a synonym of an entity | no | -| Name | Cardinality and Range | Description | Inheritance | -| --- | --- | --- | --- | -| [subsets](subsets.md) | *
[String](String.md) | A list of subsets to which this entity belongs | direct | -| [version](version.md) | 0..1
[String](String.md) | | direct | -| [comments](comments.md) | *
[String](String.md) | A list of comments about the entity | direct | -| [definition](definition.md) | 0..1
[DefinitionPropertyValue](DefinitionPropertyValue.md) | A definition of an entity | direct | -| [xrefs](xrefs.md) | *
[XrefPropertyValue](XrefPropertyValue.md) | A list of cross references to other entities represented in other ontologies,... | direct | -| [synonyms](synonyms.md) | *
[SynonymPropertyValue](SynonymPropertyValue.md) | A list of synonym property value assertions for an entity | direct | -| [basicPropertyValues](basicPropertyValues.md) | *
[BasicPropertyValue](BasicPropertyValue.md) | A list of open-ended property values that does not correspond to those predef... | direct | -| [deprecated](deprecated.md) | 0..1
[Boolean](Boolean.md) | | direct | -## Usages -| used by | used in | type | used | -| --- | --- | --- | --- | -| [GraphDocument](GraphDocument.md) | [meta](meta.md) | range | [Meta](Meta.md) | -| [Graph](Graph.md) | [meta](meta.md) | range | [Meta](Meta.md) | -| [Node](Node.md) | [meta](meta.md) | range | [Meta](Meta.md) | -| [Edge](Edge.md) | [meta](meta.md) | range | [Meta](Meta.md) | -| [DefinitionPropertyValue](DefinitionPropertyValue.md) | [meta](meta.md) | range | [Meta](Meta.md) | -| [BasicPropertyValue](BasicPropertyValue.md) | [meta](meta.md) | range | [Meta](Meta.md) | -| [XrefPropertyValue](XrefPropertyValue.md) | [meta](meta.md) | range | [Meta](Meta.md) | -| [SynonymPropertyValue](SynonymPropertyValue.md) | [meta](meta.md) | range | [Meta](Meta.md) | -| [PropertyValue](PropertyValue.md) | [meta](meta.md) | range | [Meta](Meta.md) | -| [Axiom](Axiom.md) | [meta](meta.md) | range | [Meta](Meta.md) | -| [DomainRangeAxiom](DomainRangeAxiom.md) | [meta](meta.md) | range | [Meta](Meta.md) | -| [EquivalentNodesSet](EquivalentNodesSet.md) | [meta](meta.md) | range | [Meta](Meta.md) | -| [LogicalDefinitionAxiom](LogicalDefinitionAxiom.md) | [meta](meta.md) | range | [Meta](Meta.md) | -| [DisjointClassExpressionsAxiom](DisjointClassExpressionsAxiom.md) | [meta](meta.md) | range | [Meta](Meta.md) | -| [PropertyChainAxiom](PropertyChainAxiom.md) | [meta](meta.md) | range | [Meta](Meta.md) | +## Properties +* Range: [Meta](Meta.md) ## Aliases -* annotation collection +* annotations @@ -140,167 +78,32 @@ URI: [obographs:Meta](https://github.com/geneontology/obographs/Meta) | Mapping Type | Mapped Value | | --- | --- | -| self | obographs:Meta | -| native | obographs:Meta | - - - +| self | obographs:meta | +| native | obographs:meta | ## LinkML Source - - -### Direct - -
-```yaml -name: Meta -description: A collection of annotations on an entity or ontology or edge or axiom. - Metadata typically does not affect the logical interpretation of the container but - provides useful information to humans or machines. -from_schema: https://github.com/geneontology/obographs -aliases: -- annotation collection -slots: -- subsets -- version -- comments -- definition -- xrefs -- synonyms -- basicPropertyValues -- deprecated -slot_usage: - xrefs: - name: xrefs - domain_of: - - Meta - - PropertyValue - range: XrefPropertyValue - multivalued: true - -``` -
- -### Induced -
```yaml -name: Meta -description: A collection of annotations on an entity or ontology or edge or axiom. - Metadata typically does not affect the logical interpretation of the container but - provides useful information to humans or machines. +name: meta +description: A collection of metadata about either an ontology (graph), an entity, + or an axiom from_schema: https://github.com/geneontology/obographs aliases: -- annotation collection -slot_usage: - xrefs: - name: xrefs - domain_of: - - Meta - - PropertyValue - range: XrefPropertyValue - multivalued: true -attributes: - subsets: - name: subsets - description: A list of subsets to which this entity belongs - from_schema: https://github.com/geneontology/obographs - rank: 1000 - slot_uri: oio:inSubset - alias: subsets - owner: Meta - domain_of: - - Meta - range: string - multivalued: true - version: - name: version - from_schema: https://github.com/geneontology/obographs - rank: 1000 - slot_uri: owl:versionInfo - alias: version - owner: Meta - domain_of: - - Meta - range: string - comments: - name: comments - description: A list of comments about the entity - comments: - - for historic reasons obo format only supports a single comment per entity. This - limitation is not carried over here, but users should be aware that multiple - comments will not be supported in converting back to obo format. - from_schema: https://github.com/geneontology/obographs - rank: 1000 - slot_uri: rdfs:comment - alias: comments - owner: Meta - domain_of: - - Meta - range: string - multivalued: true - definition: - name: definition - description: A definition of an entity - from_schema: https://github.com/geneontology/obographs - rank: 1000 - slot_uri: IAO:0000115 - alias: definition - owner: Meta - domain_of: - - Meta - range: DefinitionPropertyValue - xrefs: - name: xrefs - description: A list of cross references to other entities represented in other - ontologies, vocabularies, databases, or websites. The semantics of xrefs are - intentionally weak, and most closely align with rdfs:seeAlso - from_schema: https://github.com/geneontology/obographs - rank: 1000 - alias: xrefs - owner: Meta - domain_of: - - Meta - - PropertyValue - range: XrefPropertyValue - multivalued: true - synonyms: - name: synonyms - description: A list of synonym property value assertions for an entity - from_schema: https://github.com/geneontology/obographs - rank: 1000 - alias: synonyms - owner: Meta - domain_of: - - Meta - range: SynonymPropertyValue - multivalued: true - basicPropertyValues: - name: basicPropertyValues - description: A list of open-ended property values that does not correspond to - those predefined in this standard, i.e xref, synonyms, definition - from_schema: https://github.com/geneontology/obographs - rank: 1000 - alias: basicPropertyValues - owner: Meta - domain_of: - - Meta - range: BasicPropertyValue - multivalued: true - deprecated: - name: deprecated - from_schema: https://github.com/geneontology/obographs - rank: 1000 - slot_uri: owl:deprecated - alias: deprecated - owner: Meta - domain_of: - - Meta - range: boolean +- annotations +rank: 1000 +alias: meta +domain_of: +- GraphDocument +- Graph +- Node +- Edge +- PropertyValue +- Axiom +range: Meta ```
\ No newline at end of file diff --git a/docs/datamodels/obograph/Ncname.md b/docs/datamodels/obograph/Ncname.md index 33f9462f2..7de832f8d 100644 --- a/docs/datamodels/obograph/Ncname.md +++ b/docs/datamodels/obograph/Ncname.md @@ -1,9 +1,12 @@ # Type: Ncname + + _Prefix part of CURIE_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): NCName @@ -34,3 +37,13 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | obographs:ncname | + + + diff --git a/docs/datamodels/obograph/Node.md b/docs/datamodels/obograph/Node.md index fb2600409..d3b6e73c6 100644 --- a/docs/datamodels/obograph/Node.md +++ b/docs/datamodels/obograph/Node.md @@ -16,7 +16,7 @@ URI: [rdf:Resource](http://www.w3.org/1999/02/22-rdf-syntax-ns#Resource) -```mermaid +```{mermaid} classDiagram class Node click Node href "../Node" diff --git a/docs/datamodels/obograph/Nodeidentifier.md b/docs/datamodels/obograph/Nodeidentifier.md index a133b08bb..c9963ace3 100644 --- a/docs/datamodels/obograph/Nodeidentifier.md +++ b/docs/datamodels/obograph/Nodeidentifier.md @@ -1,9 +1,12 @@ # Type: Nodeidentifier + + _A URI, CURIE or BNODE that represents a node in a model._ + URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) * [base](https://w3id.org/linkml/base): NodeIdentifier @@ -34,3 +37,13 @@ URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:nonLiteral | +| native | obographs:nodeidentifier | + + + diff --git a/docs/datamodels/obograph/Objectidentifier.md b/docs/datamodels/obograph/Objectidentifier.md index c425263c6..329690c16 100644 --- a/docs/datamodels/obograph/Objectidentifier.md +++ b/docs/datamodels/obograph/Objectidentifier.md @@ -1,9 +1,12 @@ # Type: Objectidentifier + + _A URI or CURIE that represents an object in the model._ + URI: [shex:iri](http://www.w3.org/ns/shex#iri) * [base](https://w3id.org/linkml/base): ElementIdentifier @@ -38,3 +41,13 @@ URI: [shex:iri](http://www.w3.org/ns/shex#iri) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:iri | +| native | obographs:objectidentifier | + + + diff --git a/docs/datamodels/obograph/PropertyChainAxiom.md b/docs/datamodels/obograph/PropertyChainAxiom.md index 94b6eb507..3a4d4454e 100644 --- a/docs/datamodels/obograph/PropertyChainAxiom.md +++ b/docs/datamodels/obograph/PropertyChainAxiom.md @@ -1,23 +1,38 @@ + + # Class: PropertyChainAxiom + + _An axiom that represents an OWL property chain, e.g. R <- R1 o ... o Rn_ + URI: [obographs:PropertyChainAxiom](https://github.com/geneontology/obographs/PropertyChainAxiom) + + + ```{mermaid} classDiagram class PropertyChainAxiom + click PropertyChainAxiom href "../PropertyChainAxiom" Axiom <|-- PropertyChainAxiom + click Axiom href "../Axiom" PropertyChainAxiom : chainPredicateIds PropertyChainAxiom : meta - PropertyChainAxiom ..> Meta : meta + + + + PropertyChainAxiom --> "0..1" Meta : meta + click Meta href "../Meta" + PropertyChainAxiom : predicateId @@ -39,7 +54,7 @@ URI: [obographs:PropertyChainAxiom](https://github.com/geneontology/obographs/Pr | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [predicateId](predicateId.md) | 0..1
[String](String.md) | | direct | -| [chainPredicateIds](chainPredicateIds.md) | 0..*
[String](String.md) | A list of identifiers of predicates that form the precedent clause of a prope... | direct | +| [chainPredicateIds](chainPredicateIds.md) | *
[String](String.md) | A list of identifiers of predicates that form the precedent clause of a prope... | direct | | [meta](meta.md) | 0..1
[Meta](Meta.md) | A collection of metadata about either an ontology (graph), an entity, or an a... | [Axiom](Axiom.md) | @@ -73,7 +88,6 @@ URI: [obographs:PropertyChainAxiom](https://github.com/geneontology/obographs/Pr - ## Mappings | Mapping Type | Mapped Value | @@ -85,6 +99,8 @@ URI: [obographs:PropertyChainAxiom](https://github.com/geneontology/obographs/Pr + + ## LinkML Source @@ -97,7 +113,6 @@ name: PropertyChainAxiom description: An axiom that represents an OWL property chain, e.g. R <- R1 o ... o Rn from_schema: https://github.com/geneontology/obographs -rank: 1000 is_a: Axiom slots: - predicateId @@ -114,7 +129,6 @@ name: PropertyChainAxiom description: An axiom that represents an OWL property chain, e.g. R <- R1 o ... o Rn from_schema: https://github.com/geneontology/obographs -rank: 1000 is_a: Axiom attributes: predicateId: @@ -133,12 +147,12 @@ attributes: of a property chain rule from_schema: https://github.com/geneontology/obographs rank: 1000 - multivalued: true alias: chainPredicateIds owner: PropertyChainAxiom domain_of: - PropertyChainAxiom range: string + multivalued: true meta: name: meta description: A collection of metadata about either an ontology (graph), an entity, diff --git a/docs/datamodels/obograph/PropertyValue.md b/docs/datamodels/obograph/PropertyValue.md index 8aa993f9a..5281ed40d 100644 --- a/docs/datamodels/obograph/PropertyValue.md +++ b/docs/datamodels/obograph/PropertyValue.md @@ -18,7 +18,7 @@ URI: [obographs:PropertyValue](https://github.com/geneontology/obographs/Propert -```mermaid +```{mermaid} classDiagram class PropertyValue click PropertyValue href "../PropertyValue" diff --git a/docs/datamodels/obograph/String.md b/docs/datamodels/obograph/String.md index a7d899bcf..50b7eb809 100644 --- a/docs/datamodels/obograph/String.md +++ b/docs/datamodels/obograph/String.md @@ -1,9 +1,12 @@ # Type: String + + _A character string_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): str @@ -33,3 +36,14 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | obographs:string | +| exact | schema:Text | + + + diff --git a/docs/datamodels/obograph/SynonymPropertyValue.md b/docs/datamodels/obograph/SynonymPropertyValue.md index b1838437b..e4d2c6707 100644 --- a/docs/datamodels/obograph/SynonymPropertyValue.md +++ b/docs/datamodels/obograph/SynonymPropertyValue.md @@ -16,7 +16,7 @@ URI: [obographs:SynonymPropertyValue](https://github.com/geneontology/obographs/ -```mermaid +```{mermaid} classDiagram class SynonymPropertyValue click SynonymPropertyValue href "../SynonymPropertyValue" @@ -142,17 +142,10 @@ slots: slot_usage: pred: name: pred - domain_of: - - Edge - - SynonymPropertyValue - - PropertyValue - - SynonymTypeDefinition range: ScopeEnum val: name: val description: The textual string representing the synonym. - domain_of: - - PropertyValue role: synonym text ``` @@ -169,17 +162,10 @@ is_a: PropertyValue slot_usage: pred: name: pred - domain_of: - - Edge - - SynonymPropertyValue - - PropertyValue - - SynonymTypeDefinition range: ScopeEnum val: name: val description: The textual string representing the synonym. - domain_of: - - PropertyValue role: synonym text attributes: synonymType: @@ -221,6 +207,8 @@ attributes: name: val description: The textual string representing the synonym. from_schema: https://github.com/geneontology/obographs + aliases: + - value rank: 1000 slot_uri: rdf:object alias: val diff --git a/docs/datamodels/obograph/Time.md b/docs/datamodels/obograph/Time.md index 00f3f297f..2baceff98 100644 --- a/docs/datamodels/obograph/Time.md +++ b/docs/datamodels/obograph/Time.md @@ -1,14 +1,17 @@ # Type: Time + + _A time object represents a (local) time of day, independent of any particular day_ -URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +URI: [xsd:time](http://www.w3.org/2001/XMLSchema#time) * [base](https://w3id.org/linkml/base): XSDTime -* [uri](https://w3id.org/linkml/uri): xsd:dateTime +* [uri](https://w3id.org/linkml/uri): xsd:time * [repr](https://w3id.org/linkml/repr): str @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:time | +| native | obographs:time | +| exact | schema:Time | + + + diff --git a/docs/datamodels/obograph/Uri.md b/docs/datamodels/obograph/Uri.md index 98fe3e02a..9d07f0110 100644 --- a/docs/datamodels/obograph/Uri.md +++ b/docs/datamodels/obograph/Uri.md @@ -1,9 +1,12 @@ # Type: Uri + + _a complete URI_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URI @@ -38,3 +41,14 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | obographs:uri | +| close | schema:URL | + + + diff --git a/docs/datamodels/obograph/Uriorcurie.md b/docs/datamodels/obograph/Uriorcurie.md index 42fa5c6c7..455eb36a0 100644 --- a/docs/datamodels/obograph/Uriorcurie.md +++ b/docs/datamodels/obograph/Uriorcurie.md @@ -1,9 +1,12 @@ # Type: Uriorcurie + + _a URI or a CURIE_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -34,3 +37,13 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | obographs:uriorcurie | + + + diff --git a/docs/datamodels/obograph/XrefPropertyValue.md b/docs/datamodels/obograph/XrefPropertyValue.md index 79dce84de..63ca2cc36 100644 --- a/docs/datamodels/obograph/XrefPropertyValue.md +++ b/docs/datamodels/obograph/XrefPropertyValue.md @@ -16,7 +16,7 @@ URI: [obographs:XrefPropertyValue](https://github.com/geneontology/obographs/Xre -```mermaid +```{mermaid} classDiagram class XrefPropertyValue click XrefPropertyValue href "../XrefPropertyValue" @@ -127,8 +127,6 @@ slot_usage: val: name: val description: The textual representation of the external reference, e.g. "PMID:12345" - domain_of: - - PropertyValue role: xref ``` @@ -147,8 +145,6 @@ slot_usage: val: name: val description: The textual representation of the external reference, e.g. "PMID:12345" - domain_of: - - PropertyValue role: xref attributes: pred: @@ -169,6 +165,8 @@ attributes: name: val description: The textual representation of the external reference, e.g. "PMID:12345" from_schema: https://github.com/geneontology/obographs + aliases: + - value rank: 1000 slot_uri: rdf:object alias: val diff --git a/docs/datamodels/obograph/basicPropertyValues.md b/docs/datamodels/obograph/basicPropertyValues.md index 42114be73..0b24691ed 100644 --- a/docs/datamodels/obograph/basicPropertyValues.md +++ b/docs/datamodels/obograph/basicPropertyValues.md @@ -1,7 +1,14 @@ + + # Slot: basicPropertyValues + + _A list of open-ended property values that does not correspond to those predefined in this standard, i.e xref, synonyms, definition_ + + + URI: [obographs:basicPropertyValues](https://github.com/geneontology/obographs/basicPropertyValues) @@ -11,11 +18,13 @@ URI: [obographs:basicPropertyValues](https://github.com/geneontology/obographs/b + ## Applicable Classes -| Name | Description | -| --- | --- | -[Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom | no | + @@ -25,10 +34,8 @@ URI: [obographs:basicPropertyValues](https://github.com/geneontology/obographs/b ## Properties * Range: [BasicPropertyValue](BasicPropertyValue.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [obographs:basicPropertyValues](https://github.com/geneontology/obographs/b +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:basicPropertyValues | +| native | obographs:basicPropertyValues | + + + + ## LinkML Source
@@ -59,11 +76,11 @@ description: A list of open-ended property values that does not correspond to th predefined in this standard, i.e xref, synonyms, definition from_schema: https://github.com/geneontology/obographs rank: 1000 -multivalued: true alias: basicPropertyValues domain_of: - Meta range: BasicPropertyValue +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/obograph/comments.md b/docs/datamodels/obograph/comments.md index 4c29f2fe3..161c04c9b 100644 --- a/docs/datamodels/obograph/comments.md +++ b/docs/datamodels/obograph/comments.md @@ -1,7 +1,14 @@ + + # Slot: comments + + _A list of comments about the entity_ + + + URI: [rdfs:comment](http://www.w3.org/2000/01/rdf-schema#comment) @@ -11,11 +18,13 @@ URI: [rdfs:comment](http://www.w3.org/2000/01/rdf-schema#comment) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom | no | + @@ -25,10 +34,8 @@ URI: [rdfs:comment](http://www.w3.org/2000/01/rdf-schema#comment) ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -54,6 +61,16 @@ URI: [rdfs:comment](http://www.w3.org/2000/01/rdf-schema#comment) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | rdfs:comment | +| native | obographs:comments | + + + + ## LinkML Source
@@ -67,11 +84,11 @@ comments: from_schema: https://github.com/geneontology/obographs rank: 1000 slot_uri: rdfs:comment -multivalued: true alias: comments domain_of: - Meta range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/obograph/definition.md b/docs/datamodels/obograph/definition.md index a716d1a48..2f8c7b714 100644 --- a/docs/datamodels/obograph/definition.md +++ b/docs/datamodels/obograph/definition.md @@ -1,7 +1,14 @@ + + # Slot: definition + + _A definition of an entity_ + + + URI: [IAO:0000115](http://purl.obolibrary.org/obo/IAO_0000115) @@ -11,11 +18,13 @@ URI: [IAO:0000115](http://purl.obolibrary.org/obo/IAO_0000115) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom | no | + @@ -30,8 +39,6 @@ URI: [IAO:0000115](http://purl.obolibrary.org/obo/IAO_0000115) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [IAO:0000115](http://purl.obolibrary.org/obo/IAO_0000115) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000115 | +| native | obographs:definition | + + + + ## LinkML Source
diff --git a/docs/datamodels/obograph/deprecated.md b/docs/datamodels/obograph/deprecated.md index 2c966a913..7c89a3f9f 100644 --- a/docs/datamodels/obograph/deprecated.md +++ b/docs/datamodels/obograph/deprecated.md @@ -1,5 +1,9 @@ + + # Slot: deprecated + + URI: [owl:deprecated](http://www.w3.org/2002/07/owl#deprecated) @@ -9,11 +13,13 @@ URI: [owl:deprecated](http://www.w3.org/2002/07/owl#deprecated) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom | no | + @@ -28,8 +34,6 @@ URI: [owl:deprecated](http://www.w3.org/2002/07/owl#deprecated) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [owl:deprecated](http://www.w3.org/2002/07/owl#deprecated) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:deprecated | +| native | obographs:deprecated | + + + + ## LinkML Source
diff --git a/docs/datamodels/obograph/domainRangeAxioms.md b/docs/datamodels/obograph/domainRangeAxioms.md index e29c59c96..551e33814 100644 --- a/docs/datamodels/obograph/domainRangeAxioms.md +++ b/docs/datamodels/obograph/domainRangeAxioms.md @@ -1,7 +1,14 @@ + + # Slot: domainRangeAxioms + + _A list of axioms that define the domain and range of a property_ + + + URI: [obographs:domainRangeAxioms](https://github.com/geneontology/obographs/domainRangeAxioms) @@ -11,11 +18,13 @@ URI: [obographs:domainRangeAxioms](https://github.com/geneontology/obographs/dom + ## Applicable Classes -| Name | Description | -| --- | --- | -[Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... | no | + @@ -25,10 +34,8 @@ URI: [obographs:domainRangeAxioms](https://github.com/geneontology/obographs/dom ## Properties * Range: [DomainRangeAxiom](DomainRangeAxiom.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [obographs:domainRangeAxioms](https://github.com/geneontology/obographs/dom +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:domainRangeAxioms | +| native | obographs:domainRangeAxioms | + + + + ## LinkML Source
@@ -58,11 +75,11 @@ name: domainRangeAxioms description: A list of axioms that define the domain and range of a property from_schema: https://github.com/geneontology/obographs rank: 1000 -multivalued: true alias: domainRangeAxioms domain_of: - Graph range: DomainRangeAxiom +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/obograph/edges.md b/docs/datamodels/obograph/edges.md index 7f84c8e7c..e87b8c1ff 100644 --- a/docs/datamodels/obograph/edges.md +++ b/docs/datamodels/obograph/edges.md @@ -1,7 +1,14 @@ + + # Slot: edges + + _All edges present in a graph._ + + + URI: [obographs:edges](https://github.com/geneontology/obographs/edges) @@ -11,11 +18,13 @@ URI: [obographs:edges](https://github.com/geneontology/obographs/edges) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... | no | + @@ -25,10 +34,8 @@ URI: [obographs:edges](https://github.com/geneontology/obographs/edges) ## Properties * Range: [Edge](Edge.md) -* Multivalued: True - - +* Multivalued: True @@ -54,6 +61,16 @@ URI: [obographs:edges](https://github.com/geneontology/obographs/edges) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:edges | +| native | obographs:edges | + + + + ## LinkML Source
@@ -66,11 +83,11 @@ comments: existential axiom (d) ObjectPropertyAssertions from_schema: https://github.com/geneontology/obographs rank: 1000 -multivalued: true alias: edges domain_of: - Graph range: Edge +multivalued: true inlined: true inlined_as_list: true diff --git a/docs/datamodels/obograph/equivalentNodesSets.md b/docs/datamodels/obograph/equivalentNodesSets.md index 25e6b3f9a..1a2a0b132 100644 --- a/docs/datamodels/obograph/equivalentNodesSets.md +++ b/docs/datamodels/obograph/equivalentNodesSets.md @@ -1,7 +1,14 @@ + + # Slot: equivalentNodesSets + + _A list of sets of nodes that form equivalence cliques_ + + + URI: [obographs:equivalentNodesSets](https://github.com/geneontology/obographs/equivalentNodesSets) @@ -11,11 +18,13 @@ URI: [obographs:equivalentNodesSets](https://github.com/geneontology/obographs/e + ## Applicable Classes -| Name | Description | -| --- | --- | -[Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... | no | + @@ -25,10 +34,8 @@ URI: [obographs:equivalentNodesSets](https://github.com/geneontology/obographs/e ## Properties * Range: [EquivalentNodesSet](EquivalentNodesSet.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [obographs:equivalentNodesSets](https://github.com/geneontology/obographs/e +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:equivalentNodesSets | +| native | obographs:equivalentNodesSets | + + + + ## LinkML Source
@@ -58,11 +75,11 @@ name: equivalentNodesSets description: A list of sets of nodes that form equivalence cliques from_schema: https://github.com/geneontology/obographs rank: 1000 -multivalued: true alias: equivalentNodesSets domain_of: - Graph range: EquivalentNodesSet +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/obograph/fillerId.md b/docs/datamodels/obograph/fillerId.md index ce4040e89..4a9c77b45 100644 --- a/docs/datamodels/obograph/fillerId.md +++ b/docs/datamodels/obograph/fillerId.md @@ -1,7 +1,14 @@ + + # Slot: fillerId + + _in an OWL restriction expression, the filler is the object of the restriction_ + + + URI: [obographs:fillerId](https://github.com/geneontology/obographs/fillerId) @@ -11,11 +18,13 @@ URI: [obographs:fillerId](https://github.com/geneontology/obographs/fillerId) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ExistentialRestrictionExpression](ExistentialRestrictionExpression.md) | An existential restriction (OWL some values from) expression +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ExistentialRestrictionExpression](ExistentialRestrictionExpression.md) | An existential restriction (OWL some values from) expression | no | + @@ -28,8 +37,6 @@ URI: [obographs:fillerId](https://github.com/geneontology/obographs/fillerId) - - ## Aliases @@ -53,6 +60,16 @@ URI: [obographs:fillerId](https://github.com/geneontology/obographs/fillerId) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:fillerId | +| native | obographs:fillerId | + + + + ## LinkML Source
diff --git a/docs/datamodels/obograph/graphs.md b/docs/datamodels/obograph/graphs.md index 514d2cc7f..ccb546920 100644 --- a/docs/datamodels/obograph/graphs.md +++ b/docs/datamodels/obograph/graphs.md @@ -1,7 +1,14 @@ + + # Slot: graphs + + _A list of all graphs (ontologies) in an ontology document._ + + + URI: [obographs:graphs](https://github.com/geneontology/obographs/graphs) @@ -11,11 +18,13 @@ URI: [obographs:graphs](https://github.com/geneontology/obographs/graphs) + ## Applicable Classes -| Name | Description | -| --- | --- | -[GraphDocument](GraphDocument.md) | A graph document is a collection of graphs together with a set of prefixes th... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [GraphDocument](GraphDocument.md) | A graph document is a collection of graphs together with a set of prefixes th... | no | + @@ -25,10 +34,8 @@ URI: [obographs:graphs](https://github.com/geneontology/obographs/graphs) ## Properties * Range: [Graph](Graph.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [obographs:graphs](https://github.com/geneontology/obographs/graphs) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:graphs | +| native | obographs:graphs | + + + + ## LinkML Source
@@ -58,11 +75,11 @@ name: graphs description: A list of all graphs (ontologies) in an ontology document. from_schema: https://github.com/geneontology/obographs rank: 1000 -multivalued: true alias: graphs domain_of: - GraphDocument range: Graph +multivalued: true inlined: true inlined_as_list: true diff --git a/docs/datamodels/obograph/id.md b/docs/datamodels/obograph/id.md index b3874be83..f6d2a69ec 100644 --- a/docs/datamodels/obograph/id.md +++ b/docs/datamodels/obograph/id.md @@ -1,7 +1,14 @@ + + # Slot: id + + _The unique identifier of the entity_ + + + URI: [obographs:id](https://github.com/geneontology/obographs/id) @@ -11,14 +18,16 @@ URI: [obographs:id](https://github.com/geneontology/obographs/id) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... -[Node](Node.md) | A node is a class, property, or other entity in an ontology -[SubsetDefinition](SubsetDefinition.md) | -[SynonymTypeDefinition](SynonymTypeDefinition.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SubsetDefinition](SubsetDefinition.md) | | no | +| [SynonymTypeDefinition](SynonymTypeDefinition.md) | | no | +| [Node](Node.md) | A node is a class, property, or other entity in an ontology | no | +| [Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... | no | + @@ -29,7 +38,7 @@ URI: [obographs:id](https://github.com/geneontology/obographs/id) * Range: [OboIdentifierString](OboIdentifierString.md) - +* Required: True @@ -55,6 +64,16 @@ URI: [obographs:id](https://github.com/geneontology/obographs/id) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:id | +| native | obographs:id | + + + + ## LinkML Source
@@ -73,6 +92,7 @@ domain_of: - SubsetDefinition - SynonymTypeDefinition range: OboIdentifierString +required: true ```
\ No newline at end of file diff --git a/docs/datamodels/obograph/isExact.md b/docs/datamodels/obograph/isExact.md index b885760c0..c6f410095 100644 --- a/docs/datamodels/obograph/isExact.md +++ b/docs/datamodels/obograph/isExact.md @@ -1,5 +1,9 @@ + + # Slot: isExact + + URI: [obographs:isExact](https://github.com/geneontology/obographs/isExact) @@ -9,11 +13,13 @@ URI: [obographs:isExact](https://github.com/geneontology/obographs/isExact) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SynonymPropertyValue](SynonymPropertyValue.md) | A property value that represents an assertion about a synonym of an entity +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SynonymPropertyValue](SynonymPropertyValue.md) | A property value that represents an assertion about a synonym of an entity | no | + @@ -28,8 +34,6 @@ URI: [obographs:isExact](https://github.com/geneontology/obographs/isExact) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [obographs:isExact](https://github.com/geneontology/obographs/isExact) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:isExact | +| native | obographs:isExact | + + + + ## LinkML Source
diff --git a/docs/datamodels/obograph/lbl.md b/docs/datamodels/obograph/lbl.md index 7f8193ed8..54cbec5ea 100644 --- a/docs/datamodels/obograph/lbl.md +++ b/docs/datamodels/obograph/lbl.md @@ -1,7 +1,14 @@ + + # Slot: lbl + + _the human-readable label of a node_ + + + URI: [rdfs:label](http://www.w3.org/2000/01/rdf-schema#label) @@ -11,14 +18,16 @@ URI: [rdfs:label](http://www.w3.org/2000/01/rdf-schema#label) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... -[Node](Node.md) | A node is a class, property, or other entity in an ontology -[SubsetDefinition](SubsetDefinition.md) | -[SynonymTypeDefinition](SynonymTypeDefinition.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SubsetDefinition](SubsetDefinition.md) | | no | +| [SynonymTypeDefinition](SynonymTypeDefinition.md) | | no | +| [Node](Node.md) | A node is a class, property, or other entity in an ontology | no | +| [Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... | no | + @@ -31,8 +40,6 @@ URI: [rdfs:label](http://www.w3.org/2000/01/rdf-schema#label) - - ## Aliases @@ -61,6 +68,16 @@ URI: [rdfs:label](http://www.w3.org/2000/01/rdf-schema#label) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | rdfs:label | +| native | obographs:lbl | + + + + ## LinkML Source
diff --git a/docs/datamodels/obograph/logicalDefinitionAxioms.md b/docs/datamodels/obograph/logicalDefinitionAxioms.md index 5ea46259e..f42fb55b7 100644 --- a/docs/datamodels/obograph/logicalDefinitionAxioms.md +++ b/docs/datamodels/obograph/logicalDefinitionAxioms.md @@ -1,7 +1,14 @@ + + # Slot: logicalDefinitionAxioms + + _A list of logical definition axioms that define the meaning of a class in terms of other classes._ + + + URI: [obographs:logicalDefinitionAxioms](https://github.com/geneontology/obographs/logicalDefinitionAxioms) @@ -11,11 +18,13 @@ URI: [obographs:logicalDefinitionAxioms](https://github.com/geneontology/obograp + ## Applicable Classes -| Name | Description | -| --- | --- | -[Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... | no | + @@ -25,10 +34,8 @@ URI: [obographs:logicalDefinitionAxioms](https://github.com/geneontology/obograp ## Properties * Range: [LogicalDefinitionAxiom](LogicalDefinitionAxiom.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [obographs:logicalDefinitionAxioms](https://github.com/geneontology/obograp +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:logicalDefinitionAxioms | +| native | obographs:logicalDefinitionAxioms | + + + + ## LinkML Source
@@ -59,11 +76,11 @@ description: A list of logical definition axioms that define the meaning of a cl in terms of other classes. from_schema: https://github.com/geneontology/obographs rank: 1000 -multivalued: true alias: logicalDefinitionAxioms domain_of: - Graph range: LogicalDefinitionAxiom +multivalued: true inlined: true inlined_as_list: true diff --git a/docs/datamodels/obograph/nodeIds.md b/docs/datamodels/obograph/nodeIds.md index 36b31e540..a0248e6b9 100644 --- a/docs/datamodels/obograph/nodeIds.md +++ b/docs/datamodels/obograph/nodeIds.md @@ -1,5 +1,9 @@ + + # Slot: nodeIds + + URI: [obographs:nodeIds](https://github.com/geneontology/obographs/nodeIds) @@ -9,11 +13,13 @@ URI: [obographs:nodeIds](https://github.com/geneontology/obographs/nodeIds) + ## Applicable Classes -| Name | Description | -| --- | --- | -[EquivalentNodesSet](EquivalentNodesSet.md) | A clique of nodes that are all mutually equivalent +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [EquivalentNodesSet](EquivalentNodesSet.md) | A clique of nodes that are all mutually equivalent | no | + @@ -23,10 +29,8 @@ URI: [obographs:nodeIds](https://github.com/geneontology/obographs/nodeIds) ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -48,6 +52,16 @@ URI: [obographs:nodeIds](https://github.com/geneontology/obographs/nodeIds) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:nodeIds | +| native | obographs:nodeIds | + + + + ## LinkML Source
@@ -55,11 +69,11 @@ URI: [obographs:nodeIds](https://github.com/geneontology/obographs/nodeIds) name: nodeIds from_schema: https://github.com/geneontology/obographs rank: 1000 -multivalued: true alias: nodeIds domain_of: - EquivalentNodesSet range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/obograph/nodes.md b/docs/datamodels/obograph/nodes.md index 6d4feab40..599f98387 100644 --- a/docs/datamodels/obograph/nodes.md +++ b/docs/datamodels/obograph/nodes.md @@ -1,7 +1,14 @@ + + # Slot: nodes + + _All nodes present in a graph. This includes class nodes as well as supporting nodes, including nodes representing relationship types, subsets, annotation properties, etc_ + + + URI: [obographs:nodes](https://github.com/geneontology/obographs/nodes) @@ -11,11 +18,13 @@ URI: [obographs:nodes](https://github.com/geneontology/obographs/nodes) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... | no | + @@ -25,10 +34,8 @@ URI: [obographs:nodes](https://github.com/geneontology/obographs/nodes) ## Properties * Range: [Node](Node.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [obographs:nodes](https://github.com/geneontology/obographs/nodes) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:nodes | +| native | obographs:nodes | + + + + ## LinkML Source
@@ -60,11 +77,11 @@ description: All nodes present in a graph. This includes class nodes as well as etc from_schema: https://github.com/geneontology/obographs rank: 1000 -multivalued: true alias: nodes domain_of: - Graph range: Node +multivalued: true inlined: true inlined_as_list: true diff --git a/docs/datamodels/obograph/obj.md b/docs/datamodels/obograph/obj.md index ff9f868b6..2b6a7b659 100644 --- a/docs/datamodels/obograph/obj.md +++ b/docs/datamodels/obograph/obj.md @@ -1,7 +1,14 @@ + + # Slot: obj + + _the object of an edge_ + + + URI: [rdf:object](http://www.w3.org/1999/02/22-rdf-syntax-ns#object) @@ -11,11 +18,13 @@ URI: [rdf:object](http://www.w3.org/1999/02/22-rdf-syntax-ns#object) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Edge](Edge.md) | An edge is a simple typed relationship between two nodes +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Edge](Edge.md) | An edge is a simple typed relationship between two nodes | no | + @@ -28,8 +37,6 @@ URI: [rdf:object](http://www.w3.org/1999/02/22-rdf-syntax-ns#object) - - ## Aliases @@ -56,6 +63,16 @@ URI: [rdf:object](http://www.w3.org/1999/02/22-rdf-syntax-ns#object) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | rdf:object | +| native | obographs:obj | + + + + ## LinkML Source
diff --git a/docs/datamodels/obograph/pred.md b/docs/datamodels/obograph/pred.md index 8d970b903..2d512a0f1 100644 --- a/docs/datamodels/obograph/pred.md +++ b/docs/datamodels/obograph/pred.md @@ -1,7 +1,14 @@ + + # Slot: pred + + _the predicate of an edge_ + + + URI: [rdf:predicate](http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate) @@ -11,17 +18,19 @@ URI: [rdf:predicate](http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Edge](Edge.md) | An edge is a simple typed relationship between two nodes -[SynonymPropertyValue](SynonymPropertyValue.md) | A property value that represents an assertion about a synonym of an entity -[PropertyValue](PropertyValue.md) | A generic grouping for the different kinds of key-value associations on objec... -[SynonymTypeDefinition](SynonymTypeDefinition.md) | -[DefinitionPropertyValue](DefinitionPropertyValue.md) | A property value that represents an assertion about the textual definition of... -[BasicPropertyValue](BasicPropertyValue.md) | A property value that represents an assertion about an entity that is not a d... -[XrefPropertyValue](XrefPropertyValue.md) | A property value that represents an assertion about an external reference to ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SynonymTypeDefinition](SynonymTypeDefinition.md) | | no | +| [DefinitionPropertyValue](DefinitionPropertyValue.md) | A property value that represents an assertion about the textual definition of... | no | +| [BasicPropertyValue](BasicPropertyValue.md) | A property value that represents an assertion about an entity that is not a d... | no | +| [Edge](Edge.md) | An edge is a simple typed relationship between two nodes | no | +| [PropertyValue](PropertyValue.md) | A generic grouping for the different kinds of key-value associations on objec... | no | +| [XrefPropertyValue](XrefPropertyValue.md) | A property value that represents an assertion about an external reference to ... | no | +| [SynonymPropertyValue](SynonymPropertyValue.md) | A property value that represents an assertion about a synonym of an entity | yes | + @@ -36,8 +45,6 @@ URI: [rdf:predicate](http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate) - - ## Identifier and Mapping Information @@ -54,6 +61,16 @@ URI: [rdf:predicate](http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | rdf:predicate | +| native | obographs:pred | + + + + ## LinkML Source
diff --git a/docs/datamodels/obograph/propertyChainAxioms.md b/docs/datamodels/obograph/propertyChainAxioms.md index 0ba72bdf7..6db559d17 100644 --- a/docs/datamodels/obograph/propertyChainAxioms.md +++ b/docs/datamodels/obograph/propertyChainAxioms.md @@ -1,7 +1,14 @@ + + # Slot: propertyChainAxioms + + _A list of axioms that define an OWL property chain_ + + + URI: [obographs:propertyChainAxioms](https://github.com/geneontology/obographs/propertyChainAxioms) @@ -11,11 +18,13 @@ URI: [obographs:propertyChainAxioms](https://github.com/geneontology/obographs/p + ## Applicable Classes -| Name | Description | -| --- | --- | -[Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... | no | + @@ -25,10 +34,8 @@ URI: [obographs:propertyChainAxioms](https://github.com/geneontology/obographs/p ## Properties * Range: [PropertyChainAxiom](PropertyChainAxiom.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [obographs:propertyChainAxioms](https://github.com/geneontology/obographs/p +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:propertyChainAxioms | +| native | obographs:propertyChainAxioms | + + + + ## LinkML Source
@@ -58,11 +75,11 @@ name: propertyChainAxioms description: A list of axioms that define an OWL property chain from_schema: https://github.com/geneontology/obographs rank: 1000 -multivalued: true alias: propertyChainAxioms domain_of: - Graph range: PropertyChainAxiom +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/obograph/propertyId.md b/docs/datamodels/obograph/propertyId.md index 49b4333b1..7585d34dc 100644 --- a/docs/datamodels/obograph/propertyId.md +++ b/docs/datamodels/obograph/propertyId.md @@ -1,7 +1,14 @@ + + # Slot: propertyId + + _in an OWL restriction expression, this is the predicate_ + + + URI: [obographs:propertyId](https://github.com/geneontology/obographs/propertyId) @@ -11,11 +18,13 @@ URI: [obographs:propertyId](https://github.com/geneontology/obographs/propertyId + ## Applicable Classes -| Name | Description | -| --- | --- | -[ExistentialRestrictionExpression](ExistentialRestrictionExpression.md) | An existential restriction (OWL some values from) expression +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ExistentialRestrictionExpression](ExistentialRestrictionExpression.md) | An existential restriction (OWL some values from) expression | no | + @@ -30,8 +39,6 @@ URI: [obographs:propertyId](https://github.com/geneontology/obographs/propertyId - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [obographs:propertyId](https://github.com/geneontology/obographs/propertyId +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:propertyId | +| native | obographs:propertyId | + + + + ## LinkML Source
diff --git a/docs/datamodels/obograph/sub.md b/docs/datamodels/obograph/sub.md index 82a3465e2..275fb2b97 100644 --- a/docs/datamodels/obograph/sub.md +++ b/docs/datamodels/obograph/sub.md @@ -1,7 +1,14 @@ + + # Slot: sub + + _the subject of an edge_ + + + URI: [rdf:subject](http://www.w3.org/1999/02/22-rdf-syntax-ns#subject) @@ -11,11 +18,13 @@ URI: [rdf:subject](http://www.w3.org/1999/02/22-rdf-syntax-ns#subject) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Edge](Edge.md) | An edge is a simple typed relationship between two nodes +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Edge](Edge.md) | An edge is a simple typed relationship between two nodes | no | + @@ -28,8 +37,6 @@ URI: [rdf:subject](http://www.w3.org/1999/02/22-rdf-syntax-ns#subject) - - ## Aliases @@ -56,6 +63,16 @@ URI: [rdf:subject](http://www.w3.org/1999/02/22-rdf-syntax-ns#subject) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | rdf:subject | +| native | obographs:sub | + + + + ## LinkML Source
diff --git a/docs/datamodels/obograph/subsets.md b/docs/datamodels/obograph/subsets.md index cbd0b51b3..ce02b959f 100644 --- a/docs/datamodels/obograph/subsets.md +++ b/docs/datamodels/obograph/subsets.md @@ -1,7 +1,14 @@ + + # Slot: subsets + + _A list of subsets to which this entity belongs_ + + + URI: [oio:inSubset](http://www.geneontology.org/formats/oboInOwl#inSubset) @@ -11,11 +18,13 @@ URI: [oio:inSubset](http://www.geneontology.org/formats/oboInOwl#inSubset) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom | no | + @@ -25,10 +34,8 @@ URI: [oio:inSubset](http://www.geneontology.org/formats/oboInOwl#inSubset) ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [oio:inSubset](http://www.geneontology.org/formats/oboInOwl#inSubset) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:inSubset | +| native | obographs:subsets | + + + + ## LinkML Source
@@ -59,11 +76,11 @@ description: A list of subsets to which this entity belongs from_schema: https://github.com/geneontology/obographs rank: 1000 slot_uri: oio:inSubset -multivalued: true alias: subsets domain_of: - Meta range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/obograph/synonymType.md b/docs/datamodels/obograph/synonymType.md index 4f5eead33..1c97e8b45 100644 --- a/docs/datamodels/obograph/synonymType.md +++ b/docs/datamodels/obograph/synonymType.md @@ -1,7 +1,14 @@ + + # Slot: synonymType + + _This standard follows oboInOwl in allowing an open ended list of synonym types_ + + + URI: [obographs:synonymType](https://github.com/geneontology/obographs/synonymType) @@ -11,11 +18,13 @@ URI: [obographs:synonymType](https://github.com/geneontology/obographs/synonymTy + ## Applicable Classes -| Name | Description | -| --- | --- | -[SynonymPropertyValue](SynonymPropertyValue.md) | A property value that represents an assertion about a synonym of an entity +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SynonymPropertyValue](SynonymPropertyValue.md) | A property value that represents an assertion about a synonym of an entity | no | + @@ -30,8 +39,6 @@ URI: [obographs:synonymType](https://github.com/geneontology/obographs/synonymTy - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [obographs:synonymType](https://github.com/geneontology/obographs/synonymTy +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:synonymType | +| native | obographs:synonymType | + + + + ## LinkML Source
diff --git a/docs/datamodels/obograph/synonyms.md b/docs/datamodels/obograph/synonyms.md index 4fd6ca0e9..ef94ead6e 100644 --- a/docs/datamodels/obograph/synonyms.md +++ b/docs/datamodels/obograph/synonyms.md @@ -1,7 +1,14 @@ + + # Slot: synonyms + + _A list of synonym property value assertions for an entity_ + + + URI: [obographs:synonyms](https://github.com/geneontology/obographs/synonyms) @@ -11,11 +18,13 @@ URI: [obographs:synonyms](https://github.com/geneontology/obographs/synonyms) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom | no | + @@ -25,10 +34,8 @@ URI: [obographs:synonyms](https://github.com/geneontology/obographs/synonyms) ## Properties * Range: [SynonymPropertyValue](SynonymPropertyValue.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [obographs:synonyms](https://github.com/geneontology/obographs/synonyms) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:synonyms | +| native | obographs:synonyms | + + + + ## LinkML Source
@@ -58,11 +75,11 @@ name: synonyms description: A list of synonym property value assertions for an entity from_schema: https://github.com/geneontology/obographs rank: 1000 -multivalued: true alias: synonyms domain_of: - Meta range: SynonymPropertyValue +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/obograph/type.md b/docs/datamodels/obograph/type.md index 26e7da45f..d9958864a 100644 --- a/docs/datamodels/obograph/type.md +++ b/docs/datamodels/obograph/type.md @@ -1,5 +1,9 @@ + + # Slot: type + + URI: [obographs:type](https://github.com/geneontology/obographs/type) @@ -9,11 +13,13 @@ URI: [obographs:type](https://github.com/geneontology/obographs/type) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Node](Node.md) | A node is a class, property, or other entity in an ontology +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Node](Node.md) | A node is a class, property, or other entity in an ontology | no | + @@ -28,8 +34,6 @@ URI: [obographs:type](https://github.com/geneontology/obographs/type) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [obographs:type](https://github.com/geneontology/obographs/type) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:type | +| native | obographs:type | + + + + ## LinkML Source
diff --git a/docs/datamodels/obograph/val.md b/docs/datamodels/obograph/val.md index f65c9873f..f256abcdb 100644 --- a/docs/datamodels/obograph/val.md +++ b/docs/datamodels/obograph/val.md @@ -1,7 +1,14 @@ + + # Slot: val + + _the value of a property_ + + + URI: [rdf:object](http://www.w3.org/1999/02/22-rdf-syntax-ns#object) @@ -11,15 +18,17 @@ URI: [rdf:object](http://www.w3.org/1999/02/22-rdf-syntax-ns#object) + ## Applicable Classes -| Name | Description | -| --- | --- | -[PropertyValue](PropertyValue.md) | A generic grouping for the different kinds of key-value associations on objec... -[DefinitionPropertyValue](DefinitionPropertyValue.md) | A property value that represents an assertion about the textual definition of... -[BasicPropertyValue](BasicPropertyValue.md) | A property value that represents an assertion about an entity that is not a d... -[XrefPropertyValue](XrefPropertyValue.md) | A property value that represents an assertion about an external reference to ... -[SynonymPropertyValue](SynonymPropertyValue.md) | A property value that represents an assertion about a synonym of an entity +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [BasicPropertyValue](BasicPropertyValue.md) | A property value that represents an assertion about an entity that is not a d... | no | +| [DefinitionPropertyValue](DefinitionPropertyValue.md) | A property value that represents an assertion about the textual definition of... | yes | +| [PropertyValue](PropertyValue.md) | A generic grouping for the different kinds of key-value associations on objec... | no | +| [XrefPropertyValue](XrefPropertyValue.md) | A property value that represents an assertion about an external reference to ... | yes | +| [SynonymPropertyValue](SynonymPropertyValue.md) | A property value that represents an assertion about a synonym of an entity | yes | + @@ -32,8 +41,6 @@ URI: [rdf:object](http://www.w3.org/1999/02/22-rdf-syntax-ns#object) - - ## Aliases @@ -57,6 +64,16 @@ URI: [rdf:object](http://www.w3.org/1999/02/22-rdf-syntax-ns#object) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | rdf:object | +| native | obographs:val | + + + + ## LinkML Source
diff --git a/docs/datamodels/obograph/version.md b/docs/datamodels/obograph/version.md index 9941d02cf..edbc3d97a 100644 --- a/docs/datamodels/obograph/version.md +++ b/docs/datamodels/obograph/version.md @@ -1,5 +1,9 @@ + + # Slot: version + + URI: [owl:versionInfo](http://www.w3.org/2002/07/owl#versionInfo) @@ -9,11 +13,13 @@ URI: [owl:versionInfo](http://www.w3.org/2002/07/owl#versionInfo) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom | no | + @@ -28,8 +34,6 @@ URI: [owl:versionInfo](http://www.w3.org/2002/07/owl#versionInfo) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [owl:versionInfo](http://www.w3.org/2002/07/owl#versionInfo) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:versionInfo | +| native | obographs:version | + + + + ## LinkML Source
diff --git a/docs/datamodels/obograph/xrefs.md b/docs/datamodels/obograph/xrefs.md index 5f793bd9e..cd0cbbb1f 100644 --- a/docs/datamodels/obograph/xrefs.md +++ b/docs/datamodels/obograph/xrefs.md @@ -1,7 +1,14 @@ + + # Slot: xrefs + + _A list of cross references to other entities represented in other ontologies, vocabularies, databases, or websites. The semantics of xrefs are intentionally weak, and most closely align with rdfs:seeAlso_ + + + URI: [obographs:xrefs](https://github.com/geneontology/obographs/xrefs) @@ -11,16 +18,18 @@ URI: [obographs:xrefs](https://github.com/geneontology/obographs/xrefs) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom -[PropertyValue](PropertyValue.md) | A generic grouping for the different kinds of key-value associations on objec... -[DefinitionPropertyValue](DefinitionPropertyValue.md) | A property value that represents an assertion about the textual definition of... -[BasicPropertyValue](BasicPropertyValue.md) | A property value that represents an assertion about an entity that is not a d... -[XrefPropertyValue](XrefPropertyValue.md) | A property value that represents an assertion about an external reference to ... -[SynonymPropertyValue](SynonymPropertyValue.md) | A property value that represents an assertion about a synonym of an entity +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom | yes | +| [DefinitionPropertyValue](DefinitionPropertyValue.md) | A property value that represents an assertion about the textual definition of... | yes | +| [BasicPropertyValue](BasicPropertyValue.md) | A property value that represents an assertion about an entity that is not a d... | no | +| [PropertyValue](PropertyValue.md) | A generic grouping for the different kinds of key-value associations on objec... | no | +| [XrefPropertyValue](XrefPropertyValue.md) | A property value that represents an assertion about an external reference to ... | no | +| [SynonymPropertyValue](SynonymPropertyValue.md) | A property value that represents an assertion about a synonym of an entity | no | + @@ -30,10 +39,8 @@ URI: [obographs:xrefs](https://github.com/geneontology/obographs/xrefs) ## Properties * Range: [XrefString](XrefString.md) -* Multivalued: True - - +* Multivalued: True @@ -55,6 +62,18 @@ URI: [obographs:xrefs](https://github.com/geneontology/obographs/xrefs) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | obographs:xrefs | +| native | obographs:xrefs | +| exact | oio:hasDbXref | +| close | rdfs:seeAlso | + + + + ## LinkML Source
@@ -69,12 +88,12 @@ exact_mappings: close_mappings: - rdfs:seeAlso rank: 1000 -multivalued: true alias: xrefs domain_of: - Meta - PropertyValue range: XrefString +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/AnnotationProperty.md b/docs/datamodels/ontology-metadata/AnnotationProperty.md index 5d51e7370..6d521d284 100644 --- a/docs/datamodels/ontology-metadata/AnnotationProperty.md +++ b/docs/datamodels/ontology-metadata/AnnotationProperty.md @@ -1,47 +1,83 @@ + + # Class: AnnotationProperty + + _A property used in non-logical axioms_ + URI: [owl:AnnotationProperty](http://www.w3.org/2002/07/owl#AnnotationProperty) + + + ```{mermaid} classDiagram class AnnotationProperty + click AnnotationProperty href "../AnnotationProperty" Property <|-- AnnotationProperty + click Property href "../Property" AnnotationProperty <|-- Subset + click Subset href "../Subset" AnnotationProperty : alternative_term AnnotationProperty : broadMatch - AnnotationProperty ..> Property : broadMatch + + + + AnnotationProperty --> "*" Property : broadMatch + click Property href "../Property" + AnnotationProperty : category AnnotationProperty : closeMatch - AnnotationProperty ..> Property : closeMatch + + + + AnnotationProperty --> "*" Property : closeMatch + click Property href "../Property" + AnnotationProperty : comment AnnotationProperty : conformsTo - AnnotationProperty ..> Thing : conformsTo + + + + AnnotationProperty --> "*" Thing : conformsTo + click Thing href "../Thing" + AnnotationProperty : consider - AnnotationProperty ..> Any : consider + + + + AnnotationProperty --> "*" Any : consider + click Any href "../Any" + AnnotationProperty : contributor - AnnotationProperty ..> Agent : contributor + + + + AnnotationProperty --> "*" Agent : contributor + click Agent href "../Agent" + AnnotationProperty : created @@ -51,7 +87,12 @@ URI: [owl:AnnotationProperty](http://www.w3.org/2002/07/owl#AnnotationProperty) AnnotationProperty : creator - AnnotationProperty ..> Agent : creator + + + + AnnotationProperty --> "*" Agent : creator + click Agent href "../Agent" + AnnotationProperty : curator_note @@ -65,7 +106,12 @@ URI: [owl:AnnotationProperty](http://www.w3.org/2002/07/owl#AnnotationProperty) AnnotationProperty : depicted_by - AnnotationProperty ..> Image : depicted_by + + + + AnnotationProperty --> "*" Image : depicted_by + click Image href "../Image" + AnnotationProperty : deprecated @@ -77,17 +123,32 @@ URI: [owl:AnnotationProperty](http://www.w3.org/2002/07/owl#AnnotationProperty) AnnotationProperty : exactMatch - AnnotationProperty ..> Property : exactMatch + + + + AnnotationProperty --> "*" Property : exactMatch + click Property href "../Property" + AnnotationProperty : example_of_usage AnnotationProperty : excluded_from_QC_check - AnnotationProperty ..> Thing : excluded_from_QC_check + + + + AnnotationProperty --> "0..1" Thing : excluded_from_QC_check + click Thing href "../Thing" + AnnotationProperty : excluded_subClassOf - AnnotationProperty ..> Class : excluded_subClassOf + + + + AnnotationProperty --> "*" Class : excluded_subClassOf + click Class href "../Class" + AnnotationProperty : excluded_synonym @@ -113,15 +174,30 @@ URI: [owl:AnnotationProperty](http://www.w3.org/2002/07/owl#AnnotationProperty) AnnotationProperty : image - AnnotationProperty ..> Thing : image + + + + AnnotationProperty --> "0..1" Thing : image + click Thing href "../Thing" + AnnotationProperty : imported_from - AnnotationProperty ..> NamedIndividual : imported_from + + + + AnnotationProperty --> "*" NamedIndividual : imported_from + click NamedIndividual href "../NamedIndividual" + AnnotationProperty : in_subset - AnnotationProperty ..> Subset : in_subset + + + + AnnotationProperty --> "*" Subset : in_subset + click Subset href "../Subset" + AnnotationProperty : is_class_level @@ -131,13 +207,23 @@ URI: [owl:AnnotationProperty](http://www.w3.org/2002/07/owl#AnnotationProperty) AnnotationProperty : isDefinedBy - AnnotationProperty ..> Ontology : isDefinedBy + + + + AnnotationProperty --> "0..1" Ontology : isDefinedBy + click Ontology href "../Ontology" + AnnotationProperty : label AnnotationProperty : narrowMatch - AnnotationProperty ..> Property : narrowMatch + + + + AnnotationProperty --> "*" Property : narrowMatch + click Property href "../Property" + AnnotationProperty : OBO_foundry_unique_label @@ -149,19 +235,34 @@ URI: [owl:AnnotationProperty](http://www.w3.org/2002/07/owl#AnnotationProperty) AnnotationProperty : seeAlso - AnnotationProperty ..> Thing : seeAlso + + + + AnnotationProperty --> "*" Thing : seeAlso + click Thing href "../Thing" + AnnotationProperty : shorthand AnnotationProperty : should_conform_to - AnnotationProperty ..> Thing : should_conform_to + + + + AnnotationProperty --> "0..1" Thing : should_conform_to + click Thing href "../Thing" + AnnotationProperty : term_editor AnnotationProperty : term_replaced_by - AnnotationProperty ..> Any : term_replaced_by + + + + AnnotationProperty --> "0..1" Any : term_replaced_by + click Any href "../Any" + AnnotationProperty : term_tracker_item @@ -188,63 +289,63 @@ URI: [owl:AnnotationProperty](http://www.w3.org/2002/07/owl#AnnotationProperty) | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [shorthand](shorthand.md) | 0..*
[String](String.md) | | direct | -| [domain](domain.md) | 0..*
[String](String.md) | | [Property](Property.md) | -| [range](range.md) | 0..*
[String](String.md) | | [Property](Property.md) | +| [shorthand](shorthand.md) | *
[String](String.md) | | direct | +| [domain](domain.md) | *
[String](String.md) | | [Property](Property.md) | +| [range](range.md) | *
[String](String.md) | | [Property](Property.md) | | [is_class_level](is_class_level.md) | 0..1
[Boolean](Boolean.md) | | [Property](Property.md) | | [is_metadata_tag](is_metadata_tag.md) | 0..1
[Boolean](Boolean.md) | | [Property](Property.md) | -| [has_exact_synonym](has_exact_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_narrow_synonym](has_narrow_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_broad_synonym](has_broad_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_related_synonym](has_related_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [alternative_term](alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [ISA_alternative_term](ISA_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [IEDB_alternative_term](IEDB_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [editor_preferred_term](editor_preferred_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_exact_synonym](has_exact_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_narrow_synonym](has_narrow_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_broad_synonym](has_broad_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_related_synonym](has_related_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [alternative_term](alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [ISA_alternative_term](ISA_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [IEDB_alternative_term](IEDB_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [editor_preferred_term](editor_preferred_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | | [deprecated](deprecated.md) | 0..1
[Boolean](Boolean.md) | | [HasLifeCycle](HasLifeCycle.md) | | [has_obsolescence_reason](has_obsolescence_reason.md) | 0..1
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [term_replaced_by](term_replaced_by.md) | 0..1
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [consider](consider.md) | 0..*
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [has_alternative_id](has_alternative_id.md) | 0..*
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | +| [consider](consider.md) | *
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [has_alternative_id](has_alternative_id.md) | *
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | | [excluded_from_QC_check](excluded_from_QC_check.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_subClassOf](excluded_subClassOf.md) | 0..*
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_synonym](excluded_synonym.md) | 0..*
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_subClassOf](excluded_subClassOf.md) | *
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_synonym](excluded_synonym.md) | *
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [should_conform_to](should_conform_to.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | | [created_by](created_by.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [creation_date](creation_date.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [contributor](contributor.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | -| [creator](creator.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creation_date](creation_date.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [contributor](contributor.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creator](creator.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | | [created](created.md) | 0..1
[String](String.md) | when the term came into being | [HasProvenance](HasProvenance.md) | -| [date](date.md) | 0..*
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | +| [date](date.md) | *
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | | [isDefinedBy](isDefinedBy.md) | 0..1
[Ontology](Ontology.md) | | [HasProvenance](HasProvenance.md) | -| [editor_note](editor_note.md) | 0..*
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | -| [term_editor](term_editor.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [definition_source](definition_source.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [editor_note](editor_note.md) | *
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | +| [term_editor](term_editor.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [definition_source](definition_source.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | | [ontology_term_requester](ontology_term_requester.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [imported_from](imported_from.md) | 0..*
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | -| [term_tracker_item](term_tracker_item.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [broadMatch](broadMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [closeMatch](closeMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [exactMatch](exactMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [narrowMatch](narrowMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [database_cross_reference](database_cross_reference.md) | 0..*
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | -| [has_obo_namespace](has_obo_namespace.md) | 0..*
[String](String.md) | | [HasCategory](HasCategory.md) | +| [imported_from](imported_from.md) | *
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | +| [term_tracker_item](term_tracker_item.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [broadMatch](broadMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [closeMatch](closeMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [exactMatch](exactMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [narrowMatch](narrowMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [database_cross_reference](database_cross_reference.md) | *
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | +| [has_obo_namespace](has_obo_namespace.md) | *
[String](String.md) | | [HasCategory](HasCategory.md) | | [category](category.md) | 0..1
[String](String.md) | | [HasCategory](HasCategory.md) | -| [in_subset](in_subset.md) | 0..*
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | -| [conformsTo](conformsTo.md) | 0..*
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | -| [comment](comment.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [seeAlso](seeAlso.md) | 0..*
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | +| [in_subset](in_subset.md) | *
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | +| [conformsTo](conformsTo.md) | *
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | +| [comment](comment.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [seeAlso](seeAlso.md) | *
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | | [image](image.md) | 0..1
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | -| [example_of_usage](example_of_usage.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [curator_note](curator_note.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [example_of_usage](example_of_usage.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [curator_note](curator_note.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | | [has_curation_status](has_curation_status.md) | 0..1
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [depicted_by](depicted_by.md) | 0..*
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | -| [page](page.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [depicted_by](depicted_by.md) | *
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | +| [page](page.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | | [label](label.md) | 0..1 _recommended_
[LabelType](LabelType.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [definition](definition.md) | 0..* _recommended_
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | -| [type](type.md) | 0..*
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | +| [definition](definition.md) | * _recommended_
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | +| [type](type.md) | *
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | @@ -273,8 +374,7 @@ URI: [owl:AnnotationProperty](http://www.w3.org/2002/07/owl#AnnotationProperty) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -290,6 +390,8 @@ URI: [owl:AnnotationProperty](http://www.w3.org/2002/07/owl#AnnotationProperty) + + ## LinkML Source @@ -300,8 +402,7 @@ URI: [owl:AnnotationProperty](http://www.w3.org/2002/07/owl#AnnotationProperty) ```yaml name: AnnotationProperty description: A property used in non-logical axioms -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: Property slots: - shorthand @@ -316,55 +417,54 @@ class_uri: owl:AnnotationProperty ```yaml name: AnnotationProperty description: A property used in non-logical axioms -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: Property attributes: shorthand: name: shorthand deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:shorthand - multivalued: true alias: shorthand owner: AnnotationProperty domain_of: - AnnotationProperty - ObjectProperty range: string + multivalued: true domain: name: domain todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:domain - multivalued: true alias: domain owner: AnnotationProperty domain_of: - Property range: string + multivalued: true range: name: range todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:range - multivalued: true alias: range owner: AnnotationProperty domain_of: - Property range: string + multivalued: true is_class_level: name: is_class_level deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_class_level alias: is_class_level @@ -375,7 +475,7 @@ attributes: is_metadata_tag: name: is_metadata_tag deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_metadata_tag alias: is_metadata_tag @@ -385,11 +485,10 @@ attributes: range: boolean has_exact_synonym: name: has_exact_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasExactSynonym - multivalued: true alias: has_exact_synonym owner: AnnotationProperty domain_of: @@ -398,115 +497,116 @@ attributes: disjoint_with: - label range: label type + multivalued: true has_narrow_synonym: name: has_narrow_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasNarrowSynonym - multivalued: true alias: has_narrow_synonym owner: AnnotationProperty domain_of: - HasSynonyms range: label type + multivalued: true has_broad_synonym: name: has_broad_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasBroadSynonym - multivalued: true alias: has_broad_synonym owner: AnnotationProperty domain_of: - HasSynonyms range: label type + multivalued: true has_related_synonym: name: has_related_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasRelatedSynonym - multivalued: true alias: has_related_synonym owner: AnnotationProperty domain_of: - HasSynonyms range: label type + multivalued: true alternative_term: name: alternative_term in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:altLabel rank: 1000 slot_uri: IAO:0000118 - multivalued: true alias: alternative_term owner: AnnotationProperty domain_of: - HasSynonyms range: string + multivalued: true ISA_alternative_term: name: ISA_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:0001847 - multivalued: true alias: ISA_alternative_term owner: AnnotationProperty domain_of: - HasSynonyms range: string + multivalued: true IEDB_alternative_term: name: IEDB_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:9991118 - multivalued: true alias: IEDB_alternative_term owner: AnnotationProperty domain_of: - HasSynonyms range: string + multivalued: true editor_preferred_term: name: editor_preferred_term in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000111 - multivalued: true alias: editor_preferred_term owner: AnnotationProperty domain_of: - HasSynonyms range: string + multivalued: true OBO_foundry_unique_label: name: OBO_foundry_unique_label todos: - add uniquekey - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000589 - multivalued: true alias: OBO_foundry_unique_label owner: AnnotationProperty domain_of: - HasSynonyms range: string + multivalued: true deprecated: name: deprecated in_subset: - allotrope permitted profile - go permitted profile - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata aliases: - is obsolete rank: 1000 @@ -524,7 +624,7 @@ attributes: - restrict range comments: - '{''RULE'': ''subject must be deprecated''}' - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect @@ -542,7 +642,7 @@ attributes: - go permitted profile - obi permitted profile - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - dcterms:isReplacedBy rank: 1000 @@ -560,17 +660,17 @@ attributes: - '{''RULE'': ''subject must be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect slot_uri: oio:consider - multivalued: true alias: consider owner: AnnotationProperty domain_of: - HasLifeCycle range: Any + multivalued: true has_alternative_id: name: has_alternative_id description: Relates a live term to a deprecated ID that was merged in @@ -580,22 +680,22 @@ attributes: - '{''RULE'': ''object must NOT be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata see_also: - https://github.com/owlcs/owlapi/issues/317 rank: 1000 is_a: obsoletion_related_property domain: NotObsoleteAspect slot_uri: oio:hasAlternativeId - multivalued: true alias: has_alternative_id owner: AnnotationProperty domain_of: - HasLifeCycle range: uriorcurie + multivalued: true excluded_from_QC_check: name: excluded_from_QC_check - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: excluded_from_QC_check @@ -605,31 +705,31 @@ attributes: range: Thing excluded_subClassOf: name: excluded_subClassOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_subClassOf owner: AnnotationProperty domain_of: - HasLifeCycle range: Class + multivalued: true excluded_synonym: name: excluded_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:hiddenSynonym rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_synonym owner: AnnotationProperty domain_of: - HasLifeCycle range: string + multivalued: true should_conform_to: name: should_conform_to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: should_conform_to @@ -640,7 +740,7 @@ attributes: created_by: name: created_by deprecated: proposed obsoleted by OMO group 2022-04-12 - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: creator rank: 1000 is_a: provenance_property @@ -656,50 +756,50 @@ attributes: deprecated: proposed obsoleted by OMO group 2022-04-12 todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: created rank: 1000 is_a: provenance_property slot_uri: oio:creation_date - multivalued: true alias: creation_date owner: AnnotationProperty domain_of: - HasProvenance range: string + multivalued: true contributor: name: contributor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:contributor - multivalued: true alias: contributor owner: AnnotationProperty domain_of: - HasProvenance range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true partial_match: false creator: name: creator - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:creator - multivalued: true alias: creator owner: AnnotationProperty domain_of: - HasProvenance - Ontology range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true @@ -707,37 +807,37 @@ attributes: created: name: created description: when the term came into being - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:createdOn rank: 1000 is_a: provenance_property slot_uri: dcterms:created - multivalued: false alias: created owner: AnnotationProperty domain_of: - HasProvenance - Ontology range: string + multivalued: false date: name: date description: when the term was updated - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:authoredOn rank: 1000 is_a: provenance_property slot_uri: dcterms:date - multivalued: true alias: date owner: AnnotationProperty domain_of: - HasProvenance range: string + multivalued: true isDefinedBy: name: isDefinedBy - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:importedFrom - dcterms:publisher @@ -750,47 +850,47 @@ attributes: range: Ontology editor_note: name: editor_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000116 - multivalued: true alias: editor_note owner: AnnotationProperty domain_of: - HasProvenance range: narrative text + multivalued: true term_editor: name: term_editor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000117 - multivalued: true alias: term_editor owner: AnnotationProperty domain_of: - HasProvenance range: string + multivalued: true definition_source: name: definition_source todos: - restrict range in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000119 - multivalued: true alias: definition_source owner: AnnotationProperty domain_of: - HasProvenance range: string + multivalued: true ontology_term_requester: name: ontology_term_requester - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000234 @@ -801,105 +901,105 @@ attributes: range: string imported_from: name: imported_from - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000412 - multivalued: true alias: imported_from owner: AnnotationProperty domain_of: - HasProvenance range: NamedIndividual + multivalued: true term_tracker_item: name: term_tracker_item todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000233 - multivalued: true alias: term_tracker_item owner: AnnotationProperty domain_of: - HasProvenance range: string + multivalued: true broadMatch: name: broadMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:broadMatch - multivalued: true alias: broadMatch owner: AnnotationProperty domain_of: - HasMappings range: Property + multivalued: true closeMatch: name: closeMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:closeMatch - multivalued: true alias: closeMatch owner: AnnotationProperty domain_of: - HasMappings range: Property + multivalued: true exactMatch: name: exactMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:exactMatch - multivalued: true alias: exactMatch owner: AnnotationProperty domain_of: - HasMappings range: Property + multivalued: true narrowMatch: name: narrowMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:narrowMatch - multivalued: true alias: narrowMatch owner: AnnotationProperty domain_of: - HasMappings range: Property + multivalued: true database_cross_reference: name: database_cross_reference - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: oio:hasDbXref - multivalued: true alias: database_cross_reference owner: AnnotationProperty domain_of: - HasMappings - Axiom range: CURIELiteral + multivalued: true has_obo_namespace: name: has_obo_namespace - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasOBONamespace - multivalued: true alias: has_obo_namespace owner: AnnotationProperty domain_of: - HasCategory range: string + multivalued: true category: name: category - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: biolink:category @@ -911,36 +1011,35 @@ attributes: in_subset: name: in_subset description: Maps an ontology element to a subset it belongs to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:inSubset - multivalued: true alias: in_subset owner: AnnotationProperty domain_of: - HasCategory range: Subset + multivalued: true conformsTo: name: conformsTo - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: dcterms:conformsTo - multivalued: true alias: conformsTo owner: AnnotationProperty domain_of: - HasCategory range: Thing + multivalued: true comment: name: comment comments: - in obo format, a term cannot have more than one comment - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: rdfs:comment - multivalued: true alias: comment owner: AnnotationProperty domain_of: @@ -948,23 +1047,24 @@ attributes: - Ontology - Axiom range: string + multivalued: true seeAlso: name: seeAlso todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: rdfs:seeAlso - multivalued: true alias: seeAlso owner: AnnotationProperty domain_of: - HasUserInformation - Axiom range: Thing + multivalued: true image: name: image - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: sdo:image @@ -977,33 +1077,33 @@ attributes: name: example_of_usage in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:example rank: 1000 is_a: informative_property slot_uri: IAO:0000112 - multivalued: true alias: example_of_usage owner: AnnotationProperty domain_of: - HasUserInformation range: string + multivalued: true curator_note: name: curator_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000232 - multivalued: true alias: curator_note owner: AnnotationProperty domain_of: - HasUserInformation range: string + multivalued: true has_curation_status: name: has_curation_status - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: IAO:0000114 @@ -1014,35 +1114,44 @@ attributes: range: string depicted_by: name: depicted_by - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:depicted_by - multivalued: true alias: depicted_by owner: AnnotationProperty domain_of: - HasUserInformation range: Image + multivalued: true page: name: page - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:page - multivalued: true alias: page owner: AnnotationProperty domain_of: - HasUserInformation range: string + multivalued: true label: name: label - from_schema: http://purl.obolibrary.org/obo/omo/schema + comments: + - SHOULD follow OBO label guidelines + - MUST be unique within an ontology + - SHOULD be unique across OBO + in_subset: + - allotrope required profile + - go required profile + - obi required profile + from_schema: https://w3id.org/oak/ontology-metadata + exact_mappings: + - skos:prefLabel rank: 1000 is_a: core_property slot_uri: rdfs:label - multivalued: false alias: label owner: AnnotationProperty domain_of: @@ -1050,23 +1159,32 @@ attributes: - Axiom range: label type recommended: true + multivalued: false definition: name: definition - from_schema: http://purl.obolibrary.org/obo/omo/schema + comments: + - SHOULD be in Aristotelian (genus-differentia) form + in_subset: + - allotrope required profile + - go required profile + - obi required profile + from_schema: https://w3id.org/oak/ontology-metadata + exact_mappings: + - skos:definition rank: 1000 is_a: core_property slot_uri: IAO:0000115 - multivalued: true alias: definition owner: AnnotationProperty domain_of: - HasMinimalMetadata range: narrative text recommended: true + multivalued: true id: name: id description: this maps to the URI in RDF - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: core_property identifier: true @@ -1078,17 +1196,17 @@ attributes: required: true type: name: type - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdf:type - multivalued: true designates_type: true alias: type owner: AnnotationProperty domain_of: - Thing range: uriorcurie + multivalued: true class_uri: owl:AnnotationProperty ``` diff --git a/docs/datamodels/ontology-metadata/AnnotationPropertyMixin.md b/docs/datamodels/ontology-metadata/AnnotationPropertyMixin.md index 1f00e18f9..0b45d8e78 100644 --- a/docs/datamodels/ontology-metadata/AnnotationPropertyMixin.md +++ b/docs/datamodels/ontology-metadata/AnnotationPropertyMixin.md @@ -1,23 +1,39 @@ + + # Class: AnnotationPropertyMixin + + _Groups all annotation property bundles_ -URI: [omoschema:AnnotationPropertyMixin](http://purl.obolibrary.org/obo/omo/schema/AnnotationPropertyMixin) + +URI: [omoschema:AnnotationPropertyMixin](https://w3id.org/oak/ontology-metadata/AnnotationPropertyMixin) + + + ```{mermaid} classDiagram class AnnotationPropertyMixin + click AnnotationPropertyMixin href "../AnnotationPropertyMixin" AnnotationPropertyMixin <|-- HasMinimalMetadata + click HasMinimalMetadata href "../HasMinimalMetadata" AnnotationPropertyMixin <|-- HasSynonyms + click HasSynonyms href "../HasSynonyms" AnnotationPropertyMixin <|-- HasMappings + click HasMappings href "../HasMappings" AnnotationPropertyMixin <|-- HasProvenance + click HasProvenance href "../HasProvenance" AnnotationPropertyMixin <|-- HasLifeCycle + click HasLifeCycle href "../HasLifeCycle" AnnotationPropertyMixin <|-- HasCategory + click HasCategory href "../HasCategory" AnnotationPropertyMixin <|-- HasUserInformation + click HasUserInformation href "../HasUserInformation" ``` @@ -68,8 +84,7 @@ URI: [omoschema:AnnotationPropertyMixin](http://purl.obolibrary.org/obo/omo/sche ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -85,6 +100,8 @@ URI: [omoschema:AnnotationPropertyMixin](http://purl.obolibrary.org/obo/omo/sche + + ## LinkML Source @@ -95,8 +112,7 @@ URI: [omoschema:AnnotationPropertyMixin](http://purl.obolibrary.org/obo/omo/sche ```yaml name: AnnotationPropertyMixin description: Groups all annotation property bundles -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata mixin: true ``` @@ -108,8 +124,7 @@ mixin: true ```yaml name: AnnotationPropertyMixin description: Groups all annotation property bundles -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata mixin: true ``` diff --git a/docs/datamodels/ontology-metadata/Anonymous.md b/docs/datamodels/ontology-metadata/Anonymous.md index dcd3b142c..ed463f8c3 100644 --- a/docs/datamodels/ontology-metadata/Anonymous.md +++ b/docs/datamodels/ontology-metadata/Anonymous.md @@ -1,19 +1,29 @@ + + # Class: Anonymous + + _Abstract root class for all anonymous (non-named; lacking an identifier) expressions_ + * __NOTE__: this is an abstract class and should not be instantiated directly -URI: [omoschema:Anonymous](http://purl.obolibrary.org/obo/omo/schema/Anonymous) +URI: [omoschema:Anonymous](https://w3id.org/oak/ontology-metadata/Anonymous) + + + ```{mermaid} classDiagram class Anonymous + click Anonymous href "../Anonymous" Anonymous <|-- AnonymousClassExpression + click AnonymousClassExpression href "../AnonymousClassExpression" ``` @@ -52,8 +62,7 @@ URI: [omoschema:Anonymous](http://purl.obolibrary.org/obo/omo/schema/Anonymous) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -69,6 +78,8 @@ URI: [omoschema:Anonymous](http://purl.obolibrary.org/obo/omo/schema/Anonymous) + + ## LinkML Source @@ -80,8 +91,7 @@ URI: [omoschema:Anonymous](http://purl.obolibrary.org/obo/omo/schema/Anonymous) name: Anonymous description: Abstract root class for all anonymous (non-named; lacking an identifier) expressions -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata abstract: true ``` @@ -94,8 +104,7 @@ abstract: true name: Anonymous description: Abstract root class for all anonymous (non-named; lacking an identifier) expressions -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata abstract: true ``` diff --git a/docs/datamodels/ontology-metadata/AnonymousClassExpression.md b/docs/datamodels/ontology-metadata/AnonymousClassExpression.md index 57dd42fa5..09f452ff5 100644 --- a/docs/datamodels/ontology-metadata/AnonymousClassExpression.md +++ b/docs/datamodels/ontology-metadata/AnonymousClassExpression.md @@ -1,18 +1,26 @@ + + # Class: AnonymousClassExpression -URI: [omoschema:AnonymousClassExpression](http://purl.obolibrary.org/obo/omo/schema/AnonymousClassExpression) +URI: [omoschema:AnonymousClassExpression](https://w3id.org/oak/ontology-metadata/AnonymousClassExpression) + + + ```{mermaid} classDiagram class AnonymousClassExpression + click AnonymousClassExpression href "../AnonymousClassExpression" Anonymous <|-- AnonymousClassExpression + click Anonymous href "../Anonymous" AnonymousClassExpression <|-- Restriction + click Restriction href "../Restriction" @@ -53,8 +61,7 @@ URI: [omoschema:AnonymousClassExpression](http://purl.obolibrary.org/obo/omo/sch ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -70,6 +77,8 @@ URI: [omoschema:AnonymousClassExpression](http://purl.obolibrary.org/obo/omo/sch + + ## LinkML Source @@ -79,8 +88,7 @@ URI: [omoschema:AnonymousClassExpression](http://purl.obolibrary.org/obo/omo/sch
```yaml name: AnonymousClassExpression -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: Anonymous ``` @@ -91,8 +99,7 @@ is_a: Anonymous
```yaml name: AnonymousClassExpression -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: Anonymous ``` diff --git a/docs/datamodels/ontology-metadata/Any.md b/docs/datamodels/ontology-metadata/Any.md index 5b8d251ca..32a87fd1f 100644 --- a/docs/datamodels/ontology-metadata/Any.md +++ b/docs/datamodels/ontology-metadata/Any.md @@ -1,3 +1,5 @@ + + # Class: Any @@ -6,9 +8,13 @@ URI: [linkml:Any](https://w3id.org/linkml/Any) + + + ```{mermaid} classDiagram class Any + click Any href "../Any" ``` @@ -73,8 +79,7 @@ URI: [linkml:Any](https://w3id.org/linkml/Any) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -90,6 +95,8 @@ URI: [linkml:Any](https://w3id.org/linkml/Any) + + ## LinkML Source @@ -99,8 +106,7 @@ URI: [linkml:Any](https://w3id.org/linkml/Any)
```yaml name: Any -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata class_uri: linkml:Any ``` @@ -111,8 +117,7 @@ class_uri: linkml:Any
```yaml name: Any -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata class_uri: linkml:Any ``` diff --git a/docs/datamodels/ontology-metadata/Axiom.md b/docs/datamodels/ontology-metadata/Axiom.md index 765f66a6a..aabc662e7 100644 --- a/docs/datamodels/ontology-metadata/Axiom.md +++ b/docs/datamodels/ontology-metadata/Axiom.md @@ -1,31 +1,60 @@ + + # Class: Axiom + + _A logical or non-logical statement_ + URI: [owl:Axiom](http://www.w3.org/2002/07/owl#Axiom) + + + ```{mermaid} classDiagram class Axiom + click Axiom href "../Axiom" Axiom : annotatedProperty - Axiom ..> AnnotationProperty : annotatedProperty + + + + Axiom --> "0..1" AnnotationProperty : annotatedProperty + click AnnotationProperty href "../AnnotationProperty" + Axiom : annotatedSource - Axiom ..> NamedObject : annotatedSource + + + + Axiom --> "0..1" NamedObject : annotatedSource + click NamedObject href "../NamedObject" + Axiom : annotatedTarget - Axiom ..> Any : annotatedTarget + + + + Axiom --> "0..1" Any : annotatedTarget + click Any href "../Any" + Axiom : annotations - Axiom ..> Annotation : annotations + + + + Axiom --> "*" Annotation : annotations + click Annotation href "../Annotation" + Axiom : comment @@ -41,13 +70,23 @@ URI: [owl:Axiom](http://www.w3.org/2002/07/owl#Axiom) Axiom : has_axiom_label - Axiom ..> Thing : has_axiom_label + + + + Axiom --> "0..1" Thing : has_axiom_label + click Thing href "../Thing" + Axiom : has_exact_synonym Axiom : has_synonym_type - Axiom ..> AnnotationProperty : has_synonym_type + + + + Axiom --> "*" AnnotationProperty : has_synonym_type + click AnnotationProperty href "../AnnotationProperty" + Axiom : is_a_defining_property_chain_axiom @@ -61,7 +100,12 @@ URI: [owl:Axiom](http://www.w3.org/2002/07/owl#Axiom) Axiom : seeAlso - Axiom ..> Thing : seeAlso + + + + Axiom --> "*" Thing : seeAlso + click Thing href "../Thing" + Axiom : source @@ -83,10 +127,10 @@ URI: [owl:Axiom](http://www.w3.org/2002/07/owl#Axiom) | [annotatedProperty](annotatedProperty.md) | 0..1
[AnnotationProperty](AnnotationProperty.md) | | direct | | [annotatedSource](annotatedSource.md) | 0..1
[NamedObject](NamedObject.md) | | direct | | [annotatedTarget](annotatedTarget.md) | 0..1
[Any](Any.md) | | direct | -| [annotations](annotations.md) | 0..*
[Annotation](Annotation.md) | | direct | -| [source](source.md) | 0..*
[String](String.md) | | direct | +| [annotations](annotations.md) | *
[Annotation](Annotation.md) | | direct | +| [source](source.md) | *
[String](String.md) | | direct | | [is_inferred](is_inferred.md) | 0..1
[Boolean](Boolean.md) | | direct | -| [notes](notes.md) | 0..*
[String](String.md) | | direct | +| [notes](notes.md) | *
[String](String.md) | | direct | | [url](url.md) | 0..1
[String](String.md) | | direct | | [has_axiom_label](has_axiom_label.md) | 0..1
[Thing](Thing.md) | | direct | | [is_a_defining_property_chain_axiom](is_a_defining_property_chain_axiom.md) | 0..1
[String](String.md) | | direct | @@ -94,13 +138,13 @@ URI: [owl:Axiom](http://www.w3.org/2002/07/owl#Axiom) | [created_by](created_by.md) | 0..1
[String](String.md) | | direct | | [date_retrieved](date_retrieved.md) | 0..1
[String](String.md) | | direct | | [evidence](evidence.md) | 0..1
[String](String.md) | | direct | -| [external_ontology](external_ontology.md) | 0..*
[String](String.md) | | direct | -| [database_cross_reference](database_cross_reference.md) | 0..*
[CURIELiteral](CURIELiteral.md) | | direct | -| [has_exact_synonym](has_exact_synonym.md) | 0..*
[LabelType](LabelType.md) | | direct | -| [has_synonym_type](has_synonym_type.md) | 0..*
[AnnotationProperty](AnnotationProperty.md) | | direct | -| [comment](comment.md) | 0..*
[String](String.md) | | direct | +| [external_ontology](external_ontology.md) | *
[String](String.md) | | direct | +| [database_cross_reference](database_cross_reference.md) | *
[CURIELiteral](CURIELiteral.md) | Uses to indicate the source of an axiom | direct | +| [has_exact_synonym](has_exact_synonym.md) | *
[LabelType](LabelType.md) | | direct | +| [has_synonym_type](has_synonym_type.md) | *
[AnnotationProperty](AnnotationProperty.md) | | direct | +| [comment](comment.md) | *
[String](String.md) | | direct | | [label](label.md) | 0..1
[LabelType](LabelType.md) | | direct | -| [seeAlso](seeAlso.md) | 0..*
[Thing](Thing.md) | | direct | +| [seeAlso](seeAlso.md) | *
[Thing](Thing.md) | | direct | @@ -121,8 +165,7 @@ URI: [owl:Axiom](http://www.w3.org/2002/07/owl#Axiom) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -139,6 +182,8 @@ URI: [owl:Axiom](http://www.w3.org/2002/07/owl#Axiom) + + ## LinkML Source @@ -149,10 +194,9 @@ URI: [owl:Axiom](http://www.w3.org/2002/07/owl#Axiom) ```yaml name: Axiom description: A logical or non-logical statement -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - rdf:Statement -rank: 1000 slots: - annotatedProperty - annotatedSource @@ -183,9 +227,6 @@ slot_usage: - go permitted profile exact_mappings: - dcterms:source - domain_of: - - HasMappings - - Axiom class_uri: owl:Axiom represents_relationship: true @@ -198,10 +239,9 @@ represents_relationship: true ```yaml name: Axiom description: A logical or non-logical statement -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - rdf:Statement -rank: 1000 slot_usage: database_cross_reference: name: database_cross_reference @@ -210,13 +250,10 @@ slot_usage: - go permitted profile exact_mappings: - dcterms:source - domain_of: - - HasMappings - - Axiom attributes: annotatedProperty: name: annotatedProperty - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - rdf:predicate rank: 1000 @@ -232,7 +269,7 @@ attributes: name: annotatedSource todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - rdf:subject rank: 1000 @@ -248,7 +285,7 @@ attributes: name: annotatedTarget todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - rdf:object rank: 1000 @@ -262,34 +299,34 @@ attributes: range: Any annotations: name: annotations - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 - multivalued: true alias: annotations owner: Axiom domain_of: - Axiom range: Annotation + multivalued: true source: name: source - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - http://purl.org/dc/terms/source - oio:source rank: 1000 is_a: provenance_property slot_uri: dcterms:source - multivalued: true alias: source owner: Axiom domain_of: - Ontology - Axiom range: string + multivalued: true is_inferred: name: is_inferred deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_inferred alias: is_inferred @@ -300,19 +337,19 @@ attributes: notes: name: notes deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:notes - multivalued: true alias: notes owner: Axiom domain_of: - Axiom range: string + multivalued: true url: name: url deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:url alias: url @@ -322,7 +359,7 @@ attributes: range: string has_axiom_label: name: has_axiom_label - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0010000 @@ -333,7 +370,7 @@ attributes: range: Thing is_a_defining_property_chain_axiom: name: is_a_defining_property_chain_axiom - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: RO:0002581 alias: is_a_defining_property_chain_axiom @@ -343,7 +380,7 @@ attributes: range: string is_a_defining_property_chain_axiom_where_second_argument_is_reflexive: name: is_a_defining_property_chain_axiom_where_second_argument_is_reflexive - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: RO:0002582 alias: is_a_defining_property_chain_axiom_where_second_argument_is_reflexive @@ -354,7 +391,7 @@ attributes: created_by: name: created_by deprecated: proposed obsoleted by OMO group 2022-04-12 - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: creator rank: 1000 is_a: provenance_property @@ -367,7 +404,7 @@ attributes: range: string date_retrieved: name: date_retrieved - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: oio:date_retrieved @@ -379,7 +416,7 @@ attributes: evidence: name: evidence deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:evidence alias: evidence @@ -390,40 +427,39 @@ attributes: external_ontology: name: external_ontology deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:external_ontology - multivalued: true alias: external_ontology owner: Axiom domain_of: - Axiom range: string + multivalued: true database_cross_reference: name: database_cross_reference description: Uses to indicate the source of an axiom in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - dcterms:source rank: 1000 is_a: match slot_uri: oio:hasDbXref - multivalued: true alias: database_cross_reference owner: Axiom domain_of: - HasMappings - Axiom range: CURIELiteral + multivalued: true has_exact_synonym: name: has_exact_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasExactSynonym - multivalued: true alias: has_exact_synonym owner: Axiom domain_of: @@ -432,26 +468,26 @@ attributes: disjoint_with: - label range: label type + multivalued: true has_synonym_type: name: has_synonym_type - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasSynonymType - multivalued: true alias: has_synonym_type owner: Axiom domain_of: - Axiom range: AnnotationProperty + multivalued: true comment: name: comment comments: - in obo format, a term cannot have more than one comment - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: rdfs:comment - multivalued: true alias: comment owner: Axiom domain_of: @@ -459,6 +495,7 @@ attributes: - Ontology - Axiom range: string + multivalued: true label: name: label comments: @@ -469,33 +506,33 @@ attributes: - allotrope required profile - go required profile - obi required profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:prefLabel rank: 1000 is_a: core_property slot_uri: rdfs:label - multivalued: false alias: label owner: Axiom domain_of: - HasMinimalMetadata - Axiom range: label type + multivalued: false seeAlso: name: seeAlso todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: rdfs:seeAlso - multivalued: true alias: seeAlso owner: Axiom domain_of: - HasUserInformation - Axiom range: Thing + multivalued: true class_uri: owl:Axiom represents_relationship: true diff --git a/docs/datamodels/ontology-metadata/Boolean.md b/docs/datamodels/ontology-metadata/Boolean.md index 0bf527e77..d3ccc8f99 100644 --- a/docs/datamodels/ontology-metadata/Boolean.md +++ b/docs/datamodels/ontology-metadata/Boolean.md @@ -1,9 +1,12 @@ # Type: Boolean + + _A binary (true or false) value_ + URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) * [base](https://w3id.org/linkml/base): Bool @@ -30,7 +33,18 @@ URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:boolean | +| native | omoschema:boolean | +| exact | schema:Boolean | diff --git a/docs/datamodels/ontology-metadata/CURIELiteral.md b/docs/datamodels/ontology-metadata/CURIELiteral.md index 9d01c5c6c..596cb6220 100644 --- a/docs/datamodels/ontology-metadata/CURIELiteral.md +++ b/docs/datamodels/ontology-metadata/CURIELiteral.md @@ -1,9 +1,12 @@ # Type: CURIELiteral + + _A string representation of a CURIE_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): str @@ -30,7 +33,17 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:CURIELiteral | +| native | omoschema:CURIELiteral | diff --git a/docs/datamodels/ontology-metadata/Class.md b/docs/datamodels/ontology-metadata/Class.md index e70f8d96a..88eea613a 100644 --- a/docs/datamodels/ontology-metadata/Class.md +++ b/docs/datamodels/ontology-metadata/Class.md @@ -1,3 +1,5 @@ + + # Class: Class @@ -6,17 +8,28 @@ URI: [owl:Class](http://www.w3.org/2002/07/owl#Class) + + + ```{mermaid} classDiagram class Class + click Class href "../Class" ClassExpression <|-- Class + click ClassExpression href "../ClassExpression" Term <|-- Class + click Term href "../Term" Class : alternative_term Class : broadMatch - Class ..> Class : broadMatch + + + + Class --> "*" Class : broadMatch + click Class href "../Class" + Class : cardinality @@ -24,7 +37,12 @@ URI: [owl:Class](http://www.w3.org/2002/07/owl#Class) Class : closeMatch - Class ..> Class : closeMatch + + + + Class --> "*" Class : closeMatch + click Class href "../Class" + Class : comment @@ -32,15 +50,30 @@ URI: [owl:Class](http://www.w3.org/2002/07/owl#Class) Class : conformsTo - Class ..> Thing : conformsTo + + + + Class --> "*" Thing : conformsTo + click Thing href "../Thing" + Class : consider - Class ..> Any : consider + + + + Class --> "*" Any : consider + click Any href "../Any" + Class : contributor - Class ..> Agent : contributor + + + + Class --> "*" Agent : contributor + click Agent href "../Agent" + Class : created @@ -50,7 +83,12 @@ URI: [owl:Class](http://www.w3.org/2002/07/owl#Class) Class : creator - Class ..> Agent : creator + + + + Class --> "*" Agent : creator + click Agent href "../Agent" + Class : curator_note @@ -64,13 +102,23 @@ URI: [owl:Class](http://www.w3.org/2002/07/owl#Class) Class : depicted_by - Class ..> Image : depicted_by + + + + Class --> "*" Image : depicted_by + click Image href "../Image" + Class : deprecated Class : disconnected_from - Class ..> Class : disconnected_from + + + + Class --> "0..1" Class : disconnected_from + click Class href "../Class" + Class : disjointWith @@ -80,21 +128,41 @@ URI: [owl:Class](http://www.w3.org/2002/07/owl#Class) Class : equivalentClass - Class ..> ClassExpression : equivalentClass + + + + Class --> "*" ClassExpression : equivalentClass + click ClassExpression href "../ClassExpression" + Class : exactMatch - Class ..> Class : exactMatch + + + + Class --> "*" Class : exactMatch + click Class href "../Class" + Class : example_of_usage Class : excluded_from_QC_check - Class ..> Thing : excluded_from_QC_check + + + + Class --> "0..1" Thing : excluded_from_QC_check + click Thing href "../Thing" + Class : excluded_subClassOf - Class ..> Class : excluded_subClassOf + + + + Class --> "*" Class : excluded_subClassOf + click Class href "../Class" + Class : excluded_synonym @@ -114,7 +182,12 @@ URI: [owl:Class](http://www.w3.org/2002/07/owl#Class) Class : has_rank - Class ..> Thing : has_rank + + + + Class --> "0..1" Thing : has_rank + click Thing href "../Thing" + Class : has_related_synonym @@ -124,41 +197,81 @@ URI: [owl:Class](http://www.w3.org/2002/07/owl#Class) Class : image - Class ..> Thing : image + + + + Class --> "0..1" Thing : image + click Thing href "../Thing" + Class : imported_from - Class ..> NamedIndividual : imported_from + + + + Class --> "*" NamedIndividual : imported_from + click NamedIndividual href "../NamedIndividual" + Class : in_subset - Class ..> Subset : in_subset + + + + Class --> "*" Subset : in_subset + click Subset href "../Subset" + Class : intersectionOf - Class ..> ClassExpression : intersectionOf + + + + Class --> "0..1" ClassExpression : intersectionOf + click ClassExpression href "../ClassExpression" + Class : ISA_alternative_term Class : isDefinedBy - Class ..> Ontology : isDefinedBy + + + + Class --> "0..1" Ontology : isDefinedBy + click Ontology href "../Ontology" + Class : label Class : narrowMatch - Class ..> Class : narrowMatch + + + + Class --> "*" Class : narrowMatch + click Class href "../Class" + Class : never_in_taxon - Class ..> Class : never_in_taxon + + + + Class --> "*" Class : never_in_taxon + click Class href "../Class" + Class : OBO_foundry_unique_label Class : oneOf - Class ..> ClassExpression : oneOf + + + + Class --> "0..1" ClassExpression : oneOf + click ClassExpression href "../ClassExpression" + Class : ontology_term_requester @@ -166,21 +279,41 @@ URI: [owl:Class](http://www.w3.org/2002/07/owl#Class) Class : seeAlso - Class ..> Thing : seeAlso + + + + Class --> "*" Thing : seeAlso + click Thing href "../Thing" + Class : should_conform_to - Class ..> Thing : should_conform_to + + + + Class --> "0..1" Thing : should_conform_to + click Thing href "../Thing" + Class : subClassOf - Class ..> Class : subClassOf + + + + Class --> "*" Class : subClassOf + click Class href "../Class" + Class : term_editor Class : term_replaced_by - Class ..> Any : term_replaced_by + + + + Class --> "0..1" Any : term_replaced_by + click Any href "../Any" + Class : term_tracker_item @@ -207,69 +340,69 @@ URI: [owl:Class](http://www.w3.org/2002/07/owl#Class) | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [never_in_taxon](never_in_taxon.md) | 0..*
[Class](Class.md) | | direct | +| [never_in_taxon](never_in_taxon.md) | *
[Class](Class.md) | | direct | | [disconnected_from](disconnected_from.md) | 0..1
[Class](Class.md) | | direct | | [has_rank](has_rank.md) | 0..1
[Thing](Thing.md) | | direct | -| [disjointWith](disjointWith.md) | 0..*
[String](String.md) | | [ClassExpression](ClassExpression.md) | -| [equivalentClass](equivalentClass.md) | 0..*
[ClassExpression](ClassExpression.md) | | [ClassExpression](ClassExpression.md) | +| [disjointWith](disjointWith.md) | *
[String](String.md) | | [ClassExpression](ClassExpression.md) | +| [equivalentClass](equivalentClass.md) | *
[ClassExpression](ClassExpression.md) | | [ClassExpression](ClassExpression.md) | | [intersectionOf](intersectionOf.md) | 0..1
[ClassExpression](ClassExpression.md) | | [ClassExpression](ClassExpression.md) | -| [subClassOf](subClassOf.md) | 0..*
[Class](Class.md) | | [ClassExpression](ClassExpression.md) | +| [subClassOf](subClassOf.md) | *
[Class](Class.md) | | [ClassExpression](ClassExpression.md) | | [cardinality](cardinality.md) | 0..1
[String](String.md) | | [ClassExpression](ClassExpression.md) | | [complementOf](complementOf.md) | 0..1
[String](String.md) | | [ClassExpression](ClassExpression.md) | | [oneOf](oneOf.md) | 0..1
[ClassExpression](ClassExpression.md) | | [ClassExpression](ClassExpression.md) | | [unionOf](unionOf.md) | 0..1
[String](String.md) | | [ClassExpression](ClassExpression.md) | -| [has_exact_synonym](has_exact_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_narrow_synonym](has_narrow_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_broad_synonym](has_broad_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_related_synonym](has_related_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [alternative_term](alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [ISA_alternative_term](ISA_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [IEDB_alternative_term](IEDB_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [editor_preferred_term](editor_preferred_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_exact_synonym](has_exact_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_narrow_synonym](has_narrow_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_broad_synonym](has_broad_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_related_synonym](has_related_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [alternative_term](alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [ISA_alternative_term](ISA_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [IEDB_alternative_term](IEDB_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [editor_preferred_term](editor_preferred_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | | [deprecated](deprecated.md) | 0..1
[Boolean](Boolean.md) | | [HasLifeCycle](HasLifeCycle.md) | | [has_obsolescence_reason](has_obsolescence_reason.md) | 0..1
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [term_replaced_by](term_replaced_by.md) | 0..1
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [consider](consider.md) | 0..*
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [has_alternative_id](has_alternative_id.md) | 0..*
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | +| [consider](consider.md) | *
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [has_alternative_id](has_alternative_id.md) | *
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | | [excluded_from_QC_check](excluded_from_QC_check.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_subClassOf](excluded_subClassOf.md) | 0..*
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_synonym](excluded_synonym.md) | 0..*
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_subClassOf](excluded_subClassOf.md) | *
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_synonym](excluded_synonym.md) | *
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [should_conform_to](should_conform_to.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | | [created_by](created_by.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [creation_date](creation_date.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [contributor](contributor.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | -| [creator](creator.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creation_date](creation_date.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [contributor](contributor.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creator](creator.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | | [created](created.md) | 0..1
[String](String.md) | when the term came into being | [HasProvenance](HasProvenance.md) | -| [date](date.md) | 0..*
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | +| [date](date.md) | *
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | | [isDefinedBy](isDefinedBy.md) | 0..1
[Ontology](Ontology.md) | | [HasProvenance](HasProvenance.md) | -| [editor_note](editor_note.md) | 0..*
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | -| [term_editor](term_editor.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [definition_source](definition_source.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [editor_note](editor_note.md) | *
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | +| [term_editor](term_editor.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [definition_source](definition_source.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | | [ontology_term_requester](ontology_term_requester.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [imported_from](imported_from.md) | 0..*
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | -| [term_tracker_item](term_tracker_item.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [broadMatch](broadMatch.md) | 0..*
[Class](Class.md) | | [HasMappings](HasMappings.md) | -| [closeMatch](closeMatch.md) | 0..*
[Class](Class.md) | | [HasMappings](HasMappings.md) | -| [exactMatch](exactMatch.md) | 0..*
[Class](Class.md) | | [HasMappings](HasMappings.md) | -| [narrowMatch](narrowMatch.md) | 0..*
[Class](Class.md) | | [HasMappings](HasMappings.md) | -| [database_cross_reference](database_cross_reference.md) | 0..*
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | -| [has_obo_namespace](has_obo_namespace.md) | 0..*
[String](String.md) | | [HasCategory](HasCategory.md) | +| [imported_from](imported_from.md) | *
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | +| [term_tracker_item](term_tracker_item.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [broadMatch](broadMatch.md) | *
[Class](Class.md) | | [HasMappings](HasMappings.md) | +| [closeMatch](closeMatch.md) | *
[Class](Class.md) | | [HasMappings](HasMappings.md) | +| [exactMatch](exactMatch.md) | *
[Class](Class.md) | | [HasMappings](HasMappings.md) | +| [narrowMatch](narrowMatch.md) | *
[Class](Class.md) | | [HasMappings](HasMappings.md) | +| [database_cross_reference](database_cross_reference.md) | *
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | +| [has_obo_namespace](has_obo_namespace.md) | *
[String](String.md) | | [HasCategory](HasCategory.md) | | [category](category.md) | 0..1
[String](String.md) | | [HasCategory](HasCategory.md) | -| [in_subset](in_subset.md) | 0..*
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | -| [conformsTo](conformsTo.md) | 0..*
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | -| [comment](comment.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [seeAlso](seeAlso.md) | 0..*
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | +| [in_subset](in_subset.md) | *
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | +| [conformsTo](conformsTo.md) | *
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | +| [comment](comment.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [seeAlso](seeAlso.md) | *
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | | [image](image.md) | 0..1
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | -| [example_of_usage](example_of_usage.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [curator_note](curator_note.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [example_of_usage](example_of_usage.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [curator_note](curator_note.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | | [has_curation_status](has_curation_status.md) | 0..1
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [depicted_by](depicted_by.md) | 0..*
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | -| [page](page.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [label](label.md) | 1..1
[LabelType](LabelType.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [definition](definition.md) | 0..* _recommended_
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | -| [type](type.md) | 0..*
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | +| [depicted_by](depicted_by.md) | *
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | +| [page](page.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [label](label.md) | 1
[LabelType](LabelType.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | +| [definition](definition.md) | * _recommended_
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | +| [type](type.md) | *
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | @@ -322,8 +455,7 @@ URI: [owl:Class](http://www.w3.org/2002/07/owl#Class) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -340,6 +472,8 @@ URI: [owl:Class](http://www.w3.org/2002/07/owl#Class) + + ## LinkML Source @@ -349,13 +483,12 @@ URI: [owl:Class](http://www.w3.org/2002/07/owl#Class)
```yaml name: Class -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata aliases: - term - concept close_mappings: - skos:Concept -rank: 1000 is_a: Term mixins: - ClassExpression @@ -366,39 +499,24 @@ slots: slot_usage: label: name: label - domain_of: - - HasMinimalMetadata - - Axiom required: true definition: name: definition - domain_of: - - HasMinimalMetadata recommended: true broadMatch: name: broadMatch - domain_of: - - HasMappings range: Class exactMatch: name: exactMatch - domain_of: - - HasMappings range: Class narrowMatch: name: narrowMatch - domain_of: - - HasMappings range: Class closeMatch: name: closeMatch - domain_of: - - HasMappings range: Class subClassOf: name: subClassOf - domain_of: - - ClassExpression range: Class class_uri: owl:Class @@ -410,68 +528,52 @@ class_uri: owl:Class
```yaml name: Class -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata aliases: - term - concept close_mappings: - skos:Concept -rank: 1000 is_a: Term mixins: - ClassExpression slot_usage: label: name: label - domain_of: - - HasMinimalMetadata - - Axiom required: true definition: name: definition - domain_of: - - HasMinimalMetadata recommended: true broadMatch: name: broadMatch - domain_of: - - HasMappings range: Class exactMatch: name: exactMatch - domain_of: - - HasMappings range: Class narrowMatch: name: narrowMatch - domain_of: - - HasMappings range: Class closeMatch: name: closeMatch - domain_of: - - HasMappings range: Class subClassOf: name: subClassOf - domain_of: - - ClassExpression range: Class attributes: never_in_taxon: name: never_in_taxon - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: RO:0002161 - multivalued: true alias: never_in_taxon owner: Class domain_of: - Class range: Class + multivalued: true disconnected_from: name: disconnected_from - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: shortcut_annotation_property alias: disconnected_from @@ -481,7 +583,7 @@ attributes: range: Class has_rank: name: has_rank - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - obo:ncbitaxon/subsets/taxslim#has_rank rank: 1000 @@ -494,38 +596,38 @@ attributes: name: disjointWith todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:disjointWith - multivalued: true alias: disjointWith owner: Class domain_of: - ClassExpression - PropertyExpression range: string + multivalued: true equivalentClass: name: equivalentClass todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate mixins: - match_aspect slot_uri: owl:equivalentClass - multivalued: true alias: equivalentClass owner: Class domain_of: - ClassExpression range: ClassExpression + multivalued: true intersectionOf: name: intersectionOf todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:intersectionOf @@ -536,19 +638,19 @@ attributes: range: ClassExpression subClassOf: name: subClassOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:subClassOf - multivalued: true alias: subClassOf owner: Class domain_of: - ClassExpression range: Class + multivalued: true cardinality: name: cardinality - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:cardinality @@ -561,7 +663,7 @@ attributes: name: complementOf todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:complementOf @@ -572,7 +674,7 @@ attributes: range: string oneOf: name: oneOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:oneOf @@ -583,7 +685,7 @@ attributes: range: ClassExpression unionOf: name: unionOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:unionOf @@ -594,11 +696,10 @@ attributes: range: string has_exact_synonym: name: has_exact_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasExactSynonym - multivalued: true alias: has_exact_synonym owner: Class domain_of: @@ -607,115 +708,116 @@ attributes: disjoint_with: - label range: label type + multivalued: true has_narrow_synonym: name: has_narrow_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasNarrowSynonym - multivalued: true alias: has_narrow_synonym owner: Class domain_of: - HasSynonyms range: label type + multivalued: true has_broad_synonym: name: has_broad_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasBroadSynonym - multivalued: true alias: has_broad_synonym owner: Class domain_of: - HasSynonyms range: label type + multivalued: true has_related_synonym: name: has_related_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasRelatedSynonym - multivalued: true alias: has_related_synonym owner: Class domain_of: - HasSynonyms range: label type + multivalued: true alternative_term: name: alternative_term in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:altLabel rank: 1000 slot_uri: IAO:0000118 - multivalued: true alias: alternative_term owner: Class domain_of: - HasSynonyms range: string + multivalued: true ISA_alternative_term: name: ISA_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:0001847 - multivalued: true alias: ISA_alternative_term owner: Class domain_of: - HasSynonyms range: string + multivalued: true IEDB_alternative_term: name: IEDB_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:9991118 - multivalued: true alias: IEDB_alternative_term owner: Class domain_of: - HasSynonyms range: string + multivalued: true editor_preferred_term: name: editor_preferred_term in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000111 - multivalued: true alias: editor_preferred_term owner: Class domain_of: - HasSynonyms range: string + multivalued: true OBO_foundry_unique_label: name: OBO_foundry_unique_label todos: - add uniquekey - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000589 - multivalued: true alias: OBO_foundry_unique_label owner: Class domain_of: - HasSynonyms range: string + multivalued: true deprecated: name: deprecated in_subset: - allotrope permitted profile - go permitted profile - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata aliases: - is obsolete rank: 1000 @@ -733,7 +835,7 @@ attributes: - restrict range comments: - '{''RULE'': ''subject must be deprecated''}' - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect @@ -751,7 +853,7 @@ attributes: - go permitted profile - obi permitted profile - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - dcterms:isReplacedBy rank: 1000 @@ -769,17 +871,17 @@ attributes: - '{''RULE'': ''subject must be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect slot_uri: oio:consider - multivalued: true alias: consider owner: Class domain_of: - HasLifeCycle range: Any + multivalued: true has_alternative_id: name: has_alternative_id description: Relates a live term to a deprecated ID that was merged in @@ -789,22 +891,22 @@ attributes: - '{''RULE'': ''object must NOT be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata see_also: - https://github.com/owlcs/owlapi/issues/317 rank: 1000 is_a: obsoletion_related_property domain: NotObsoleteAspect slot_uri: oio:hasAlternativeId - multivalued: true alias: has_alternative_id owner: Class domain_of: - HasLifeCycle range: uriorcurie + multivalued: true excluded_from_QC_check: name: excluded_from_QC_check - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: excluded_from_QC_check @@ -814,31 +916,31 @@ attributes: range: Thing excluded_subClassOf: name: excluded_subClassOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_subClassOf owner: Class domain_of: - HasLifeCycle range: Class + multivalued: true excluded_synonym: name: excluded_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:hiddenSynonym rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_synonym owner: Class domain_of: - HasLifeCycle range: string + multivalued: true should_conform_to: name: should_conform_to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: should_conform_to @@ -849,7 +951,7 @@ attributes: created_by: name: created_by deprecated: proposed obsoleted by OMO group 2022-04-12 - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: creator rank: 1000 is_a: provenance_property @@ -865,50 +967,50 @@ attributes: deprecated: proposed obsoleted by OMO group 2022-04-12 todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: created rank: 1000 is_a: provenance_property slot_uri: oio:creation_date - multivalued: true alias: creation_date owner: Class domain_of: - HasProvenance range: string + multivalued: true contributor: name: contributor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:contributor - multivalued: true alias: contributor owner: Class domain_of: - HasProvenance range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true partial_match: false creator: name: creator - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:creator - multivalued: true alias: creator owner: Class domain_of: - HasProvenance - Ontology range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true @@ -916,37 +1018,37 @@ attributes: created: name: created description: when the term came into being - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:createdOn rank: 1000 is_a: provenance_property slot_uri: dcterms:created - multivalued: false alias: created owner: Class domain_of: - HasProvenance - Ontology range: string + multivalued: false date: name: date description: when the term was updated - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:authoredOn rank: 1000 is_a: provenance_property slot_uri: dcterms:date - multivalued: true alias: date owner: Class domain_of: - HasProvenance range: string + multivalued: true isDefinedBy: name: isDefinedBy - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:importedFrom - dcterms:publisher @@ -959,47 +1061,47 @@ attributes: range: Ontology editor_note: name: editor_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000116 - multivalued: true alias: editor_note owner: Class domain_of: - HasProvenance range: narrative text + multivalued: true term_editor: name: term_editor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000117 - multivalued: true alias: term_editor owner: Class domain_of: - HasProvenance range: string + multivalued: true definition_source: name: definition_source todos: - restrict range in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000119 - multivalued: true alias: definition_source owner: Class domain_of: - HasProvenance range: string + multivalued: true ontology_term_requester: name: ontology_term_requester - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000234 @@ -1010,105 +1112,105 @@ attributes: range: string imported_from: name: imported_from - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000412 - multivalued: true alias: imported_from owner: Class domain_of: - HasProvenance range: NamedIndividual + multivalued: true term_tracker_item: name: term_tracker_item todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000233 - multivalued: true alias: term_tracker_item owner: Class domain_of: - HasProvenance range: string + multivalued: true broadMatch: name: broadMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:broadMatch - multivalued: true alias: broadMatch owner: Class domain_of: - HasMappings range: Class + multivalued: true closeMatch: name: closeMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:closeMatch - multivalued: true alias: closeMatch owner: Class domain_of: - HasMappings range: Class + multivalued: true exactMatch: name: exactMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:exactMatch - multivalued: true alias: exactMatch owner: Class domain_of: - HasMappings range: Class + multivalued: true narrowMatch: name: narrowMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:narrowMatch - multivalued: true alias: narrowMatch owner: Class domain_of: - HasMappings range: Class + multivalued: true database_cross_reference: name: database_cross_reference - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: oio:hasDbXref - multivalued: true alias: database_cross_reference owner: Class domain_of: - HasMappings - Axiom range: CURIELiteral + multivalued: true has_obo_namespace: name: has_obo_namespace - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasOBONamespace - multivalued: true alias: has_obo_namespace owner: Class domain_of: - HasCategory range: string + multivalued: true category: name: category - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: biolink:category @@ -1120,36 +1222,35 @@ attributes: in_subset: name: in_subset description: Maps an ontology element to a subset it belongs to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:inSubset - multivalued: true alias: in_subset owner: Class domain_of: - HasCategory range: Subset + multivalued: true conformsTo: name: conformsTo - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: dcterms:conformsTo - multivalued: true alias: conformsTo owner: Class domain_of: - HasCategory range: Thing + multivalued: true comment: name: comment comments: - in obo format, a term cannot have more than one comment - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: rdfs:comment - multivalued: true alias: comment owner: Class domain_of: @@ -1157,23 +1258,24 @@ attributes: - Ontology - Axiom range: string + multivalued: true seeAlso: name: seeAlso todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: rdfs:seeAlso - multivalued: true alias: seeAlso owner: Class domain_of: - HasUserInformation - Axiom range: Thing + multivalued: true image: name: image - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: sdo:image @@ -1186,33 +1288,33 @@ attributes: name: example_of_usage in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:example rank: 1000 is_a: informative_property slot_uri: IAO:0000112 - multivalued: true alias: example_of_usage owner: Class domain_of: - HasUserInformation range: string + multivalued: true curator_note: name: curator_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000232 - multivalued: true alias: curator_note owner: Class domain_of: - HasUserInformation range: string + multivalued: true has_curation_status: name: has_curation_status - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: IAO:0000114 @@ -1223,35 +1325,44 @@ attributes: range: string depicted_by: name: depicted_by - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:depicted_by - multivalued: true alias: depicted_by owner: Class domain_of: - HasUserInformation range: Image + multivalued: true page: name: page - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:page - multivalued: true alias: page owner: Class domain_of: - HasUserInformation range: string + multivalued: true label: name: label - from_schema: http://purl.obolibrary.org/obo/omo/schema + comments: + - SHOULD follow OBO label guidelines + - MUST be unique within an ontology + - SHOULD be unique across OBO + in_subset: + - allotrope required profile + - go required profile + - obi required profile + from_schema: https://w3id.org/oak/ontology-metadata + exact_mappings: + - skos:prefLabel rank: 1000 is_a: core_property slot_uri: rdfs:label - multivalued: false alias: label owner: Class domain_of: @@ -1259,23 +1370,32 @@ attributes: - Axiom range: label type required: true + multivalued: false definition: name: definition - from_schema: http://purl.obolibrary.org/obo/omo/schema + comments: + - SHOULD be in Aristotelian (genus-differentia) form + in_subset: + - allotrope required profile + - go required profile + - obi required profile + from_schema: https://w3id.org/oak/ontology-metadata + exact_mappings: + - skos:definition rank: 1000 is_a: core_property slot_uri: IAO:0000115 - multivalued: true alias: definition owner: Class domain_of: - HasMinimalMetadata range: narrative text recommended: true + multivalued: true id: name: id description: this maps to the URI in RDF - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: core_property identifier: true @@ -1287,17 +1407,17 @@ attributes: required: true type: name: type - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdf:type - multivalued: true designates_type: true alias: type owner: Class domain_of: - Thing range: uriorcurie + multivalued: true class_uri: owl:Class ``` diff --git a/docs/datamodels/ontology-metadata/ClassExpression.md b/docs/datamodels/ontology-metadata/ClassExpression.md index c87ef7e8b..383753026 100644 --- a/docs/datamodels/ontology-metadata/ClassExpression.md +++ b/docs/datamodels/ontology-metadata/ClassExpression.md @@ -1,19 +1,28 @@ + + # Class: ClassExpression -URI: [omoschema:ClassExpression](http://purl.obolibrary.org/obo/omo/schema/ClassExpression) +URI: [omoschema:ClassExpression](https://w3id.org/oak/ontology-metadata/ClassExpression) + + + ```{mermaid} classDiagram class ClassExpression + click ClassExpression href "../ClassExpression" Expression <|-- ClassExpression + click Expression href "../Expression" ClassExpression <|-- Class + click Class href "../Class" ClassExpression <|-- Restriction + click Restriction href "../Restriction" ClassExpression : cardinality @@ -24,19 +33,39 @@ URI: [omoschema:ClassExpression](http://purl.obolibrary.org/obo/omo/schema/Class ClassExpression : equivalentClass - ClassExpression ..> ClassExpression : equivalentClass + + + + ClassExpression --> "*" ClassExpression : equivalentClass + click ClassExpression href "../ClassExpression" + ClassExpression : intersectionOf - ClassExpression ..> ClassExpression : intersectionOf + + + + ClassExpression --> "0..1" ClassExpression : intersectionOf + click ClassExpression href "../ClassExpression" + ClassExpression : oneOf - ClassExpression ..> ClassExpression : oneOf + + + + ClassExpression --> "0..1" ClassExpression : oneOf + click ClassExpression href "../ClassExpression" + ClassExpression : subClassOf - ClassExpression ..> ClassExpression : subClassOf + + + + ClassExpression --> "*" ClassExpression : subClassOf + click ClassExpression href "../ClassExpression" + ClassExpression : unionOf @@ -57,10 +86,10 @@ URI: [omoschema:ClassExpression](http://purl.obolibrary.org/obo/omo/schema/Class | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [disjointWith](disjointWith.md) | 0..*
[String](String.md) | | direct | -| [equivalentClass](equivalentClass.md) | 0..*
[ClassExpression](ClassExpression.md) | | direct | +| [disjointWith](disjointWith.md) | *
[String](String.md) | | direct | +| [equivalentClass](equivalentClass.md) | *
[ClassExpression](ClassExpression.md) | | direct | | [intersectionOf](intersectionOf.md) | 0..1
[ClassExpression](ClassExpression.md) | | direct | -| [subClassOf](subClassOf.md) | 0..*
[ClassExpression](ClassExpression.md) | | direct | +| [subClassOf](subClassOf.md) | *
[ClassExpression](ClassExpression.md) | | direct | | [cardinality](cardinality.md) | 0..1
[String](String.md) | | direct | | [complementOf](complementOf.md) | 0..1
[String](String.md) | | direct | | [oneOf](oneOf.md) | 0..1
[ClassExpression](ClassExpression.md) | | direct | @@ -110,8 +139,7 @@ URI: [omoschema:ClassExpression](http://purl.obolibrary.org/obo/omo/schema/Class ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -127,6 +155,8 @@ URI: [omoschema:ClassExpression](http://purl.obolibrary.org/obo/omo/schema/Class + + ## LinkML Source @@ -136,8 +166,7 @@ URI: [omoschema:ClassExpression](http://purl.obolibrary.org/obo/omo/schema/Class
```yaml name: ClassExpression -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: Expression mixin: true slots: @@ -158,8 +187,7 @@ slots:
```yaml name: ClassExpression -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: Expression mixin: true attributes: @@ -167,38 +195,38 @@ attributes: name: disjointWith todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:disjointWith - multivalued: true alias: disjointWith owner: ClassExpression domain_of: - ClassExpression - PropertyExpression range: string + multivalued: true equivalentClass: name: equivalentClass todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate mixins: - match_aspect slot_uri: owl:equivalentClass - multivalued: true alias: equivalentClass owner: ClassExpression domain_of: - ClassExpression range: ClassExpression + multivalued: true intersectionOf: name: intersectionOf todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:intersectionOf @@ -209,19 +237,19 @@ attributes: range: ClassExpression subClassOf: name: subClassOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:subClassOf - multivalued: true alias: subClassOf owner: ClassExpression domain_of: - ClassExpression range: ClassExpression + multivalued: true cardinality: name: cardinality - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:cardinality @@ -234,7 +262,7 @@ attributes: name: complementOf todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:complementOf @@ -245,7 +273,7 @@ attributes: range: string oneOf: name: oneOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:oneOf @@ -256,7 +284,7 @@ attributes: range: ClassExpression unionOf: name: unionOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:unionOf diff --git a/docs/datamodels/ontology-metadata/Datetime.md b/docs/datamodels/ontology-metadata/Datetime.md index 764c46809..aab4bc6eb 100644 --- a/docs/datamodels/ontology-metadata/Datetime.md +++ b/docs/datamodels/ontology-metadata/Datetime.md @@ -1,9 +1,12 @@ # Type: Datetime + + _The combination of a date and time_ + URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) * [base](https://w3id.org/linkml/base): XSDDateTime @@ -30,7 +33,18 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:dateTime | +| native | omoschema:datetime | +| exact | schema:DateTime | diff --git a/docs/datamodels/ontology-metadata/Decimal.md b/docs/datamodels/ontology-metadata/Decimal.md index bf1fae1c5..b942be859 100644 --- a/docs/datamodels/ontology-metadata/Decimal.md +++ b/docs/datamodels/ontology-metadata/Decimal.md @@ -1,9 +1,12 @@ # Type: Decimal + + _A real number with arbitrary precision that conforms to the xsd:decimal specification_ + URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) * [base](https://w3id.org/linkml/base): Decimal @@ -29,7 +32,18 @@ URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:decimal | +| native | omoschema:decimal | +| broad | schema:Number | diff --git a/docs/datamodels/ontology-metadata/Double.md b/docs/datamodels/ontology-metadata/Double.md index 7f2c82970..6e3ba2d7c 100644 --- a/docs/datamodels/ontology-metadata/Double.md +++ b/docs/datamodels/ontology-metadata/Double.md @@ -1,9 +1,12 @@ # Type: Double + + _A real number that conforms to the xsd:double specification_ + URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) * [base](https://w3id.org/linkml/base): float @@ -29,7 +32,18 @@ URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:double | +| native | omoschema:double | +| close | schema:Float | diff --git a/docs/datamodels/ontology-metadata/Expression.md b/docs/datamodels/ontology-metadata/Expression.md index 280a075ce..1ee2aa5f7 100644 --- a/docs/datamodels/ontology-metadata/Expression.md +++ b/docs/datamodels/ontology-metadata/Expression.md @@ -1,16 +1,24 @@ + + # Class: Expression -URI: [omoschema:Expression](http://purl.obolibrary.org/obo/omo/schema/Expression) +URI: [omoschema:Expression](https://w3id.org/oak/ontology-metadata/Expression) + + + ```{mermaid} classDiagram class Expression + click Expression href "../Expression" Expression <|-- ClassExpression + click ClassExpression href "../ClassExpression" Expression <|-- PropertyExpression + click PropertyExpression href "../PropertyExpression" ``` @@ -56,8 +64,7 @@ URI: [omoschema:Expression](http://purl.obolibrary.org/obo/omo/schema/Expression ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -73,6 +80,8 @@ URI: [omoschema:Expression](http://purl.obolibrary.org/obo/omo/schema/Expression + + ## LinkML Source @@ -82,8 +91,7 @@ URI: [omoschema:Expression](http://purl.obolibrary.org/obo/omo/schema/Expression
```yaml name: Expression -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata mixin: true ``` @@ -94,8 +102,7 @@ mixin: true
```yaml name: Expression -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata mixin: true ``` diff --git a/docs/datamodels/ontology-metadata/Float.md b/docs/datamodels/ontology-metadata/Float.md index d963aef15..84b31acc7 100644 --- a/docs/datamodels/ontology-metadata/Float.md +++ b/docs/datamodels/ontology-metadata/Float.md @@ -1,9 +1,12 @@ # Type: Float + + _A real number that conforms to the xsd:float specification_ + URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) * [base](https://w3id.org/linkml/base): float @@ -29,7 +32,18 @@ URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:float | +| native | omoschema:float | +| exact | schema:Float | diff --git a/docs/datamodels/ontology-metadata/HasCategory.md b/docs/datamodels/ontology-metadata/HasCategory.md index a447f2b9e..c45e57203 100644 --- a/docs/datamodels/ontology-metadata/HasCategory.md +++ b/docs/datamodels/ontology-metadata/HasCategory.md @@ -1,31 +1,49 @@ + + # Class: HasCategory -URI: [omoschema:HasCategory](http://purl.obolibrary.org/obo/omo/schema/HasCategory) +URI: [omoschema:HasCategory](https://w3id.org/oak/ontology-metadata/HasCategory) + + + ```{mermaid} classDiagram class HasCategory + click HasCategory href "../HasCategory" AnnotationPropertyMixin <|-- HasCategory + click AnnotationPropertyMixin href "../AnnotationPropertyMixin" HasCategory <|-- Term + click Term href "../Term" HasCategory : category HasCategory : conformsTo - HasCategory ..> Thing : conformsTo + + + + HasCategory --> "*" Thing : conformsTo + click Thing href "../Thing" + HasCategory : has_obo_namespace HasCategory : in_subset - HasCategory ..> Subset : in_subset + + + + HasCategory --> "*" Subset : in_subset + click Subset href "../Subset" + ``` @@ -44,10 +62,10 @@ URI: [omoschema:HasCategory](http://purl.obolibrary.org/obo/omo/schema/HasCatego | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [has_obo_namespace](has_obo_namespace.md) | 0..*
[String](String.md) | | direct | +| [has_obo_namespace](has_obo_namespace.md) | *
[String](String.md) | | direct | | [category](category.md) | 0..1
[String](String.md) | | direct | -| [in_subset](in_subset.md) | 0..*
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | direct | -| [conformsTo](conformsTo.md) | 0..*
[Thing](Thing.md) | | direct | +| [in_subset](in_subset.md) | *
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | direct | +| [conformsTo](conformsTo.md) | *
[Thing](Thing.md) | | direct | @@ -75,8 +93,7 @@ URI: [omoschema:HasCategory](http://purl.obolibrary.org/obo/omo/schema/HasCatego ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -92,6 +109,8 @@ URI: [omoschema:HasCategory](http://purl.obolibrary.org/obo/omo/schema/HasCatego + + ## LinkML Source @@ -101,8 +120,7 @@ URI: [omoschema:HasCategory](http://purl.obolibrary.org/obo/omo/schema/HasCatego
```yaml name: HasCategory -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true slots: @@ -119,25 +137,24 @@ slots:
```yaml name: HasCategory -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true attributes: has_obo_namespace: name: has_obo_namespace - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasOBONamespace - multivalued: true alias: has_obo_namespace owner: HasCategory domain_of: - HasCategory range: string + multivalued: true category: name: category - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: biolink:category @@ -149,27 +166,27 @@ attributes: in_subset: name: in_subset description: Maps an ontology element to a subset it belongs to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:inSubset - multivalued: true alias: in_subset owner: HasCategory domain_of: - HasCategory range: Subset + multivalued: true conformsTo: name: conformsTo - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: dcterms:conformsTo - multivalued: true alias: conformsTo owner: HasCategory domain_of: - HasCategory range: Thing + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/HasLifeCycle.md b/docs/datamodels/ontology-metadata/HasLifeCycle.md index 894fc5be0..502852455 100644 --- a/docs/datamodels/ontology-metadata/HasLifeCycle.md +++ b/docs/datamodels/ontology-metadata/HasLifeCycle.md @@ -1,33 +1,56 @@ + + # Class: HasLifeCycle -URI: [omoschema:HasLifeCycle](http://purl.obolibrary.org/obo/omo/schema/HasLifeCycle) +URI: [omoschema:HasLifeCycle](https://w3id.org/oak/ontology-metadata/HasLifeCycle) + + + ```{mermaid} classDiagram class HasLifeCycle + click HasLifeCycle href "../HasLifeCycle" AnnotationPropertyMixin <|-- HasLifeCycle + click AnnotationPropertyMixin href "../AnnotationPropertyMixin" HasLifeCycle <|-- Term + click Term href "../Term" HasLifeCycle : consider - HasLifeCycle ..> Any : consider + + + + HasLifeCycle --> "*" Any : consider + click Any href "../Any" + HasLifeCycle : deprecated HasLifeCycle : excluded_from_QC_check - HasLifeCycle ..> Thing : excluded_from_QC_check + + + + HasLifeCycle --> "0..1" Thing : excluded_from_QC_check + click Thing href "../Thing" + HasLifeCycle : excluded_subClassOf - HasLifeCycle ..> Class : excluded_subClassOf + + + + HasLifeCycle --> "*" Class : excluded_subClassOf + click Class href "../Class" + HasLifeCycle : excluded_synonym @@ -37,11 +60,21 @@ URI: [omoschema:HasLifeCycle](http://purl.obolibrary.org/obo/omo/schema/HasLifeC HasLifeCycle : should_conform_to - HasLifeCycle ..> Thing : should_conform_to + + + + HasLifeCycle --> "0..1" Thing : should_conform_to + click Thing href "../Thing" + HasLifeCycle : term_replaced_by - HasLifeCycle ..> Any : term_replaced_by + + + + HasLifeCycle --> "0..1" Any : term_replaced_by + click Any href "../Any" + ``` @@ -63,11 +96,11 @@ URI: [omoschema:HasLifeCycle](http://purl.obolibrary.org/obo/omo/schema/HasLifeC | [deprecated](deprecated.md) | 0..1
[Boolean](Boolean.md) | | direct | | [has_obsolescence_reason](has_obsolescence_reason.md) | 0..1
[String](String.md) | | direct | | [term_replaced_by](term_replaced_by.md) | 0..1
[Any](Any.md) | | direct | -| [consider](consider.md) | 0..*
[Any](Any.md) | | direct | -| [has_alternative_id](has_alternative_id.md) | 0..*
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | direct | +| [consider](consider.md) | *
[Any](Any.md) | | direct | +| [has_alternative_id](has_alternative_id.md) | *
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | direct | | [excluded_from_QC_check](excluded_from_QC_check.md) | 0..1
[Thing](Thing.md) | | direct | -| [excluded_subClassOf](excluded_subClassOf.md) | 0..*
[Class](Class.md) | | direct | -| [excluded_synonym](excluded_synonym.md) | 0..*
[String](String.md) | | direct | +| [excluded_subClassOf](excluded_subClassOf.md) | *
[Class](Class.md) | | direct | +| [excluded_synonym](excluded_synonym.md) | *
[String](String.md) | | direct | | [should_conform_to](should_conform_to.md) | 0..1
[Thing](Thing.md) | | direct | @@ -96,8 +129,7 @@ URI: [omoschema:HasLifeCycle](http://purl.obolibrary.org/obo/omo/schema/HasLifeC ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -113,6 +145,8 @@ URI: [omoschema:HasLifeCycle](http://purl.obolibrary.org/obo/omo/schema/HasLifeC + + ## LinkML Source @@ -122,8 +156,7 @@ URI: [omoschema:HasLifeCycle](http://purl.obolibrary.org/obo/omo/schema/HasLifeC
```yaml name: HasLifeCycle -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true slots: @@ -192,8 +225,7 @@ rules:
```yaml name: HasLifeCycle -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true attributes: @@ -203,7 +235,7 @@ attributes: - allotrope permitted profile - go permitted profile - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata aliases: - is obsolete rank: 1000 @@ -221,7 +253,7 @@ attributes: - restrict range comments: - '{''RULE'': ''subject must be deprecated''}' - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect @@ -239,7 +271,7 @@ attributes: - go permitted profile - obi permitted profile - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - dcterms:isReplacedBy rank: 1000 @@ -257,17 +289,17 @@ attributes: - '{''RULE'': ''subject must be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect slot_uri: oio:consider - multivalued: true alias: consider owner: HasLifeCycle domain_of: - HasLifeCycle range: Any + multivalued: true has_alternative_id: name: has_alternative_id description: Relates a live term to a deprecated ID that was merged in @@ -277,22 +309,22 @@ attributes: - '{''RULE'': ''object must NOT be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata see_also: - https://github.com/owlcs/owlapi/issues/317 rank: 1000 is_a: obsoletion_related_property domain: NotObsoleteAspect slot_uri: oio:hasAlternativeId - multivalued: true alias: has_alternative_id owner: HasLifeCycle domain_of: - HasLifeCycle range: uriorcurie + multivalued: true excluded_from_QC_check: name: excluded_from_QC_check - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: excluded_from_QC_check @@ -302,31 +334,31 @@ attributes: range: Thing excluded_subClassOf: name: excluded_subClassOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_subClassOf owner: HasLifeCycle domain_of: - HasLifeCycle range: Class + multivalued: true excluded_synonym: name: excluded_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:hiddenSynonym rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_synonym owner: HasLifeCycle domain_of: - HasLifeCycle range: string + multivalued: true should_conform_to: name: should_conform_to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: should_conform_to diff --git a/docs/datamodels/ontology-metadata/HasMappings.md b/docs/datamodels/ontology-metadata/HasMappings.md index 8931bd4d3..8c344e2b9 100644 --- a/docs/datamodels/ontology-metadata/HasMappings.md +++ b/docs/datamodels/ontology-metadata/HasMappings.md @@ -1,37 +1,65 @@ + + # Class: HasMappings -URI: [omoschema:HasMappings](http://purl.obolibrary.org/obo/omo/schema/HasMappings) +URI: [omoschema:HasMappings](https://w3id.org/oak/ontology-metadata/HasMappings) + + + ```{mermaid} classDiagram class HasMappings + click HasMappings href "../HasMappings" AnnotationPropertyMixin <|-- HasMappings + click AnnotationPropertyMixin href "../AnnotationPropertyMixin" HasMappings <|-- Term + click Term href "../Term" HasMappings : broadMatch - HasMappings ..> Thing : broadMatch + + + + HasMappings --> "*" Thing : broadMatch + click Thing href "../Thing" + HasMappings : closeMatch - HasMappings ..> Thing : closeMatch + + + + HasMappings --> "*" Thing : closeMatch + click Thing href "../Thing" + HasMappings : database_cross_reference HasMappings : exactMatch - HasMappings ..> Thing : exactMatch + + + + HasMappings --> "*" Thing : exactMatch + click Thing href "../Thing" + HasMappings : narrowMatch - HasMappings ..> Thing : narrowMatch + + + + HasMappings --> "*" Thing : narrowMatch + click Thing href "../Thing" + ``` @@ -50,11 +78,11 @@ URI: [omoschema:HasMappings](http://purl.obolibrary.org/obo/omo/schema/HasMappin | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [broadMatch](broadMatch.md) | 0..*
[Thing](Thing.md) | | direct | -| [closeMatch](closeMatch.md) | 0..*
[Thing](Thing.md) | | direct | -| [exactMatch](exactMatch.md) | 0..*
[Thing](Thing.md) | | direct | -| [narrowMatch](narrowMatch.md) | 0..*
[Thing](Thing.md) | | direct | -| [database_cross_reference](database_cross_reference.md) | 0..*
[CURIELiteral](CURIELiteral.md) | | direct | +| [broadMatch](broadMatch.md) | *
[Thing](Thing.md) | | direct | +| [closeMatch](closeMatch.md) | *
[Thing](Thing.md) | | direct | +| [exactMatch](exactMatch.md) | *
[Thing](Thing.md) | | direct | +| [narrowMatch](narrowMatch.md) | *
[Thing](Thing.md) | | direct | +| [database_cross_reference](database_cross_reference.md) | *
[CURIELiteral](CURIELiteral.md) | | direct | @@ -82,8 +110,7 @@ URI: [omoschema:HasMappings](http://purl.obolibrary.org/obo/omo/schema/HasMappin ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -99,6 +126,8 @@ URI: [omoschema:HasMappings](http://purl.obolibrary.org/obo/omo/schema/HasMappin + + ## LinkML Source @@ -108,8 +137,7 @@ URI: [omoschema:HasMappings](http://purl.obolibrary.org/obo/omo/schema/HasMappin
```yaml name: HasMappings -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true slots: @@ -127,72 +155,71 @@ slots:
```yaml name: HasMappings -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true attributes: broadMatch: name: broadMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:broadMatch - multivalued: true alias: broadMatch owner: HasMappings domain_of: - HasMappings range: Thing + multivalued: true closeMatch: name: closeMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:closeMatch - multivalued: true alias: closeMatch owner: HasMappings domain_of: - HasMappings range: Thing + multivalued: true exactMatch: name: exactMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:exactMatch - multivalued: true alias: exactMatch owner: HasMappings domain_of: - HasMappings range: Thing + multivalued: true narrowMatch: name: narrowMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:narrowMatch - multivalued: true alias: narrowMatch owner: HasMappings domain_of: - HasMappings range: Thing + multivalued: true database_cross_reference: name: database_cross_reference - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: oio:hasDbXref - multivalued: true alias: database_cross_reference owner: HasMappings domain_of: - HasMappings - Axiom range: CURIELiteral + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/HasMinimalMetadata.md b/docs/datamodels/ontology-metadata/HasMinimalMetadata.md index 9e90acf9a..92dcdf7b2 100644 --- a/docs/datamodels/ontology-metadata/HasMinimalMetadata.md +++ b/docs/datamodels/ontology-metadata/HasMinimalMetadata.md @@ -1,20 +1,31 @@ + + # Class: HasMinimalMetadata + + _Absolute minimum metadata model_ -URI: [omoschema:HasMinimalMetadata](http://purl.obolibrary.org/obo/omo/schema/HasMinimalMetadata) + +URI: [omoschema:HasMinimalMetadata](https://w3id.org/oak/ontology-metadata/HasMinimalMetadata) + + + ```{mermaid} classDiagram class HasMinimalMetadata + click HasMinimalMetadata href "../HasMinimalMetadata" AnnotationPropertyMixin <|-- HasMinimalMetadata + click AnnotationPropertyMixin href "../AnnotationPropertyMixin" HasMinimalMetadata <|-- Term + click Term href "../Term" HasMinimalMetadata : definition @@ -39,7 +50,7 @@ URI: [omoschema:HasMinimalMetadata](http://purl.obolibrary.org/obo/omo/schema/Ha | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [label](label.md) | 0..1
[LabelType](LabelType.md) | | direct | -| [definition](definition.md) | 0..*
[NarrativeText](NarrativeText.md) | | direct | +| [definition](definition.md) | *
[NarrativeText](NarrativeText.md) | | direct | @@ -67,8 +78,7 @@ URI: [omoschema:HasMinimalMetadata](http://purl.obolibrary.org/obo/omo/schema/Ha ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -84,6 +94,8 @@ URI: [omoschema:HasMinimalMetadata](http://purl.obolibrary.org/obo/omo/schema/Ha + + ## LinkML Source @@ -94,8 +106,7 @@ URI: [omoschema:HasMinimalMetadata](http://purl.obolibrary.org/obo/omo/schema/Ha ```yaml name: HasMinimalMetadata description: Absolute minimum metadata model -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true slots: @@ -111,8 +122,7 @@ slots: ```yaml name: HasMinimalMetadata description: Absolute minimum metadata model -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true attributes: @@ -126,19 +136,19 @@ attributes: - allotrope required profile - go required profile - obi required profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:prefLabel rank: 1000 is_a: core_property slot_uri: rdfs:label - multivalued: false alias: label owner: HasMinimalMetadata domain_of: - HasMinimalMetadata - Axiom range: label type + multivalued: false definition: name: definition comments: @@ -147,18 +157,18 @@ attributes: - allotrope required profile - go required profile - obi required profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:definition rank: 1000 is_a: core_property slot_uri: IAO:0000115 - multivalued: true alias: definition owner: HasMinimalMetadata domain_of: - HasMinimalMetadata range: narrative text + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/HasProvenance.md b/docs/datamodels/ontology-metadata/HasProvenance.md index 188eb2681..4405e40a4 100644 --- a/docs/datamodels/ontology-metadata/HasProvenance.md +++ b/docs/datamodels/ontology-metadata/HasProvenance.md @@ -1,23 +1,36 @@ + + # Class: HasProvenance -URI: [omoschema:HasProvenance](http://purl.obolibrary.org/obo/omo/schema/HasProvenance) +URI: [omoschema:HasProvenance](https://w3id.org/oak/ontology-metadata/HasProvenance) + + + ```{mermaid} classDiagram class HasProvenance + click HasProvenance href "../HasProvenance" AnnotationPropertyMixin <|-- HasProvenance + click AnnotationPropertyMixin href "../AnnotationPropertyMixin" HasProvenance <|-- Term + click Term href "../Term" HasProvenance : contributor - HasProvenance ..> Agent : contributor + + + + HasProvenance --> "*" Agent : contributor + click Agent href "../Agent" + HasProvenance : created @@ -27,7 +40,12 @@ URI: [omoschema:HasProvenance](http://purl.obolibrary.org/obo/omo/schema/HasProv HasProvenance : creator - HasProvenance ..> Agent : creator + + + + HasProvenance --> "*" Agent : creator + click Agent href "../Agent" + HasProvenance : date @@ -37,11 +55,21 @@ URI: [omoschema:HasProvenance](http://purl.obolibrary.org/obo/omo/schema/HasProv HasProvenance : imported_from - HasProvenance ..> NamedIndividual : imported_from + + + + HasProvenance --> "*" NamedIndividual : imported_from + click NamedIndividual href "../NamedIndividual" + HasProvenance : isDefinedBy - HasProvenance ..> Ontology : isDefinedBy + + + + HasProvenance --> "0..1" Ontology : isDefinedBy + click Ontology href "../Ontology" + HasProvenance : ontology_term_requester @@ -67,18 +95,18 @@ URI: [omoschema:HasProvenance](http://purl.obolibrary.org/obo/omo/schema/HasProv | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [created_by](created_by.md) | 0..1
[String](String.md) | | direct | -| [creation_date](creation_date.md) | 0..*
[String](String.md) | | direct | -| [contributor](contributor.md) | 0..*
[Agent](Agent.md) | | direct | -| [creator](creator.md) | 0..*
[Agent](Agent.md) | | direct | +| [creation_date](creation_date.md) | *
[String](String.md) | | direct | +| [contributor](contributor.md) | *
[Agent](Agent.md) | | direct | +| [creator](creator.md) | *
[Agent](Agent.md) | | direct | | [created](created.md) | 0..1
[String](String.md) | when the term came into being | direct | -| [date](date.md) | 0..*
[String](String.md) | when the term was updated | direct | +| [date](date.md) | *
[String](String.md) | when the term was updated | direct | | [isDefinedBy](isDefinedBy.md) | 0..1
[Ontology](Ontology.md) | | direct | -| [editor_note](editor_note.md) | 0..*
[NarrativeText](NarrativeText.md) | | direct | -| [term_editor](term_editor.md) | 0..*
[String](String.md) | | direct | -| [definition_source](definition_source.md) | 0..*
[String](String.md) | | direct | +| [editor_note](editor_note.md) | *
[NarrativeText](NarrativeText.md) | | direct | +| [term_editor](term_editor.md) | *
[String](String.md) | | direct | +| [definition_source](definition_source.md) | *
[String](String.md) | | direct | | [ontology_term_requester](ontology_term_requester.md) | 0..1
[String](String.md) | | direct | -| [imported_from](imported_from.md) | 0..*
[NamedIndividual](NamedIndividual.md) | | direct | -| [term_tracker_item](term_tracker_item.md) | 0..*
[String](String.md) | | direct | +| [imported_from](imported_from.md) | *
[NamedIndividual](NamedIndividual.md) | | direct | +| [term_tracker_item](term_tracker_item.md) | *
[String](String.md) | | direct | @@ -106,8 +134,7 @@ URI: [omoschema:HasProvenance](http://purl.obolibrary.org/obo/omo/schema/HasProv ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -123,6 +150,8 @@ URI: [omoschema:HasProvenance](http://purl.obolibrary.org/obo/omo/schema/HasProv + + ## LinkML Source @@ -132,8 +161,7 @@ URI: [omoschema:HasProvenance](http://purl.obolibrary.org/obo/omo/schema/HasProv
```yaml name: HasProvenance -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true slots: @@ -159,15 +187,14 @@ slots:
```yaml name: HasProvenance -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true attributes: created_by: name: created_by deprecated: proposed obsoleted by OMO group 2022-04-12 - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: creator rank: 1000 is_a: provenance_property @@ -183,50 +210,50 @@ attributes: deprecated: proposed obsoleted by OMO group 2022-04-12 todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: created rank: 1000 is_a: provenance_property slot_uri: oio:creation_date - multivalued: true alias: creation_date owner: HasProvenance domain_of: - HasProvenance range: string + multivalued: true contributor: name: contributor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:contributor - multivalued: true alias: contributor owner: HasProvenance domain_of: - HasProvenance range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true partial_match: false creator: name: creator - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:creator - multivalued: true alias: creator owner: HasProvenance domain_of: - HasProvenance - Ontology range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true @@ -234,37 +261,37 @@ attributes: created: name: created description: when the term came into being - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:createdOn rank: 1000 is_a: provenance_property slot_uri: dcterms:created - multivalued: false alias: created owner: HasProvenance domain_of: - HasProvenance - Ontology range: string + multivalued: false date: name: date description: when the term was updated - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:authoredOn rank: 1000 is_a: provenance_property slot_uri: dcterms:date - multivalued: true alias: date owner: HasProvenance domain_of: - HasProvenance range: string + multivalued: true isDefinedBy: name: isDefinedBy - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:importedFrom - dcterms:publisher @@ -277,47 +304,47 @@ attributes: range: Ontology editor_note: name: editor_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000116 - multivalued: true alias: editor_note owner: HasProvenance domain_of: - HasProvenance range: narrative text + multivalued: true term_editor: name: term_editor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000117 - multivalued: true alias: term_editor owner: HasProvenance domain_of: - HasProvenance range: string + multivalued: true definition_source: name: definition_source todos: - restrict range in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000119 - multivalued: true alias: definition_source owner: HasProvenance domain_of: - HasProvenance range: string + multivalued: true ontology_term_requester: name: ontology_term_requester - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000234 @@ -328,30 +355,30 @@ attributes: range: string imported_from: name: imported_from - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000412 - multivalued: true alias: imported_from owner: HasProvenance domain_of: - HasProvenance range: NamedIndividual + multivalued: true term_tracker_item: name: term_tracker_item todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000233 - multivalued: true alias: term_tracker_item owner: HasProvenance domain_of: - HasProvenance range: string + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/HasSynonyms.md b/docs/datamodels/ontology-metadata/HasSynonyms.md index eb5315ff0..d59fc5a62 100644 --- a/docs/datamodels/ontology-metadata/HasSynonyms.md +++ b/docs/datamodels/ontology-metadata/HasSynonyms.md @@ -1,20 +1,31 @@ + + # Class: HasSynonyms + + _a mixin for a class whose members can have synonyms_ -URI: [omoschema:HasSynonyms](http://purl.obolibrary.org/obo/omo/schema/HasSynonyms) + +URI: [omoschema:HasSynonyms](https://w3id.org/oak/ontology-metadata/HasSynonyms) + + + ```{mermaid} classDiagram class HasSynonyms + click HasSynonyms href "../HasSynonyms" AnnotationPropertyMixin <|-- HasSynonyms + click AnnotationPropertyMixin href "../AnnotationPropertyMixin" HasSynonyms <|-- Term + click Term href "../Term" HasSynonyms : alternative_term @@ -52,15 +63,15 @@ URI: [omoschema:HasSynonyms](http://purl.obolibrary.org/obo/omo/schema/HasSynony | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [has_exact_synonym](has_exact_synonym.md) | 0..*
[LabelType](LabelType.md) | | direct | -| [has_narrow_synonym](has_narrow_synonym.md) | 0..*
[LabelType](LabelType.md) | | direct | -| [has_broad_synonym](has_broad_synonym.md) | 0..*
[LabelType](LabelType.md) | | direct | -| [has_related_synonym](has_related_synonym.md) | 0..*
[LabelType](LabelType.md) | | direct | -| [alternative_term](alternative_term.md) | 0..*
[String](String.md) | | direct | -| [ISA_alternative_term](ISA_alternative_term.md) | 0..*
[String](String.md) | | direct | -| [IEDB_alternative_term](IEDB_alternative_term.md) | 0..*
[String](String.md) | | direct | -| [editor_preferred_term](editor_preferred_term.md) | 0..*
[String](String.md) | | direct | -| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | 0..*
[String](String.md) | | direct | +| [has_exact_synonym](has_exact_synonym.md) | *
[LabelType](LabelType.md) | | direct | +| [has_narrow_synonym](has_narrow_synonym.md) | *
[LabelType](LabelType.md) | | direct | +| [has_broad_synonym](has_broad_synonym.md) | *
[LabelType](LabelType.md) | | direct | +| [has_related_synonym](has_related_synonym.md) | *
[LabelType](LabelType.md) | | direct | +| [alternative_term](alternative_term.md) | *
[String](String.md) | | direct | +| [ISA_alternative_term](ISA_alternative_term.md) | *
[String](String.md) | | direct | +| [IEDB_alternative_term](IEDB_alternative_term.md) | *
[String](String.md) | | direct | +| [editor_preferred_term](editor_preferred_term.md) | *
[String](String.md) | | direct | +| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | *
[String](String.md) | | direct | @@ -93,8 +104,7 @@ URI: [omoschema:HasSynonyms](http://purl.obolibrary.org/obo/omo/schema/HasSynony ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -110,6 +120,8 @@ URI: [omoschema:HasSynonyms](http://purl.obolibrary.org/obo/omo/schema/HasSynony + + ## LinkML Source @@ -124,8 +136,7 @@ comments: - the GO-style synonym model has four distinct scopes, with additional types as annotation axioms - the OBI synonym model is to use alternative_term, or potentially a subproperty -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true slots: @@ -152,18 +163,16 @@ comments: - the GO-style synonym model has four distinct scopes, with additional types as annotation axioms - the OBI synonym model is to use alternative_term, or potentially a subproperty -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true attributes: has_exact_synonym: name: has_exact_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasExactSynonym - multivalued: true alias: has_exact_synonym owner: HasSynonyms domain_of: @@ -172,108 +181,109 @@ attributes: disjoint_with: - label range: label type + multivalued: true has_narrow_synonym: name: has_narrow_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasNarrowSynonym - multivalued: true alias: has_narrow_synonym owner: HasSynonyms domain_of: - HasSynonyms range: label type + multivalued: true has_broad_synonym: name: has_broad_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasBroadSynonym - multivalued: true alias: has_broad_synonym owner: HasSynonyms domain_of: - HasSynonyms range: label type + multivalued: true has_related_synonym: name: has_related_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasRelatedSynonym - multivalued: true alias: has_related_synonym owner: HasSynonyms domain_of: - HasSynonyms range: label type + multivalued: true alternative_term: name: alternative_term in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:altLabel rank: 1000 slot_uri: IAO:0000118 - multivalued: true alias: alternative_term owner: HasSynonyms domain_of: - HasSynonyms range: string + multivalued: true ISA_alternative_term: name: ISA_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:0001847 - multivalued: true alias: ISA_alternative_term owner: HasSynonyms domain_of: - HasSynonyms range: string + multivalued: true IEDB_alternative_term: name: IEDB_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:9991118 - multivalued: true alias: IEDB_alternative_term owner: HasSynonyms domain_of: - HasSynonyms range: string + multivalued: true editor_preferred_term: name: editor_preferred_term in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000111 - multivalued: true alias: editor_preferred_term owner: HasSynonyms domain_of: - HasSynonyms range: string + multivalued: true OBO_foundry_unique_label: name: OBO_foundry_unique_label todos: - add uniquekey - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000589 - multivalued: true alias: OBO_foundry_unique_label owner: HasSynonyms domain_of: - HasSynonyms range: string + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/HasUserInformation.md b/docs/datamodels/ontology-metadata/HasUserInformation.md index b66f22891..856c7d678 100644 --- a/docs/datamodels/ontology-metadata/HasUserInformation.md +++ b/docs/datamodels/ontology-metadata/HasUserInformation.md @@ -1,18 +1,26 @@ + + # Class: HasUserInformation -URI: [omoschema:HasUserInformation](http://purl.obolibrary.org/obo/omo/schema/HasUserInformation) +URI: [omoschema:HasUserInformation](https://w3id.org/oak/ontology-metadata/HasUserInformation) + + + ```{mermaid} classDiagram class HasUserInformation + click HasUserInformation href "../HasUserInformation" AnnotationPropertyMixin <|-- HasUserInformation + click AnnotationPropertyMixin href "../AnnotationPropertyMixin" HasUserInformation <|-- Term + click Term href "../Term" HasUserInformation : comment @@ -21,7 +29,12 @@ URI: [omoschema:HasUserInformation](http://purl.obolibrary.org/obo/omo/schema/Ha HasUserInformation : depicted_by - HasUserInformation ..> Image : depicted_by + + + + HasUserInformation --> "*" Image : depicted_by + click Image href "../Image" + HasUserInformation : example_of_usage @@ -29,13 +42,23 @@ URI: [omoschema:HasUserInformation](http://purl.obolibrary.org/obo/omo/schema/Ha HasUserInformation : image - HasUserInformation ..> Thing : image + + + + HasUserInformation --> "0..1" Thing : image + click Thing href "../Thing" + HasUserInformation : page HasUserInformation : seeAlso - HasUserInformation ..> Thing : seeAlso + + + + HasUserInformation --> "*" Thing : seeAlso + click Thing href "../Thing" + ``` @@ -54,14 +77,14 @@ URI: [omoschema:HasUserInformation](http://purl.obolibrary.org/obo/omo/schema/Ha | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [comment](comment.md) | 0..*
[String](String.md) | | direct | -| [seeAlso](seeAlso.md) | 0..*
[Thing](Thing.md) | | direct | +| [comment](comment.md) | *
[String](String.md) | | direct | +| [seeAlso](seeAlso.md) | *
[Thing](Thing.md) | | direct | | [image](image.md) | 0..1
[Thing](Thing.md) | | direct | -| [example_of_usage](example_of_usage.md) | 0..*
[String](String.md) | | direct | -| [curator_note](curator_note.md) | 0..*
[String](String.md) | | direct | +| [example_of_usage](example_of_usage.md) | *
[String](String.md) | | direct | +| [curator_note](curator_note.md) | *
[String](String.md) | | direct | | [has_curation_status](has_curation_status.md) | 0..1
[String](String.md) | | direct | -| [depicted_by](depicted_by.md) | 0..*
[Image](Image.md) | | direct | -| [page](page.md) | 0..*
[String](String.md) | | direct | +| [depicted_by](depicted_by.md) | *
[Image](Image.md) | | direct | +| [page](page.md) | *
[String](String.md) | | direct | @@ -89,8 +112,7 @@ URI: [omoschema:HasUserInformation](http://purl.obolibrary.org/obo/omo/schema/Ha ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -106,6 +128,8 @@ URI: [omoschema:HasUserInformation](http://purl.obolibrary.org/obo/omo/schema/Ha + + ## LinkML Source @@ -115,8 +139,7 @@ URI: [omoschema:HasUserInformation](http://purl.obolibrary.org/obo/omo/schema/Ha
```yaml name: HasUserInformation -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true slots: @@ -137,8 +160,7 @@ slots:
```yaml name: HasUserInformation -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true attributes: @@ -146,11 +168,10 @@ attributes: name: comment comments: - in obo format, a term cannot have more than one comment - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: rdfs:comment - multivalued: true alias: comment owner: HasUserInformation domain_of: @@ -158,23 +179,24 @@ attributes: - Ontology - Axiom range: string + multivalued: true seeAlso: name: seeAlso todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: rdfs:seeAlso - multivalued: true alias: seeAlso owner: HasUserInformation domain_of: - HasUserInformation - Axiom range: Thing + multivalued: true image: name: image - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: sdo:image @@ -187,33 +209,33 @@ attributes: name: example_of_usage in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:example rank: 1000 is_a: informative_property slot_uri: IAO:0000112 - multivalued: true alias: example_of_usage owner: HasUserInformation domain_of: - HasUserInformation range: string + multivalued: true curator_note: name: curator_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000232 - multivalued: true alias: curator_note owner: HasUserInformation domain_of: - HasUserInformation range: string + multivalued: true has_curation_status: name: has_curation_status - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: IAO:0000114 @@ -224,28 +246,28 @@ attributes: range: string depicted_by: name: depicted_by - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:depicted_by - multivalued: true alias: depicted_by owner: HasUserInformation domain_of: - HasUserInformation range: Image + multivalued: true page: name: page - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:page - multivalued: true alias: page owner: HasUserInformation domain_of: - HasUserInformation range: string + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/IEDB_alternative_term.md b/docs/datamodels/ontology-metadata/IEDB_alternative_term.md index 1b70ca919..bf3435a07 100644 --- a/docs/datamodels/ontology-metadata/IEDB_alternative_term.md +++ b/docs/datamodels/ontology-metadata/IEDB_alternative_term.md @@ -1,5 +1,9 @@ + + # Slot: IEDB_alternative_term + + URI: [OBI:9991118](http://purl.obolibrary.org/obo/OBI_9991118) @@ -14,22 +18,24 @@ URI: [OBI:9991118](http://purl.obolibrary.org/obo/OBI_9991118) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,27 +45,35 @@ URI: [OBI:9991118](http://purl.obolibrary.org/obo/OBI_9991118) ## Properties * Range: [String](String.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | OBI:9991118 | +| native | omoschema:IEDB_alternative_term | @@ -69,15 +83,15 @@ URI: [OBI:9991118](http://purl.obolibrary.org/obo/OBI_9991118)
```yaml name: IEDB_alternative_term -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:9991118 -multivalued: true alias: IEDB_alternative_term domain_of: - HasSynonyms range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/ISA_alternative_term.md b/docs/datamodels/ontology-metadata/ISA_alternative_term.md index 0ae794f4a..3578f0797 100644 --- a/docs/datamodels/ontology-metadata/ISA_alternative_term.md +++ b/docs/datamodels/ontology-metadata/ISA_alternative_term.md @@ -1,5 +1,9 @@ + + # Slot: ISA_alternative_term + + URI: [OBI:0001847](http://purl.obolibrary.org/obo/OBI_0001847) @@ -14,22 +18,24 @@ URI: [OBI:0001847](http://purl.obolibrary.org/obo/OBI_0001847) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,27 +45,35 @@ URI: [OBI:0001847](http://purl.obolibrary.org/obo/OBI_0001847) ## Properties * Range: [String](String.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | OBI:0001847 | +| native | omoschema:ISA_alternative_term | @@ -69,15 +83,15 @@ URI: [OBI:0001847](http://purl.obolibrary.org/obo/OBI_0001847)
```yaml name: ISA_alternative_term -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:0001847 -multivalued: true alias: ISA_alternative_term domain_of: - HasSynonyms range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/Integer.md b/docs/datamodels/ontology-metadata/Integer.md index e3bac13ee..a5c53036b 100644 --- a/docs/datamodels/ontology-metadata/Integer.md +++ b/docs/datamodels/ontology-metadata/Integer.md @@ -1,9 +1,12 @@ # Type: Integer + + _An integer_ + URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) * [base](https://w3id.org/linkml/base): int @@ -29,7 +32,18 @@ URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:integer | +| native | omoschema:integer | +| exact | schema:Integer | diff --git a/docs/datamodels/ontology-metadata/IriType.md b/docs/datamodels/ontology-metadata/IriType.md index 3734f8b8c..d36c6472c 100644 --- a/docs/datamodels/ontology-metadata/IriType.md +++ b/docs/datamodels/ontology-metadata/IriType.md @@ -1,9 +1,12 @@ # Type: IriType + + _An IRI_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -31,7 +34,17 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:iri_type | +| native | omoschema:iri_type | diff --git a/docs/datamodels/ontology-metadata/LabelType.md b/docs/datamodels/ontology-metadata/LabelType.md index 8e6a8f711..d2332dbdb 100644 --- a/docs/datamodels/ontology-metadata/LabelType.md +++ b/docs/datamodels/ontology-metadata/LabelType.md @@ -1,9 +1,12 @@ # Type: LabelType + + _A string that provides a human-readable name for an entity_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): str @@ -30,7 +33,17 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:label_type | +| native | omoschema:label_type | diff --git a/docs/datamodels/ontology-metadata/NCIT_definition_source.md b/docs/datamodels/ontology-metadata/NCIT_definition_source.md index e4d7a1cb4..14be9748a 100644 --- a/docs/datamodels/ontology-metadata/NCIT_definition_source.md +++ b/docs/datamodels/ontology-metadata/NCIT_definition_source.md @@ -1,5 +1,9 @@ + + # Slot: NCIT_definition_source + + URI: [NCIT:P378](http://purl.obolibrary.org/obo/NCIT_P378) @@ -11,11 +15,11 @@ URI: [NCIT:P378](http://purl.obolibrary.org/obo/NCIT_P378) -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -32,7 +36,17 @@ URI: [NCIT:P378](http://purl.obolibrary.org/obo/NCIT_P378) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | NCIT:P378 | +| native | omoschema:NCIT_definition_source | @@ -43,7 +57,7 @@ URI: [NCIT:P378](http://purl.obolibrary.org/obo/NCIT_P378) ```yaml name: NCIT_definition_source deprecated: use OMO over NCIT -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: definition_source rank: 1000 slot_uri: NCIT:P378 diff --git a/docs/datamodels/ontology-metadata/NCIT_term_source.md b/docs/datamodels/ontology-metadata/NCIT_term_source.md index 89e571821..531a61e4e 100644 --- a/docs/datamodels/ontology-metadata/NCIT_term_source.md +++ b/docs/datamodels/ontology-metadata/NCIT_term_source.md @@ -1,5 +1,9 @@ + + # Slot: NCIT_term_source + + URI: [NCIT:P384](http://purl.obolibrary.org/obo/NCIT_P384) @@ -11,11 +15,11 @@ URI: [NCIT:P384](http://purl.obolibrary.org/obo/NCIT_P384) -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -32,7 +36,17 @@ URI: [NCIT:P384](http://purl.obolibrary.org/obo/NCIT_P384) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | NCIT:P384 | +| native | omoschema:NCIT_term_source | @@ -43,7 +57,7 @@ URI: [NCIT:P384](http://purl.obolibrary.org/obo/NCIT_P384) ```yaml name: NCIT_term_source deprecated: use OMO over NCIT -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: isDefinedBy rank: 1000 slot_uri: NCIT:P384 diff --git a/docs/datamodels/ontology-metadata/NCIT_term_type.md b/docs/datamodels/ontology-metadata/NCIT_term_type.md index a6828ef37..d52fb723b 100644 --- a/docs/datamodels/ontology-metadata/NCIT_term_type.md +++ b/docs/datamodels/ontology-metadata/NCIT_term_type.md @@ -1,5 +1,9 @@ + + # Slot: NCIT_term_type + + URI: [NCIT:P383](http://purl.obolibrary.org/obo/NCIT_P383) @@ -11,11 +15,11 @@ URI: [NCIT:P383](http://purl.obolibrary.org/obo/NCIT_P383) -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -32,7 +36,17 @@ URI: [NCIT:P383](http://purl.obolibrary.org/obo/NCIT_P383) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | NCIT:P383 | +| native | omoschema:NCIT_term_type | @@ -43,7 +57,7 @@ URI: [NCIT:P383](http://purl.obolibrary.org/obo/NCIT_P383) ```yaml name: NCIT_term_type deprecated: use OMO over NCIT -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: category rank: 1000 slot_uri: NCIT:P383 diff --git a/docs/datamodels/ontology-metadata/NamedIndividual.md b/docs/datamodels/ontology-metadata/NamedIndividual.md index d9ffcc90a..0aa32ee65 100644 --- a/docs/datamodels/ontology-metadata/NamedIndividual.md +++ b/docs/datamodels/ontology-metadata/NamedIndividual.md @@ -1,49 +1,87 @@ + + # Class: NamedIndividual + + _An instance that has a IRI_ + URI: [owl:NamedIndividual](http://www.w3.org/2002/07/owl#NamedIndividual) + + + ```{mermaid} classDiagram class NamedIndividual + click NamedIndividual href "../NamedIndividual" Term <|-- NamedIndividual + click Term href "../Term" NamedIndividual <|-- HomoSapiens + click HomoSapiens href "../HomoSapiens" NamedIndividual <|-- Agent + click Agent href "../Agent" NamedIndividual <|-- Image + click Image href "../Image" NamedIndividual : alternative_term NamedIndividual : broadMatch - NamedIndividual ..> Thing : broadMatch + + + + NamedIndividual --> "*" Thing : broadMatch + click Thing href "../Thing" + NamedIndividual : category NamedIndividual : closeMatch - NamedIndividual ..> Thing : closeMatch + + + + NamedIndividual --> "*" Thing : closeMatch + click Thing href "../Thing" + NamedIndividual : comment NamedIndividual : conformsTo - NamedIndividual ..> Thing : conformsTo + + + + NamedIndividual --> "*" Thing : conformsTo + click Thing href "../Thing" + NamedIndividual : consider - NamedIndividual ..> Any : consider + + + + NamedIndividual --> "*" Any : consider + click Any href "../Any" + NamedIndividual : contributor - NamedIndividual ..> Agent : contributor + + + + NamedIndividual --> "*" Agent : contributor + click Agent href "../Agent" + NamedIndividual : created @@ -53,7 +91,12 @@ URI: [owl:NamedIndividual](http://www.w3.org/2002/07/owl#NamedIndividual) NamedIndividual : creator - NamedIndividual ..> Agent : creator + + + + NamedIndividual --> "*" Agent : creator + click Agent href "../Agent" + NamedIndividual : curator_note @@ -67,7 +110,12 @@ URI: [owl:NamedIndividual](http://www.w3.org/2002/07/owl#NamedIndividual) NamedIndividual : depicted_by - NamedIndividual ..> Image : depicted_by + + + + NamedIndividual --> "*" Image : depicted_by + click Image href "../Image" + NamedIndividual : deprecated @@ -77,17 +125,32 @@ URI: [owl:NamedIndividual](http://www.w3.org/2002/07/owl#NamedIndividual) NamedIndividual : exactMatch - NamedIndividual ..> Thing : exactMatch + + + + NamedIndividual --> "*" Thing : exactMatch + click Thing href "../Thing" + NamedIndividual : example_of_usage NamedIndividual : excluded_from_QC_check - NamedIndividual ..> Thing : excluded_from_QC_check + + + + NamedIndividual --> "0..1" Thing : excluded_from_QC_check + click Thing href "../Thing" + NamedIndividual : excluded_subClassOf - NamedIndividual ..> Class : excluded_subClassOf + + + + NamedIndividual --> "*" Class : excluded_subClassOf + click Class href "../Class" + NamedIndividual : excluded_synonym @@ -113,27 +176,52 @@ URI: [owl:NamedIndividual](http://www.w3.org/2002/07/owl#NamedIndividual) NamedIndividual : image - NamedIndividual ..> Thing : image + + + + NamedIndividual --> "0..1" Thing : image + click Thing href "../Thing" + NamedIndividual : imported_from - NamedIndividual ..> NamedIndividual : imported_from + + + + NamedIndividual --> "*" NamedIndividual : imported_from + click NamedIndividual href "../NamedIndividual" + NamedIndividual : in_subset - NamedIndividual ..> Subset : in_subset + + + + NamedIndividual --> "*" Subset : in_subset + click Subset href "../Subset" + NamedIndividual : ISA_alternative_term NamedIndividual : isDefinedBy - NamedIndividual ..> Ontology : isDefinedBy + + + + NamedIndividual --> "0..1" Ontology : isDefinedBy + click Ontology href "../Ontology" + NamedIndividual : label NamedIndividual : narrowMatch - NamedIndividual ..> Thing : narrowMatch + + + + NamedIndividual --> "*" Thing : narrowMatch + click Thing href "../Thing" + NamedIndividual : OBO_foundry_unique_label @@ -143,17 +231,32 @@ URI: [owl:NamedIndividual](http://www.w3.org/2002/07/owl#NamedIndividual) NamedIndividual : seeAlso - NamedIndividual ..> Thing : seeAlso + + + + NamedIndividual --> "*" Thing : seeAlso + click Thing href "../Thing" + NamedIndividual : should_conform_to - NamedIndividual ..> Thing : should_conform_to + + + + NamedIndividual --> "0..1" Thing : should_conform_to + click Thing href "../Thing" + NamedIndividual : term_editor NamedIndividual : term_replaced_by - NamedIndividual ..> Any : term_replaced_by + + + + NamedIndividual --> "0..1" Any : term_replaced_by + click Any href "../Any" + NamedIndividual : term_tracker_item @@ -181,58 +284,58 @@ URI: [owl:NamedIndividual](http://www.w3.org/2002/07/owl#NamedIndividual) | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [has_exact_synonym](has_exact_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_narrow_synonym](has_narrow_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_broad_synonym](has_broad_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_related_synonym](has_related_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [alternative_term](alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [ISA_alternative_term](ISA_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [IEDB_alternative_term](IEDB_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [editor_preferred_term](editor_preferred_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_exact_synonym](has_exact_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_narrow_synonym](has_narrow_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_broad_synonym](has_broad_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_related_synonym](has_related_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [alternative_term](alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [ISA_alternative_term](ISA_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [IEDB_alternative_term](IEDB_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [editor_preferred_term](editor_preferred_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | | [deprecated](deprecated.md) | 0..1
[Boolean](Boolean.md) | | [HasLifeCycle](HasLifeCycle.md) | | [has_obsolescence_reason](has_obsolescence_reason.md) | 0..1
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [term_replaced_by](term_replaced_by.md) | 0..1
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [consider](consider.md) | 0..*
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [has_alternative_id](has_alternative_id.md) | 0..*
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | +| [consider](consider.md) | *
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [has_alternative_id](has_alternative_id.md) | *
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | | [excluded_from_QC_check](excluded_from_QC_check.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_subClassOf](excluded_subClassOf.md) | 0..*
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_synonym](excluded_synonym.md) | 0..*
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_subClassOf](excluded_subClassOf.md) | *
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_synonym](excluded_synonym.md) | *
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [should_conform_to](should_conform_to.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | | [created_by](created_by.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [creation_date](creation_date.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [contributor](contributor.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | -| [creator](creator.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creation_date](creation_date.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [contributor](contributor.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creator](creator.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | | [created](created.md) | 0..1
[String](String.md) | when the term came into being | [HasProvenance](HasProvenance.md) | -| [date](date.md) | 0..*
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | +| [date](date.md) | *
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | | [isDefinedBy](isDefinedBy.md) | 0..1
[Ontology](Ontology.md) | | [HasProvenance](HasProvenance.md) | -| [editor_note](editor_note.md) | 0..*
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | -| [term_editor](term_editor.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [definition_source](definition_source.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [editor_note](editor_note.md) | *
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | +| [term_editor](term_editor.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [definition_source](definition_source.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | | [ontology_term_requester](ontology_term_requester.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [imported_from](imported_from.md) | 0..*
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | -| [term_tracker_item](term_tracker_item.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [broadMatch](broadMatch.md) | 0..*
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | -| [closeMatch](closeMatch.md) | 0..*
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | -| [exactMatch](exactMatch.md) | 0..*
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | -| [narrowMatch](narrowMatch.md) | 0..*
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | -| [database_cross_reference](database_cross_reference.md) | 0..*
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | -| [has_obo_namespace](has_obo_namespace.md) | 0..*
[String](String.md) | | [HasCategory](HasCategory.md) | +| [imported_from](imported_from.md) | *
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | +| [term_tracker_item](term_tracker_item.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [broadMatch](broadMatch.md) | *
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | +| [closeMatch](closeMatch.md) | *
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | +| [exactMatch](exactMatch.md) | *
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | +| [narrowMatch](narrowMatch.md) | *
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | +| [database_cross_reference](database_cross_reference.md) | *
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | +| [has_obo_namespace](has_obo_namespace.md) | *
[String](String.md) | | [HasCategory](HasCategory.md) | | [category](category.md) | 0..1
[String](String.md) | | [HasCategory](HasCategory.md) | -| [in_subset](in_subset.md) | 0..*
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | -| [conformsTo](conformsTo.md) | 0..*
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | -| [comment](comment.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [seeAlso](seeAlso.md) | 0..*
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | +| [in_subset](in_subset.md) | *
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | +| [conformsTo](conformsTo.md) | *
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | +| [comment](comment.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [seeAlso](seeAlso.md) | *
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | | [image](image.md) | 0..1
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | -| [example_of_usage](example_of_usage.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [curator_note](curator_note.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [example_of_usage](example_of_usage.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [curator_note](curator_note.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | | [has_curation_status](has_curation_status.md) | 0..1
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [depicted_by](depicted_by.md) | 0..*
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | -| [page](page.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [depicted_by](depicted_by.md) | *
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | +| [page](page.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | | [label](label.md) | 0..1
[LabelType](LabelType.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [definition](definition.md) | 0..*
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | -| [type](type.md) | 0..*
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | +| [definition](definition.md) | *
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | +| [type](type.md) | *
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | @@ -273,8 +376,7 @@ URI: [owl:NamedIndividual](http://www.w3.org/2002/07/owl#NamedIndividual) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -290,6 +392,8 @@ URI: [owl:NamedIndividual](http://www.w3.org/2002/07/owl#NamedIndividual) + + ## LinkML Source @@ -300,8 +404,7 @@ URI: [owl:NamedIndividual](http://www.w3.org/2002/07/owl#NamedIndividual) ```yaml name: NamedIndividual description: An instance that has a IRI -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: Term class_uri: owl:NamedIndividual @@ -314,17 +417,15 @@ class_uri: owl:NamedIndividual ```yaml name: NamedIndividual description: An instance that has a IRI -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: Term attributes: has_exact_synonym: name: has_exact_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasExactSynonym - multivalued: true alias: has_exact_synonym owner: NamedIndividual domain_of: @@ -333,115 +434,116 @@ attributes: disjoint_with: - label range: label type + multivalued: true has_narrow_synonym: name: has_narrow_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasNarrowSynonym - multivalued: true alias: has_narrow_synonym owner: NamedIndividual domain_of: - HasSynonyms range: label type + multivalued: true has_broad_synonym: name: has_broad_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasBroadSynonym - multivalued: true alias: has_broad_synonym owner: NamedIndividual domain_of: - HasSynonyms range: label type + multivalued: true has_related_synonym: name: has_related_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasRelatedSynonym - multivalued: true alias: has_related_synonym owner: NamedIndividual domain_of: - HasSynonyms range: label type + multivalued: true alternative_term: name: alternative_term in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:altLabel rank: 1000 slot_uri: IAO:0000118 - multivalued: true alias: alternative_term owner: NamedIndividual domain_of: - HasSynonyms range: string + multivalued: true ISA_alternative_term: name: ISA_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:0001847 - multivalued: true alias: ISA_alternative_term owner: NamedIndividual domain_of: - HasSynonyms range: string + multivalued: true IEDB_alternative_term: name: IEDB_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:9991118 - multivalued: true alias: IEDB_alternative_term owner: NamedIndividual domain_of: - HasSynonyms range: string + multivalued: true editor_preferred_term: name: editor_preferred_term in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000111 - multivalued: true alias: editor_preferred_term owner: NamedIndividual domain_of: - HasSynonyms range: string + multivalued: true OBO_foundry_unique_label: name: OBO_foundry_unique_label todos: - add uniquekey - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000589 - multivalued: true alias: OBO_foundry_unique_label owner: NamedIndividual domain_of: - HasSynonyms range: string + multivalued: true deprecated: name: deprecated in_subset: - allotrope permitted profile - go permitted profile - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata aliases: - is obsolete rank: 1000 @@ -459,7 +561,7 @@ attributes: - restrict range comments: - '{''RULE'': ''subject must be deprecated''}' - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect @@ -477,7 +579,7 @@ attributes: - go permitted profile - obi permitted profile - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - dcterms:isReplacedBy rank: 1000 @@ -495,17 +597,17 @@ attributes: - '{''RULE'': ''subject must be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect slot_uri: oio:consider - multivalued: true alias: consider owner: NamedIndividual domain_of: - HasLifeCycle range: Any + multivalued: true has_alternative_id: name: has_alternative_id description: Relates a live term to a deprecated ID that was merged in @@ -515,22 +617,22 @@ attributes: - '{''RULE'': ''object must NOT be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata see_also: - https://github.com/owlcs/owlapi/issues/317 rank: 1000 is_a: obsoletion_related_property domain: NotObsoleteAspect slot_uri: oio:hasAlternativeId - multivalued: true alias: has_alternative_id owner: NamedIndividual domain_of: - HasLifeCycle range: uriorcurie + multivalued: true excluded_from_QC_check: name: excluded_from_QC_check - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: excluded_from_QC_check @@ -540,31 +642,31 @@ attributes: range: Thing excluded_subClassOf: name: excluded_subClassOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_subClassOf owner: NamedIndividual domain_of: - HasLifeCycle range: Class + multivalued: true excluded_synonym: name: excluded_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:hiddenSynonym rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_synonym owner: NamedIndividual domain_of: - HasLifeCycle range: string + multivalued: true should_conform_to: name: should_conform_to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: should_conform_to @@ -575,7 +677,7 @@ attributes: created_by: name: created_by deprecated: proposed obsoleted by OMO group 2022-04-12 - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: creator rank: 1000 is_a: provenance_property @@ -591,50 +693,50 @@ attributes: deprecated: proposed obsoleted by OMO group 2022-04-12 todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: created rank: 1000 is_a: provenance_property slot_uri: oio:creation_date - multivalued: true alias: creation_date owner: NamedIndividual domain_of: - HasProvenance range: string + multivalued: true contributor: name: contributor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:contributor - multivalued: true alias: contributor owner: NamedIndividual domain_of: - HasProvenance range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true partial_match: false creator: name: creator - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:creator - multivalued: true alias: creator owner: NamedIndividual domain_of: - HasProvenance - Ontology range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true @@ -642,37 +744,37 @@ attributes: created: name: created description: when the term came into being - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:createdOn rank: 1000 is_a: provenance_property slot_uri: dcterms:created - multivalued: false alias: created owner: NamedIndividual domain_of: - HasProvenance - Ontology range: string + multivalued: false date: name: date description: when the term was updated - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:authoredOn rank: 1000 is_a: provenance_property slot_uri: dcterms:date - multivalued: true alias: date owner: NamedIndividual domain_of: - HasProvenance range: string + multivalued: true isDefinedBy: name: isDefinedBy - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:importedFrom - dcterms:publisher @@ -685,47 +787,47 @@ attributes: range: Ontology editor_note: name: editor_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000116 - multivalued: true alias: editor_note owner: NamedIndividual domain_of: - HasProvenance range: narrative text + multivalued: true term_editor: name: term_editor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000117 - multivalued: true alias: term_editor owner: NamedIndividual domain_of: - HasProvenance range: string + multivalued: true definition_source: name: definition_source todos: - restrict range in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000119 - multivalued: true alias: definition_source owner: NamedIndividual domain_of: - HasProvenance range: string + multivalued: true ontology_term_requester: name: ontology_term_requester - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000234 @@ -736,105 +838,105 @@ attributes: range: string imported_from: name: imported_from - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000412 - multivalued: true alias: imported_from owner: NamedIndividual domain_of: - HasProvenance range: NamedIndividual + multivalued: true term_tracker_item: name: term_tracker_item todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000233 - multivalued: true alias: term_tracker_item owner: NamedIndividual domain_of: - HasProvenance range: string + multivalued: true broadMatch: name: broadMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:broadMatch - multivalued: true alias: broadMatch owner: NamedIndividual domain_of: - HasMappings range: Thing + multivalued: true closeMatch: name: closeMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:closeMatch - multivalued: true alias: closeMatch owner: NamedIndividual domain_of: - HasMappings range: Thing + multivalued: true exactMatch: name: exactMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:exactMatch - multivalued: true alias: exactMatch owner: NamedIndividual domain_of: - HasMappings range: Thing + multivalued: true narrowMatch: name: narrowMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:narrowMatch - multivalued: true alias: narrowMatch owner: NamedIndividual domain_of: - HasMappings range: Thing + multivalued: true database_cross_reference: name: database_cross_reference - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: oio:hasDbXref - multivalued: true alias: database_cross_reference owner: NamedIndividual domain_of: - HasMappings - Axiom range: CURIELiteral + multivalued: true has_obo_namespace: name: has_obo_namespace - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasOBONamespace - multivalued: true alias: has_obo_namespace owner: NamedIndividual domain_of: - HasCategory range: string + multivalued: true category: name: category - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: biolink:category @@ -846,36 +948,35 @@ attributes: in_subset: name: in_subset description: Maps an ontology element to a subset it belongs to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:inSubset - multivalued: true alias: in_subset owner: NamedIndividual domain_of: - HasCategory range: Subset + multivalued: true conformsTo: name: conformsTo - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: dcterms:conformsTo - multivalued: true alias: conformsTo owner: NamedIndividual domain_of: - HasCategory range: Thing + multivalued: true comment: name: comment comments: - in obo format, a term cannot have more than one comment - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: rdfs:comment - multivalued: true alias: comment owner: NamedIndividual domain_of: @@ -883,23 +984,24 @@ attributes: - Ontology - Axiom range: string + multivalued: true seeAlso: name: seeAlso todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: rdfs:seeAlso - multivalued: true alias: seeAlso owner: NamedIndividual domain_of: - HasUserInformation - Axiom range: Thing + multivalued: true image: name: image - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: sdo:image @@ -912,33 +1014,33 @@ attributes: name: example_of_usage in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:example rank: 1000 is_a: informative_property slot_uri: IAO:0000112 - multivalued: true alias: example_of_usage owner: NamedIndividual domain_of: - HasUserInformation range: string + multivalued: true curator_note: name: curator_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000232 - multivalued: true alias: curator_note owner: NamedIndividual domain_of: - HasUserInformation range: string + multivalued: true has_curation_status: name: has_curation_status - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: IAO:0000114 @@ -949,28 +1051,28 @@ attributes: range: string depicted_by: name: depicted_by - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:depicted_by - multivalued: true alias: depicted_by owner: NamedIndividual domain_of: - HasUserInformation range: Image + multivalued: true page: name: page - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:page - multivalued: true alias: page owner: NamedIndividual domain_of: - HasUserInformation range: string + multivalued: true label: name: label comments: @@ -981,19 +1083,19 @@ attributes: - allotrope required profile - go required profile - obi required profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:prefLabel rank: 1000 is_a: core_property slot_uri: rdfs:label - multivalued: false alias: label owner: NamedIndividual domain_of: - HasMinimalMetadata - Axiom range: label type + multivalued: false definition: name: definition comments: @@ -1002,22 +1104,22 @@ attributes: - allotrope required profile - go required profile - obi required profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:definition rank: 1000 is_a: core_property slot_uri: IAO:0000115 - multivalued: true alias: definition owner: NamedIndividual domain_of: - HasMinimalMetadata range: narrative text + multivalued: true id: name: id description: this maps to the URI in RDF - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: core_property identifier: true @@ -1029,17 +1131,17 @@ attributes: required: true type: name: type - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdf:type - multivalued: true designates_type: true alias: type owner: NamedIndividual domain_of: - Thing range: uriorcurie + multivalued: true class_uri: owl:NamedIndividual ``` diff --git a/docs/datamodels/ontology-metadata/NamedObject.md b/docs/datamodels/ontology-metadata/NamedObject.md index 3b542b4c6..de3e9e64a 100644 --- a/docs/datamodels/ontology-metadata/NamedObject.md +++ b/docs/datamodels/ontology-metadata/NamedObject.md @@ -1,21 +1,33 @@ + + # Class: NamedObject + + _Anything with an IRI_ -URI: [omoschema:NamedObject](http://purl.obolibrary.org/obo/omo/schema/NamedObject) + +URI: [omoschema:NamedObject](https://w3id.org/oak/ontology-metadata/NamedObject) + + + ```{mermaid} classDiagram class NamedObject + click NamedObject href "../NamedObject" Thing <|-- NamedObject + click Thing href "../Thing" NamedObject <|-- Ontology + click Ontology href "../Ontology" NamedObject <|-- Term + click Term href "../Term" NamedObject : id @@ -41,8 +53,8 @@ URI: [omoschema:NamedObject](http://purl.obolibrary.org/obo/omo/schema/NamedObje | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | direct | -| [type](type.md) | 0..*
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | direct | +| [type](type.md) | *
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | @@ -77,8 +89,7 @@ URI: [omoschema:NamedObject](http://purl.obolibrary.org/obo/omo/schema/NamedObje ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -94,6 +105,8 @@ URI: [omoschema:NamedObject](http://purl.obolibrary.org/obo/omo/schema/NamedObje + + ## LinkML Source @@ -104,12 +117,11 @@ URI: [omoschema:NamedObject](http://purl.obolibrary.org/obo/omo/schema/NamedObje ```yaml name: NamedObject description: Anything with an IRI -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata aliases: - named entity - identified object - IRI -rank: 1000 is_a: Thing slots: - id @@ -123,18 +135,17 @@ slots: ```yaml name: NamedObject description: Anything with an IRI -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata aliases: - named entity - identified object - IRI -rank: 1000 is_a: Thing attributes: id: name: id description: this maps to the URI in RDF - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: core_property identifier: true @@ -146,17 +157,17 @@ attributes: required: true type: name: type - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdf:type - multivalued: true designates_type: true alias: type owner: NamedObject domain_of: - Thing range: uriorcurie + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/NarrativeText.md b/docs/datamodels/ontology-metadata/NarrativeText.md index 6fe18750f..8541b7a28 100644 --- a/docs/datamodels/ontology-metadata/NarrativeText.md +++ b/docs/datamodels/ontology-metadata/NarrativeText.md @@ -1,9 +1,12 @@ # Type: NarrativeText + + _A string that provides a human-readable description of something_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): str @@ -30,7 +33,17 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:narrative_text | +| native | omoschema:narrative_text | diff --git a/docs/datamodels/ontology-metadata/Ncname.md b/docs/datamodels/ontology-metadata/Ncname.md index 0ac8bda26..8a2fa8542 100644 --- a/docs/datamodels/ontology-metadata/Ncname.md +++ b/docs/datamodels/ontology-metadata/Ncname.md @@ -1,9 +1,12 @@ # Type: Ncname + + _Prefix part of CURIE_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): NCName @@ -30,7 +33,17 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | omoschema:ncname | diff --git a/docs/datamodels/ontology-metadata/Nodeidentifier.md b/docs/datamodels/ontology-metadata/Nodeidentifier.md index 2a29c159f..f88619992 100644 --- a/docs/datamodels/ontology-metadata/Nodeidentifier.md +++ b/docs/datamodels/ontology-metadata/Nodeidentifier.md @@ -1,9 +1,12 @@ # Type: Nodeidentifier + + _A URI, CURIE or BNODE that represents a node in a model._ + URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) * [base](https://w3id.org/linkml/base): NodeIdentifier @@ -30,7 +33,17 @@ URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:nonLiteral | +| native | omoschema:nodeidentifier | diff --git a/docs/datamodels/ontology-metadata/NotObsoleteAspect.md b/docs/datamodels/ontology-metadata/NotObsoleteAspect.md index b49bedb7c..87e0cad4a 100644 --- a/docs/datamodels/ontology-metadata/NotObsoleteAspect.md +++ b/docs/datamodels/ontology-metadata/NotObsoleteAspect.md @@ -1,16 +1,25 @@ + + # Class: NotObsoleteAspect + + _Auto-classifies anything that is not obsolete_ -URI: [omoschema:NotObsoleteAspect](http://purl.obolibrary.org/obo/omo/schema/NotObsoleteAspect) + +URI: [omoschema:NotObsoleteAspect](https://w3id.org/oak/ontology-metadata/NotObsoleteAspect) + + + ```{mermaid} classDiagram class NotObsoleteAspect + click NotObsoleteAspect href "../NotObsoleteAspect" ``` @@ -68,8 +77,7 @@ URI: [omoschema:NotObsoleteAspect](http://purl.obolibrary.org/obo/omo/schema/Not ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -85,6 +93,8 @@ URI: [omoschema:NotObsoleteAspect](http://purl.obolibrary.org/obo/omo/schema/Not + + ## LinkML Source @@ -95,8 +105,7 @@ URI: [omoschema:NotObsoleteAspect](http://purl.obolibrary.org/obo/omo/schema/Not ```yaml name: NotObsoleteAspect description: Auto-classifies anything that is not obsolete -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata mixin: true rules: - postconditions: @@ -120,8 +129,7 @@ classification_rules: ```yaml name: NotObsoleteAspect description: Auto-classifies anything that is not obsolete -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata mixin: true rules: - postconditions: diff --git a/docs/datamodels/ontology-metadata/OBO_foundry_unique_label.md b/docs/datamodels/ontology-metadata/OBO_foundry_unique_label.md index 7059cb25a..c14890e39 100644 --- a/docs/datamodels/ontology-metadata/OBO_foundry_unique_label.md +++ b/docs/datamodels/ontology-metadata/OBO_foundry_unique_label.md @@ -1,5 +1,9 @@ + + # Slot: OBO_foundry_unique_label + + URI: [IAO:0000589](http://purl.obolibrary.org/obo/IAO_0000589) @@ -14,22 +18,24 @@ URI: [IAO:0000589](http://purl.obolibrary.org/obo/IAO_0000589) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,10 +45,8 @@ URI: [IAO:0000589](http://purl.obolibrary.org/obo/IAO_0000589) ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -63,7 +67,17 @@ URI: [IAO:0000589](http://purl.obolibrary.org/obo/IAO_0000589) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000589 | +| native | omoschema:OBO_foundry_unique_label | @@ -75,15 +89,15 @@ URI: [IAO:0000589](http://purl.obolibrary.org/obo/IAO_0000589) name: OBO_foundry_unique_label todos: - add uniquekey -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000589 -multivalued: true alias: OBO_foundry_unique_label domain_of: - HasSynonyms range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/ObjectProperty.md b/docs/datamodels/ontology-metadata/ObjectProperty.md index b617305d3..cc9d4258b 100644 --- a/docs/datamodels/ontology-metadata/ObjectProperty.md +++ b/docs/datamodels/ontology-metadata/ObjectProperty.md @@ -1,48 +1,85 @@ + + # Class: ObjectProperty + + _A property that connects two objects in logical axioms_ + URI: [owl:ObjectProperty](http://www.w3.org/2002/07/owl#ObjectProperty) + + + ```{mermaid} classDiagram class ObjectProperty + click ObjectProperty href "../ObjectProperty" PropertyExpression <|-- ObjectProperty + click PropertyExpression href "../PropertyExpression" Property <|-- ObjectProperty + click Property href "../Property" ObjectProperty <|-- TransitiveProperty + click TransitiveProperty href "../TransitiveProperty" ObjectProperty : alternative_term ObjectProperty : broadMatch - ObjectProperty ..> Property : broadMatch + + + + ObjectProperty --> "*" Property : broadMatch + click Property href "../Property" + ObjectProperty : category ObjectProperty : closeMatch - ObjectProperty ..> Property : closeMatch + + + + ObjectProperty --> "*" Property : closeMatch + click Property href "../Property" + ObjectProperty : comment ObjectProperty : conformsTo - ObjectProperty ..> Thing : conformsTo + + + + ObjectProperty --> "*" Thing : conformsTo + click Thing href "../Thing" + ObjectProperty : consider - ObjectProperty ..> Any : consider + + + + ObjectProperty --> "*" Any : consider + click Any href "../Any" + ObjectProperty : contributor - ObjectProperty ..> Agent : contributor + + + + ObjectProperty --> "*" Agent : contributor + click Agent href "../Agent" + ObjectProperty : created @@ -52,7 +89,12 @@ URI: [owl:ObjectProperty](http://www.w3.org/2002/07/owl#ObjectProperty) ObjectProperty : creator - ObjectProperty ..> Agent : creator + + + + ObjectProperty --> "*" Agent : creator + click Agent href "../Agent" + ObjectProperty : curator_note @@ -66,7 +108,12 @@ URI: [owl:ObjectProperty](http://www.w3.org/2002/07/owl#ObjectProperty) ObjectProperty : depicted_by - ObjectProperty ..> Image : depicted_by + + + + ObjectProperty --> "*" Image : depicted_by + click Image href "../Image" + ObjectProperty : deprecated @@ -80,21 +127,41 @@ URI: [owl:ObjectProperty](http://www.w3.org/2002/07/owl#ObjectProperty) ObjectProperty : equivalentProperty - ObjectProperty ..> Property : equivalentProperty + + + + ObjectProperty --> "*" Property : equivalentProperty + click Property href "../Property" + ObjectProperty : exactMatch - ObjectProperty ..> Property : exactMatch + + + + ObjectProperty --> "*" Property : exactMatch + click Property href "../Property" + ObjectProperty : example_of_usage ObjectProperty : excluded_from_QC_check - ObjectProperty ..> Thing : excluded_from_QC_check + + + + ObjectProperty --> "0..1" Thing : excluded_from_QC_check + click Thing href "../Thing" + ObjectProperty : excluded_subClassOf - ObjectProperty ..> Class : excluded_subClassOf + + + + ObjectProperty --> "*" Class : excluded_subClassOf + click Class href "../Class" + ObjectProperty : excluded_synonym @@ -120,19 +187,39 @@ URI: [owl:ObjectProperty](http://www.w3.org/2002/07/owl#ObjectProperty) ObjectProperty : image - ObjectProperty ..> Thing : image + + + + ObjectProperty --> "0..1" Thing : image + click Thing href "../Thing" + ObjectProperty : imported_from - ObjectProperty ..> NamedIndividual : imported_from + + + + ObjectProperty --> "*" NamedIndividual : imported_from + click NamedIndividual href "../NamedIndividual" + ObjectProperty : in_subset - ObjectProperty ..> Subset : in_subset + + + + ObjectProperty --> "*" Subset : in_subset + click Subset href "../Subset" + ObjectProperty : inverseOf - ObjectProperty ..> Property : inverseOf + + + + ObjectProperty --> "0..1" Property : inverseOf + click Property href "../Property" + ObjectProperty : is_class_level @@ -146,13 +233,23 @@ URI: [owl:ObjectProperty](http://www.w3.org/2002/07/owl#ObjectProperty) ObjectProperty : isDefinedBy - ObjectProperty ..> Ontology : isDefinedBy + + + + ObjectProperty --> "0..1" Ontology : isDefinedBy + click Ontology href "../Ontology" + ObjectProperty : label ObjectProperty : narrowMatch - ObjectProperty ..> Property : narrowMatch + + + + ObjectProperty --> "*" Property : narrowMatch + click Property href "../Property" + ObjectProperty : OBO_foundry_unique_label @@ -166,23 +263,43 @@ URI: [owl:ObjectProperty](http://www.w3.org/2002/07/owl#ObjectProperty) ObjectProperty : seeAlso - ObjectProperty ..> Thing : seeAlso + + + + ObjectProperty --> "*" Thing : seeAlso + click Thing href "../Thing" + ObjectProperty : shorthand ObjectProperty : should_conform_to - ObjectProperty ..> Thing : should_conform_to + + + + ObjectProperty --> "0..1" Thing : should_conform_to + click Thing href "../Thing" + ObjectProperty : temporal_interpretation - ObjectProperty ..> NamedIndividual : temporal_interpretation + + + + ObjectProperty --> "0..1" NamedIndividual : temporal_interpretation + click NamedIndividual href "../NamedIndividual" + ObjectProperty : term_editor ObjectProperty : term_replaced_by - ObjectProperty ..> Any : term_replaced_by + + + + ObjectProperty --> "0..1" Any : term_replaced_by + click Any href "../Any" + ObjectProperty : term_tracker_item @@ -212,67 +329,67 @@ URI: [owl:ObjectProperty](http://www.w3.org/2002/07/owl#ObjectProperty) | [temporal_interpretation](temporal_interpretation.md) | 0..1
[NamedIndividual](NamedIndividual.md) | | direct | | [is_cyclic](is_cyclic.md) | 0..1
[Boolean](Boolean.md) | | direct | | [is_transitive](is_transitive.md) | 0..1
[Boolean](Boolean.md) | | direct | -| [shorthand](shorthand.md) | 0..*
[String](String.md) | | direct | -| [equivalentProperty](equivalentProperty.md) | 0..*
[Property](Property.md) | | direct | +| [shorthand](shorthand.md) | *
[String](String.md) | | direct | +| [equivalentProperty](equivalentProperty.md) | *
[Property](Property.md) | | direct | | [inverseOf](inverseOf.md) | 0..1
[Property](Property.md) | | direct | -| [propertyChainAxiom](propertyChainAxiom.md) | 0..*
[String](String.md) | | direct | -| [disjointWith](disjointWith.md) | 0..*
[String](String.md) | | [PropertyExpression](PropertyExpression.md) | -| [domain](domain.md) | 0..*
[String](String.md) | | [Property](Property.md) | -| [range](range.md) | 0..*
[String](String.md) | | [Property](Property.md) | +| [propertyChainAxiom](propertyChainAxiom.md) | *
[String](String.md) | | direct | +| [disjointWith](disjointWith.md) | *
[String](String.md) | | [PropertyExpression](PropertyExpression.md) | +| [domain](domain.md) | *
[String](String.md) | | [Property](Property.md) | +| [range](range.md) | *
[String](String.md) | | [Property](Property.md) | | [is_class_level](is_class_level.md) | 0..1
[Boolean](Boolean.md) | | [Property](Property.md) | | [is_metadata_tag](is_metadata_tag.md) | 0..1
[Boolean](Boolean.md) | | [Property](Property.md) | -| [has_exact_synonym](has_exact_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_narrow_synonym](has_narrow_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_broad_synonym](has_broad_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_related_synonym](has_related_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [alternative_term](alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [ISA_alternative_term](ISA_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [IEDB_alternative_term](IEDB_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [editor_preferred_term](editor_preferred_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_exact_synonym](has_exact_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_narrow_synonym](has_narrow_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_broad_synonym](has_broad_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_related_synonym](has_related_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [alternative_term](alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [ISA_alternative_term](ISA_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [IEDB_alternative_term](IEDB_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [editor_preferred_term](editor_preferred_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | | [deprecated](deprecated.md) | 0..1
[Boolean](Boolean.md) | | [HasLifeCycle](HasLifeCycle.md) | | [has_obsolescence_reason](has_obsolescence_reason.md) | 0..1
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [term_replaced_by](term_replaced_by.md) | 0..1
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [consider](consider.md) | 0..*
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [has_alternative_id](has_alternative_id.md) | 0..*
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | +| [consider](consider.md) | *
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [has_alternative_id](has_alternative_id.md) | *
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | | [excluded_from_QC_check](excluded_from_QC_check.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_subClassOf](excluded_subClassOf.md) | 0..*
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_synonym](excluded_synonym.md) | 0..*
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_subClassOf](excluded_subClassOf.md) | *
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_synonym](excluded_synonym.md) | *
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [should_conform_to](should_conform_to.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | | [created_by](created_by.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [creation_date](creation_date.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [contributor](contributor.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | -| [creator](creator.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creation_date](creation_date.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [contributor](contributor.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creator](creator.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | | [created](created.md) | 0..1
[String](String.md) | when the term came into being | [HasProvenance](HasProvenance.md) | -| [date](date.md) | 0..*
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | +| [date](date.md) | *
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | | [isDefinedBy](isDefinedBy.md) | 0..1
[Ontology](Ontology.md) | | [HasProvenance](HasProvenance.md) | -| [editor_note](editor_note.md) | 0..*
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | -| [term_editor](term_editor.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [definition_source](definition_source.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [editor_note](editor_note.md) | *
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | +| [term_editor](term_editor.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [definition_source](definition_source.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | | [ontology_term_requester](ontology_term_requester.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [imported_from](imported_from.md) | 0..*
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | -| [term_tracker_item](term_tracker_item.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [broadMatch](broadMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [closeMatch](closeMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [exactMatch](exactMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [narrowMatch](narrowMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [database_cross_reference](database_cross_reference.md) | 0..*
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | -| [has_obo_namespace](has_obo_namespace.md) | 0..*
[String](String.md) | | [HasCategory](HasCategory.md) | +| [imported_from](imported_from.md) | *
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | +| [term_tracker_item](term_tracker_item.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [broadMatch](broadMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [closeMatch](closeMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [exactMatch](exactMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [narrowMatch](narrowMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [database_cross_reference](database_cross_reference.md) | *
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | +| [has_obo_namespace](has_obo_namespace.md) | *
[String](String.md) | | [HasCategory](HasCategory.md) | | [category](category.md) | 0..1
[String](String.md) | | [HasCategory](HasCategory.md) | -| [in_subset](in_subset.md) | 0..*
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | -| [conformsTo](conformsTo.md) | 0..*
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | -| [comment](comment.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [seeAlso](seeAlso.md) | 0..*
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | +| [in_subset](in_subset.md) | *
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | +| [conformsTo](conformsTo.md) | *
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | +| [comment](comment.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [seeAlso](seeAlso.md) | *
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | | [image](image.md) | 0..1
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | -| [example_of_usage](example_of_usage.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [curator_note](curator_note.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [example_of_usage](example_of_usage.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [curator_note](curator_note.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | | [has_curation_status](has_curation_status.md) | 0..1
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [depicted_by](depicted_by.md) | 0..*
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | -| [page](page.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [depicted_by](depicted_by.md) | *
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | +| [page](page.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | | [label](label.md) | 0..1 _recommended_
[LabelType](LabelType.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [definition](definition.md) | 0..* _recommended_
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | -| [type](type.md) | 0..*
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | +| [definition](definition.md) | * _recommended_
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | +| [type](type.md) | *
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | @@ -293,8 +410,7 @@ URI: [owl:ObjectProperty](http://www.w3.org/2002/07/owl#ObjectProperty) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -310,6 +426,8 @@ URI: [owl:ObjectProperty](http://www.w3.org/2002/07/owl#ObjectProperty) + + ## LinkML Source @@ -320,8 +438,7 @@ URI: [owl:ObjectProperty](http://www.w3.org/2002/07/owl#ObjectProperty) ```yaml name: ObjectProperty description: A property that connects two objects in logical axioms -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: Property mixins: - PropertyExpression @@ -344,15 +461,14 @@ class_uri: owl:ObjectProperty ```yaml name: ObjectProperty description: A property that connects two objects in logical axioms -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: Property mixins: - PropertyExpression attributes: temporal_interpretation: name: temporal_interpretation - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: RO:0001900 alias: temporal_interpretation @@ -363,7 +479,7 @@ attributes: is_cyclic: name: is_cyclic deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_cyclic alias: is_cyclic @@ -374,7 +490,7 @@ attributes: is_transitive: name: is_transitive deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: TransitiveProperty rank: 1000 slot_uri: oio:is_transitive @@ -386,35 +502,35 @@ attributes: shorthand: name: shorthand deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:shorthand - multivalued: true alias: shorthand owner: ObjectProperty domain_of: - AnnotationProperty - ObjectProperty range: string + multivalued: true equivalentProperty: name: equivalentProperty - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate mixins: - match_aspect slot_uri: owl:equivalentProperty - multivalued: true alias: equivalentProperty owner: ObjectProperty domain_of: - ObjectProperty range: Property + multivalued: true inverseOf: name: inverseOf todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:inverseOf @@ -427,63 +543,63 @@ attributes: name: propertyChainAxiom todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:propertyChainAxiom - multivalued: true alias: propertyChainAxiom owner: ObjectProperty domain_of: - ObjectProperty range: string + multivalued: true disjointWith: name: disjointWith todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:disjointWith - multivalued: true alias: disjointWith owner: ObjectProperty domain_of: - ClassExpression - PropertyExpression range: string + multivalued: true domain: name: domain todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:domain - multivalued: true alias: domain owner: ObjectProperty domain_of: - Property range: string + multivalued: true range: name: range todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:range - multivalued: true alias: range owner: ObjectProperty domain_of: - Property range: string + multivalued: true is_class_level: name: is_class_level deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_class_level alias: is_class_level @@ -494,7 +610,7 @@ attributes: is_metadata_tag: name: is_metadata_tag deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_metadata_tag alias: is_metadata_tag @@ -504,11 +620,10 @@ attributes: range: boolean has_exact_synonym: name: has_exact_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasExactSynonym - multivalued: true alias: has_exact_synonym owner: ObjectProperty domain_of: @@ -517,115 +632,116 @@ attributes: disjoint_with: - label range: label type + multivalued: true has_narrow_synonym: name: has_narrow_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasNarrowSynonym - multivalued: true alias: has_narrow_synonym owner: ObjectProperty domain_of: - HasSynonyms range: label type + multivalued: true has_broad_synonym: name: has_broad_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasBroadSynonym - multivalued: true alias: has_broad_synonym owner: ObjectProperty domain_of: - HasSynonyms range: label type + multivalued: true has_related_synonym: name: has_related_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasRelatedSynonym - multivalued: true alias: has_related_synonym owner: ObjectProperty domain_of: - HasSynonyms range: label type + multivalued: true alternative_term: name: alternative_term in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:altLabel rank: 1000 slot_uri: IAO:0000118 - multivalued: true alias: alternative_term owner: ObjectProperty domain_of: - HasSynonyms range: string + multivalued: true ISA_alternative_term: name: ISA_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:0001847 - multivalued: true alias: ISA_alternative_term owner: ObjectProperty domain_of: - HasSynonyms range: string + multivalued: true IEDB_alternative_term: name: IEDB_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:9991118 - multivalued: true alias: IEDB_alternative_term owner: ObjectProperty domain_of: - HasSynonyms range: string + multivalued: true editor_preferred_term: name: editor_preferred_term in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000111 - multivalued: true alias: editor_preferred_term owner: ObjectProperty domain_of: - HasSynonyms range: string + multivalued: true OBO_foundry_unique_label: name: OBO_foundry_unique_label todos: - add uniquekey - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000589 - multivalued: true alias: OBO_foundry_unique_label owner: ObjectProperty domain_of: - HasSynonyms range: string + multivalued: true deprecated: name: deprecated in_subset: - allotrope permitted profile - go permitted profile - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata aliases: - is obsolete rank: 1000 @@ -643,7 +759,7 @@ attributes: - restrict range comments: - '{''RULE'': ''subject must be deprecated''}' - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect @@ -661,7 +777,7 @@ attributes: - go permitted profile - obi permitted profile - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - dcterms:isReplacedBy rank: 1000 @@ -679,17 +795,17 @@ attributes: - '{''RULE'': ''subject must be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect slot_uri: oio:consider - multivalued: true alias: consider owner: ObjectProperty domain_of: - HasLifeCycle range: Any + multivalued: true has_alternative_id: name: has_alternative_id description: Relates a live term to a deprecated ID that was merged in @@ -699,22 +815,22 @@ attributes: - '{''RULE'': ''object must NOT be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata see_also: - https://github.com/owlcs/owlapi/issues/317 rank: 1000 is_a: obsoletion_related_property domain: NotObsoleteAspect slot_uri: oio:hasAlternativeId - multivalued: true alias: has_alternative_id owner: ObjectProperty domain_of: - HasLifeCycle range: uriorcurie + multivalued: true excluded_from_QC_check: name: excluded_from_QC_check - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: excluded_from_QC_check @@ -724,31 +840,31 @@ attributes: range: Thing excluded_subClassOf: name: excluded_subClassOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_subClassOf owner: ObjectProperty domain_of: - HasLifeCycle range: Class + multivalued: true excluded_synonym: name: excluded_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:hiddenSynonym rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_synonym owner: ObjectProperty domain_of: - HasLifeCycle range: string + multivalued: true should_conform_to: name: should_conform_to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: should_conform_to @@ -759,7 +875,7 @@ attributes: created_by: name: created_by deprecated: proposed obsoleted by OMO group 2022-04-12 - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: creator rank: 1000 is_a: provenance_property @@ -775,50 +891,50 @@ attributes: deprecated: proposed obsoleted by OMO group 2022-04-12 todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: created rank: 1000 is_a: provenance_property slot_uri: oio:creation_date - multivalued: true alias: creation_date owner: ObjectProperty domain_of: - HasProvenance range: string + multivalued: true contributor: name: contributor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:contributor - multivalued: true alias: contributor owner: ObjectProperty domain_of: - HasProvenance range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true partial_match: false creator: name: creator - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:creator - multivalued: true alias: creator owner: ObjectProperty domain_of: - HasProvenance - Ontology range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true @@ -826,37 +942,37 @@ attributes: created: name: created description: when the term came into being - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:createdOn rank: 1000 is_a: provenance_property slot_uri: dcterms:created - multivalued: false alias: created owner: ObjectProperty domain_of: - HasProvenance - Ontology range: string + multivalued: false date: name: date description: when the term was updated - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:authoredOn rank: 1000 is_a: provenance_property slot_uri: dcterms:date - multivalued: true alias: date owner: ObjectProperty domain_of: - HasProvenance range: string + multivalued: true isDefinedBy: name: isDefinedBy - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:importedFrom - dcterms:publisher @@ -869,47 +985,47 @@ attributes: range: Ontology editor_note: name: editor_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000116 - multivalued: true alias: editor_note owner: ObjectProperty domain_of: - HasProvenance range: narrative text + multivalued: true term_editor: name: term_editor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000117 - multivalued: true alias: term_editor owner: ObjectProperty domain_of: - HasProvenance range: string + multivalued: true definition_source: name: definition_source todos: - restrict range in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000119 - multivalued: true alias: definition_source owner: ObjectProperty domain_of: - HasProvenance range: string + multivalued: true ontology_term_requester: name: ontology_term_requester - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000234 @@ -920,105 +1036,105 @@ attributes: range: string imported_from: name: imported_from - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000412 - multivalued: true alias: imported_from owner: ObjectProperty domain_of: - HasProvenance range: NamedIndividual + multivalued: true term_tracker_item: name: term_tracker_item todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000233 - multivalued: true alias: term_tracker_item owner: ObjectProperty domain_of: - HasProvenance range: string + multivalued: true broadMatch: name: broadMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:broadMatch - multivalued: true alias: broadMatch owner: ObjectProperty domain_of: - HasMappings range: Property + multivalued: true closeMatch: name: closeMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:closeMatch - multivalued: true alias: closeMatch owner: ObjectProperty domain_of: - HasMappings range: Property + multivalued: true exactMatch: name: exactMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:exactMatch - multivalued: true alias: exactMatch owner: ObjectProperty domain_of: - HasMappings range: Property + multivalued: true narrowMatch: name: narrowMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:narrowMatch - multivalued: true alias: narrowMatch owner: ObjectProperty domain_of: - HasMappings range: Property + multivalued: true database_cross_reference: name: database_cross_reference - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: oio:hasDbXref - multivalued: true alias: database_cross_reference owner: ObjectProperty domain_of: - HasMappings - Axiom range: CURIELiteral + multivalued: true has_obo_namespace: name: has_obo_namespace - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasOBONamespace - multivalued: true alias: has_obo_namespace owner: ObjectProperty domain_of: - HasCategory range: string + multivalued: true category: name: category - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: biolink:category @@ -1030,36 +1146,35 @@ attributes: in_subset: name: in_subset description: Maps an ontology element to a subset it belongs to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:inSubset - multivalued: true alias: in_subset owner: ObjectProperty domain_of: - HasCategory range: Subset + multivalued: true conformsTo: name: conformsTo - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: dcterms:conformsTo - multivalued: true alias: conformsTo owner: ObjectProperty domain_of: - HasCategory range: Thing + multivalued: true comment: name: comment comments: - in obo format, a term cannot have more than one comment - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: rdfs:comment - multivalued: true alias: comment owner: ObjectProperty domain_of: @@ -1067,23 +1182,24 @@ attributes: - Ontology - Axiom range: string + multivalued: true seeAlso: name: seeAlso todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: rdfs:seeAlso - multivalued: true alias: seeAlso owner: ObjectProperty domain_of: - HasUserInformation - Axiom range: Thing + multivalued: true image: name: image - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: sdo:image @@ -1096,33 +1212,33 @@ attributes: name: example_of_usage in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:example rank: 1000 is_a: informative_property slot_uri: IAO:0000112 - multivalued: true alias: example_of_usage owner: ObjectProperty domain_of: - HasUserInformation range: string + multivalued: true curator_note: name: curator_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000232 - multivalued: true alias: curator_note owner: ObjectProperty domain_of: - HasUserInformation range: string + multivalued: true has_curation_status: name: has_curation_status - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: IAO:0000114 @@ -1133,35 +1249,44 @@ attributes: range: string depicted_by: name: depicted_by - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:depicted_by - multivalued: true alias: depicted_by owner: ObjectProperty domain_of: - HasUserInformation range: Image + multivalued: true page: name: page - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:page - multivalued: true alias: page owner: ObjectProperty domain_of: - HasUserInformation range: string + multivalued: true label: name: label - from_schema: http://purl.obolibrary.org/obo/omo/schema + comments: + - SHOULD follow OBO label guidelines + - MUST be unique within an ontology + - SHOULD be unique across OBO + in_subset: + - allotrope required profile + - go required profile + - obi required profile + from_schema: https://w3id.org/oak/ontology-metadata + exact_mappings: + - skos:prefLabel rank: 1000 is_a: core_property slot_uri: rdfs:label - multivalued: false alias: label owner: ObjectProperty domain_of: @@ -1169,23 +1294,32 @@ attributes: - Axiom range: label type recommended: true + multivalued: false definition: name: definition - from_schema: http://purl.obolibrary.org/obo/omo/schema + comments: + - SHOULD be in Aristotelian (genus-differentia) form + in_subset: + - allotrope required profile + - go required profile + - obi required profile + from_schema: https://w3id.org/oak/ontology-metadata + exact_mappings: + - skos:definition rank: 1000 is_a: core_property slot_uri: IAO:0000115 - multivalued: true alias: definition owner: ObjectProperty domain_of: - HasMinimalMetadata range: narrative text recommended: true + multivalued: true id: name: id description: this maps to the URI in RDF - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: core_property identifier: true @@ -1197,17 +1331,17 @@ attributes: required: true type: name: type - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdf:type - multivalued: true designates_type: true alias: type owner: ObjectProperty domain_of: - Thing range: uriorcurie + multivalued: true class_uri: owl:ObjectProperty ``` diff --git a/docs/datamodels/ontology-metadata/Objectidentifier.md b/docs/datamodels/ontology-metadata/Objectidentifier.md index b960ef804..8618d92f4 100644 --- a/docs/datamodels/ontology-metadata/Objectidentifier.md +++ b/docs/datamodels/ontology-metadata/Objectidentifier.md @@ -1,9 +1,12 @@ # Type: Objectidentifier + + _A URI or CURIE that represents an object in the model._ + URI: [shex:iri](http://www.w3.org/ns/shex#iri) * [base](https://w3id.org/linkml/base): ElementIdentifier @@ -34,7 +37,17 @@ URI: [shex:iri](http://www.w3.org/ns/shex#iri) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:iri | +| native | omoschema:objectidentifier | diff --git a/docs/datamodels/ontology-metadata/ObsoleteAspect.md b/docs/datamodels/ontology-metadata/ObsoleteAspect.md index 68d72bc6b..72b03302b 100644 --- a/docs/datamodels/ontology-metadata/ObsoleteAspect.md +++ b/docs/datamodels/ontology-metadata/ObsoleteAspect.md @@ -1,16 +1,25 @@ + + # Class: ObsoleteAspect + + _Auto-classifies anything that is obsolete_ -URI: [omoschema:ObsoleteAspect](http://purl.obolibrary.org/obo/omo/schema/ObsoleteAspect) + +URI: [omoschema:ObsoleteAspect](https://w3id.org/oak/ontology-metadata/ObsoleteAspect) + + + ```{mermaid} classDiagram class ObsoleteAspect + click ObsoleteAspect href "../ObsoleteAspect" ``` @@ -104,8 +113,7 @@ URI: [omoschema:ObsoleteAspect](http://purl.obolibrary.org/obo/omo/schema/Obsole ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -121,6 +129,8 @@ URI: [omoschema:ObsoleteAspect](http://purl.obolibrary.org/obo/omo/schema/Obsole + + ## LinkML Source @@ -131,8 +141,7 @@ URI: [omoschema:ObsoleteAspect](http://purl.obolibrary.org/obo/omo/schema/Obsole ```yaml name: ObsoleteAspect description: Auto-classifies anything that is obsolete -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata mixin: true slot_usage: label: @@ -153,8 +162,7 @@ classification_rules: ```yaml name: ObsoleteAspect description: Auto-classifies anything that is obsolete -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata mixin: true slot_usage: label: diff --git a/docs/datamodels/ontology-metadata/Ontology-Metadata.md b/docs/datamodels/ontology-metadata/Ontology-Metadata.md index e67fa2aa4..e104717be 100644 --- a/docs/datamodels/ontology-metadata/Ontology-Metadata.md +++ b/docs/datamodels/ontology-metadata/Ontology-Metadata.md @@ -2,5 +2,5 @@ Schema for ontology metadata -URI: http://purl.obolibrary.org/obo/omo/schema +URI: https://w3id.org/oak/ontology-metadata diff --git a/docs/datamodels/ontology-metadata/Ontology.md b/docs/datamodels/ontology-metadata/Ontology.md index 8954192bb..efe742f47 100644 --- a/docs/datamodels/ontology-metadata/Ontology.md +++ b/docs/datamodels/ontology-metadata/Ontology.md @@ -1,17 +1,27 @@ + + # Class: Ontology + + _An OWL ontology_ + URI: [owl:Ontology](http://www.w3.org/2002/07/owl#Ontology) + + + ```{mermaid} classDiagram class Ontology + click Ontology href "../Ontology" NamedObject <|-- Ontology + click NamedObject href "../NamedObject" Ontology : comment @@ -19,11 +29,21 @@ URI: [owl:Ontology](http://www.w3.org/2002/07/owl#Ontology) Ontology : creator - Ontology ..> Agent : creator + + + + Ontology --> "*" Agent : creator + click Agent href "../Agent" + Ontology : has_ontology_root_term - Ontology ..> Class : has_ontology_root_term + + + + Ontology --> "*" Class : has_ontology_root_term + click Class href "../Class" + Ontology : id @@ -31,7 +51,12 @@ URI: [owl:Ontology](http://www.w3.org/2002/07/owl#Ontology) Ontology : license - Ontology ..> Thing : license + + + + Ontology --> "1" Thing : license + click Thing href "../Thing" + Ontology : source @@ -61,18 +86,18 @@ URI: [owl:Ontology](http://www.w3.org/2002/07/owl#Ontology) | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [title](title.md) | 0..1
[NarrativeText](NarrativeText.md) | | direct | -| [has_ontology_root_term](has_ontology_root_term.md) | 0..*
[Class](Class.md) | | direct | -| [license](license.md) | 0..1
[Thing](Thing.md) | | direct | -| [source](source.md) | 0..*
[String](String.md) | | direct | -| [versionIRI](versionIRI.md) | 0..1
[Uriorcurie](Uriorcurie.md) | | direct | -| [versionInfo](versionInfo.md) | 0..1
[String](String.md) | | direct | -| [comment](comment.md) | 0..*
[String](String.md) | | direct | -| [creator](creator.md) | 0..*
[Agent](Agent.md) | | direct | +| [title](title.md) | 1
[NarrativeText](NarrativeText.md) | | direct | +| [has_ontology_root_term](has_ontology_root_term.md) | *
[Class](Class.md) | | direct | +| [license](license.md) | 1
[Thing](Thing.md) | | direct | +| [source](source.md) | *
[String](String.md) | | direct | +| [versionIRI](versionIRI.md) | 1
[Uriorcurie](Uriorcurie.md) | | direct | +| [versionInfo](versionInfo.md) | 1
[String](String.md) | | direct | +| [comment](comment.md) | *
[String](String.md) | | direct | +| [creator](creator.md) | *
[Agent](Agent.md) | | direct | | [created](created.md) | 0..1
[String](String.md) | when the term came into being | direct | | [imports](imports.md) | 0..1
[String](String.md) | | direct | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | -| [type](type.md) | 0..*
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | +| [type](type.md) | *
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | @@ -111,8 +136,7 @@ URI: [owl:Ontology](http://www.w3.org/2002/07/owl#Ontology) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -128,6 +152,8 @@ URI: [owl:Ontology](http://www.w3.org/2002/07/owl#Ontology) + + ## LinkML Source @@ -138,8 +164,7 @@ URI: [owl:Ontology](http://www.w3.org/2002/07/owl#Ontology) ```yaml name: Ontology description: An OWL ontology -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: NamedObject slots: - title @@ -155,23 +180,15 @@ slots: slot_usage: title: name: title - domain_of: - - Ontology required: true license: name: license - domain_of: - - Ontology required: true versionIRI: name: versionIRI - domain_of: - - Ontology required: true versionInfo: name: versionInfo - domain_of: - - Ontology required: true class_uri: owl:Ontology @@ -184,34 +201,25 @@ class_uri: owl:Ontology ```yaml name: Ontology description: An OWL ontology -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: NamedObject slot_usage: title: name: title - domain_of: - - Ontology required: true license: name: license - domain_of: - - Ontology required: true versionIRI: name: versionIRI - domain_of: - - Ontology required: true versionInfo: name: versionInfo - domain_of: - - Ontology required: true attributes: title: name: title - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: dcterms:title alias: title @@ -222,19 +230,19 @@ attributes: required: true has_ontology_root_term: name: has_ontology_root_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: IAO:0000700 - multivalued: true alias: has_ontology_root_term owner: Ontology domain_of: - Ontology range: Class + multivalued: true license: name: license - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: dcterms:license @@ -246,23 +254,23 @@ attributes: required: true source: name: source - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - http://purl.org/dc/terms/source - oio:source rank: 1000 is_a: provenance_property slot_uri: dcterms:source - multivalued: true alias: source owner: Ontology domain_of: - Ontology - Axiom range: string + multivalued: true versionIRI: name: versionIRI - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: version_property slot_uri: owl:versionIRI @@ -274,7 +282,9 @@ attributes: required: true versionInfo: name: versionInfo - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata + close_mappings: + - pav:version rank: 1000 is_a: version_property slot_uri: owl:versionInfo @@ -288,11 +298,10 @@ attributes: name: comment comments: - in obo format, a term cannot have more than one comment - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: rdfs:comment - multivalued: true alias: comment owner: Ontology domain_of: @@ -300,21 +309,22 @@ attributes: - Ontology - Axiom range: string + multivalued: true creator: name: creator - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:creator - multivalued: true alias: creator owner: Ontology domain_of: - HasProvenance - Ontology range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true @@ -322,22 +332,22 @@ attributes: created: name: created description: when the term came into being - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:createdOn rank: 1000 is_a: provenance_property slot_uri: dcterms:created - multivalued: false alias: created owner: Ontology domain_of: - HasProvenance - Ontology range: string + multivalued: false imports: name: imports - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: owl:imports alias: imports @@ -348,7 +358,7 @@ attributes: id: name: id description: this maps to the URI in RDF - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: core_property identifier: true @@ -360,17 +370,17 @@ attributes: required: true type: name: type - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdf:type - multivalued: true designates_type: true alias: type owner: Ontology domain_of: - Thing range: uriorcurie + multivalued: true class_uri: owl:Ontology ``` diff --git a/docs/datamodels/ontology-metadata/Property.md b/docs/datamodels/ontology-metadata/Property.md index 4789d701a..cd2347b0f 100644 --- a/docs/datamodels/ontology-metadata/Property.md +++ b/docs/datamodels/ontology-metadata/Property.md @@ -1,3 +1,5 @@ + + # Class: Property @@ -8,41 +10,73 @@ URI: [rdf:Property](http://www.w3.org/1999/02/22-rdf-syntax-ns#Property) + + + ```{mermaid} classDiagram class Property + click Property href "../Property" Term <|-- Property + click Term href "../Term" Property <|-- AnnotationProperty + click AnnotationProperty href "../AnnotationProperty" Property <|-- ObjectProperty + click ObjectProperty href "../ObjectProperty" Property : alternative_term Property : broadMatch - Property ..> Property : broadMatch + + + + Property --> "*" Property : broadMatch + click Property href "../Property" + Property : category Property : closeMatch - Property ..> Property : closeMatch + + + + Property --> "*" Property : closeMatch + click Property href "../Property" + Property : comment Property : conformsTo - Property ..> Thing : conformsTo + + + + Property --> "*" Thing : conformsTo + click Thing href "../Thing" + Property : consider - Property ..> Any : consider + + + + Property --> "*" Any : consider + click Any href "../Any" + Property : contributor - Property ..> Agent : contributor + + + + Property --> "*" Agent : contributor + click Agent href "../Agent" + Property : created @@ -52,7 +86,12 @@ URI: [rdf:Property](http://www.w3.org/1999/02/22-rdf-syntax-ns#Property) Property : creator - Property ..> Agent : creator + + + + Property --> "*" Agent : creator + click Agent href "../Agent" + Property : curator_note @@ -66,7 +105,12 @@ URI: [rdf:Property](http://www.w3.org/1999/02/22-rdf-syntax-ns#Property) Property : depicted_by - Property ..> Image : depicted_by + + + + Property --> "*" Image : depicted_by + click Image href "../Image" + Property : deprecated @@ -78,17 +122,32 @@ URI: [rdf:Property](http://www.w3.org/1999/02/22-rdf-syntax-ns#Property) Property : exactMatch - Property ..> Property : exactMatch + + + + Property --> "*" Property : exactMatch + click Property href "../Property" + Property : example_of_usage Property : excluded_from_QC_check - Property ..> Thing : excluded_from_QC_check + + + + Property --> "0..1" Thing : excluded_from_QC_check + click Thing href "../Thing" + Property : excluded_subClassOf - Property ..> Class : excluded_subClassOf + + + + Property --> "*" Class : excluded_subClassOf + click Class href "../Class" + Property : excluded_synonym @@ -114,15 +173,30 @@ URI: [rdf:Property](http://www.w3.org/1999/02/22-rdf-syntax-ns#Property) Property : image - Property ..> Thing : image + + + + Property --> "0..1" Thing : image + click Thing href "../Thing" + Property : imported_from - Property ..> NamedIndividual : imported_from + + + + Property --> "*" NamedIndividual : imported_from + click NamedIndividual href "../NamedIndividual" + Property : in_subset - Property ..> Subset : in_subset + + + + Property --> "*" Subset : in_subset + click Subset href "../Subset" + Property : is_class_level @@ -132,13 +206,23 @@ URI: [rdf:Property](http://www.w3.org/1999/02/22-rdf-syntax-ns#Property) Property : isDefinedBy - Property ..> Ontology : isDefinedBy + + + + Property --> "0..1" Ontology : isDefinedBy + click Ontology href "../Ontology" + Property : label Property : narrowMatch - Property ..> Property : narrowMatch + + + + Property --> "*" Property : narrowMatch + click Property href "../Property" + Property : OBO_foundry_unique_label @@ -150,17 +234,32 @@ URI: [rdf:Property](http://www.w3.org/1999/02/22-rdf-syntax-ns#Property) Property : seeAlso - Property ..> Thing : seeAlso + + + + Property --> "*" Thing : seeAlso + click Thing href "../Thing" + Property : should_conform_to - Property ..> Thing : should_conform_to + + + + Property --> "0..1" Thing : should_conform_to + click Thing href "../Thing" + Property : term_editor Property : term_replaced_by - Property ..> Any : term_replaced_by + + + + Property --> "0..1" Any : term_replaced_by + click Any href "../Any" + Property : term_tracker_item @@ -187,62 +286,62 @@ URI: [rdf:Property](http://www.w3.org/1999/02/22-rdf-syntax-ns#Property) | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [domain](domain.md) | 0..*
[String](String.md) | | direct | -| [range](range.md) | 0..*
[String](String.md) | | direct | +| [domain](domain.md) | *
[String](String.md) | | direct | +| [range](range.md) | *
[String](String.md) | | direct | | [is_class_level](is_class_level.md) | 0..1
[Boolean](Boolean.md) | | direct | | [is_metadata_tag](is_metadata_tag.md) | 0..1
[Boolean](Boolean.md) | | direct | -| [has_exact_synonym](has_exact_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_narrow_synonym](has_narrow_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_broad_synonym](has_broad_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_related_synonym](has_related_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [alternative_term](alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [ISA_alternative_term](ISA_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [IEDB_alternative_term](IEDB_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [editor_preferred_term](editor_preferred_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_exact_synonym](has_exact_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_narrow_synonym](has_narrow_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_broad_synonym](has_broad_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_related_synonym](has_related_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [alternative_term](alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [ISA_alternative_term](ISA_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [IEDB_alternative_term](IEDB_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [editor_preferred_term](editor_preferred_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | | [deprecated](deprecated.md) | 0..1
[Boolean](Boolean.md) | | [HasLifeCycle](HasLifeCycle.md) | | [has_obsolescence_reason](has_obsolescence_reason.md) | 0..1
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [term_replaced_by](term_replaced_by.md) | 0..1
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [consider](consider.md) | 0..*
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [has_alternative_id](has_alternative_id.md) | 0..*
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | +| [consider](consider.md) | *
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [has_alternative_id](has_alternative_id.md) | *
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | | [excluded_from_QC_check](excluded_from_QC_check.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_subClassOf](excluded_subClassOf.md) | 0..*
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_synonym](excluded_synonym.md) | 0..*
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_subClassOf](excluded_subClassOf.md) | *
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_synonym](excluded_synonym.md) | *
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [should_conform_to](should_conform_to.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | | [created_by](created_by.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [creation_date](creation_date.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [contributor](contributor.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | -| [creator](creator.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creation_date](creation_date.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [contributor](contributor.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creator](creator.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | | [created](created.md) | 0..1
[String](String.md) | when the term came into being | [HasProvenance](HasProvenance.md) | -| [date](date.md) | 0..*
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | +| [date](date.md) | *
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | | [isDefinedBy](isDefinedBy.md) | 0..1
[Ontology](Ontology.md) | | [HasProvenance](HasProvenance.md) | -| [editor_note](editor_note.md) | 0..*
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | -| [term_editor](term_editor.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [definition_source](definition_source.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [editor_note](editor_note.md) | *
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | +| [term_editor](term_editor.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [definition_source](definition_source.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | | [ontology_term_requester](ontology_term_requester.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [imported_from](imported_from.md) | 0..*
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | -| [term_tracker_item](term_tracker_item.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [broadMatch](broadMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [closeMatch](closeMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [exactMatch](exactMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [narrowMatch](narrowMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [database_cross_reference](database_cross_reference.md) | 0..*
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | -| [has_obo_namespace](has_obo_namespace.md) | 0..*
[String](String.md) | | [HasCategory](HasCategory.md) | +| [imported_from](imported_from.md) | *
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | +| [term_tracker_item](term_tracker_item.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [broadMatch](broadMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [closeMatch](closeMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [exactMatch](exactMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [narrowMatch](narrowMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [database_cross_reference](database_cross_reference.md) | *
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | +| [has_obo_namespace](has_obo_namespace.md) | *
[String](String.md) | | [HasCategory](HasCategory.md) | | [category](category.md) | 0..1
[String](String.md) | | [HasCategory](HasCategory.md) | -| [in_subset](in_subset.md) | 0..*
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | -| [conformsTo](conformsTo.md) | 0..*
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | -| [comment](comment.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [seeAlso](seeAlso.md) | 0..*
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | +| [in_subset](in_subset.md) | *
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | +| [conformsTo](conformsTo.md) | *
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | +| [comment](comment.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [seeAlso](seeAlso.md) | *
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | | [image](image.md) | 0..1
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | -| [example_of_usage](example_of_usage.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [curator_note](curator_note.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [example_of_usage](example_of_usage.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [curator_note](curator_note.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | | [has_curation_status](has_curation_status.md) | 0..1
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [depicted_by](depicted_by.md) | 0..*
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | -| [page](page.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [depicted_by](depicted_by.md) | *
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | +| [page](page.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | | [label](label.md) | 0..1 _recommended_
[LabelType](LabelType.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [definition](definition.md) | 0..* _recommended_
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | -| [type](type.md) | 0..*
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | +| [definition](definition.md) | * _recommended_
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | +| [type](type.md) | *
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | @@ -293,8 +392,7 @@ URI: [rdf:Property](http://www.w3.org/1999/02/22-rdf-syntax-ns#Property) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -310,6 +408,8 @@ URI: [rdf:Property](http://www.w3.org/1999/02/22-rdf-syntax-ns#Property) + + ## LinkML Source @@ -319,8 +419,7 @@ URI: [rdf:Property](http://www.w3.org/1999/02/22-rdf-syntax-ns#Property)
```yaml name: Property -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: Term abstract: true slots: @@ -331,34 +430,21 @@ slots: slot_usage: label: name: label - domain_of: - - HasMinimalMetadata - - Axiom recommended: true definition: name: definition - domain_of: - - HasMinimalMetadata recommended: true broadMatch: name: broadMatch - domain_of: - - HasMappings range: Property exactMatch: name: exactMatch - domain_of: - - HasMappings range: Property narrowMatch: name: narrowMatch - domain_of: - - HasMappings range: Property closeMatch: name: closeMatch - domain_of: - - HasMappings range: Property subClassOf: name: subClassOf @@ -373,41 +459,27 @@ class_uri: rdf:Property
```yaml name: Property -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: Term abstract: true slot_usage: label: name: label - domain_of: - - HasMinimalMetadata - - Axiom recommended: true definition: name: definition - domain_of: - - HasMinimalMetadata recommended: true broadMatch: name: broadMatch - domain_of: - - HasMappings range: Property exactMatch: name: exactMatch - domain_of: - - HasMappings range: Property narrowMatch: name: narrowMatch - domain_of: - - HasMappings range: Property closeMatch: name: closeMatch - domain_of: - - HasMappings range: Property subClassOf: name: subClassOf @@ -417,34 +489,34 @@ attributes: name: domain todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:domain - multivalued: true alias: domain owner: Property domain_of: - Property range: string + multivalued: true range: name: range todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:range - multivalued: true alias: range owner: Property domain_of: - Property range: string + multivalued: true is_class_level: name: is_class_level deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_class_level alias: is_class_level @@ -455,7 +527,7 @@ attributes: is_metadata_tag: name: is_metadata_tag deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_metadata_tag alias: is_metadata_tag @@ -465,11 +537,10 @@ attributes: range: boolean has_exact_synonym: name: has_exact_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasExactSynonym - multivalued: true alias: has_exact_synonym owner: Property domain_of: @@ -478,115 +549,116 @@ attributes: disjoint_with: - label range: label type + multivalued: true has_narrow_synonym: name: has_narrow_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasNarrowSynonym - multivalued: true alias: has_narrow_synonym owner: Property domain_of: - HasSynonyms range: label type + multivalued: true has_broad_synonym: name: has_broad_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasBroadSynonym - multivalued: true alias: has_broad_synonym owner: Property domain_of: - HasSynonyms range: label type + multivalued: true has_related_synonym: name: has_related_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasRelatedSynonym - multivalued: true alias: has_related_synonym owner: Property domain_of: - HasSynonyms range: label type + multivalued: true alternative_term: name: alternative_term in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:altLabel rank: 1000 slot_uri: IAO:0000118 - multivalued: true alias: alternative_term owner: Property domain_of: - HasSynonyms range: string + multivalued: true ISA_alternative_term: name: ISA_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:0001847 - multivalued: true alias: ISA_alternative_term owner: Property domain_of: - HasSynonyms range: string + multivalued: true IEDB_alternative_term: name: IEDB_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:9991118 - multivalued: true alias: IEDB_alternative_term owner: Property domain_of: - HasSynonyms range: string + multivalued: true editor_preferred_term: name: editor_preferred_term in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000111 - multivalued: true alias: editor_preferred_term owner: Property domain_of: - HasSynonyms range: string + multivalued: true OBO_foundry_unique_label: name: OBO_foundry_unique_label todos: - add uniquekey - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000589 - multivalued: true alias: OBO_foundry_unique_label owner: Property domain_of: - HasSynonyms range: string + multivalued: true deprecated: name: deprecated in_subset: - allotrope permitted profile - go permitted profile - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata aliases: - is obsolete rank: 1000 @@ -604,7 +676,7 @@ attributes: - restrict range comments: - '{''RULE'': ''subject must be deprecated''}' - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect @@ -622,7 +694,7 @@ attributes: - go permitted profile - obi permitted profile - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - dcterms:isReplacedBy rank: 1000 @@ -640,17 +712,17 @@ attributes: - '{''RULE'': ''subject must be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect slot_uri: oio:consider - multivalued: true alias: consider owner: Property domain_of: - HasLifeCycle range: Any + multivalued: true has_alternative_id: name: has_alternative_id description: Relates a live term to a deprecated ID that was merged in @@ -660,22 +732,22 @@ attributes: - '{''RULE'': ''object must NOT be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata see_also: - https://github.com/owlcs/owlapi/issues/317 rank: 1000 is_a: obsoletion_related_property domain: NotObsoleteAspect slot_uri: oio:hasAlternativeId - multivalued: true alias: has_alternative_id owner: Property domain_of: - HasLifeCycle range: uriorcurie + multivalued: true excluded_from_QC_check: name: excluded_from_QC_check - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: excluded_from_QC_check @@ -685,31 +757,31 @@ attributes: range: Thing excluded_subClassOf: name: excluded_subClassOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_subClassOf owner: Property domain_of: - HasLifeCycle range: Class + multivalued: true excluded_synonym: name: excluded_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:hiddenSynonym rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_synonym owner: Property domain_of: - HasLifeCycle range: string + multivalued: true should_conform_to: name: should_conform_to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: should_conform_to @@ -720,7 +792,7 @@ attributes: created_by: name: created_by deprecated: proposed obsoleted by OMO group 2022-04-12 - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: creator rank: 1000 is_a: provenance_property @@ -736,50 +808,50 @@ attributes: deprecated: proposed obsoleted by OMO group 2022-04-12 todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: created rank: 1000 is_a: provenance_property slot_uri: oio:creation_date - multivalued: true alias: creation_date owner: Property domain_of: - HasProvenance range: string + multivalued: true contributor: name: contributor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:contributor - multivalued: true alias: contributor owner: Property domain_of: - HasProvenance range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true partial_match: false creator: name: creator - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:creator - multivalued: true alias: creator owner: Property domain_of: - HasProvenance - Ontology range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true @@ -787,37 +859,37 @@ attributes: created: name: created description: when the term came into being - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:createdOn rank: 1000 is_a: provenance_property slot_uri: dcterms:created - multivalued: false alias: created owner: Property domain_of: - HasProvenance - Ontology range: string + multivalued: false date: name: date description: when the term was updated - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:authoredOn rank: 1000 is_a: provenance_property slot_uri: dcterms:date - multivalued: true alias: date owner: Property domain_of: - HasProvenance range: string + multivalued: true isDefinedBy: name: isDefinedBy - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:importedFrom - dcterms:publisher @@ -830,47 +902,47 @@ attributes: range: Ontology editor_note: name: editor_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000116 - multivalued: true alias: editor_note owner: Property domain_of: - HasProvenance range: narrative text + multivalued: true term_editor: name: term_editor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000117 - multivalued: true alias: term_editor owner: Property domain_of: - HasProvenance range: string + multivalued: true definition_source: name: definition_source todos: - restrict range in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000119 - multivalued: true alias: definition_source owner: Property domain_of: - HasProvenance range: string + multivalued: true ontology_term_requester: name: ontology_term_requester - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000234 @@ -881,105 +953,105 @@ attributes: range: string imported_from: name: imported_from - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000412 - multivalued: true alias: imported_from owner: Property domain_of: - HasProvenance range: NamedIndividual + multivalued: true term_tracker_item: name: term_tracker_item todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000233 - multivalued: true alias: term_tracker_item owner: Property domain_of: - HasProvenance range: string + multivalued: true broadMatch: name: broadMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:broadMatch - multivalued: true alias: broadMatch owner: Property domain_of: - HasMappings range: Property + multivalued: true closeMatch: name: closeMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:closeMatch - multivalued: true alias: closeMatch owner: Property domain_of: - HasMappings range: Property + multivalued: true exactMatch: name: exactMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:exactMatch - multivalued: true alias: exactMatch owner: Property domain_of: - HasMappings range: Property + multivalued: true narrowMatch: name: narrowMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:narrowMatch - multivalued: true alias: narrowMatch owner: Property domain_of: - HasMappings range: Property + multivalued: true database_cross_reference: name: database_cross_reference - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: oio:hasDbXref - multivalued: true alias: database_cross_reference owner: Property domain_of: - HasMappings - Axiom range: CURIELiteral + multivalued: true has_obo_namespace: name: has_obo_namespace - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasOBONamespace - multivalued: true alias: has_obo_namespace owner: Property domain_of: - HasCategory range: string + multivalued: true category: name: category - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: biolink:category @@ -991,36 +1063,35 @@ attributes: in_subset: name: in_subset description: Maps an ontology element to a subset it belongs to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:inSubset - multivalued: true alias: in_subset owner: Property domain_of: - HasCategory range: Subset + multivalued: true conformsTo: name: conformsTo - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: dcterms:conformsTo - multivalued: true alias: conformsTo owner: Property domain_of: - HasCategory range: Thing + multivalued: true comment: name: comment comments: - in obo format, a term cannot have more than one comment - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: rdfs:comment - multivalued: true alias: comment owner: Property domain_of: @@ -1028,23 +1099,24 @@ attributes: - Ontology - Axiom range: string + multivalued: true seeAlso: name: seeAlso todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: rdfs:seeAlso - multivalued: true alias: seeAlso owner: Property domain_of: - HasUserInformation - Axiom range: Thing + multivalued: true image: name: image - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: sdo:image @@ -1057,33 +1129,33 @@ attributes: name: example_of_usage in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:example rank: 1000 is_a: informative_property slot_uri: IAO:0000112 - multivalued: true alias: example_of_usage owner: Property domain_of: - HasUserInformation range: string + multivalued: true curator_note: name: curator_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000232 - multivalued: true alias: curator_note owner: Property domain_of: - HasUserInformation range: string + multivalued: true has_curation_status: name: has_curation_status - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: IAO:0000114 @@ -1094,35 +1166,44 @@ attributes: range: string depicted_by: name: depicted_by - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:depicted_by - multivalued: true alias: depicted_by owner: Property domain_of: - HasUserInformation range: Image + multivalued: true page: name: page - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:page - multivalued: true alias: page owner: Property domain_of: - HasUserInformation range: string + multivalued: true label: name: label - from_schema: http://purl.obolibrary.org/obo/omo/schema + comments: + - SHOULD follow OBO label guidelines + - MUST be unique within an ontology + - SHOULD be unique across OBO + in_subset: + - allotrope required profile + - go required profile + - obi required profile + from_schema: https://w3id.org/oak/ontology-metadata + exact_mappings: + - skos:prefLabel rank: 1000 is_a: core_property slot_uri: rdfs:label - multivalued: false alias: label owner: Property domain_of: @@ -1130,23 +1211,32 @@ attributes: - Axiom range: label type recommended: true + multivalued: false definition: name: definition - from_schema: http://purl.obolibrary.org/obo/omo/schema + comments: + - SHOULD be in Aristotelian (genus-differentia) form + in_subset: + - allotrope required profile + - go required profile + - obi required profile + from_schema: https://w3id.org/oak/ontology-metadata + exact_mappings: + - skos:definition rank: 1000 is_a: core_property slot_uri: IAO:0000115 - multivalued: true alias: definition owner: Property domain_of: - HasMinimalMetadata range: narrative text recommended: true + multivalued: true id: name: id description: this maps to the URI in RDF - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: core_property identifier: true @@ -1158,17 +1248,17 @@ attributes: required: true type: name: type - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdf:type - multivalued: true designates_type: true alias: type owner: Property domain_of: - Thing range: uriorcurie + multivalued: true class_uri: rdf:Property ``` diff --git a/docs/datamodels/ontology-metadata/PropertyExpression.md b/docs/datamodels/ontology-metadata/PropertyExpression.md index dde886257..2755f83c7 100644 --- a/docs/datamodels/ontology-metadata/PropertyExpression.md +++ b/docs/datamodels/ontology-metadata/PropertyExpression.md @@ -1,18 +1,26 @@ + + # Class: PropertyExpression -URI: [omoschema:PropertyExpression](http://purl.obolibrary.org/obo/omo/schema/PropertyExpression) +URI: [omoschema:PropertyExpression](https://w3id.org/oak/ontology-metadata/PropertyExpression) + + + ```{mermaid} classDiagram class PropertyExpression + click PropertyExpression href "../PropertyExpression" Expression <|-- PropertyExpression + click Expression href "../Expression" PropertyExpression <|-- ObjectProperty + click ObjectProperty href "../ObjectProperty" PropertyExpression : disjointWith @@ -34,7 +42,7 @@ URI: [omoschema:PropertyExpression](http://purl.obolibrary.org/obo/omo/schema/Pr | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [disjointWith](disjointWith.md) | 0..*
[String](String.md) | | direct | +| [disjointWith](disjointWith.md) | *
[String](String.md) | | direct | @@ -69,8 +77,7 @@ URI: [omoschema:PropertyExpression](http://purl.obolibrary.org/obo/omo/schema/Pr ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -86,6 +93,8 @@ URI: [omoschema:PropertyExpression](http://purl.obolibrary.org/obo/omo/schema/Pr + + ## LinkML Source @@ -95,8 +104,7 @@ URI: [omoschema:PropertyExpression](http://purl.obolibrary.org/obo/omo/schema/Pr
```yaml name: PropertyExpression -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: Expression mixin: true slots: @@ -110,8 +118,7 @@ slots:
```yaml name: PropertyExpression -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: Expression mixin: true attributes: @@ -119,17 +126,17 @@ attributes: name: disjointWith todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:disjointWith - multivalued: true alias: disjointWith owner: PropertyExpression domain_of: - ClassExpression - PropertyExpression range: string + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/Restriction.md b/docs/datamodels/ontology-metadata/Restriction.md index caf1dbd87..fbfeac36d 100644 --- a/docs/datamodels/ontology-metadata/Restriction.md +++ b/docs/datamodels/ontology-metadata/Restriction.md @@ -1,3 +1,5 @@ + + # Class: Restriction @@ -6,11 +8,17 @@ URI: [owl:Restriction](http://www.w3.org/2002/07/owl#Restriction) + + + ```{mermaid} classDiagram class Restriction + click Restriction href "../Restriction" ClassExpression <|-- Restriction + click ClassExpression href "../ClassExpression" AnonymousClassExpression <|-- Restriction + click AnonymousClassExpression href "../AnonymousClassExpression" Restriction : allValuesFrom @@ -22,25 +30,50 @@ URI: [owl:Restriction](http://www.w3.org/2002/07/owl#Restriction) Restriction : equivalentClass - Restriction ..> ClassExpression : equivalentClass + + + + Restriction --> "*" ClassExpression : equivalentClass + click ClassExpression href "../ClassExpression" + Restriction : intersectionOf - Restriction ..> ClassExpression : intersectionOf + + + + Restriction --> "0..1" ClassExpression : intersectionOf + click ClassExpression href "../ClassExpression" + Restriction : oneOf - Restriction ..> ClassExpression : oneOf + + + + Restriction --> "0..1" ClassExpression : oneOf + click ClassExpression href "../ClassExpression" + Restriction : onProperty - Restriction ..> PropertyExpression : onProperty + + + + Restriction --> "*" PropertyExpression : onProperty + click PropertyExpression href "../PropertyExpression" + Restriction : someValuesFrom Restriction : subClassOf - Restriction ..> ClassExpression : subClassOf + + + + Restriction --> "*" ClassExpression : subClassOf + click ClassExpression href "../ClassExpression" + Restriction : unionOf @@ -62,13 +95,13 @@ URI: [owl:Restriction](http://www.w3.org/2002/07/owl#Restriction) | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [onProperty](onProperty.md) | 0..*
[PropertyExpression](PropertyExpression.md) | | direct | -| [someValuesFrom](someValuesFrom.md) | 0..*
[String](String.md) | | direct | +| [onProperty](onProperty.md) | *
[PropertyExpression](PropertyExpression.md) | | direct | +| [someValuesFrom](someValuesFrom.md) | *
[String](String.md) | | direct | | [allValuesFrom](allValuesFrom.md) | 0..1
[String](String.md) | | direct | -| [disjointWith](disjointWith.md) | 0..*
[String](String.md) | | [ClassExpression](ClassExpression.md) | -| [equivalentClass](equivalentClass.md) | 0..*
[ClassExpression](ClassExpression.md) | | [ClassExpression](ClassExpression.md) | +| [disjointWith](disjointWith.md) | *
[String](String.md) | | [ClassExpression](ClassExpression.md) | +| [equivalentClass](equivalentClass.md) | *
[ClassExpression](ClassExpression.md) | | [ClassExpression](ClassExpression.md) | | [intersectionOf](intersectionOf.md) | 0..1
[ClassExpression](ClassExpression.md) | | [ClassExpression](ClassExpression.md) | -| [subClassOf](subClassOf.md) | 0..*
[ClassExpression](ClassExpression.md) | | [ClassExpression](ClassExpression.md) | +| [subClassOf](subClassOf.md) | *
[ClassExpression](ClassExpression.md) | | [ClassExpression](ClassExpression.md) | | [cardinality](cardinality.md) | 0..1
[String](String.md) | | [ClassExpression](ClassExpression.md) | | [complementOf](complementOf.md) | 0..1
[String](String.md) | | [ClassExpression](ClassExpression.md) | | [oneOf](oneOf.md) | 0..1
[ClassExpression](ClassExpression.md) | | [ClassExpression](ClassExpression.md) | @@ -99,8 +132,7 @@ URI: [owl:Restriction](http://www.w3.org/2002/07/owl#Restriction) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -116,6 +148,8 @@ URI: [owl:Restriction](http://www.w3.org/2002/07/owl#Restriction) + + ## LinkML Source @@ -125,8 +159,7 @@ URI: [owl:Restriction](http://www.w3.org/2002/07/owl#Restriction)
```yaml name: Restriction -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnonymousClassExpression mixin: true mixins: @@ -145,8 +178,7 @@ class_uri: owl:Restriction
```yaml name: Restriction -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnonymousClassExpression mixin: true mixins: @@ -154,35 +186,35 @@ mixins: attributes: onProperty: name: onProperty - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:onProperty - multivalued: true alias: onProperty owner: Restriction domain_of: - Restriction range: PropertyExpression + multivalued: true someValuesFrom: name: someValuesFrom todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:someValuesFrom - multivalued: true alias: someValuesFrom owner: Restriction domain_of: - Restriction range: string + multivalued: true allValuesFrom: name: allValuesFrom todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:allValuesFrom @@ -195,38 +227,38 @@ attributes: name: disjointWith todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:disjointWith - multivalued: true alias: disjointWith owner: Restriction domain_of: - ClassExpression - PropertyExpression range: string + multivalued: true equivalentClass: name: equivalentClass todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate mixins: - match_aspect slot_uri: owl:equivalentClass - multivalued: true alias: equivalentClass owner: Restriction domain_of: - ClassExpression range: ClassExpression + multivalued: true intersectionOf: name: intersectionOf todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:intersectionOf @@ -237,19 +269,19 @@ attributes: range: ClassExpression subClassOf: name: subClassOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:subClassOf - multivalued: true alias: subClassOf owner: Restriction domain_of: - ClassExpression range: ClassExpression + multivalued: true cardinality: name: cardinality - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:cardinality @@ -262,7 +294,7 @@ attributes: name: complementOf todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:complementOf @@ -273,7 +305,7 @@ attributes: range: string oneOf: name: oneOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:oneOf @@ -284,7 +316,7 @@ attributes: range: ClassExpression unionOf: name: unionOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:unionOf diff --git a/docs/datamodels/ontology-metadata/String.md b/docs/datamodels/ontology-metadata/String.md index 15f9b5699..0acb7c512 100644 --- a/docs/datamodels/ontology-metadata/String.md +++ b/docs/datamodels/ontology-metadata/String.md @@ -1,9 +1,12 @@ # Type: String + + _A character string_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): str @@ -29,7 +32,18 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | omoschema:string | +| exact | schema:Text | diff --git a/docs/datamodels/ontology-metadata/Subset.md b/docs/datamodels/ontology-metadata/Subset.md index bf7d90a92..5edb15d4d 100644 --- a/docs/datamodels/ontology-metadata/Subset.md +++ b/docs/datamodels/ontology-metadata/Subset.md @@ -1,43 +1,78 @@ + + # Class: Subset + + _A collection of terms grouped for some purpose_ + URI: [oio:Subset](http://www.geneontology.org/formats/oboInOwl#Subset) + + + ```{mermaid} classDiagram class Subset + click Subset href "../Subset" AnnotationProperty <|-- Subset + click AnnotationProperty href "../AnnotationProperty" Subset : alternative_term Subset : broadMatch - Subset ..> Property : broadMatch + + + + Subset --> "*" Property : broadMatch + click Property href "../Property" + Subset : category Subset : closeMatch - Subset ..> Property : closeMatch + + + + Subset --> "*" Property : closeMatch + click Property href "../Property" + Subset : comment Subset : conformsTo - Subset ..> Thing : conformsTo + + + + Subset --> "*" Thing : conformsTo + click Thing href "../Thing" + Subset : consider - Subset ..> Any : consider + + + + Subset --> "*" Any : consider + click Any href "../Any" + Subset : contributor - Subset ..> Agent : contributor + + + + Subset --> "*" Agent : contributor + click Agent href "../Agent" + Subset : created @@ -47,7 +82,12 @@ URI: [oio:Subset](http://www.geneontology.org/formats/oboInOwl#Subset) Subset : creator - Subset ..> Agent : creator + + + + Subset --> "*" Agent : creator + click Agent href "../Agent" + Subset : curator_note @@ -61,7 +101,12 @@ URI: [oio:Subset](http://www.geneontology.org/formats/oboInOwl#Subset) Subset : depicted_by - Subset ..> Image : depicted_by + + + + Subset --> "*" Image : depicted_by + click Image href "../Image" + Subset : deprecated @@ -73,17 +118,32 @@ URI: [oio:Subset](http://www.geneontology.org/formats/oboInOwl#Subset) Subset : exactMatch - Subset ..> Property : exactMatch + + + + Subset --> "*" Property : exactMatch + click Property href "../Property" + Subset : example_of_usage Subset : excluded_from_QC_check - Subset ..> Thing : excluded_from_QC_check + + + + Subset --> "0..1" Thing : excluded_from_QC_check + click Thing href "../Thing" + Subset : excluded_subClassOf - Subset ..> Class : excluded_subClassOf + + + + Subset --> "*" Class : excluded_subClassOf + click Class href "../Class" + Subset : excluded_synonym @@ -109,15 +169,30 @@ URI: [oio:Subset](http://www.geneontology.org/formats/oboInOwl#Subset) Subset : image - Subset ..> Thing : image + + + + Subset --> "0..1" Thing : image + click Thing href "../Thing" + Subset : imported_from - Subset ..> NamedIndividual : imported_from + + + + Subset --> "*" NamedIndividual : imported_from + click NamedIndividual href "../NamedIndividual" + Subset : in_subset - Subset ..> Subset : in_subset + + + + Subset --> "*" Subset : in_subset + click Subset href "../Subset" + Subset : is_class_level @@ -127,13 +202,23 @@ URI: [oio:Subset](http://www.geneontology.org/formats/oboInOwl#Subset) Subset : isDefinedBy - Subset ..> Ontology : isDefinedBy + + + + Subset --> "0..1" Ontology : isDefinedBy + click Ontology href "../Ontology" + Subset : label Subset : narrowMatch - Subset ..> Property : narrowMatch + + + + Subset --> "*" Property : narrowMatch + click Property href "../Property" + Subset : OBO_foundry_unique_label @@ -145,19 +230,34 @@ URI: [oio:Subset](http://www.geneontology.org/formats/oboInOwl#Subset) Subset : seeAlso - Subset ..> Thing : seeAlso + + + + Subset --> "*" Thing : seeAlso + click Thing href "../Thing" + Subset : shorthand Subset : should_conform_to - Subset ..> Thing : should_conform_to + + + + Subset --> "0..1" Thing : should_conform_to + click Thing href "../Thing" + Subset : term_editor Subset : term_replaced_by - Subset ..> Any : term_replaced_by + + + + Subset --> "0..1" Any : term_replaced_by + click Any href "../Any" + Subset : term_tracker_item @@ -184,63 +284,63 @@ URI: [oio:Subset](http://www.geneontology.org/formats/oboInOwl#Subset) | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [shorthand](shorthand.md) | 0..*
[String](String.md) | | [AnnotationProperty](AnnotationProperty.md) | -| [domain](domain.md) | 0..*
[String](String.md) | | [Property](Property.md) | -| [range](range.md) | 0..*
[String](String.md) | | [Property](Property.md) | +| [shorthand](shorthand.md) | *
[String](String.md) | | [AnnotationProperty](AnnotationProperty.md) | +| [domain](domain.md) | *
[String](String.md) | | [Property](Property.md) | +| [range](range.md) | *
[String](String.md) | | [Property](Property.md) | | [is_class_level](is_class_level.md) | 0..1
[Boolean](Boolean.md) | | [Property](Property.md) | | [is_metadata_tag](is_metadata_tag.md) | 0..1
[Boolean](Boolean.md) | | [Property](Property.md) | -| [has_exact_synonym](has_exact_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_narrow_synonym](has_narrow_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_broad_synonym](has_broad_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_related_synonym](has_related_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [alternative_term](alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [ISA_alternative_term](ISA_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [IEDB_alternative_term](IEDB_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [editor_preferred_term](editor_preferred_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_exact_synonym](has_exact_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_narrow_synonym](has_narrow_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_broad_synonym](has_broad_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_related_synonym](has_related_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [alternative_term](alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [ISA_alternative_term](ISA_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [IEDB_alternative_term](IEDB_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [editor_preferred_term](editor_preferred_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | | [deprecated](deprecated.md) | 0..1
[Boolean](Boolean.md) | | [HasLifeCycle](HasLifeCycle.md) | | [has_obsolescence_reason](has_obsolescence_reason.md) | 0..1
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [term_replaced_by](term_replaced_by.md) | 0..1
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [consider](consider.md) | 0..*
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [has_alternative_id](has_alternative_id.md) | 0..*
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | +| [consider](consider.md) | *
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [has_alternative_id](has_alternative_id.md) | *
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | | [excluded_from_QC_check](excluded_from_QC_check.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_subClassOf](excluded_subClassOf.md) | 0..*
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_synonym](excluded_synonym.md) | 0..*
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_subClassOf](excluded_subClassOf.md) | *
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_synonym](excluded_synonym.md) | *
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [should_conform_to](should_conform_to.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | | [created_by](created_by.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [creation_date](creation_date.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [contributor](contributor.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | -| [creator](creator.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creation_date](creation_date.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [contributor](contributor.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creator](creator.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | | [created](created.md) | 0..1
[String](String.md) | when the term came into being | [HasProvenance](HasProvenance.md) | -| [date](date.md) | 0..*
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | +| [date](date.md) | *
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | | [isDefinedBy](isDefinedBy.md) | 0..1
[Ontology](Ontology.md) | | [HasProvenance](HasProvenance.md) | -| [editor_note](editor_note.md) | 0..*
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | -| [term_editor](term_editor.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [definition_source](definition_source.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [editor_note](editor_note.md) | *
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | +| [term_editor](term_editor.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [definition_source](definition_source.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | | [ontology_term_requester](ontology_term_requester.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [imported_from](imported_from.md) | 0..*
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | -| [term_tracker_item](term_tracker_item.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [broadMatch](broadMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [closeMatch](closeMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [exactMatch](exactMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [narrowMatch](narrowMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [database_cross_reference](database_cross_reference.md) | 0..*
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | -| [has_obo_namespace](has_obo_namespace.md) | 0..*
[String](String.md) | | [HasCategory](HasCategory.md) | +| [imported_from](imported_from.md) | *
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | +| [term_tracker_item](term_tracker_item.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [broadMatch](broadMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [closeMatch](closeMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [exactMatch](exactMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [narrowMatch](narrowMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [database_cross_reference](database_cross_reference.md) | *
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | +| [has_obo_namespace](has_obo_namespace.md) | *
[String](String.md) | | [HasCategory](HasCategory.md) | | [category](category.md) | 0..1
[String](String.md) | | [HasCategory](HasCategory.md) | -| [in_subset](in_subset.md) | 0..*
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | -| [conformsTo](conformsTo.md) | 0..*
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | -| [comment](comment.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [seeAlso](seeAlso.md) | 0..*
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | +| [in_subset](in_subset.md) | *
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | +| [conformsTo](conformsTo.md) | *
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | +| [comment](comment.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [seeAlso](seeAlso.md) | *
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | | [image](image.md) | 0..1
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | -| [example_of_usage](example_of_usage.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [curator_note](curator_note.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [example_of_usage](example_of_usage.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [curator_note](curator_note.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | | [has_curation_status](has_curation_status.md) | 0..1
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [depicted_by](depicted_by.md) | 0..*
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | -| [page](page.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [depicted_by](depicted_by.md) | *
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | +| [page](page.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | | [label](label.md) | 0..1 _recommended_
[LabelType](LabelType.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [definition](definition.md) | 0..* _recommended_
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | -| [type](type.md) | 0..*
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | +| [definition](definition.md) | * _recommended_
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | +| [type](type.md) | *
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | @@ -279,8 +379,7 @@ URI: [oio:Subset](http://www.geneontology.org/formats/oboInOwl#Subset) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -296,6 +395,8 @@ URI: [oio:Subset](http://www.geneontology.org/formats/oboInOwl#Subset) + + ## LinkML Source @@ -306,8 +407,7 @@ URI: [oio:Subset](http://www.geneontology.org/formats/oboInOwl#Subset) ```yaml name: Subset description: A collection of terms grouped for some purpose -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationProperty class_uri: oio:Subset @@ -320,55 +420,54 @@ class_uri: oio:Subset ```yaml name: Subset description: A collection of terms grouped for some purpose -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationProperty attributes: shorthand: name: shorthand deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:shorthand - multivalued: true alias: shorthand owner: Subset domain_of: - AnnotationProperty - ObjectProperty range: string + multivalued: true domain: name: domain todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:domain - multivalued: true alias: domain owner: Subset domain_of: - Property range: string + multivalued: true range: name: range todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:range - multivalued: true alias: range owner: Subset domain_of: - Property range: string + multivalued: true is_class_level: name: is_class_level deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_class_level alias: is_class_level @@ -379,7 +478,7 @@ attributes: is_metadata_tag: name: is_metadata_tag deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_metadata_tag alias: is_metadata_tag @@ -389,11 +488,10 @@ attributes: range: boolean has_exact_synonym: name: has_exact_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasExactSynonym - multivalued: true alias: has_exact_synonym owner: Subset domain_of: @@ -402,115 +500,116 @@ attributes: disjoint_with: - label range: label type + multivalued: true has_narrow_synonym: name: has_narrow_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasNarrowSynonym - multivalued: true alias: has_narrow_synonym owner: Subset domain_of: - HasSynonyms range: label type + multivalued: true has_broad_synonym: name: has_broad_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasBroadSynonym - multivalued: true alias: has_broad_synonym owner: Subset domain_of: - HasSynonyms range: label type + multivalued: true has_related_synonym: name: has_related_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasRelatedSynonym - multivalued: true alias: has_related_synonym owner: Subset domain_of: - HasSynonyms range: label type + multivalued: true alternative_term: name: alternative_term in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:altLabel rank: 1000 slot_uri: IAO:0000118 - multivalued: true alias: alternative_term owner: Subset domain_of: - HasSynonyms range: string + multivalued: true ISA_alternative_term: name: ISA_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:0001847 - multivalued: true alias: ISA_alternative_term owner: Subset domain_of: - HasSynonyms range: string + multivalued: true IEDB_alternative_term: name: IEDB_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:9991118 - multivalued: true alias: IEDB_alternative_term owner: Subset domain_of: - HasSynonyms range: string + multivalued: true editor_preferred_term: name: editor_preferred_term in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000111 - multivalued: true alias: editor_preferred_term owner: Subset domain_of: - HasSynonyms range: string + multivalued: true OBO_foundry_unique_label: name: OBO_foundry_unique_label todos: - add uniquekey - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000589 - multivalued: true alias: OBO_foundry_unique_label owner: Subset domain_of: - HasSynonyms range: string + multivalued: true deprecated: name: deprecated in_subset: - allotrope permitted profile - go permitted profile - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata aliases: - is obsolete rank: 1000 @@ -528,7 +627,7 @@ attributes: - restrict range comments: - '{''RULE'': ''subject must be deprecated''}' - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect @@ -546,7 +645,7 @@ attributes: - go permitted profile - obi permitted profile - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - dcterms:isReplacedBy rank: 1000 @@ -564,17 +663,17 @@ attributes: - '{''RULE'': ''subject must be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect slot_uri: oio:consider - multivalued: true alias: consider owner: Subset domain_of: - HasLifeCycle range: Any + multivalued: true has_alternative_id: name: has_alternative_id description: Relates a live term to a deprecated ID that was merged in @@ -584,22 +683,22 @@ attributes: - '{''RULE'': ''object must NOT be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata see_also: - https://github.com/owlcs/owlapi/issues/317 rank: 1000 is_a: obsoletion_related_property domain: NotObsoleteAspect slot_uri: oio:hasAlternativeId - multivalued: true alias: has_alternative_id owner: Subset domain_of: - HasLifeCycle range: uriorcurie + multivalued: true excluded_from_QC_check: name: excluded_from_QC_check - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: excluded_from_QC_check @@ -609,31 +708,31 @@ attributes: range: Thing excluded_subClassOf: name: excluded_subClassOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_subClassOf owner: Subset domain_of: - HasLifeCycle range: Class + multivalued: true excluded_synonym: name: excluded_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:hiddenSynonym rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_synonym owner: Subset domain_of: - HasLifeCycle range: string + multivalued: true should_conform_to: name: should_conform_to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: should_conform_to @@ -644,7 +743,7 @@ attributes: created_by: name: created_by deprecated: proposed obsoleted by OMO group 2022-04-12 - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: creator rank: 1000 is_a: provenance_property @@ -660,50 +759,50 @@ attributes: deprecated: proposed obsoleted by OMO group 2022-04-12 todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: created rank: 1000 is_a: provenance_property slot_uri: oio:creation_date - multivalued: true alias: creation_date owner: Subset domain_of: - HasProvenance range: string + multivalued: true contributor: name: contributor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:contributor - multivalued: true alias: contributor owner: Subset domain_of: - HasProvenance range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true partial_match: false creator: name: creator - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:creator - multivalued: true alias: creator owner: Subset domain_of: - HasProvenance - Ontology range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true @@ -711,37 +810,37 @@ attributes: created: name: created description: when the term came into being - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:createdOn rank: 1000 is_a: provenance_property slot_uri: dcterms:created - multivalued: false alias: created owner: Subset domain_of: - HasProvenance - Ontology range: string + multivalued: false date: name: date description: when the term was updated - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:authoredOn rank: 1000 is_a: provenance_property slot_uri: dcterms:date - multivalued: true alias: date owner: Subset domain_of: - HasProvenance range: string + multivalued: true isDefinedBy: name: isDefinedBy - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:importedFrom - dcterms:publisher @@ -754,47 +853,47 @@ attributes: range: Ontology editor_note: name: editor_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000116 - multivalued: true alias: editor_note owner: Subset domain_of: - HasProvenance range: narrative text + multivalued: true term_editor: name: term_editor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000117 - multivalued: true alias: term_editor owner: Subset domain_of: - HasProvenance range: string + multivalued: true definition_source: name: definition_source todos: - restrict range in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000119 - multivalued: true alias: definition_source owner: Subset domain_of: - HasProvenance range: string + multivalued: true ontology_term_requester: name: ontology_term_requester - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000234 @@ -805,105 +904,105 @@ attributes: range: string imported_from: name: imported_from - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000412 - multivalued: true alias: imported_from owner: Subset domain_of: - HasProvenance range: NamedIndividual + multivalued: true term_tracker_item: name: term_tracker_item todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000233 - multivalued: true alias: term_tracker_item owner: Subset domain_of: - HasProvenance range: string + multivalued: true broadMatch: name: broadMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:broadMatch - multivalued: true alias: broadMatch owner: Subset domain_of: - HasMappings range: Property + multivalued: true closeMatch: name: closeMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:closeMatch - multivalued: true alias: closeMatch owner: Subset domain_of: - HasMappings range: Property + multivalued: true exactMatch: name: exactMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:exactMatch - multivalued: true alias: exactMatch owner: Subset domain_of: - HasMappings range: Property + multivalued: true narrowMatch: name: narrowMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:narrowMatch - multivalued: true alias: narrowMatch owner: Subset domain_of: - HasMappings range: Property + multivalued: true database_cross_reference: name: database_cross_reference - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: oio:hasDbXref - multivalued: true alias: database_cross_reference owner: Subset domain_of: - HasMappings - Axiom range: CURIELiteral + multivalued: true has_obo_namespace: name: has_obo_namespace - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasOBONamespace - multivalued: true alias: has_obo_namespace owner: Subset domain_of: - HasCategory range: string + multivalued: true category: name: category - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: biolink:category @@ -915,36 +1014,35 @@ attributes: in_subset: name: in_subset description: Maps an ontology element to a subset it belongs to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:inSubset - multivalued: true alias: in_subset owner: Subset domain_of: - HasCategory range: Subset + multivalued: true conformsTo: name: conformsTo - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: dcterms:conformsTo - multivalued: true alias: conformsTo owner: Subset domain_of: - HasCategory range: Thing + multivalued: true comment: name: comment comments: - in obo format, a term cannot have more than one comment - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: rdfs:comment - multivalued: true alias: comment owner: Subset domain_of: @@ -952,23 +1050,24 @@ attributes: - Ontology - Axiom range: string + multivalued: true seeAlso: name: seeAlso todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: rdfs:seeAlso - multivalued: true alias: seeAlso owner: Subset domain_of: - HasUserInformation - Axiom range: Thing + multivalued: true image: name: image - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: sdo:image @@ -981,33 +1080,33 @@ attributes: name: example_of_usage in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:example rank: 1000 is_a: informative_property slot_uri: IAO:0000112 - multivalued: true alias: example_of_usage owner: Subset domain_of: - HasUserInformation range: string + multivalued: true curator_note: name: curator_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000232 - multivalued: true alias: curator_note owner: Subset domain_of: - HasUserInformation range: string + multivalued: true has_curation_status: name: has_curation_status - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: IAO:0000114 @@ -1018,35 +1117,44 @@ attributes: range: string depicted_by: name: depicted_by - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:depicted_by - multivalued: true alias: depicted_by owner: Subset domain_of: - HasUserInformation range: Image + multivalued: true page: name: page - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:page - multivalued: true alias: page owner: Subset domain_of: - HasUserInformation range: string + multivalued: true label: name: label - from_schema: http://purl.obolibrary.org/obo/omo/schema + comments: + - SHOULD follow OBO label guidelines + - MUST be unique within an ontology + - SHOULD be unique across OBO + in_subset: + - allotrope required profile + - go required profile + - obi required profile + from_schema: https://w3id.org/oak/ontology-metadata + exact_mappings: + - skos:prefLabel rank: 1000 is_a: core_property slot_uri: rdfs:label - multivalued: false alias: label owner: Subset domain_of: @@ -1054,23 +1162,32 @@ attributes: - Axiom range: label type recommended: true + multivalued: false definition: name: definition - from_schema: http://purl.obolibrary.org/obo/omo/schema + comments: + - SHOULD be in Aristotelian (genus-differentia) form + in_subset: + - allotrope required profile + - go required profile + - obi required profile + from_schema: https://w3id.org/oak/ontology-metadata + exact_mappings: + - skos:definition rank: 1000 is_a: core_property slot_uri: IAO:0000115 - multivalued: true alias: definition owner: Subset domain_of: - HasMinimalMetadata range: narrative text recommended: true + multivalued: true id: name: id description: this maps to the URI in RDF - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: core_property identifier: true @@ -1082,17 +1199,17 @@ attributes: required: true type: name: type - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdf:type - multivalued: true designates_type: true alias: type owner: Subset domain_of: - Thing range: uriorcurie + multivalued: true class_uri: oio:Subset ``` diff --git a/docs/datamodels/ontology-metadata/Term.md b/docs/datamodels/ontology-metadata/Term.md index 0488e3ed2..99873e2f5 100644 --- a/docs/datamodels/ontology-metadata/Term.md +++ b/docs/datamodels/ontology-metadata/Term.md @@ -1,58 +1,103 @@ + + # Class: Term + + _A NamedThing that includes classes, properties, but not ontologies_ + * __NOTE__: this is an abstract class and should not be instantiated directly -URI: [omoschema:Term](http://purl.obolibrary.org/obo/omo/schema/Term) +URI: [omoschema:Term](https://w3id.org/oak/ontology-metadata/Term) + + + ```{mermaid} classDiagram class Term + click Term href "../Term" HasSynonyms <|-- Term + click HasSynonyms href "../HasSynonyms" HasLifeCycle <|-- Term + click HasLifeCycle href "../HasLifeCycle" HasProvenance <|-- Term + click HasProvenance href "../HasProvenance" HasMappings <|-- Term + click HasMappings href "../HasMappings" HasCategory <|-- Term + click HasCategory href "../HasCategory" HasUserInformation <|-- Term + click HasUserInformation href "../HasUserInformation" HasMinimalMetadata <|-- Term + click HasMinimalMetadata href "../HasMinimalMetadata" NamedObject <|-- Term + click NamedObject href "../NamedObject" Term <|-- Class + click Class href "../Class" Term <|-- Property + click Property href "../Property" Term <|-- NamedIndividual + click NamedIndividual href "../NamedIndividual" Term : alternative_term Term : broadMatch - Term ..> Thing : broadMatch + + + + Term --> "*" Thing : broadMatch + click Thing href "../Thing" + Term : category Term : closeMatch - Term ..> Thing : closeMatch + + + + Term --> "*" Thing : closeMatch + click Thing href "../Thing" + Term : comment Term : conformsTo - Term ..> Thing : conformsTo + + + + Term --> "*" Thing : conformsTo + click Thing href "../Thing" + Term : consider - Term ..> Any : consider + + + + Term --> "*" Any : consider + click Any href "../Any" + Term : contributor - Term ..> Agent : contributor + + + + Term --> "*" Agent : contributor + click Agent href "../Agent" + Term : created @@ -62,7 +107,12 @@ URI: [omoschema:Term](http://purl.obolibrary.org/obo/omo/schema/Term) Term : creator - Term ..> Agent : creator + + + + Term --> "*" Agent : creator + click Agent href "../Agent" + Term : curator_note @@ -76,7 +126,12 @@ URI: [omoschema:Term](http://purl.obolibrary.org/obo/omo/schema/Term) Term : depicted_by - Term ..> Image : depicted_by + + + + Term --> "*" Image : depicted_by + click Image href "../Image" + Term : deprecated @@ -86,17 +141,32 @@ URI: [omoschema:Term](http://purl.obolibrary.org/obo/omo/schema/Term) Term : exactMatch - Term ..> Thing : exactMatch + + + + Term --> "*" Thing : exactMatch + click Thing href "../Thing" + Term : example_of_usage Term : excluded_from_QC_check - Term ..> Thing : excluded_from_QC_check + + + + Term --> "0..1" Thing : excluded_from_QC_check + click Thing href "../Thing" + Term : excluded_subClassOf - Term ..> Class : excluded_subClassOf + + + + Term --> "*" Class : excluded_subClassOf + click Class href "../Class" + Term : excluded_synonym @@ -122,27 +192,52 @@ URI: [omoschema:Term](http://purl.obolibrary.org/obo/omo/schema/Term) Term : image - Term ..> Thing : image + + + + Term --> "0..1" Thing : image + click Thing href "../Thing" + Term : imported_from - Term ..> NamedIndividual : imported_from + + + + Term --> "*" NamedIndividual : imported_from + click NamedIndividual href "../NamedIndividual" + Term : in_subset - Term ..> Subset : in_subset + + + + Term --> "*" Subset : in_subset + click Subset href "../Subset" + Term : ISA_alternative_term Term : isDefinedBy - Term ..> Ontology : isDefinedBy + + + + Term --> "0..1" Ontology : isDefinedBy + click Ontology href "../Ontology" + Term : label Term : narrowMatch - Term ..> Thing : narrowMatch + + + + Term --> "*" Thing : narrowMatch + click Thing href "../Thing" + Term : OBO_foundry_unique_label @@ -152,17 +247,32 @@ URI: [omoschema:Term](http://purl.obolibrary.org/obo/omo/schema/Term) Term : seeAlso - Term ..> Thing : seeAlso + + + + Term --> "*" Thing : seeAlso + click Thing href "../Thing" + Term : should_conform_to - Term ..> Thing : should_conform_to + + + + Term --> "0..1" Thing : should_conform_to + click Thing href "../Thing" + Term : term_editor Term : term_replaced_by - Term ..> Any : term_replaced_by + + + + Term --> "0..1" Any : term_replaced_by + click Any href "../Any" + Term : term_tracker_item @@ -189,58 +299,58 @@ URI: [omoschema:Term](http://purl.obolibrary.org/obo/omo/schema/Term) | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [has_exact_synonym](has_exact_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_narrow_synonym](has_narrow_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_broad_synonym](has_broad_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_related_synonym](has_related_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [alternative_term](alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [ISA_alternative_term](ISA_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [IEDB_alternative_term](IEDB_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [editor_preferred_term](editor_preferred_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_exact_synonym](has_exact_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_narrow_synonym](has_narrow_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_broad_synonym](has_broad_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_related_synonym](has_related_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [alternative_term](alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [ISA_alternative_term](ISA_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [IEDB_alternative_term](IEDB_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [editor_preferred_term](editor_preferred_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | | [deprecated](deprecated.md) | 0..1
[Boolean](Boolean.md) | | [HasLifeCycle](HasLifeCycle.md) | | [has_obsolescence_reason](has_obsolescence_reason.md) | 0..1
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [term_replaced_by](term_replaced_by.md) | 0..1
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [consider](consider.md) | 0..*
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [has_alternative_id](has_alternative_id.md) | 0..*
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | +| [consider](consider.md) | *
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [has_alternative_id](has_alternative_id.md) | *
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | | [excluded_from_QC_check](excluded_from_QC_check.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_subClassOf](excluded_subClassOf.md) | 0..*
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_synonym](excluded_synonym.md) | 0..*
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_subClassOf](excluded_subClassOf.md) | *
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_synonym](excluded_synonym.md) | *
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [should_conform_to](should_conform_to.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | | [created_by](created_by.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [creation_date](creation_date.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [contributor](contributor.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | -| [creator](creator.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creation_date](creation_date.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [contributor](contributor.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creator](creator.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | | [created](created.md) | 0..1
[String](String.md) | when the term came into being | [HasProvenance](HasProvenance.md) | -| [date](date.md) | 0..*
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | +| [date](date.md) | *
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | | [isDefinedBy](isDefinedBy.md) | 0..1
[Ontology](Ontology.md) | | [HasProvenance](HasProvenance.md) | -| [editor_note](editor_note.md) | 0..*
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | -| [term_editor](term_editor.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [definition_source](definition_source.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [editor_note](editor_note.md) | *
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | +| [term_editor](term_editor.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [definition_source](definition_source.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | | [ontology_term_requester](ontology_term_requester.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [imported_from](imported_from.md) | 0..*
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | -| [term_tracker_item](term_tracker_item.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [broadMatch](broadMatch.md) | 0..*
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | -| [closeMatch](closeMatch.md) | 0..*
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | -| [exactMatch](exactMatch.md) | 0..*
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | -| [narrowMatch](narrowMatch.md) | 0..*
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | -| [database_cross_reference](database_cross_reference.md) | 0..*
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | -| [has_obo_namespace](has_obo_namespace.md) | 0..*
[String](String.md) | | [HasCategory](HasCategory.md) | +| [imported_from](imported_from.md) | *
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | +| [term_tracker_item](term_tracker_item.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [broadMatch](broadMatch.md) | *
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | +| [closeMatch](closeMatch.md) | *
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | +| [exactMatch](exactMatch.md) | *
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | +| [narrowMatch](narrowMatch.md) | *
[Thing](Thing.md) | | [HasMappings](HasMappings.md) | +| [database_cross_reference](database_cross_reference.md) | *
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | +| [has_obo_namespace](has_obo_namespace.md) | *
[String](String.md) | | [HasCategory](HasCategory.md) | | [category](category.md) | 0..1
[String](String.md) | | [HasCategory](HasCategory.md) | -| [in_subset](in_subset.md) | 0..*
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | -| [conformsTo](conformsTo.md) | 0..*
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | -| [comment](comment.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [seeAlso](seeAlso.md) | 0..*
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | +| [in_subset](in_subset.md) | *
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | +| [conformsTo](conformsTo.md) | *
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | +| [comment](comment.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [seeAlso](seeAlso.md) | *
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | | [image](image.md) | 0..1
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | -| [example_of_usage](example_of_usage.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [curator_note](curator_note.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [example_of_usage](example_of_usage.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [curator_note](curator_note.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | | [has_curation_status](has_curation_status.md) | 0..1
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [depicted_by](depicted_by.md) | 0..*
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | -| [page](page.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [depicted_by](depicted_by.md) | *
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | +| [page](page.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | | [label](label.md) | 0..1
[LabelType](LabelType.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [definition](definition.md) | 0..*
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | -| [type](type.md) | 0..*
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | +| [definition](definition.md) | *
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | +| [type](type.md) | *
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | @@ -266,8 +376,7 @@ URI: [omoschema:Term](http://purl.obolibrary.org/obo/omo/schema/Term) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -283,6 +392,8 @@ URI: [omoschema:Term](http://purl.obolibrary.org/obo/omo/schema/Term) + + ## LinkML Source @@ -293,10 +404,9 @@ URI: [omoschema:Term](http://purl.obolibrary.org/obo/omo/schema/Term) ```yaml name: Term description: A NamedThing that includes classes, properties, but not ontologies -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata aliases: - term -rank: 1000 is_a: NamedObject abstract: true mixins: @@ -317,10 +427,9 @@ mixins: ```yaml name: Term description: A NamedThing that includes classes, properties, but not ontologies -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata aliases: - term -rank: 1000 is_a: NamedObject abstract: true mixins: @@ -334,11 +443,10 @@ mixins: attributes: has_exact_synonym: name: has_exact_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasExactSynonym - multivalued: true alias: has_exact_synonym owner: Term domain_of: @@ -347,115 +455,116 @@ attributes: disjoint_with: - label range: label type + multivalued: true has_narrow_synonym: name: has_narrow_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasNarrowSynonym - multivalued: true alias: has_narrow_synonym owner: Term domain_of: - HasSynonyms range: label type + multivalued: true has_broad_synonym: name: has_broad_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasBroadSynonym - multivalued: true alias: has_broad_synonym owner: Term domain_of: - HasSynonyms range: label type + multivalued: true has_related_synonym: name: has_related_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasRelatedSynonym - multivalued: true alias: has_related_synonym owner: Term domain_of: - HasSynonyms range: label type + multivalued: true alternative_term: name: alternative_term in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:altLabel rank: 1000 slot_uri: IAO:0000118 - multivalued: true alias: alternative_term owner: Term domain_of: - HasSynonyms range: string + multivalued: true ISA_alternative_term: name: ISA_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:0001847 - multivalued: true alias: ISA_alternative_term owner: Term domain_of: - HasSynonyms range: string + multivalued: true IEDB_alternative_term: name: IEDB_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:9991118 - multivalued: true alias: IEDB_alternative_term owner: Term domain_of: - HasSynonyms range: string + multivalued: true editor_preferred_term: name: editor_preferred_term in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000111 - multivalued: true alias: editor_preferred_term owner: Term domain_of: - HasSynonyms range: string + multivalued: true OBO_foundry_unique_label: name: OBO_foundry_unique_label todos: - add uniquekey - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000589 - multivalued: true alias: OBO_foundry_unique_label owner: Term domain_of: - HasSynonyms range: string + multivalued: true deprecated: name: deprecated in_subset: - allotrope permitted profile - go permitted profile - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata aliases: - is obsolete rank: 1000 @@ -473,7 +582,7 @@ attributes: - restrict range comments: - '{''RULE'': ''subject must be deprecated''}' - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect @@ -491,7 +600,7 @@ attributes: - go permitted profile - obi permitted profile - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - dcterms:isReplacedBy rank: 1000 @@ -509,17 +618,17 @@ attributes: - '{''RULE'': ''subject must be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect slot_uri: oio:consider - multivalued: true alias: consider owner: Term domain_of: - HasLifeCycle range: Any + multivalued: true has_alternative_id: name: has_alternative_id description: Relates a live term to a deprecated ID that was merged in @@ -529,22 +638,22 @@ attributes: - '{''RULE'': ''object must NOT be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata see_also: - https://github.com/owlcs/owlapi/issues/317 rank: 1000 is_a: obsoletion_related_property domain: NotObsoleteAspect slot_uri: oio:hasAlternativeId - multivalued: true alias: has_alternative_id owner: Term domain_of: - HasLifeCycle range: uriorcurie + multivalued: true excluded_from_QC_check: name: excluded_from_QC_check - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: excluded_from_QC_check @@ -554,31 +663,31 @@ attributes: range: Thing excluded_subClassOf: name: excluded_subClassOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_subClassOf owner: Term domain_of: - HasLifeCycle range: Class + multivalued: true excluded_synonym: name: excluded_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:hiddenSynonym rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_synonym owner: Term domain_of: - HasLifeCycle range: string + multivalued: true should_conform_to: name: should_conform_to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: should_conform_to @@ -589,7 +698,7 @@ attributes: created_by: name: created_by deprecated: proposed obsoleted by OMO group 2022-04-12 - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: creator rank: 1000 is_a: provenance_property @@ -605,50 +714,50 @@ attributes: deprecated: proposed obsoleted by OMO group 2022-04-12 todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: created rank: 1000 is_a: provenance_property slot_uri: oio:creation_date - multivalued: true alias: creation_date owner: Term domain_of: - HasProvenance range: string + multivalued: true contributor: name: contributor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:contributor - multivalued: true alias: contributor owner: Term domain_of: - HasProvenance range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true partial_match: false creator: name: creator - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:creator - multivalued: true alias: creator owner: Term domain_of: - HasProvenance - Ontology range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true @@ -656,37 +765,37 @@ attributes: created: name: created description: when the term came into being - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:createdOn rank: 1000 is_a: provenance_property slot_uri: dcterms:created - multivalued: false alias: created owner: Term domain_of: - HasProvenance - Ontology range: string + multivalued: false date: name: date description: when the term was updated - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:authoredOn rank: 1000 is_a: provenance_property slot_uri: dcterms:date - multivalued: true alias: date owner: Term domain_of: - HasProvenance range: string + multivalued: true isDefinedBy: name: isDefinedBy - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:importedFrom - dcterms:publisher @@ -699,47 +808,47 @@ attributes: range: Ontology editor_note: name: editor_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000116 - multivalued: true alias: editor_note owner: Term domain_of: - HasProvenance range: narrative text + multivalued: true term_editor: name: term_editor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000117 - multivalued: true alias: term_editor owner: Term domain_of: - HasProvenance range: string + multivalued: true definition_source: name: definition_source todos: - restrict range in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000119 - multivalued: true alias: definition_source owner: Term domain_of: - HasProvenance range: string + multivalued: true ontology_term_requester: name: ontology_term_requester - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000234 @@ -750,105 +859,105 @@ attributes: range: string imported_from: name: imported_from - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000412 - multivalued: true alias: imported_from owner: Term domain_of: - HasProvenance range: NamedIndividual + multivalued: true term_tracker_item: name: term_tracker_item todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000233 - multivalued: true alias: term_tracker_item owner: Term domain_of: - HasProvenance range: string + multivalued: true broadMatch: name: broadMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:broadMatch - multivalued: true alias: broadMatch owner: Term domain_of: - HasMappings range: Thing + multivalued: true closeMatch: name: closeMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:closeMatch - multivalued: true alias: closeMatch owner: Term domain_of: - HasMappings range: Thing + multivalued: true exactMatch: name: exactMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:exactMatch - multivalued: true alias: exactMatch owner: Term domain_of: - HasMappings range: Thing + multivalued: true narrowMatch: name: narrowMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:narrowMatch - multivalued: true alias: narrowMatch owner: Term domain_of: - HasMappings range: Thing + multivalued: true database_cross_reference: name: database_cross_reference - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: oio:hasDbXref - multivalued: true alias: database_cross_reference owner: Term domain_of: - HasMappings - Axiom range: CURIELiteral + multivalued: true has_obo_namespace: name: has_obo_namespace - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasOBONamespace - multivalued: true alias: has_obo_namespace owner: Term domain_of: - HasCategory range: string + multivalued: true category: name: category - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: biolink:category @@ -860,36 +969,35 @@ attributes: in_subset: name: in_subset description: Maps an ontology element to a subset it belongs to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:inSubset - multivalued: true alias: in_subset owner: Term domain_of: - HasCategory range: Subset + multivalued: true conformsTo: name: conformsTo - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: dcterms:conformsTo - multivalued: true alias: conformsTo owner: Term domain_of: - HasCategory range: Thing + multivalued: true comment: name: comment comments: - in obo format, a term cannot have more than one comment - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: rdfs:comment - multivalued: true alias: comment owner: Term domain_of: @@ -897,23 +1005,24 @@ attributes: - Ontology - Axiom range: string + multivalued: true seeAlso: name: seeAlso todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: rdfs:seeAlso - multivalued: true alias: seeAlso owner: Term domain_of: - HasUserInformation - Axiom range: Thing + multivalued: true image: name: image - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: sdo:image @@ -926,33 +1035,33 @@ attributes: name: example_of_usage in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:example rank: 1000 is_a: informative_property slot_uri: IAO:0000112 - multivalued: true alias: example_of_usage owner: Term domain_of: - HasUserInformation range: string + multivalued: true curator_note: name: curator_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000232 - multivalued: true alias: curator_note owner: Term domain_of: - HasUserInformation range: string + multivalued: true has_curation_status: name: has_curation_status - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: IAO:0000114 @@ -963,28 +1072,28 @@ attributes: range: string depicted_by: name: depicted_by - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:depicted_by - multivalued: true alias: depicted_by owner: Term domain_of: - HasUserInformation range: Image + multivalued: true page: name: page - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:page - multivalued: true alias: page owner: Term domain_of: - HasUserInformation range: string + multivalued: true label: name: label comments: @@ -995,19 +1104,19 @@ attributes: - allotrope required profile - go required profile - obi required profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:prefLabel rank: 1000 is_a: core_property slot_uri: rdfs:label - multivalued: false alias: label owner: Term domain_of: - HasMinimalMetadata - Axiom range: label type + multivalued: false definition: name: definition comments: @@ -1016,22 +1125,22 @@ attributes: - allotrope required profile - go required profile - obi required profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:definition rank: 1000 is_a: core_property slot_uri: IAO:0000115 - multivalued: true alias: definition owner: Term domain_of: - HasMinimalMetadata range: narrative text + multivalued: true id: name: id description: this maps to the URI in RDF - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: core_property identifier: true @@ -1043,17 +1152,17 @@ attributes: required: true type: name: type - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdf:type - multivalued: true designates_type: true alias: type owner: Term domain_of: - Thing range: uriorcurie + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/Thing.md b/docs/datamodels/ontology-metadata/Thing.md index e99bc4eb3..8f50595f9 100644 --- a/docs/datamodels/ontology-metadata/Thing.md +++ b/docs/datamodels/ontology-metadata/Thing.md @@ -1,3 +1,5 @@ + + # Class: Thing @@ -8,10 +10,15 @@ URI: [owl:Thing](http://www.w3.org/2002/07/owl#Thing) + + + ```{mermaid} classDiagram class Thing + click Thing href "../Thing" Thing <|-- NamedObject + click NamedObject href "../NamedObject" Thing : type @@ -32,7 +39,7 @@ URI: [owl:Thing](http://www.w3.org/2002/07/owl#Thing) | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [type](type.md) | 0..*
[Uriorcurie](Uriorcurie.md) | | direct | +| [type](type.md) | *
[Uriorcurie](Uriorcurie.md) | | direct | @@ -147,8 +154,7 @@ URI: [owl:Thing](http://www.w3.org/2002/07/owl#Thing) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -164,6 +170,8 @@ URI: [owl:Thing](http://www.w3.org/2002/07/owl#Thing) + + ## LinkML Source @@ -173,8 +181,7 @@ URI: [owl:Thing](http://www.w3.org/2002/07/owl#Thing)
```yaml name: Thing -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata abstract: true slots: - type @@ -188,23 +195,22 @@ class_uri: owl:Thing
```yaml name: Thing -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata abstract: true attributes: type: name: type - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdf:type - multivalued: true designates_type: true alias: type owner: Thing domain_of: - Thing range: uriorcurie + multivalued: true class_uri: owl:Thing ``` diff --git a/docs/datamodels/ontology-metadata/TidyString.md b/docs/datamodels/ontology-metadata/TidyString.md index 642be69e9..efbc7f1f3 100644 --- a/docs/datamodels/ontology-metadata/TidyString.md +++ b/docs/datamodels/ontology-metadata/TidyString.md @@ -29,7 +29,17 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:tidy_string | +| native | omoschema:tidy_string | diff --git a/docs/datamodels/ontology-metadata/Time.md b/docs/datamodels/ontology-metadata/Time.md index 2b3fff248..d3c9b2970 100644 --- a/docs/datamodels/ontology-metadata/Time.md +++ b/docs/datamodels/ontology-metadata/Time.md @@ -1,14 +1,17 @@ # Type: Time + + _A time object represents a (local) time of day, independent of any particular day_ -URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +URI: [xsd:time](http://www.w3.org/2001/XMLSchema#time) * [base](https://w3id.org/linkml/base): XSDTime -* [uri](https://w3id.org/linkml/uri): xsd:dateTime +* [uri](https://w3id.org/linkml/uri): xsd:time * [repr](https://w3id.org/linkml/repr): str @@ -30,7 +33,18 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:time | +| native | omoschema:time | +| exact | schema:Time | diff --git a/docs/datamodels/ontology-metadata/TransitiveProperty.md b/docs/datamodels/ontology-metadata/TransitiveProperty.md index b5784b146..14ccfc6b1 100644 --- a/docs/datamodels/ontology-metadata/TransitiveProperty.md +++ b/docs/datamodels/ontology-metadata/TransitiveProperty.md @@ -1,43 +1,78 @@ + + # Class: TransitiveProperty + + _An ObjectProperty with the property of transitivity_ -URI: [omoschema:TransitiveProperty](http://purl.obolibrary.org/obo/omo/schema/TransitiveProperty) + +URI: [omoschema:TransitiveProperty](https://w3id.org/oak/ontology-metadata/TransitiveProperty) + + + ```{mermaid} classDiagram class TransitiveProperty + click TransitiveProperty href "../TransitiveProperty" ObjectProperty <|-- TransitiveProperty + click ObjectProperty href "../ObjectProperty" TransitiveProperty : alternative_term TransitiveProperty : broadMatch - TransitiveProperty ..> Property : broadMatch + + + + TransitiveProperty --> "*" Property : broadMatch + click Property href "../Property" + TransitiveProperty : category TransitiveProperty : closeMatch - TransitiveProperty ..> Property : closeMatch + + + + TransitiveProperty --> "*" Property : closeMatch + click Property href "../Property" + TransitiveProperty : comment TransitiveProperty : conformsTo - TransitiveProperty ..> Thing : conformsTo + + + + TransitiveProperty --> "*" Thing : conformsTo + click Thing href "../Thing" + TransitiveProperty : consider - TransitiveProperty ..> Any : consider + + + + TransitiveProperty --> "*" Any : consider + click Any href "../Any" + TransitiveProperty : contributor - TransitiveProperty ..> Agent : contributor + + + + TransitiveProperty --> "*" Agent : contributor + click Agent href "../Agent" + TransitiveProperty : created @@ -47,7 +82,12 @@ URI: [omoschema:TransitiveProperty](http://purl.obolibrary.org/obo/omo/schema/Tr TransitiveProperty : creator - TransitiveProperty ..> Agent : creator + + + + TransitiveProperty --> "*" Agent : creator + click Agent href "../Agent" + TransitiveProperty : curator_note @@ -61,7 +101,12 @@ URI: [omoschema:TransitiveProperty](http://purl.obolibrary.org/obo/omo/schema/Tr TransitiveProperty : depicted_by - TransitiveProperty ..> Image : depicted_by + + + + TransitiveProperty --> "*" Image : depicted_by + click Image href "../Image" + TransitiveProperty : deprecated @@ -75,21 +120,41 @@ URI: [omoschema:TransitiveProperty](http://purl.obolibrary.org/obo/omo/schema/Tr TransitiveProperty : equivalentProperty - TransitiveProperty ..> Property : equivalentProperty + + + + TransitiveProperty --> "*" Property : equivalentProperty + click Property href "../Property" + TransitiveProperty : exactMatch - TransitiveProperty ..> Property : exactMatch + + + + TransitiveProperty --> "*" Property : exactMatch + click Property href "../Property" + TransitiveProperty : example_of_usage TransitiveProperty : excluded_from_QC_check - TransitiveProperty ..> Thing : excluded_from_QC_check + + + + TransitiveProperty --> "0..1" Thing : excluded_from_QC_check + click Thing href "../Thing" + TransitiveProperty : excluded_subClassOf - TransitiveProperty ..> Class : excluded_subClassOf + + + + TransitiveProperty --> "*" Class : excluded_subClassOf + click Class href "../Class" + TransitiveProperty : excluded_synonym @@ -115,19 +180,39 @@ URI: [omoschema:TransitiveProperty](http://purl.obolibrary.org/obo/omo/schema/Tr TransitiveProperty : image - TransitiveProperty ..> Thing : image + + + + TransitiveProperty --> "0..1" Thing : image + click Thing href "../Thing" + TransitiveProperty : imported_from - TransitiveProperty ..> NamedIndividual : imported_from + + + + TransitiveProperty --> "*" NamedIndividual : imported_from + click NamedIndividual href "../NamedIndividual" + TransitiveProperty : in_subset - TransitiveProperty ..> Subset : in_subset + + + + TransitiveProperty --> "*" Subset : in_subset + click Subset href "../Subset" + TransitiveProperty : inverseOf - TransitiveProperty ..> Property : inverseOf + + + + TransitiveProperty --> "0..1" Property : inverseOf + click Property href "../Property" + TransitiveProperty : is_class_level @@ -141,13 +226,23 @@ URI: [omoschema:TransitiveProperty](http://purl.obolibrary.org/obo/omo/schema/Tr TransitiveProperty : isDefinedBy - TransitiveProperty ..> Ontology : isDefinedBy + + + + TransitiveProperty --> "0..1" Ontology : isDefinedBy + click Ontology href "../Ontology" + TransitiveProperty : label TransitiveProperty : narrowMatch - TransitiveProperty ..> Property : narrowMatch + + + + TransitiveProperty --> "*" Property : narrowMatch + click Property href "../Property" + TransitiveProperty : OBO_foundry_unique_label @@ -161,23 +256,43 @@ URI: [omoschema:TransitiveProperty](http://purl.obolibrary.org/obo/omo/schema/Tr TransitiveProperty : seeAlso - TransitiveProperty ..> Thing : seeAlso + + + + TransitiveProperty --> "*" Thing : seeAlso + click Thing href "../Thing" + TransitiveProperty : shorthand TransitiveProperty : should_conform_to - TransitiveProperty ..> Thing : should_conform_to + + + + TransitiveProperty --> "0..1" Thing : should_conform_to + click Thing href "../Thing" + TransitiveProperty : temporal_interpretation - TransitiveProperty ..> NamedIndividual : temporal_interpretation + + + + TransitiveProperty --> "0..1" NamedIndividual : temporal_interpretation + click NamedIndividual href "../NamedIndividual" + TransitiveProperty : term_editor TransitiveProperty : term_replaced_by - TransitiveProperty ..> Any : term_replaced_by + + + + TransitiveProperty --> "0..1" Any : term_replaced_by + click Any href "../Any" + TransitiveProperty : term_tracker_item @@ -207,67 +322,67 @@ URI: [omoschema:TransitiveProperty](http://purl.obolibrary.org/obo/omo/schema/Tr | [temporal_interpretation](temporal_interpretation.md) | 0..1
[NamedIndividual](NamedIndividual.md) | | [ObjectProperty](ObjectProperty.md) | | [is_cyclic](is_cyclic.md) | 0..1
[Boolean](Boolean.md) | | [ObjectProperty](ObjectProperty.md) | | [is_transitive](is_transitive.md) | 0..1
[Boolean](Boolean.md) | | [ObjectProperty](ObjectProperty.md) | -| [shorthand](shorthand.md) | 0..*
[String](String.md) | | [ObjectProperty](ObjectProperty.md) | -| [equivalentProperty](equivalentProperty.md) | 0..*
[Property](Property.md) | | [ObjectProperty](ObjectProperty.md) | +| [shorthand](shorthand.md) | *
[String](String.md) | | [ObjectProperty](ObjectProperty.md) | +| [equivalentProperty](equivalentProperty.md) | *
[Property](Property.md) | | [ObjectProperty](ObjectProperty.md) | | [inverseOf](inverseOf.md) | 0..1
[Property](Property.md) | | [ObjectProperty](ObjectProperty.md) | -| [propertyChainAxiom](propertyChainAxiom.md) | 0..*
[String](String.md) | | [ObjectProperty](ObjectProperty.md) | -| [disjointWith](disjointWith.md) | 0..*
[String](String.md) | | [PropertyExpression](PropertyExpression.md) | -| [domain](domain.md) | 0..*
[String](String.md) | | [Property](Property.md) | -| [range](range.md) | 0..*
[String](String.md) | | [Property](Property.md) | +| [propertyChainAxiom](propertyChainAxiom.md) | *
[String](String.md) | | [ObjectProperty](ObjectProperty.md) | +| [disjointWith](disjointWith.md) | *
[String](String.md) | | [PropertyExpression](PropertyExpression.md) | +| [domain](domain.md) | *
[String](String.md) | | [Property](Property.md) | +| [range](range.md) | *
[String](String.md) | | [Property](Property.md) | | [is_class_level](is_class_level.md) | 0..1
[Boolean](Boolean.md) | | [Property](Property.md) | | [is_metadata_tag](is_metadata_tag.md) | 0..1
[Boolean](Boolean.md) | | [Property](Property.md) | -| [has_exact_synonym](has_exact_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_narrow_synonym](has_narrow_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_broad_synonym](has_broad_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [has_related_synonym](has_related_synonym.md) | 0..*
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | -| [alternative_term](alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [ISA_alternative_term](ISA_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [IEDB_alternative_term](IEDB_alternative_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [editor_preferred_term](editor_preferred_term.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | -| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | 0..*
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_exact_synonym](has_exact_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_narrow_synonym](has_narrow_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_broad_synonym](has_broad_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [has_related_synonym](has_related_synonym.md) | *
[LabelType](LabelType.md) | | [HasSynonyms](HasSynonyms.md) | +| [alternative_term](alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [ISA_alternative_term](ISA_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [IEDB_alternative_term](IEDB_alternative_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [editor_preferred_term](editor_preferred_term.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | +| [OBO_foundry_unique_label](OBO_foundry_unique_label.md) | *
[String](String.md) | | [HasSynonyms](HasSynonyms.md) | | [deprecated](deprecated.md) | 0..1
[Boolean](Boolean.md) | | [HasLifeCycle](HasLifeCycle.md) | | [has_obsolescence_reason](has_obsolescence_reason.md) | 0..1
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [term_replaced_by](term_replaced_by.md) | 0..1
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [consider](consider.md) | 0..*
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [has_alternative_id](has_alternative_id.md) | 0..*
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | +| [consider](consider.md) | *
[Any](Any.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [has_alternative_id](has_alternative_id.md) | *
[Uriorcurie](Uriorcurie.md) | Relates a live term to a deprecated ID that was merged in | [HasLifeCycle](HasLifeCycle.md) | | [excluded_from_QC_check](excluded_from_QC_check.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_subClassOf](excluded_subClassOf.md) | 0..*
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | -| [excluded_synonym](excluded_synonym.md) | 0..*
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_subClassOf](excluded_subClassOf.md) | *
[Class](Class.md) | | [HasLifeCycle](HasLifeCycle.md) | +| [excluded_synonym](excluded_synonym.md) | *
[String](String.md) | | [HasLifeCycle](HasLifeCycle.md) | | [should_conform_to](should_conform_to.md) | 0..1
[Thing](Thing.md) | | [HasLifeCycle](HasLifeCycle.md) | | [created_by](created_by.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [creation_date](creation_date.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [contributor](contributor.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | -| [creator](creator.md) | 0..*
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creation_date](creation_date.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [contributor](contributor.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | +| [creator](creator.md) | *
[Agent](Agent.md) | | [HasProvenance](HasProvenance.md) | | [created](created.md) | 0..1
[String](String.md) | when the term came into being | [HasProvenance](HasProvenance.md) | -| [date](date.md) | 0..*
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | +| [date](date.md) | *
[String](String.md) | when the term was updated | [HasProvenance](HasProvenance.md) | | [isDefinedBy](isDefinedBy.md) | 0..1
[Ontology](Ontology.md) | | [HasProvenance](HasProvenance.md) | -| [editor_note](editor_note.md) | 0..*
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | -| [term_editor](term_editor.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [definition_source](definition_source.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [editor_note](editor_note.md) | *
[NarrativeText](NarrativeText.md) | | [HasProvenance](HasProvenance.md) | +| [term_editor](term_editor.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [definition_source](definition_source.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | | [ontology_term_requester](ontology_term_requester.md) | 0..1
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [imported_from](imported_from.md) | 0..*
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | -| [term_tracker_item](term_tracker_item.md) | 0..*
[String](String.md) | | [HasProvenance](HasProvenance.md) | -| [broadMatch](broadMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [closeMatch](closeMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [exactMatch](exactMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [narrowMatch](narrowMatch.md) | 0..*
[Property](Property.md) | | [HasMappings](HasMappings.md) | -| [database_cross_reference](database_cross_reference.md) | 0..*
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | -| [has_obo_namespace](has_obo_namespace.md) | 0..*
[String](String.md) | | [HasCategory](HasCategory.md) | +| [imported_from](imported_from.md) | *
[NamedIndividual](NamedIndividual.md) | | [HasProvenance](HasProvenance.md) | +| [term_tracker_item](term_tracker_item.md) | *
[String](String.md) | | [HasProvenance](HasProvenance.md) | +| [broadMatch](broadMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [closeMatch](closeMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [exactMatch](exactMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [narrowMatch](narrowMatch.md) | *
[Property](Property.md) | | [HasMappings](HasMappings.md) | +| [database_cross_reference](database_cross_reference.md) | *
[CURIELiteral](CURIELiteral.md) | | [HasMappings](HasMappings.md) | +| [has_obo_namespace](has_obo_namespace.md) | *
[String](String.md) | | [HasCategory](HasCategory.md) | | [category](category.md) | 0..1
[String](String.md) | | [HasCategory](HasCategory.md) | -| [in_subset](in_subset.md) | 0..*
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | -| [conformsTo](conformsTo.md) | 0..*
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | -| [comment](comment.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [seeAlso](seeAlso.md) | 0..*
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | +| [in_subset](in_subset.md) | *
[Subset](Subset.md) | Maps an ontology element to a subset it belongs to | [HasCategory](HasCategory.md) | +| [conformsTo](conformsTo.md) | *
[Thing](Thing.md) | | [HasCategory](HasCategory.md) | +| [comment](comment.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [seeAlso](seeAlso.md) | *
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | | [image](image.md) | 0..1
[Thing](Thing.md) | | [HasUserInformation](HasUserInformation.md) | -| [example_of_usage](example_of_usage.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [curator_note](curator_note.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [example_of_usage](example_of_usage.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [curator_note](curator_note.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | | [has_curation_status](has_curation_status.md) | 0..1
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | -| [depicted_by](depicted_by.md) | 0..*
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | -| [page](page.md) | 0..*
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | +| [depicted_by](depicted_by.md) | *
[Image](Image.md) | | [HasUserInformation](HasUserInformation.md) | +| [page](page.md) | *
[String](String.md) | | [HasUserInformation](HasUserInformation.md) | | [label](label.md) | 0..1 _recommended_
[LabelType](LabelType.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [definition](definition.md) | 0..* _recommended_
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | -| [type](type.md) | 0..*
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | +| [definition](definition.md) | * _recommended_
[NarrativeText](NarrativeText.md) | | [HasMinimalMetadata](HasMinimalMetadata.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | this maps to the URI in RDF | [NamedObject](NamedObject.md) | +| [type](type.md) | *
[Uriorcurie](Uriorcurie.md) | | [Thing](Thing.md) | @@ -288,8 +403,7 @@ URI: [omoschema:TransitiveProperty](http://purl.obolibrary.org/obo/omo/schema/Tr ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema - +* from schema: https://w3id.org/oak/ontology-metadata @@ -305,6 +419,8 @@ URI: [omoschema:TransitiveProperty](http://purl.obolibrary.org/obo/omo/schema/Tr + + ## LinkML Source @@ -315,8 +431,7 @@ URI: [omoschema:TransitiveProperty](http://purl.obolibrary.org/obo/omo/schema/Tr ```yaml name: TransitiveProperty description: An ObjectProperty with the property of transitivity -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: ObjectProperty ``` @@ -328,13 +443,12 @@ is_a: ObjectProperty ```yaml name: TransitiveProperty description: An ObjectProperty with the property of transitivity -from_schema: http://purl.obolibrary.org/obo/omo/schema -rank: 1000 +from_schema: https://w3id.org/oak/ontology-metadata is_a: ObjectProperty attributes: temporal_interpretation: name: temporal_interpretation - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: RO:0001900 alias: temporal_interpretation @@ -345,7 +459,7 @@ attributes: is_cyclic: name: is_cyclic deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_cyclic alias: is_cyclic @@ -356,7 +470,7 @@ attributes: is_transitive: name: is_transitive deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: TransitiveProperty rank: 1000 slot_uri: oio:is_transitive @@ -368,35 +482,35 @@ attributes: shorthand: name: shorthand deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:shorthand - multivalued: true alias: shorthand owner: TransitiveProperty domain_of: - AnnotationProperty - ObjectProperty range: string + multivalued: true equivalentProperty: name: equivalentProperty - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate mixins: - match_aspect slot_uri: owl:equivalentProperty - multivalued: true alias: equivalentProperty owner: TransitiveProperty domain_of: - ObjectProperty range: Property + multivalued: true inverseOf: name: inverseOf todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:inverseOf @@ -409,63 +523,63 @@ attributes: name: propertyChainAxiom todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:propertyChainAxiom - multivalued: true alias: propertyChainAxiom owner: TransitiveProperty domain_of: - ObjectProperty range: string + multivalued: true disjointWith: name: disjointWith todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:disjointWith - multivalued: true alias: disjointWith owner: TransitiveProperty domain_of: - ClassExpression - PropertyExpression range: string + multivalued: true domain: name: domain todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:domain - multivalued: true alias: domain owner: TransitiveProperty domain_of: - Property range: string + multivalued: true range: name: range todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:range - multivalued: true alias: range owner: TransitiveProperty domain_of: - Property range: string + multivalued: true is_class_level: name: is_class_level deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_class_level alias: is_class_level @@ -476,7 +590,7 @@ attributes: is_metadata_tag: name: is_metadata_tag deprecated: deprecated oboInOwl property - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_metadata_tag alias: is_metadata_tag @@ -486,11 +600,10 @@ attributes: range: boolean has_exact_synonym: name: has_exact_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasExactSynonym - multivalued: true alias: has_exact_synonym owner: TransitiveProperty domain_of: @@ -499,115 +612,116 @@ attributes: disjoint_with: - label range: label type + multivalued: true has_narrow_synonym: name: has_narrow_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasNarrowSynonym - multivalued: true alias: has_narrow_synonym owner: TransitiveProperty domain_of: - HasSynonyms range: label type + multivalued: true has_broad_synonym: name: has_broad_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasBroadSynonym - multivalued: true alias: has_broad_synonym owner: TransitiveProperty domain_of: - HasSynonyms range: label type + multivalued: true has_related_synonym: name: has_related_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasRelatedSynonym - multivalued: true alias: has_related_synonym owner: TransitiveProperty domain_of: - HasSynonyms range: label type + multivalued: true alternative_term: name: alternative_term in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:altLabel rank: 1000 slot_uri: IAO:0000118 - multivalued: true alias: alternative_term owner: TransitiveProperty domain_of: - HasSynonyms range: string + multivalued: true ISA_alternative_term: name: ISA_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:0001847 - multivalued: true alias: ISA_alternative_term owner: TransitiveProperty domain_of: - HasSynonyms range: string + multivalued: true IEDB_alternative_term: name: IEDB_alternative_term - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: OBI:9991118 - multivalued: true alias: IEDB_alternative_term owner: TransitiveProperty domain_of: - HasSynonyms range: string + multivalued: true editor_preferred_term: name: editor_preferred_term in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000111 - multivalued: true alias: editor_preferred_term owner: TransitiveProperty domain_of: - HasSynonyms range: string + multivalued: true OBO_foundry_unique_label: name: OBO_foundry_unique_label todos: - add uniquekey - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000589 - multivalued: true alias: OBO_foundry_unique_label owner: TransitiveProperty domain_of: - HasSynonyms range: string + multivalued: true deprecated: name: deprecated in_subset: - allotrope permitted profile - go permitted profile - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata aliases: - is obsolete rank: 1000 @@ -625,7 +739,7 @@ attributes: - restrict range comments: - '{''RULE'': ''subject must be deprecated''}' - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect @@ -643,7 +757,7 @@ attributes: - go permitted profile - obi permitted profile - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - dcterms:isReplacedBy rank: 1000 @@ -661,17 +775,17 @@ attributes: - '{''RULE'': ''subject must be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect slot_uri: oio:consider - multivalued: true alias: consider owner: TransitiveProperty domain_of: - HasLifeCycle range: Any + multivalued: true has_alternative_id: name: has_alternative_id description: Relates a live term to a deprecated ID that was merged in @@ -681,22 +795,22 @@ attributes: - '{''RULE'': ''object must NOT be deprecated''}' in_subset: - go permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata see_also: - https://github.com/owlcs/owlapi/issues/317 rank: 1000 is_a: obsoletion_related_property domain: NotObsoleteAspect slot_uri: oio:hasAlternativeId - multivalued: true alias: has_alternative_id owner: TransitiveProperty domain_of: - HasLifeCycle range: uriorcurie + multivalued: true excluded_from_QC_check: name: excluded_from_QC_check - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: excluded_from_QC_check @@ -706,31 +820,31 @@ attributes: range: Thing excluded_subClassOf: name: excluded_subClassOf - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_subClassOf owner: TransitiveProperty domain_of: - HasLifeCycle range: Class + multivalued: true excluded_synonym: name: excluded_synonym - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:hiddenSynonym rank: 1000 is_a: excluded_axiom - multivalued: true alias: excluded_synonym owner: TransitiveProperty domain_of: - HasLifeCycle range: string + multivalued: true should_conform_to: name: should_conform_to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: should_conform_to @@ -741,7 +855,7 @@ attributes: created_by: name: created_by deprecated: proposed obsoleted by OMO group 2022-04-12 - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: creator rank: 1000 is_a: provenance_property @@ -757,50 +871,50 @@ attributes: deprecated: proposed obsoleted by OMO group 2022-04-12 todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: created rank: 1000 is_a: provenance_property slot_uri: oio:creation_date - multivalued: true alias: creation_date owner: TransitiveProperty domain_of: - HasProvenance range: string + multivalued: true contributor: name: contributor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:contributor - multivalued: true alias: contributor owner: TransitiveProperty domain_of: - HasProvenance range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true partial_match: false creator: name: creator - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:creator - multivalued: true alias: creator owner: TransitiveProperty domain_of: - HasProvenance - Ontology range: Agent + multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true @@ -808,37 +922,37 @@ attributes: created: name: created description: when the term came into being - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:createdOn rank: 1000 is_a: provenance_property slot_uri: dcterms:created - multivalued: false alias: created owner: TransitiveProperty domain_of: - HasProvenance - Ontology range: string + multivalued: false date: name: date description: when the term was updated - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:authoredOn rank: 1000 is_a: provenance_property slot_uri: dcterms:date - multivalued: true alias: date owner: TransitiveProperty domain_of: - HasProvenance range: string + multivalued: true isDefinedBy: name: isDefinedBy - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:importedFrom - dcterms:publisher @@ -851,47 +965,47 @@ attributes: range: Ontology editor_note: name: editor_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000116 - multivalued: true alias: editor_note owner: TransitiveProperty domain_of: - HasProvenance range: narrative text + multivalued: true term_editor: name: term_editor - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000117 - multivalued: true alias: term_editor owner: TransitiveProperty domain_of: - HasProvenance range: string + multivalued: true definition_source: name: definition_source todos: - restrict range in_subset: - obi permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000119 - multivalued: true alias: definition_source owner: TransitiveProperty domain_of: - HasProvenance range: string + multivalued: true ontology_term_requester: name: ontology_term_requester - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000234 @@ -902,105 +1016,105 @@ attributes: range: string imported_from: name: imported_from - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000412 - multivalued: true alias: imported_from owner: TransitiveProperty domain_of: - HasProvenance range: NamedIndividual + multivalued: true term_tracker_item: name: term_tracker_item todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000233 - multivalued: true alias: term_tracker_item owner: TransitiveProperty domain_of: - HasProvenance range: string + multivalued: true broadMatch: name: broadMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:broadMatch - multivalued: true alias: broadMatch owner: TransitiveProperty domain_of: - HasMappings range: Property + multivalued: true closeMatch: name: closeMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:closeMatch - multivalued: true alias: closeMatch owner: TransitiveProperty domain_of: - HasMappings range: Property + multivalued: true exactMatch: name: exactMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:exactMatch - multivalued: true alias: exactMatch owner: TransitiveProperty domain_of: - HasMappings range: Property + multivalued: true narrowMatch: name: narrowMatch - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:narrowMatch - multivalued: true alias: narrowMatch owner: TransitiveProperty domain_of: - HasMappings range: Property + multivalued: true database_cross_reference: name: database_cross_reference - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: oio:hasDbXref - multivalued: true alias: database_cross_reference owner: TransitiveProperty domain_of: - HasMappings - Axiom range: CURIELiteral + multivalued: true has_obo_namespace: name: has_obo_namespace - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasOBONamespace - multivalued: true alias: has_obo_namespace owner: TransitiveProperty domain_of: - HasCategory range: string + multivalued: true category: name: category - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: biolink:category @@ -1012,36 +1126,35 @@ attributes: in_subset: name: in_subset description: Maps an ontology element to a subset it belongs to - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:inSubset - multivalued: true alias: in_subset owner: TransitiveProperty domain_of: - HasCategory range: Subset + multivalued: true conformsTo: name: conformsTo - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: dcterms:conformsTo - multivalued: true alias: conformsTo owner: TransitiveProperty domain_of: - HasCategory range: Thing + multivalued: true comment: name: comment comments: - in obo format, a term cannot have more than one comment - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: rdfs:comment - multivalued: true alias: comment owner: TransitiveProperty domain_of: @@ -1049,23 +1162,24 @@ attributes: - Ontology - Axiom range: string + multivalued: true seeAlso: name: seeAlso todos: - restrict range - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: rdfs:seeAlso - multivalued: true alias: seeAlso owner: TransitiveProperty domain_of: - HasUserInformation - Axiom range: Thing + multivalued: true image: name: image - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: sdo:image @@ -1078,33 +1192,33 @@ attributes: name: example_of_usage in_subset: - allotrope permitted profile - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:example rank: 1000 is_a: informative_property slot_uri: IAO:0000112 - multivalued: true alias: example_of_usage owner: TransitiveProperty domain_of: - HasUserInformation range: string + multivalued: true curator_note: name: curator_note - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000232 - multivalued: true alias: curator_note owner: TransitiveProperty domain_of: - HasUserInformation range: string + multivalued: true has_curation_status: name: has_curation_status - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: IAO:0000114 @@ -1115,35 +1229,44 @@ attributes: range: string depicted_by: name: depicted_by - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:depicted_by - multivalued: true alias: depicted_by owner: TransitiveProperty domain_of: - HasUserInformation range: Image + multivalued: true page: name: page - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:page - multivalued: true alias: page owner: TransitiveProperty domain_of: - HasUserInformation range: string + multivalued: true label: name: label - from_schema: http://purl.obolibrary.org/obo/omo/schema + comments: + - SHOULD follow OBO label guidelines + - MUST be unique within an ontology + - SHOULD be unique across OBO + in_subset: + - allotrope required profile + - go required profile + - obi required profile + from_schema: https://w3id.org/oak/ontology-metadata + exact_mappings: + - skos:prefLabel rank: 1000 is_a: core_property slot_uri: rdfs:label - multivalued: false alias: label owner: TransitiveProperty domain_of: @@ -1151,23 +1274,32 @@ attributes: - Axiom range: label type recommended: true + multivalued: false definition: name: definition - from_schema: http://purl.obolibrary.org/obo/omo/schema + comments: + - SHOULD be in Aristotelian (genus-differentia) form + in_subset: + - allotrope required profile + - go required profile + - obi required profile + from_schema: https://w3id.org/oak/ontology-metadata + exact_mappings: + - skos:definition rank: 1000 is_a: core_property slot_uri: IAO:0000115 - multivalued: true alias: definition owner: TransitiveProperty domain_of: - HasMinimalMetadata range: narrative text recommended: true + multivalued: true id: name: id description: this maps to the URI in RDF - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: core_property identifier: true @@ -1179,17 +1311,17 @@ attributes: required: true type: name: type - from_schema: http://purl.obolibrary.org/obo/omo/schema + from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdf:type - multivalued: true designates_type: true alias: type owner: TransitiveProperty domain_of: - Thing range: uriorcurie + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/URLLiteral.md b/docs/datamodels/ontology-metadata/URLLiteral.md index b8af4ae7f..df19752ee 100644 --- a/docs/datamodels/ontology-metadata/URLLiteral.md +++ b/docs/datamodels/ontology-metadata/URLLiteral.md @@ -1,9 +1,12 @@ # Type: URLLiteral + + _A URL representation of a CURIE_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): str @@ -30,7 +33,17 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:URLLiteral | +| native | omoschema:URLLiteral | diff --git a/docs/datamodels/ontology-metadata/Uri.md b/docs/datamodels/ontology-metadata/Uri.md index 873a91792..308e4d0ca 100644 --- a/docs/datamodels/ontology-metadata/Uri.md +++ b/docs/datamodels/ontology-metadata/Uri.md @@ -1,9 +1,12 @@ # Type: Uri + + _a complete URI_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URI @@ -34,7 +37,18 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | omoschema:uri | +| close | schema:URL | diff --git a/docs/datamodels/ontology-metadata/Uriorcurie.md b/docs/datamodels/ontology-metadata/Uriorcurie.md index fcb337ed0..5dcd75d4b 100644 --- a/docs/datamodels/ontology-metadata/Uriorcurie.md +++ b/docs/datamodels/ontology-metadata/Uriorcurie.md @@ -1,9 +1,12 @@ # Type: Uriorcurie + + _a URI or a CURIE_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -30,7 +33,17 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | omoschema:uriorcurie | diff --git a/docs/datamodels/ontology-metadata/allValuesFrom.md b/docs/datamodels/ontology-metadata/allValuesFrom.md index fdf4737d2..7b2c6a9ba 100644 --- a/docs/datamodels/ontology-metadata/allValuesFrom.md +++ b/docs/datamodels/ontology-metadata/allValuesFrom.md @@ -1,5 +1,9 @@ + + # Slot: allValuesFrom + + URI: [owl:allValuesFrom](http://www.w3.org/2002/07/owl#allValuesFrom) @@ -14,11 +18,13 @@ URI: [owl:allValuesFrom](http://www.w3.org/2002/07/owl#allValuesFrom) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Restriction](Restriction.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Restriction](Restriction.md) | | no | + @@ -33,8 +39,6 @@ URI: [owl:allValuesFrom](http://www.w3.org/2002/07/owl#allValuesFrom) - - ## TODOs * restrict range @@ -50,7 +54,17 @@ URI: [owl:allValuesFrom](http://www.w3.org/2002/07/owl#allValuesFrom) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:allValuesFrom | +| native | omoschema:allValuesFrom | @@ -62,7 +76,7 @@ URI: [owl:allValuesFrom](http://www.w3.org/2002/07/owl#allValuesFrom) name: allValuesFrom todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:allValuesFrom diff --git a/docs/datamodels/ontology-metadata/alternative_term.md b/docs/datamodels/ontology-metadata/alternative_term.md index c2bb38eee..37064a72b 100644 --- a/docs/datamodels/ontology-metadata/alternative_term.md +++ b/docs/datamodels/ontology-metadata/alternative_term.md @@ -1,5 +1,9 @@ + + # Slot: alternative_term + + URI: [IAO:0000118](http://purl.obolibrary.org/obo/IAO_0000118) @@ -18,22 +22,24 @@ URI: [IAO:0000118](http://purl.obolibrary.org/obo/IAO_0000118) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -43,27 +49,36 @@ URI: [IAO:0000118](http://purl.obolibrary.org/obo/IAO_0000118) ## Properties * Range: [String](String.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000118 | +| native | omoschema:alternative_term | +| exact | skos:altLabel | @@ -75,16 +90,16 @@ URI: [IAO:0000118](http://purl.obolibrary.org/obo/IAO_0000118) name: alternative_term in_subset: - allotrope permitted profile -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:altLabel rank: 1000 slot_uri: IAO:0000118 -multivalued: true alias: alternative_term domain_of: - HasSynonyms range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/annotatedProperty.md b/docs/datamodels/ontology-metadata/annotatedProperty.md index 5274cc24c..b02ceee4b 100644 --- a/docs/datamodels/ontology-metadata/annotatedProperty.md +++ b/docs/datamodels/ontology-metadata/annotatedProperty.md @@ -1,5 +1,9 @@ + + # Slot: annotatedProperty + + URI: [owl:annotatedProperty](http://www.w3.org/2002/07/owl#annotatedProperty) @@ -14,11 +18,13 @@ URI: [owl:annotatedProperty](http://www.w3.org/2002/07/owl#annotatedProperty) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Axiom](Axiom.md) | A logical or non-logical statement +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | + @@ -33,8 +39,6 @@ URI: [owl:annotatedProperty](http://www.w3.org/2002/07/owl#annotatedProperty) - - ## Identifier and Mapping Information @@ -46,7 +50,18 @@ URI: [owl:annotatedProperty](http://www.w3.org/2002/07/owl#annotatedProperty) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:annotatedProperty | +| native | omoschema:annotatedProperty | +| exact | rdf:predicate | @@ -56,7 +71,7 @@ URI: [owl:annotatedProperty](http://www.w3.org/2002/07/owl#annotatedProperty)
```yaml name: annotatedProperty -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - rdf:predicate rank: 1000 diff --git a/docs/datamodels/ontology-metadata/annotatedSource.md b/docs/datamodels/ontology-metadata/annotatedSource.md index 21c357723..6f7af489e 100644 --- a/docs/datamodels/ontology-metadata/annotatedSource.md +++ b/docs/datamodels/ontology-metadata/annotatedSource.md @@ -1,5 +1,9 @@ + + # Slot: annotatedSource + + URI: [owl:annotatedSource](http://www.w3.org/2002/07/owl#annotatedSource) @@ -14,11 +18,13 @@ URI: [owl:annotatedSource](http://www.w3.org/2002/07/owl#annotatedSource) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Axiom](Axiom.md) | A logical or non-logical statement +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | + @@ -33,8 +39,6 @@ URI: [owl:annotatedSource](http://www.w3.org/2002/07/owl#annotatedSource) - - ## TODOs * restrict range @@ -50,7 +54,18 @@ URI: [owl:annotatedSource](http://www.w3.org/2002/07/owl#annotatedSource) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:annotatedSource | +| native | omoschema:annotatedSource | +| exact | rdf:subject | @@ -62,7 +77,7 @@ URI: [owl:annotatedSource](http://www.w3.org/2002/07/owl#annotatedSource) name: annotatedSource todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - rdf:subject rank: 1000 diff --git a/docs/datamodels/ontology-metadata/annotatedTarget.md b/docs/datamodels/ontology-metadata/annotatedTarget.md index 8481daf43..8d486cfcb 100644 --- a/docs/datamodels/ontology-metadata/annotatedTarget.md +++ b/docs/datamodels/ontology-metadata/annotatedTarget.md @@ -1,5 +1,9 @@ + + # Slot: annotatedTarget + + URI: [owl:annotatedTarget](http://www.w3.org/2002/07/owl#annotatedTarget) @@ -14,11 +18,13 @@ URI: [owl:annotatedTarget](http://www.w3.org/2002/07/owl#annotatedTarget) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Axiom](Axiom.md) | A logical or non-logical statement +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | + @@ -33,8 +39,6 @@ URI: [owl:annotatedTarget](http://www.w3.org/2002/07/owl#annotatedTarget) - - ## TODOs * restrict range @@ -50,7 +54,18 @@ URI: [owl:annotatedTarget](http://www.w3.org/2002/07/owl#annotatedTarget) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:annotatedTarget | +| native | omoschema:annotatedTarget | +| exact | rdf:object | @@ -62,7 +77,7 @@ URI: [owl:annotatedTarget](http://www.w3.org/2002/07/owl#annotatedTarget) name: annotatedTarget todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - rdf:object rank: 1000 diff --git a/docs/datamodels/ontology-metadata/broadMatch.md b/docs/datamodels/ontology-metadata/broadMatch.md index 5014d7b25..4b618cd97 100644 --- a/docs/datamodels/ontology-metadata/broadMatch.md +++ b/docs/datamodels/ontology-metadata/broadMatch.md @@ -1,5 +1,9 @@ + + # Slot: broadMatch + + URI: [skos:broadMatch](http://www.w3.org/2004/02/skos/core#broadMatch) @@ -14,22 +18,24 @@ URI: [skos:broadMatch](http://www.w3.org/2004/02/skos/core#broadMatch) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasMappings](HasMappings.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [HasMappings](HasMappings.md) | | no | +| [Class](Class.md) | | yes | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | yes | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,27 +45,35 @@ URI: [skos:broadMatch](http://www.w3.org/2004/02/skos/core#broadMatch) ## Properties * Range: [Thing](Thing.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | skos:broadMatch | +| native | omoschema:broadMatch | @@ -69,15 +83,15 @@ URI: [skos:broadMatch](http://www.w3.org/2004/02/skos/core#broadMatch)
```yaml name: broadMatch -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:broadMatch -multivalued: true alias: broadMatch domain_of: - HasMappings range: Thing +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/cardinality.md b/docs/datamodels/ontology-metadata/cardinality.md index cb2b021cb..0c02b2132 100644 --- a/docs/datamodels/ontology-metadata/cardinality.md +++ b/docs/datamodels/ontology-metadata/cardinality.md @@ -1,5 +1,9 @@ + + # Slot: cardinality + + URI: [owl:cardinality](http://www.w3.org/2002/07/owl#cardinality) @@ -14,13 +18,15 @@ URI: [owl:cardinality](http://www.w3.org/2002/07/owl#cardinality) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ClassExpression](ClassExpression.md) | -[Class](Class.md) | -[Restriction](Restriction.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Restriction](Restriction.md) | | no | +| [ClassExpression](ClassExpression.md) | | no | +| [Class](Class.md) | | no | + @@ -35,8 +41,6 @@ URI: [owl:cardinality](http://www.w3.org/2002/07/owl#cardinality) - - ## Identifier and Mapping Information @@ -48,7 +52,17 @@ URI: [owl:cardinality](http://www.w3.org/2002/07/owl#cardinality) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:cardinality | +| native | omoschema:cardinality | @@ -58,7 +72,7 @@ URI: [owl:cardinality](http://www.w3.org/2002/07/owl#cardinality)
```yaml name: cardinality -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:cardinality diff --git a/docs/datamodels/ontology-metadata/category.md b/docs/datamodels/ontology-metadata/category.md index 5e9223d85..68ea1154d 100644 --- a/docs/datamodels/ontology-metadata/category.md +++ b/docs/datamodels/ontology-metadata/category.md @@ -1,5 +1,9 @@ + + # Slot: category + + URI: [biolink:category](https://w3id.org/biolink/vocab/category) @@ -14,22 +18,24 @@ URI: [biolink:category](https://w3id.org/biolink/vocab/category) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasCategory](HasCategory.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [HasCategory](HasCategory.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -44,8 +50,6 @@ URI: [biolink:category](https://w3id.org/biolink/vocab/category) - - ## Identifier and Mapping Information @@ -57,7 +61,17 @@ URI: [biolink:category](https://w3id.org/biolink/vocab/category) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | biolink:category | +| native | omoschema:category | @@ -67,7 +81,7 @@ URI: [biolink:category](https://w3id.org/biolink/vocab/category)
```yaml name: category -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: biolink:category diff --git a/docs/datamodels/ontology-metadata/changeNote.md b/docs/datamodels/ontology-metadata/changeNote.md index 856506bcf..ac8891b16 100644 --- a/docs/datamodels/ontology-metadata/changeNote.md +++ b/docs/datamodels/ontology-metadata/changeNote.md @@ -1,5 +1,9 @@ + + # Slot: changeNote + + URI: [skos:changeNote](http://www.w3.org/2004/02/skos/core#changeNote) @@ -16,30 +20,40 @@ URI: [skos:changeNote](http://www.w3.org/2004/02/skos/core#changeNote) + + ## Properties * Range: [String](String.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | skos:changeNote | +| native | omoschema:changeNote | @@ -51,13 +65,13 @@ URI: [skos:changeNote](http://www.w3.org/2004/02/skos/core#changeNote) name: changeNote in_subset: - allotrope permitted profile -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: skos:changeNote -multivalued: true alias: changeNote range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/closeMatch.md b/docs/datamodels/ontology-metadata/closeMatch.md index f4326258b..d605c554e 100644 --- a/docs/datamodels/ontology-metadata/closeMatch.md +++ b/docs/datamodels/ontology-metadata/closeMatch.md @@ -1,5 +1,9 @@ + + # Slot: closeMatch + + URI: [skos:closeMatch](http://www.w3.org/2004/02/skos/core#closeMatch) @@ -14,22 +18,24 @@ URI: [skos:closeMatch](http://www.w3.org/2004/02/skos/core#closeMatch) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasMappings](HasMappings.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [HasMappings](HasMappings.md) | | no | +| [Class](Class.md) | | yes | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | yes | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,27 +45,35 @@ URI: [skos:closeMatch](http://www.w3.org/2004/02/skos/core#closeMatch) ## Properties * Range: [Thing](Thing.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | skos:closeMatch | +| native | omoschema:closeMatch | @@ -69,15 +83,15 @@ URI: [skos:closeMatch](http://www.w3.org/2004/02/skos/core#closeMatch)
```yaml name: closeMatch -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:closeMatch -multivalued: true alias: closeMatch domain_of: - HasMappings range: Thing +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/comment.md b/docs/datamodels/ontology-metadata/comment.md index 8892ae20c..f49df1fbe 100644 --- a/docs/datamodels/ontology-metadata/comment.md +++ b/docs/datamodels/ontology-metadata/comment.md @@ -1,5 +1,9 @@ + + # Slot: comment + + URI: [rdfs:comment](http://www.w3.org/2000/01/rdf-schema#comment) @@ -14,24 +18,26 @@ URI: [rdfs:comment](http://www.w3.org/2000/01/rdf-schema#comment) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasUserInformation](HasUserInformation.md) | -[Ontology](Ontology.md) | An OWL ontology -[Axiom](Axiom.md) | A logical or non-logical statement -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [HasUserInformation](HasUserInformation.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Ontology](Ontology.md) | An OWL ontology | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -41,10 +47,8 @@ URI: [rdfs:comment](http://www.w3.org/2000/01/rdf-schema#comment) ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -65,7 +69,17 @@ URI: [rdfs:comment](http://www.w3.org/2000/01/rdf-schema#comment) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | rdfs:comment | +| native | omoschema:comment | @@ -77,17 +91,17 @@ URI: [rdfs:comment](http://www.w3.org/2000/01/rdf-schema#comment) name: comment comments: - in obo format, a term cannot have more than one comment -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: rdfs:comment -multivalued: true alias: comment domain_of: - HasUserInformation - Ontology - Axiom range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/complementOf.md b/docs/datamodels/ontology-metadata/complementOf.md index 40c489778..f296b2111 100644 --- a/docs/datamodels/ontology-metadata/complementOf.md +++ b/docs/datamodels/ontology-metadata/complementOf.md @@ -1,5 +1,9 @@ + + # Slot: complementOf + + URI: [owl:complementOf](http://www.w3.org/2002/07/owl#complementOf) @@ -14,13 +18,15 @@ URI: [owl:complementOf](http://www.w3.org/2002/07/owl#complementOf) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ClassExpression](ClassExpression.md) | -[Class](Class.md) | -[Restriction](Restriction.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Restriction](Restriction.md) | | no | +| [ClassExpression](ClassExpression.md) | | no | +| [Class](Class.md) | | no | + @@ -35,8 +41,6 @@ URI: [owl:complementOf](http://www.w3.org/2002/07/owl#complementOf) - - ## TODOs * restrict range @@ -52,7 +56,17 @@ URI: [owl:complementOf](http://www.w3.org/2002/07/owl#complementOf) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:complementOf | +| native | omoschema:complementOf | @@ -64,7 +78,7 @@ URI: [owl:complementOf](http://www.w3.org/2002/07/owl#complementOf) name: complementOf todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:complementOf diff --git a/docs/datamodels/ontology-metadata/conformsTo.md b/docs/datamodels/ontology-metadata/conformsTo.md index 5b784742e..d67482b17 100644 --- a/docs/datamodels/ontology-metadata/conformsTo.md +++ b/docs/datamodels/ontology-metadata/conformsTo.md @@ -1,5 +1,9 @@ + + # Slot: conformsTo + + URI: [dcterms:conformsTo](http://purl.org/dc/terms/conformsTo) @@ -14,22 +18,24 @@ URI: [dcterms:conformsTo](http://purl.org/dc/terms/conformsTo) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasCategory](HasCategory.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [HasCategory](HasCategory.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,27 +45,35 @@ URI: [dcterms:conformsTo](http://purl.org/dc/terms/conformsTo) ## Properties * Range: [Thing](Thing.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | dcterms:conformsTo | +| native | omoschema:conformsTo | @@ -69,15 +83,15 @@ URI: [dcterms:conformsTo](http://purl.org/dc/terms/conformsTo)
```yaml name: conformsTo -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: dcterms:conformsTo -multivalued: true alias: conformsTo domain_of: - HasCategory range: Thing +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/consider.md b/docs/datamodels/ontology-metadata/consider.md index d604ebfef..9c6670b1b 100644 --- a/docs/datamodels/ontology-metadata/consider.md +++ b/docs/datamodels/ontology-metadata/consider.md @@ -1,5 +1,9 @@ + + # Slot: consider + + URI: [oio:consider](http://www.geneontology.org/formats/oboInOwl#consider) @@ -14,22 +18,24 @@ URI: [oio:consider](http://www.geneontology.org/formats/oboInOwl#consider) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasLifeCycle](HasLifeCycle.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [HasLifeCycle](HasLifeCycle.md) | | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,10 +45,8 @@ URI: [oio:consider](http://www.geneontology.org/formats/oboInOwl#consider) ## Properties * Range: [Any](Any.md) -* Multivalued: True - - +* Multivalued: True @@ -63,7 +67,17 @@ URI: [oio:consider](http://www.geneontology.org/formats/oboInOwl#consider) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:consider | +| native | omoschema:consider | @@ -77,16 +91,16 @@ comments: - '{''RULE'': ''subject must be deprecated''}' in_subset: - go permitted profile -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect slot_uri: oio:consider -multivalued: true alias: consider domain_of: - HasLifeCycle range: Any +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/contributor.md b/docs/datamodels/ontology-metadata/contributor.md index e9f840e63..f59e23681 100644 --- a/docs/datamodels/ontology-metadata/contributor.md +++ b/docs/datamodels/ontology-metadata/contributor.md @@ -1,5 +1,9 @@ + + # Slot: contributor + + URI: [dcterms:contributor](http://purl.org/dc/terms/contributor) @@ -14,22 +18,24 @@ URI: [dcterms:contributor](http://purl.org/dc/terms/contributor) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasProvenance](HasProvenance.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [HasProvenance](HasProvenance.md) | | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | + @@ -39,27 +45,36 @@ URI: [dcterms:contributor](http://purl.org/dc/terms/contributor) ## Properties * Range: [Agent](Agent.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | dcterms:contributor | +| native | omoschema:contributor | +| close | prov:wasAttributedTo | @@ -69,17 +84,17 @@ URI: [dcterms:contributor](http://purl.org/dc/terms/contributor)
```yaml name: contributor -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:contributor -multivalued: true alias: contributor domain_of: - HasProvenance range: Agent +multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true diff --git a/docs/datamodels/ontology-metadata/core_property.md b/docs/datamodels/ontology-metadata/core_property.md index f24734685..4b3e11e75 100644 --- a/docs/datamodels/ontology-metadata/core_property.md +++ b/docs/datamodels/ontology-metadata/core_property.md @@ -1,8 +1,17 @@ + + # Slot: core_property + + _abstract grouping of core properties_ -URI: [omoschema:core_property](http://purl.obolibrary.org/obo/omo/schema/core_property) + + +* __NOTE__: this is an abstract slot and should not be populated directly + + +URI: [omoschema:core_property](https://w3id.org/oak/ontology-metadata/core_property) @@ -20,11 +29,11 @@ URI: [omoschema:core_property](http://purl.obolibrary.org/obo/omo/schema/core_pr -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -41,7 +50,17 @@ URI: [omoschema:core_property](http://purl.obolibrary.org/obo/omo/schema/core_pr ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:core_property | +| native | omoschema:core_property | @@ -52,7 +71,7 @@ URI: [omoschema:core_property](http://purl.obolibrary.org/obo/omo/schema/core_pr ```yaml name: core_property description: abstract grouping of core properties -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 abstract: true alias: core_property diff --git a/docs/datamodels/ontology-metadata/created.md b/docs/datamodels/ontology-metadata/created.md index 53d9c7b24..8c69849c6 100644 --- a/docs/datamodels/ontology-metadata/created.md +++ b/docs/datamodels/ontology-metadata/created.md @@ -1,7 +1,14 @@ + + # Slot: created + + _when the term came into being_ + + + URI: [dcterms:created](http://purl.org/dc/terms/created) @@ -16,23 +23,25 @@ URI: [dcterms:created](http://purl.org/dc/terms/created) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasProvenance](HasProvenance.md) | -[Ontology](Ontology.md) | An OWL ontology -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [HasProvenance](HasProvenance.md) | | no | +| [Ontology](Ontology.md) | An OWL ontology | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | + @@ -47,8 +56,6 @@ URI: [dcterms:created](http://purl.org/dc/terms/created) - - ## Identifier and Mapping Information @@ -60,7 +67,18 @@ URI: [dcterms:created](http://purl.org/dc/terms/created) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | dcterms:created | +| native | omoschema:created | +| close | pav:createdOn | @@ -71,18 +89,18 @@ URI: [dcterms:created](http://purl.org/dc/terms/created) ```yaml name: created description: when the term came into being -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:createdOn rank: 1000 is_a: provenance_property slot_uri: dcterms:created -multivalued: false alias: created domain_of: - HasProvenance - Ontology range: string +multivalued: false ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/created_by.md b/docs/datamodels/ontology-metadata/created_by.md index bc5775d15..143142333 100644 --- a/docs/datamodels/ontology-metadata/created_by.md +++ b/docs/datamodels/ontology-metadata/created_by.md @@ -1,5 +1,9 @@ + + # Slot: created_by + + URI: [oio:created_by](http://www.geneontology.org/formats/oboInOwl#created_by) @@ -14,23 +18,25 @@ URI: [oio:created_by](http://www.geneontology.org/formats/oboInOwl#created_by) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasProvenance](HasProvenance.md) | -[Axiom](Axiom.md) | A logical or non-logical statement -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [HasProvenance](HasProvenance.md) | | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | + @@ -45,8 +51,6 @@ URI: [oio:created_by](http://www.geneontology.org/formats/oboInOwl#created_by) - - ## Identifier and Mapping Information @@ -58,7 +62,17 @@ URI: [oio:created_by](http://www.geneontology.org/formats/oboInOwl#created_by) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:created_by | +| native | omoschema:created_by | @@ -69,7 +83,7 @@ URI: [oio:created_by](http://www.geneontology.org/formats/oboInOwl#created_by) ```yaml name: created_by deprecated: proposed obsoleted by OMO group 2022-04-12 -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: creator rank: 1000 is_a: provenance_property diff --git a/docs/datamodels/ontology-metadata/creation_date.md b/docs/datamodels/ontology-metadata/creation_date.md index 8001f56dd..03e75cdc3 100644 --- a/docs/datamodels/ontology-metadata/creation_date.md +++ b/docs/datamodels/ontology-metadata/creation_date.md @@ -1,5 +1,9 @@ + + # Slot: creation_date + + URI: [oio:creation_date](http://www.geneontology.org/formats/oboInOwl#creation_date) @@ -14,22 +18,24 @@ URI: [oio:creation_date](http://www.geneontology.org/formats/oboInOwl#creation_d + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasProvenance](HasProvenance.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [HasProvenance](HasProvenance.md) | | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | + @@ -39,10 +45,8 @@ URI: [oio:creation_date](http://www.geneontology.org/formats/oboInOwl#creation_d ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -63,7 +67,17 @@ URI: [oio:creation_date](http://www.geneontology.org/formats/oboInOwl#creation_d ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:creation_date | +| native | omoschema:creation_date | @@ -76,16 +90,16 @@ name: creation_date deprecated: proposed obsoleted by OMO group 2022-04-12 todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: created rank: 1000 is_a: provenance_property slot_uri: oio:creation_date -multivalued: true alias: creation_date domain_of: - HasProvenance range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/creator.md b/docs/datamodels/ontology-metadata/creator.md index 49585aad9..2fef9a958 100644 --- a/docs/datamodels/ontology-metadata/creator.md +++ b/docs/datamodels/ontology-metadata/creator.md @@ -1,5 +1,9 @@ + + # Slot: creator + + URI: [dcterms:creator](http://purl.org/dc/terms/creator) @@ -14,23 +18,25 @@ URI: [dcterms:creator](http://purl.org/dc/terms/creator) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasProvenance](HasProvenance.md) | -[Ontology](Ontology.md) | An OWL ontology -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [HasProvenance](HasProvenance.md) | | no | +| [Ontology](Ontology.md) | An OWL ontology | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | + @@ -40,27 +46,36 @@ URI: [dcterms:creator](http://purl.org/dc/terms/creator) ## Properties * Range: [Agent](Agent.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | dcterms:creator | +| native | omoschema:creator | +| close | prov:wasAttributedTo | @@ -70,18 +85,18 @@ URI: [dcterms:creator](http://purl.org/dc/terms/creator)
```yaml name: creator -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - prov:wasAttributedTo rank: 1000 is_a: provenance_property slot_uri: dcterms:creator -multivalued: true alias: creator domain_of: - HasProvenance - Ontology range: Agent +multivalued: true structured_pattern: syntax: '{orcid_regex}' interpolated: true diff --git a/docs/datamodels/ontology-metadata/curator_note.md b/docs/datamodels/ontology-metadata/curator_note.md index 07fe0d9be..c0f3fc83b 100644 --- a/docs/datamodels/ontology-metadata/curator_note.md +++ b/docs/datamodels/ontology-metadata/curator_note.md @@ -1,5 +1,9 @@ + + # Slot: curator_note + + URI: [IAO:0000232](http://purl.obolibrary.org/obo/IAO_0000232) @@ -14,22 +18,24 @@ URI: [IAO:0000232](http://purl.obolibrary.org/obo/IAO_0000232) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasUserInformation](HasUserInformation.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [HasUserInformation](HasUserInformation.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,27 +45,35 @@ URI: [IAO:0000232](http://purl.obolibrary.org/obo/IAO_0000232) ## Properties * Range: [String](String.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000232 | +| native | omoschema:curator_note | @@ -69,15 +83,15 @@ URI: [IAO:0000232](http://purl.obolibrary.org/obo/IAO_0000232)
```yaml name: curator_note -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000232 -multivalued: true alias: curator_note domain_of: - HasUserInformation range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/database_cross_reference.md b/docs/datamodels/ontology-metadata/database_cross_reference.md index 917579771..1decd9ca7 100644 --- a/docs/datamodels/ontology-metadata/database_cross_reference.md +++ b/docs/datamodels/ontology-metadata/database_cross_reference.md @@ -1,5 +1,9 @@ + + # Slot: database_cross_reference + + URI: [oio:hasDbXref](http://www.geneontology.org/formats/oboInOwl#hasDbXref) @@ -14,23 +18,25 @@ URI: [oio:hasDbXref](http://www.geneontology.org/formats/oboInOwl#hasDbXref) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasMappings](HasMappings.md) | -[Axiom](Axiom.md) | A logical or non-logical statement -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [HasMappings](HasMappings.md) | | no | +| [Axiom](Axiom.md) | A logical or non-logical statement | yes | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -40,27 +46,35 @@ URI: [oio:hasDbXref](http://www.geneontology.org/formats/oboInOwl#hasDbXref) ## Properties * Range: [CURIELiteral](CURIELiteral.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:hasDbXref | +| native | omoschema:database_cross_reference | @@ -70,16 +84,16 @@ URI: [oio:hasDbXref](http://www.geneontology.org/formats/oboInOwl#hasDbXref)
```yaml name: database_cross_reference -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: oio:hasDbXref -multivalued: true alias: database_cross_reference domain_of: - HasMappings - Axiom range: CURIELiteral +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/date.md b/docs/datamodels/ontology-metadata/date.md index 5475e583a..3eb49556a 100644 --- a/docs/datamodels/ontology-metadata/date.md +++ b/docs/datamodels/ontology-metadata/date.md @@ -1,9 +1,12 @@ # Type: Date + + _a date (year, month and day) in an idealized calendar_ + URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) * [base](https://w3id.org/linkml/base): XSDDate @@ -30,7 +33,18 @@ URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | dcterms:date | +| native | omoschema:date | +| close | pav:authoredOn | diff --git a/docs/datamodels/ontology-metadata/date_retrieved.md b/docs/datamodels/ontology-metadata/date_retrieved.md index 68fc87364..07a35acca 100644 --- a/docs/datamodels/ontology-metadata/date_retrieved.md +++ b/docs/datamodels/ontology-metadata/date_retrieved.md @@ -1,5 +1,9 @@ + + # Slot: date_retrieved + + URI: [oio:date_retrieved](http://www.geneontology.org/formats/oboInOwl#date_retrieved) @@ -14,11 +18,13 @@ URI: [oio:date_retrieved](http://www.geneontology.org/formats/oboInOwl#date_retr + ## Applicable Classes -| Name | Description | -| --- | --- | -[Axiom](Axiom.md) | A logical or non-logical statement +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | + @@ -33,8 +39,6 @@ URI: [oio:date_retrieved](http://www.geneontology.org/formats/oboInOwl#date_retr - - ## Identifier and Mapping Information @@ -46,7 +50,17 @@ URI: [oio:date_retrieved](http://www.geneontology.org/formats/oboInOwl#date_retr ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:date_retrieved | +| native | omoschema:date_retrieved | @@ -56,7 +70,7 @@ URI: [oio:date_retrieved](http://www.geneontology.org/formats/oboInOwl#date_retr
```yaml name: date_retrieved -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: oio:date_retrieved diff --git a/docs/datamodels/ontology-metadata/defaultLanguage.md b/docs/datamodels/ontology-metadata/defaultLanguage.md index 9c36ab29c..a35073fbc 100644 --- a/docs/datamodels/ontology-metadata/defaultLanguage.md +++ b/docs/datamodels/ontology-metadata/defaultLanguage.md @@ -1,5 +1,9 @@ + + # Slot: defaultLanguage + + URI: [protege:defaultLanguage](protege:defaultLanguage) @@ -16,11 +20,11 @@ URI: [protege:defaultLanguage](protege:defaultLanguage) -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -37,7 +41,17 @@ URI: [protege:defaultLanguage](protege:defaultLanguage) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | protege:defaultLanguage | +| native | omoschema:defaultLanguage | @@ -47,7 +61,7 @@ URI: [protege:defaultLanguage](protege:defaultLanguage)
```yaml name: defaultLanguage -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: protege:defaultLanguage diff --git a/docs/datamodels/ontology-metadata/definition.md b/docs/datamodels/ontology-metadata/definition.md index 21c82becf..b10a1bece 100644 --- a/docs/datamodels/ontology-metadata/definition.md +++ b/docs/datamodels/ontology-metadata/definition.md @@ -1,5 +1,9 @@ + + # Slot: definition + + URI: [IAO:0000115](http://purl.obolibrary.org/obo/IAO_0000115) @@ -14,22 +18,24 @@ URI: [IAO:0000115](http://purl.obolibrary.org/obo/IAO_0000115) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasMinimalMetadata](HasMinimalMetadata.md) | Absolute minimum metadata model -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | yes | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | yes | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [HasMinimalMetadata](HasMinimalMetadata.md) | Absolute minimum metadata model | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [Image](Image.md) | | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,10 +45,8 @@ URI: [IAO:0000115](http://purl.obolibrary.org/obo/IAO_0000115) ## Properties * Range: [NarrativeText](NarrativeText.md) -* Multivalued: True - - +* Multivalued: True @@ -63,7 +67,18 @@ URI: [IAO:0000115](http://purl.obolibrary.org/obo/IAO_0000115) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000115 | +| native | omoschema:definition | +| exact | skos:definition | @@ -79,17 +94,17 @@ in_subset: - allotrope required profile - go required profile - obi required profile -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:definition rank: 1000 is_a: core_property slot_uri: IAO:0000115 -multivalued: true alias: definition domain_of: - HasMinimalMetadata range: narrative text +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/definition_source.md b/docs/datamodels/ontology-metadata/definition_source.md index b37274c52..fc3157a44 100644 --- a/docs/datamodels/ontology-metadata/definition_source.md +++ b/docs/datamodels/ontology-metadata/definition_source.md @@ -1,5 +1,9 @@ + + # Slot: definition_source + + URI: [IAO:0000119](http://purl.obolibrary.org/obo/IAO_0000119) @@ -14,22 +18,24 @@ URI: [IAO:0000119](http://purl.obolibrary.org/obo/IAO_0000119) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasProvenance](HasProvenance.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [HasProvenance](HasProvenance.md) | | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | + @@ -39,10 +45,8 @@ URI: [IAO:0000119](http://purl.obolibrary.org/obo/IAO_0000119) ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -63,7 +67,17 @@ URI: [IAO:0000119](http://purl.obolibrary.org/obo/IAO_0000119) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000119 | +| native | omoschema:definition_source | @@ -77,15 +91,15 @@ todos: - restrict range in_subset: - obi permitted profile -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000119 -multivalued: true alias: definition_source domain_of: - HasProvenance range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/depicted_by.md b/docs/datamodels/ontology-metadata/depicted_by.md index 67d7f25d3..ab1d259a1 100644 --- a/docs/datamodels/ontology-metadata/depicted_by.md +++ b/docs/datamodels/ontology-metadata/depicted_by.md @@ -1,5 +1,9 @@ + + # Slot: depicted_by + + URI: [foaf:depicted_by](http://xmlns.com/foaf/0.1/depicted_by) @@ -14,22 +18,24 @@ URI: [foaf:depicted_by](http://xmlns.com/foaf/0.1/depicted_by) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasUserInformation](HasUserInformation.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [HasUserInformation](HasUserInformation.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,27 +45,35 @@ URI: [foaf:depicted_by](http://xmlns.com/foaf/0.1/depicted_by) ## Properties * Range: [Image](Image.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | foaf:depicted_by | +| native | omoschema:depicted_by | @@ -69,15 +83,15 @@ URI: [foaf:depicted_by](http://xmlns.com/foaf/0.1/depicted_by)
```yaml name: depicted_by -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:depicted_by -multivalued: true alias: depicted_by domain_of: - HasUserInformation range: Image +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/deprecated.md b/docs/datamodels/ontology-metadata/deprecated.md index dfbac0c6d..583178396 100644 --- a/docs/datamodels/ontology-metadata/deprecated.md +++ b/docs/datamodels/ontology-metadata/deprecated.md @@ -1,5 +1,9 @@ + + # Slot: deprecated + + URI: [owl:deprecated](http://www.w3.org/2002/07/owl#deprecated) @@ -14,22 +18,24 @@ URI: [owl:deprecated](http://www.w3.org/2002/07/owl#deprecated) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasLifeCycle](HasLifeCycle.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [HasLifeCycle](HasLifeCycle.md) | | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -42,8 +48,6 @@ URI: [owl:deprecated](http://www.w3.org/2002/07/owl#deprecated) - - ## Aliases @@ -62,7 +66,17 @@ URI: [owl:deprecated](http://www.w3.org/2002/07/owl#deprecated) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:deprecated | +| native | omoschema:deprecated | @@ -76,7 +90,7 @@ in_subset: - allotrope permitted profile - go permitted profile - obi permitted profile -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata aliases: - is obsolete rank: 1000 diff --git a/docs/datamodels/ontology-metadata/disconnected_from.md b/docs/datamodels/ontology-metadata/disconnected_from.md index 85b8dfb8d..40db71876 100644 --- a/docs/datamodels/ontology-metadata/disconnected_from.md +++ b/docs/datamodels/ontology-metadata/disconnected_from.md @@ -1,6 +1,10 @@ + + # Slot: disconnected_from -URI: [omoschema:disconnected_from](http://purl.obolibrary.org/obo/omo/schema/disconnected_from) + + +URI: [omoschema:disconnected_from](https://w3id.org/oak/ontology-metadata/disconnected_from) @@ -14,11 +18,13 @@ URI: [omoschema:disconnected_from](http://purl.obolibrary.org/obo/omo/schema/dis + ## Applicable Classes -| Name | Description | -| --- | --- | -[Class](Class.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | + @@ -33,8 +39,6 @@ URI: [omoschema:disconnected_from](http://purl.obolibrary.org/obo/omo/schema/dis - - ## Identifier and Mapping Information @@ -46,7 +50,17 @@ URI: [omoschema:disconnected_from](http://purl.obolibrary.org/obo/omo/schema/dis ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:disconnected_from | +| native | omoschema:disconnected_from | @@ -56,7 +70,7 @@ URI: [omoschema:disconnected_from](http://purl.obolibrary.org/obo/omo/schema/dis
```yaml name: disconnected_from -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: shortcut_annotation_property alias: disconnected_from diff --git a/docs/datamodels/ontology-metadata/disjointWith.md b/docs/datamodels/ontology-metadata/disjointWith.md index e5d0505b9..c7049bb1a 100644 --- a/docs/datamodels/ontology-metadata/disjointWith.md +++ b/docs/datamodels/ontology-metadata/disjointWith.md @@ -1,5 +1,9 @@ + + # Slot: disjointWith + + URI: [owl:disjointWith](http://www.w3.org/2002/07/owl#disjointWith) @@ -14,16 +18,18 @@ URI: [owl:disjointWith](http://www.w3.org/2002/07/owl#disjointWith) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ClassExpression](ClassExpression.md) | -[PropertyExpression](PropertyExpression.md) | -[Class](Class.md) | -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[Restriction](Restriction.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ClassExpression](ClassExpression.md) | | no | +| [Class](Class.md) | | no | +| [Restriction](Restriction.md) | | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | +| [PropertyExpression](PropertyExpression.md) | | no | + @@ -33,10 +39,8 @@ URI: [owl:disjointWith](http://www.w3.org/2002/07/owl#disjointWith) ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -57,7 +61,17 @@ URI: [owl:disjointWith](http://www.w3.org/2002/07/owl#disjointWith) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:disjointWith | +| native | omoschema:disjointWith | @@ -69,16 +83,16 @@ URI: [owl:disjointWith](http://www.w3.org/2002/07/owl#disjointWith) name: disjointWith todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:disjointWith -multivalued: true alias: disjointWith domain_of: - ClassExpression - PropertyExpression range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/distinctMembers.md b/docs/datamodels/ontology-metadata/distinctMembers.md index bd810dba8..b1743e90b 100644 --- a/docs/datamodels/ontology-metadata/distinctMembers.md +++ b/docs/datamodels/ontology-metadata/distinctMembers.md @@ -1,5 +1,9 @@ + + # Slot: distinctMembers + + URI: [owl:distinctMembers](http://www.w3.org/2002/07/owl#distinctMembers) @@ -16,11 +20,11 @@ URI: [owl:distinctMembers](http://www.w3.org/2002/07/owl#distinctMembers) -## Properties -* Range: [Thing](Thing.md) +## Properties +* Range: [Thing](Thing.md) @@ -37,7 +41,17 @@ URI: [owl:distinctMembers](http://www.w3.org/2002/07/owl#distinctMembers) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:distinctMembers | +| native | omoschema:distinctMembers | @@ -47,7 +61,7 @@ URI: [owl:distinctMembers](http://www.w3.org/2002/07/owl#distinctMembers)
```yaml name: distinctMembers -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:distinctMembers diff --git a/docs/datamodels/ontology-metadata/domain.md b/docs/datamodels/ontology-metadata/domain.md index bc85d8927..38e51209e 100644 --- a/docs/datamodels/ontology-metadata/domain.md +++ b/docs/datamodels/ontology-metadata/domain.md @@ -1,5 +1,9 @@ + + # Slot: domain + + URI: [rdfs:domain](http://www.w3.org/2000/01/rdf-schema#domain) @@ -14,15 +18,17 @@ URI: [rdfs:domain](http://www.w3.org/2000/01/rdf-schema#domain) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -32,10 +38,8 @@ URI: [rdfs:domain](http://www.w3.org/2000/01/rdf-schema#domain) ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -56,7 +60,17 @@ URI: [rdfs:domain](http://www.w3.org/2000/01/rdf-schema#domain) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | rdfs:domain | +| native | omoschema:domain | @@ -68,15 +82,15 @@ URI: [rdfs:domain](http://www.w3.org/2000/01/rdf-schema#domain) name: domain todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:domain -multivalued: true alias: domain domain_of: - Property range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/editor_note.md b/docs/datamodels/ontology-metadata/editor_note.md index ada13ea3b..852103658 100644 --- a/docs/datamodels/ontology-metadata/editor_note.md +++ b/docs/datamodels/ontology-metadata/editor_note.md @@ -1,5 +1,9 @@ + + # Slot: editor_note + + URI: [IAO:0000116](http://purl.obolibrary.org/obo/IAO_0000116) @@ -14,22 +18,24 @@ URI: [IAO:0000116](http://purl.obolibrary.org/obo/IAO_0000116) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasProvenance](HasProvenance.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [HasProvenance](HasProvenance.md) | | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | + @@ -39,27 +45,35 @@ URI: [IAO:0000116](http://purl.obolibrary.org/obo/IAO_0000116) ## Properties * Range: [NarrativeText](NarrativeText.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000116 | +| native | omoschema:editor_note | @@ -69,15 +83,15 @@ URI: [IAO:0000116](http://purl.obolibrary.org/obo/IAO_0000116)
```yaml name: editor_note -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000116 -multivalued: true alias: editor_note domain_of: - HasProvenance range: narrative text +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/editor_preferred_term.md b/docs/datamodels/ontology-metadata/editor_preferred_term.md index 6e8cc3649..b3b74c2bb 100644 --- a/docs/datamodels/ontology-metadata/editor_preferred_term.md +++ b/docs/datamodels/ontology-metadata/editor_preferred_term.md @@ -1,5 +1,9 @@ + + # Slot: editor_preferred_term + + URI: [IAO:0000111](http://purl.obolibrary.org/obo/IAO_0000111) @@ -14,22 +18,24 @@ URI: [IAO:0000111](http://purl.obolibrary.org/obo/IAO_0000111) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,27 +45,35 @@ URI: [IAO:0000111](http://purl.obolibrary.org/obo/IAO_0000111) ## Properties * Range: [String](String.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000111 | +| native | omoschema:editor_preferred_term | @@ -71,15 +85,15 @@ URI: [IAO:0000111](http://purl.obolibrary.org/obo/IAO_0000111) name: editor_preferred_term in_subset: - obi permitted profile -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term slot_uri: IAO:0000111 -multivalued: true alias: editor_preferred_term domain_of: - HasSynonyms range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/equivalentClass.md b/docs/datamodels/ontology-metadata/equivalentClass.md index fa1155ab2..3a960fb4c 100644 --- a/docs/datamodels/ontology-metadata/equivalentClass.md +++ b/docs/datamodels/ontology-metadata/equivalentClass.md @@ -1,5 +1,9 @@ + + # Slot: equivalentClass + + URI: [owl:equivalentClass](http://www.w3.org/2002/07/owl#equivalentClass) @@ -14,13 +18,15 @@ URI: [owl:equivalentClass](http://www.w3.org/2002/07/owl#equivalentClass) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ClassExpression](ClassExpression.md) | -[Class](Class.md) | -[Restriction](Restriction.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Restriction](Restriction.md) | | no | +| [ClassExpression](ClassExpression.md) | | no | +| [Class](Class.md) | | no | + @@ -30,10 +36,8 @@ URI: [owl:equivalentClass](http://www.w3.org/2002/07/owl#equivalentClass) ## Properties * Range: [ClassExpression](ClassExpression.md) -* Multivalued: True - - +* Multivalued: True @@ -54,7 +58,17 @@ URI: [owl:equivalentClass](http://www.w3.org/2002/07/owl#equivalentClass) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:equivalentClass | +| native | omoschema:equivalentClass | @@ -66,17 +80,17 @@ URI: [owl:equivalentClass](http://www.w3.org/2002/07/owl#equivalentClass) name: equivalentClass todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate mixins: - match_aspect slot_uri: owl:equivalentClass -multivalued: true alias: equivalentClass domain_of: - ClassExpression range: ClassExpression +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/equivalentProperty.md b/docs/datamodels/ontology-metadata/equivalentProperty.md index 0b3f0aaaf..e541437c6 100644 --- a/docs/datamodels/ontology-metadata/equivalentProperty.md +++ b/docs/datamodels/ontology-metadata/equivalentProperty.md @@ -1,5 +1,9 @@ + + # Slot: equivalentProperty + + URI: [owl:equivalentProperty](http://www.w3.org/2002/07/owl#equivalentProperty) @@ -14,12 +18,14 @@ URI: [owl:equivalentProperty](http://www.w3.org/2002/07/owl#equivalentProperty) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -29,27 +35,35 @@ URI: [owl:equivalentProperty](http://www.w3.org/2002/07/owl#equivalentProperty) ## Properties * Range: [Property](Property.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:equivalentProperty | +| native | omoschema:equivalentProperty | @@ -59,17 +73,17 @@ URI: [owl:equivalentProperty](http://www.w3.org/2002/07/owl#equivalentProperty)
```yaml name: equivalentProperty -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate mixins: - match_aspect slot_uri: owl:equivalentProperty -multivalued: true alias: equivalentProperty domain_of: - ObjectProperty range: Property +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/evidence.md b/docs/datamodels/ontology-metadata/evidence.md index e29da3a2b..31310c732 100644 --- a/docs/datamodels/ontology-metadata/evidence.md +++ b/docs/datamodels/ontology-metadata/evidence.md @@ -1,5 +1,9 @@ + + # Slot: evidence + + URI: [oio:evidence](http://www.geneontology.org/formats/oboInOwl#evidence) @@ -9,11 +13,13 @@ URI: [oio:evidence](http://www.geneontology.org/formats/oboInOwl#evidence) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Axiom](Axiom.md) | A logical or non-logical statement +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | + @@ -28,8 +34,6 @@ URI: [oio:evidence](http://www.geneontology.org/formats/oboInOwl#evidence) - - ## Identifier and Mapping Information @@ -41,7 +45,17 @@ URI: [oio:evidence](http://www.geneontology.org/formats/oboInOwl#evidence) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:evidence | +| native | omoschema:evidence | @@ -52,7 +66,7 @@ URI: [oio:evidence](http://www.geneontology.org/formats/oboInOwl#evidence) ```yaml name: evidence deprecated: deprecated oboInOwl property -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:evidence alias: evidence diff --git a/docs/datamodels/ontology-metadata/exactMatch.md b/docs/datamodels/ontology-metadata/exactMatch.md index 49e335217..a25bda4fd 100644 --- a/docs/datamodels/ontology-metadata/exactMatch.md +++ b/docs/datamodels/ontology-metadata/exactMatch.md @@ -1,5 +1,9 @@ + + # Slot: exactMatch + + URI: [skos:exactMatch](http://www.w3.org/2004/02/skos/core#exactMatch) @@ -14,22 +18,24 @@ URI: [skos:exactMatch](http://www.w3.org/2004/02/skos/core#exactMatch) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasMappings](HasMappings.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [HasMappings](HasMappings.md) | | no | +| [Class](Class.md) | | yes | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | yes | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,27 +45,35 @@ URI: [skos:exactMatch](http://www.w3.org/2004/02/skos/core#exactMatch) ## Properties * Range: [Thing](Thing.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | skos:exactMatch | +| native | omoschema:exactMatch | @@ -69,15 +83,15 @@ URI: [skos:exactMatch](http://www.w3.org/2004/02/skos/core#exactMatch)
```yaml name: exactMatch -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:exactMatch -multivalued: true alias: exactMatch domain_of: - HasMappings range: Thing +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/example_of_usage.md b/docs/datamodels/ontology-metadata/example_of_usage.md index 28dda56c1..1b2e3e0e2 100644 --- a/docs/datamodels/ontology-metadata/example_of_usage.md +++ b/docs/datamodels/ontology-metadata/example_of_usage.md @@ -1,5 +1,9 @@ + + # Slot: example_of_usage + + URI: [IAO:0000112](http://purl.obolibrary.org/obo/IAO_0000112) @@ -14,22 +18,24 @@ URI: [IAO:0000112](http://purl.obolibrary.org/obo/IAO_0000112) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasUserInformation](HasUserInformation.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [HasUserInformation](HasUserInformation.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,27 +45,36 @@ URI: [IAO:0000112](http://purl.obolibrary.org/obo/IAO_0000112) ## Properties * Range: [String](String.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000112 | +| native | omoschema:example_of_usage | +| exact | skos:example | @@ -71,17 +86,17 @@ URI: [IAO:0000112](http://purl.obolibrary.org/obo/IAO_0000112) name: example_of_usage in_subset: - allotrope permitted profile -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:example rank: 1000 is_a: informative_property slot_uri: IAO:0000112 -multivalued: true alias: example_of_usage domain_of: - HasUserInformation range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/excluded_axiom.md b/docs/datamodels/ontology-metadata/excluded_axiom.md index af3258757..1f6e6dfca 100644 --- a/docs/datamodels/ontology-metadata/excluded_axiom.md +++ b/docs/datamodels/ontology-metadata/excluded_axiom.md @@ -1,6 +1,12 @@ + + # Slot: excluded_axiom -URI: [omoschema:excluded_axiom](http://purl.obolibrary.org/obo/omo/schema/excluded_axiom) + +* __NOTE__: this is an abstract slot and should not be populated directly + + +URI: [omoschema:excluded_axiom](https://w3id.org/oak/ontology-metadata/excluded_axiom) @@ -19,11 +25,11 @@ URI: [omoschema:excluded_axiom](http://purl.obolibrary.org/obo/omo/schema/exclud -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -40,7 +46,17 @@ URI: [omoschema:excluded_axiom](http://purl.obolibrary.org/obo/omo/schema/exclud ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:excluded_axiom | +| native | omoschema:excluded_axiom | @@ -50,7 +66,7 @@ URI: [omoschema:excluded_axiom](http://purl.obolibrary.org/obo/omo/schema/exclud
```yaml name: excluded_axiom -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 abstract: true alias: excluded_axiom diff --git a/docs/datamodels/ontology-metadata/excluded_from_QC_check.md b/docs/datamodels/ontology-metadata/excluded_from_QC_check.md index d64e96659..f1f4eca8c 100644 --- a/docs/datamodels/ontology-metadata/excluded_from_QC_check.md +++ b/docs/datamodels/ontology-metadata/excluded_from_QC_check.md @@ -1,6 +1,10 @@ + + # Slot: excluded_from_QC_check -URI: [omoschema:excluded_from_QC_check](http://purl.obolibrary.org/obo/omo/schema/excluded_from_QC_check) + + +URI: [omoschema:excluded_from_QC_check](https://w3id.org/oak/ontology-metadata/excluded_from_QC_check) @@ -14,22 +18,24 @@ URI: [omoschema:excluded_from_QC_check](http://purl.obolibrary.org/obo/omo/schem + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasLifeCycle](HasLifeCycle.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [HasLifeCycle](HasLifeCycle.md) | | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -44,8 +50,6 @@ URI: [omoschema:excluded_from_QC_check](http://purl.obolibrary.org/obo/omo/schem - - ## Identifier and Mapping Information @@ -57,7 +61,17 @@ URI: [omoschema:excluded_from_QC_check](http://purl.obolibrary.org/obo/omo/schem ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:excluded_from_QC_check | +| native | omoschema:excluded_from_QC_check | @@ -67,7 +81,7 @@ URI: [omoschema:excluded_from_QC_check](http://purl.obolibrary.org/obo/omo/schem
```yaml name: excluded_from_QC_check -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: excluded_from_QC_check diff --git a/docs/datamodels/ontology-metadata/excluded_subClassOf.md b/docs/datamodels/ontology-metadata/excluded_subClassOf.md index f6af56d5f..9f18cde1d 100644 --- a/docs/datamodels/ontology-metadata/excluded_subClassOf.md +++ b/docs/datamodels/ontology-metadata/excluded_subClassOf.md @@ -1,6 +1,10 @@ + + # Slot: excluded_subClassOf -URI: [omoschema:excluded_subClassOf](http://purl.obolibrary.org/obo/omo/schema/excluded_subClassOf) + + +URI: [omoschema:excluded_subClassOf](https://w3id.org/oak/ontology-metadata/excluded_subClassOf) @@ -14,22 +18,24 @@ URI: [omoschema:excluded_subClassOf](http://purl.obolibrary.org/obo/omo/schema/e + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasLifeCycle](HasLifeCycle.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [HasLifeCycle](HasLifeCycle.md) | | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,27 +45,35 @@ URI: [omoschema:excluded_subClassOf](http://purl.obolibrary.org/obo/omo/schema/e ## Properties * Range: [Class](Class.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:excluded_subClassOf | +| native | omoschema:excluded_subClassOf | @@ -69,14 +83,14 @@ URI: [omoschema:excluded_subClassOf](http://purl.obolibrary.org/obo/omo/schema/e
```yaml name: excluded_subClassOf -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom -multivalued: true alias: excluded_subClassOf domain_of: - HasLifeCycle range: Class +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/excluded_synonym.md b/docs/datamodels/ontology-metadata/excluded_synonym.md index 005261464..b31f30910 100644 --- a/docs/datamodels/ontology-metadata/excluded_synonym.md +++ b/docs/datamodels/ontology-metadata/excluded_synonym.md @@ -1,6 +1,10 @@ + + # Slot: excluded_synonym -URI: [omoschema:excluded_synonym](http://purl.obolibrary.org/obo/omo/schema/excluded_synonym) + + +URI: [omoschema:excluded_synonym](https://w3id.org/oak/ontology-metadata/excluded_synonym) @@ -14,22 +18,24 @@ URI: [omoschema:excluded_synonym](http://purl.obolibrary.org/obo/omo/schema/excl + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasLifeCycle](HasLifeCycle.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [HasLifeCycle](HasLifeCycle.md) | | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,27 +45,36 @@ URI: [omoschema:excluded_synonym](http://purl.obolibrary.org/obo/omo/schema/excl ## Properties * Range: [String](String.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:excluded_synonym | +| native | omoschema:excluded_synonym | +| exact | skos:hiddenSynonym | @@ -69,16 +84,16 @@ URI: [omoschema:excluded_synonym](http://purl.obolibrary.org/obo/omo/schema/excl
```yaml name: excluded_synonym -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:hiddenSynonym rank: 1000 is_a: excluded_axiom -multivalued: true alias: excluded_synonym domain_of: - HasLifeCycle range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/external_ontology.md b/docs/datamodels/ontology-metadata/external_ontology.md index 257d81231..2b41a7728 100644 --- a/docs/datamodels/ontology-metadata/external_ontology.md +++ b/docs/datamodels/ontology-metadata/external_ontology.md @@ -1,5 +1,9 @@ + + # Slot: external_ontology + + URI: [oio:external_ontology](http://www.geneontology.org/formats/oboInOwl#external_ontology) @@ -9,11 +13,13 @@ URI: [oio:external_ontology](http://www.geneontology.org/formats/oboInOwl#extern + ## Applicable Classes -| Name | Description | -| --- | --- | -[Axiom](Axiom.md) | A logical or non-logical statement +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | + @@ -23,27 +29,35 @@ URI: [oio:external_ontology](http://www.geneontology.org/formats/oboInOwl#extern ## Properties * Range: [String](String.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:external_ontology | +| native | omoschema:external_ontology | @@ -54,14 +68,14 @@ URI: [oio:external_ontology](http://www.geneontology.org/formats/oboInOwl#extern ```yaml name: external_ontology deprecated: deprecated oboInOwl property -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:external_ontology -multivalued: true alias: external_ontology domain_of: - Axiom range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/hasValue.md b/docs/datamodels/ontology-metadata/hasValue.md index 2b72823c9..51a57b55a 100644 --- a/docs/datamodels/ontology-metadata/hasValue.md +++ b/docs/datamodels/ontology-metadata/hasValue.md @@ -1,5 +1,9 @@ + + # Slot: hasValue + + URI: [owl:hasValue](http://www.w3.org/2002/07/owl#hasValue) @@ -16,11 +20,11 @@ URI: [owl:hasValue](http://www.w3.org/2002/07/owl#hasValue) -## Properties -* Range: [Any](Any.md) +## Properties +* Range: [Any](Any.md) @@ -41,7 +45,17 @@ URI: [owl:hasValue](http://www.w3.org/2002/07/owl#hasValue) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:hasValue | +| native | omoschema:hasValue | @@ -53,7 +67,7 @@ URI: [owl:hasValue](http://www.w3.org/2002/07/owl#hasValue) name: hasValue todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:hasValue diff --git a/docs/datamodels/ontology-metadata/has_alternative_id.md b/docs/datamodels/ontology-metadata/has_alternative_id.md index f5959c9af..3b68fe9d7 100644 --- a/docs/datamodels/ontology-metadata/has_alternative_id.md +++ b/docs/datamodels/ontology-metadata/has_alternative_id.md @@ -1,7 +1,14 @@ + + # Slot: has_alternative_id + + _Relates a live term to a deprecated ID that was merged in_ + + + URI: [oio:hasAlternativeId](http://www.geneontology.org/formats/oboInOwl#hasAlternativeId) @@ -16,22 +23,24 @@ URI: [oio:hasAlternativeId](http://www.geneontology.org/formats/oboInOwl#hasAlte + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasLifeCycle](HasLifeCycle.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [HasLifeCycle](HasLifeCycle.md) | | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -41,10 +50,8 @@ URI: [oio:hasAlternativeId](http://www.geneontology.org/formats/oboInOwl#hasAlte ## Properties * Range: [Uriorcurie](Uriorcurie.md) -* Multivalued: True - - +* Multivalued: True @@ -69,7 +76,17 @@ URI: [oio:hasAlternativeId](http://www.geneontology.org/formats/oboInOwl#hasAlte ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:hasAlternativeId | +| native | omoschema:has_alternative_id | @@ -85,18 +102,18 @@ comments: - '{''RULE'': ''object must NOT be deprecated''}' in_subset: - go permitted profile -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata see_also: - https://github.com/owlcs/owlapi/issues/317 rank: 1000 is_a: obsoletion_related_property domain: NotObsoleteAspect slot_uri: oio:hasAlternativeId -multivalued: true alias: has_alternative_id domain_of: - HasLifeCycle range: uriorcurie +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/has_axiom_label.md b/docs/datamodels/ontology-metadata/has_axiom_label.md index 0dfd74104..5072b0828 100644 --- a/docs/datamodels/ontology-metadata/has_axiom_label.md +++ b/docs/datamodels/ontology-metadata/has_axiom_label.md @@ -1,5 +1,9 @@ + + # Slot: has_axiom_label + + URI: [IAO:0010000](http://purl.obolibrary.org/obo/IAO_0010000) @@ -14,11 +18,13 @@ URI: [IAO:0010000](http://purl.obolibrary.org/obo/IAO_0010000) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Axiom](Axiom.md) | A logical or non-logical statement +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | + @@ -33,8 +39,6 @@ URI: [IAO:0010000](http://purl.obolibrary.org/obo/IAO_0010000) - - ## Identifier and Mapping Information @@ -46,7 +50,17 @@ URI: [IAO:0010000](http://purl.obolibrary.org/obo/IAO_0010000) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0010000 | +| native | omoschema:has_axiom_label | @@ -56,7 +70,7 @@ URI: [IAO:0010000](http://purl.obolibrary.org/obo/IAO_0010000)
```yaml name: has_axiom_label -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0010000 diff --git a/docs/datamodels/ontology-metadata/has_broad_synonym.md b/docs/datamodels/ontology-metadata/has_broad_synonym.md index ef3041647..948f90926 100644 --- a/docs/datamodels/ontology-metadata/has_broad_synonym.md +++ b/docs/datamodels/ontology-metadata/has_broad_synonym.md @@ -1,5 +1,9 @@ + + # Slot: has_broad_synonym + + URI: [oio:hasBroadSynonym](http://www.geneontology.org/formats/oboInOwl#hasBroadSynonym) @@ -15,22 +19,24 @@ URI: [oio:hasBroadSynonym](http://www.geneontology.org/formats/oboInOwl#hasBroad + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -40,27 +46,35 @@ URI: [oio:hasBroadSynonym](http://www.geneontology.org/formats/oboInOwl#hasBroad ## Properties * Range: [LabelType](LabelType.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:hasBroadSynonym | +| native | omoschema:has_broad_synonym | @@ -70,15 +84,15 @@ URI: [oio:hasBroadSynonym](http://www.geneontology.org/formats/oboInOwl#hasBroad
```yaml name: has_broad_synonym -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasBroadSynonym -multivalued: true alias: has_broad_synonym domain_of: - HasSynonyms range: label type +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/has_curation_status.md b/docs/datamodels/ontology-metadata/has_curation_status.md index 5a9432d64..88fee16ed 100644 --- a/docs/datamodels/ontology-metadata/has_curation_status.md +++ b/docs/datamodels/ontology-metadata/has_curation_status.md @@ -1,5 +1,9 @@ + + # Slot: has_curation_status + + URI: [IAO:0000114](http://purl.obolibrary.org/obo/IAO_0000114) @@ -14,22 +18,24 @@ URI: [IAO:0000114](http://purl.obolibrary.org/obo/IAO_0000114) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasUserInformation](HasUserInformation.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [HasUserInformation](HasUserInformation.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -44,8 +50,6 @@ URI: [IAO:0000114](http://purl.obolibrary.org/obo/IAO_0000114) - - ## Identifier and Mapping Information @@ -57,7 +61,17 @@ URI: [IAO:0000114](http://purl.obolibrary.org/obo/IAO_0000114) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000114 | +| native | omoschema:has_curation_status | @@ -67,7 +81,7 @@ URI: [IAO:0000114](http://purl.obolibrary.org/obo/IAO_0000114)
```yaml name: has_curation_status -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: IAO:0000114 diff --git a/docs/datamodels/ontology-metadata/has_exact_synonym.md b/docs/datamodels/ontology-metadata/has_exact_synonym.md index d54886e50..39081473f 100644 --- a/docs/datamodels/ontology-metadata/has_exact_synonym.md +++ b/docs/datamodels/ontology-metadata/has_exact_synonym.md @@ -1,5 +1,9 @@ + + # Slot: has_exact_synonym + + URI: [oio:hasExactSynonym](http://www.geneontology.org/formats/oboInOwl#hasExactSynonym) @@ -15,23 +19,25 @@ URI: [oio:hasExactSynonym](http://www.geneontology.org/formats/oboInOwl#hasExact + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms -[Axiom](Axiom.md) | A logical or non-logical statement -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -41,27 +47,35 @@ URI: [oio:hasExactSynonym](http://www.geneontology.org/formats/oboInOwl#hasExact ## Properties * Range: [LabelType](LabelType.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:hasExactSynonym | +| native | omoschema:has_exact_synonym | @@ -71,11 +85,10 @@ URI: [oio:hasExactSynonym](http://www.geneontology.org/formats/oboInOwl#hasExact
```yaml name: has_exact_synonym -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasExactSynonym -multivalued: true alias: has_exact_synonym domain_of: - HasSynonyms @@ -83,6 +96,7 @@ domain_of: disjoint_with: - label range: label type +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/has_narrow_synonym.md b/docs/datamodels/ontology-metadata/has_narrow_synonym.md index 12deae1ff..feaf76aa5 100644 --- a/docs/datamodels/ontology-metadata/has_narrow_synonym.md +++ b/docs/datamodels/ontology-metadata/has_narrow_synonym.md @@ -1,5 +1,9 @@ + + # Slot: has_narrow_synonym + + URI: [oio:hasNarrowSynonym](http://www.geneontology.org/formats/oboInOwl#hasNarrowSynonym) @@ -15,22 +19,24 @@ URI: [oio:hasNarrowSynonym](http://www.geneontology.org/formats/oboInOwl#hasNarr + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -40,27 +46,35 @@ URI: [oio:hasNarrowSynonym](http://www.geneontology.org/formats/oboInOwl#hasNarr ## Properties * Range: [LabelType](LabelType.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:hasNarrowSynonym | +| native | omoschema:has_narrow_synonym | @@ -70,15 +84,15 @@ URI: [oio:hasNarrowSynonym](http://www.geneontology.org/formats/oboInOwl#hasNarr
```yaml name: has_narrow_synonym -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: synonym slot_uri: oio:hasNarrowSynonym -multivalued: true alias: has_narrow_synonym domain_of: - HasSynonyms range: label type +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/has_obo_namespace.md b/docs/datamodels/ontology-metadata/has_obo_namespace.md index 4dd4554bf..4a7a2e622 100644 --- a/docs/datamodels/ontology-metadata/has_obo_namespace.md +++ b/docs/datamodels/ontology-metadata/has_obo_namespace.md @@ -1,5 +1,9 @@ + + # Slot: has_obo_namespace + + URI: [oio:hasOBONamespace](http://www.geneontology.org/formats/oboInOwl#hasOBONamespace) @@ -9,22 +13,24 @@ URI: [oio:hasOBONamespace](http://www.geneontology.org/formats/oboInOwl#hasOBONa + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasCategory](HasCategory.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [HasCategory](HasCategory.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -34,27 +40,35 @@ URI: [oio:hasOBONamespace](http://www.geneontology.org/formats/oboInOwl#hasOBONa ## Properties * Range: [String](String.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:hasOBONamespace | +| native | omoschema:has_obo_namespace | @@ -64,14 +78,14 @@ URI: [oio:hasOBONamespace](http://www.geneontology.org/formats/oboInOwl#hasOBONa
```yaml name: has_obo_namespace -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasOBONamespace -multivalued: true alias: has_obo_namespace domain_of: - HasCategory range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/has_obsolescence_reason.md b/docs/datamodels/ontology-metadata/has_obsolescence_reason.md index 199ac2458..5a5041adb 100644 --- a/docs/datamodels/ontology-metadata/has_obsolescence_reason.md +++ b/docs/datamodels/ontology-metadata/has_obsolescence_reason.md @@ -1,5 +1,9 @@ + + # Slot: has_obsolescence_reason + + URI: [IAO:0000231](http://purl.obolibrary.org/obo/IAO_0000231) @@ -14,22 +18,24 @@ URI: [IAO:0000231](http://purl.obolibrary.org/obo/IAO_0000231) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasLifeCycle](HasLifeCycle.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [HasLifeCycle](HasLifeCycle.md) | | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -44,8 +50,6 @@ URI: [IAO:0000231](http://purl.obolibrary.org/obo/IAO_0000231) - - ## Comments * {'RULE': 'subject must be deprecated'} @@ -65,7 +69,17 @@ URI: [IAO:0000231](http://purl.obolibrary.org/obo/IAO_0000231) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000231 | +| native | omoschema:has_obsolescence_reason | @@ -79,7 +93,7 @@ todos: - restrict range comments: - '{''RULE'': ''subject must be deprecated''}' -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: obsoletion_related_property domain: ObsoleteAspect diff --git a/docs/datamodels/ontology-metadata/has_ontology_root_term.md b/docs/datamodels/ontology-metadata/has_ontology_root_term.md index f59f91252..b9588c8a4 100644 --- a/docs/datamodels/ontology-metadata/has_ontology_root_term.md +++ b/docs/datamodels/ontology-metadata/has_ontology_root_term.md @@ -1,5 +1,9 @@ + + # Slot: has_ontology_root_term + + URI: [IAO:0000700](http://purl.obolibrary.org/obo/IAO_0000700) @@ -14,11 +18,13 @@ URI: [IAO:0000700](http://purl.obolibrary.org/obo/IAO_0000700) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Ontology](Ontology.md) | An OWL ontology +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Ontology](Ontology.md) | An OWL ontology | no | + @@ -28,27 +34,35 @@ URI: [IAO:0000700](http://purl.obolibrary.org/obo/IAO_0000700) ## Properties * Range: [Class](Class.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000700 | +| native | omoschema:has_ontology_root_term | @@ -58,15 +72,15 @@ URI: [IAO:0000700](http://purl.obolibrary.org/obo/IAO_0000700)
```yaml name: has_ontology_root_term -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: IAO:0000700 -multivalued: true alias: has_ontology_root_term domain_of: - Ontology range: Class +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/has_rank.md b/docs/datamodels/ontology-metadata/has_rank.md index 5649f2cfd..64b3f1357 100644 --- a/docs/datamodels/ontology-metadata/has_rank.md +++ b/docs/datamodels/ontology-metadata/has_rank.md @@ -1,6 +1,10 @@ + + # Slot: has_rank -URI: [omoschema:has_rank](http://purl.obolibrary.org/obo/omo/schema/has_rank) + + +URI: [omoschema:has_rank](https://w3id.org/oak/ontology-metadata/has_rank) @@ -9,11 +13,13 @@ URI: [omoschema:has_rank](http://purl.obolibrary.org/obo/omo/schema/has_rank) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Class](Class.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | + @@ -28,8 +34,6 @@ URI: [omoschema:has_rank](http://purl.obolibrary.org/obo/omo/schema/has_rank) - - ## Identifier and Mapping Information @@ -41,7 +45,18 @@ URI: [omoschema:has_rank](http://purl.obolibrary.org/obo/omo/schema/has_rank) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:has_rank | +| native | omoschema:has_rank | +| exact | obo:ncbitaxon/subsets/taxslim#has_rank | @@ -51,7 +66,7 @@ URI: [omoschema:has_rank](http://purl.obolibrary.org/obo/omo/schema/has_rank)
```yaml name: has_rank -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - obo:ncbitaxon/subsets/taxslim#has_rank rank: 1000 diff --git a/docs/datamodels/ontology-metadata/has_related_synonym.md b/docs/datamodels/ontology-metadata/has_related_synonym.md index 07ff3f049..e58f36330 100644 --- a/docs/datamodels/ontology-metadata/has_related_synonym.md +++ b/docs/datamodels/ontology-metadata/has_related_synonym.md @@ -1,5 +1,9 @@ + + # Slot: has_related_synonym + + URI: [oio:hasRelatedSynonym](http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym) @@ -9,22 +13,24 @@ URI: [oio:hasRelatedSynonym](http://www.geneontology.org/formats/oboInOwl#hasRel + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -34,27 +40,35 @@ URI: [oio:hasRelatedSynonym](http://www.geneontology.org/formats/oboInOwl#hasRel ## Properties * Range: [LabelType](LabelType.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:hasRelatedSynonym | +| native | omoschema:has_related_synonym | @@ -64,14 +78,14 @@ URI: [oio:hasRelatedSynonym](http://www.geneontology.org/formats/oboInOwl#hasRel
```yaml name: has_related_synonym -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasRelatedSynonym -multivalued: true alias: has_related_synonym domain_of: - HasSynonyms range: label type +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/has_synonym_type.md b/docs/datamodels/ontology-metadata/has_synonym_type.md index 8a32b167d..0e0379b1e 100644 --- a/docs/datamodels/ontology-metadata/has_synonym_type.md +++ b/docs/datamodels/ontology-metadata/has_synonym_type.md @@ -1,5 +1,9 @@ + + # Slot: has_synonym_type + + URI: [oio:hasSynonymType](http://www.geneontology.org/formats/oboInOwl#hasSynonymType) @@ -9,11 +13,13 @@ URI: [oio:hasSynonymType](http://www.geneontology.org/formats/oboInOwl#hasSynony + ## Applicable Classes -| Name | Description | -| --- | --- | -[Axiom](Axiom.md) | A logical or non-logical statement +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | + @@ -23,27 +29,35 @@ URI: [oio:hasSynonymType](http://www.geneontology.org/formats/oboInOwl#hasSynony ## Properties * Range: [AnnotationProperty](AnnotationProperty.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:hasSynonymType | +| native | omoschema:has_synonym_type | @@ -53,14 +67,14 @@ URI: [oio:hasSynonymType](http://www.geneontology.org/formats/oboInOwl#hasSynony
```yaml name: has_synonym_type -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:hasSynonymType -multivalued: true alias: has_synonym_type domain_of: - Axiom range: AnnotationProperty +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/id.md b/docs/datamodels/ontology-metadata/id.md index 563360c3a..d355187e1 100644 --- a/docs/datamodels/ontology-metadata/id.md +++ b/docs/datamodels/ontology-metadata/id.md @@ -1,8 +1,15 @@ + + # Slot: id + + _this maps to the URI in RDF_ -URI: [omoschema:id](http://purl.obolibrary.org/obo/omo/schema/id) + + + +URI: [omoschema:id](https://w3id.org/oak/ontology-metadata/id) @@ -16,23 +23,25 @@ URI: [omoschema:id](http://purl.obolibrary.org/obo/omo/schema/id) + ## Applicable Classes -| Name | Description | -| --- | --- | -[NamedObject](NamedObject.md) | Anything with an IRI -[Ontology](Ontology.md) | An OWL ontology -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | yes | +| [Agent](Agent.md) | | yes | +| [NamedObject](NamedObject.md) | Anything with an IRI | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Ontology](Ontology.md) | An OWL ontology | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -42,27 +51,35 @@ URI: [omoschema:id](http://purl.obolibrary.org/obo/omo/schema/id) ## Properties * Range: [Uriorcurie](Uriorcurie.md) + * Required: True +## Identifier and Mapping Information -## Identifier and Mapping Information +### Schema Source + + +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source +## Mappings -* from schema: http://purl.obolibrary.org/obo/omo/schema +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:id | +| native | omoschema:id | @@ -73,7 +90,7 @@ URI: [omoschema:id](http://purl.obolibrary.org/obo/omo/schema/id) ```yaml name: id description: this maps to the URI in RDF -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: core_property identifier: true diff --git a/docs/datamodels/ontology-metadata/image.md b/docs/datamodels/ontology-metadata/image.md index e4af9933a..d36608c42 100644 --- a/docs/datamodels/ontology-metadata/image.md +++ b/docs/datamodels/ontology-metadata/image.md @@ -1,5 +1,9 @@ + + # Slot: image + + URI: [sdo:image](http://schema.org/image) @@ -14,22 +18,24 @@ URI: [sdo:image](http://schema.org/image) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasUserInformation](HasUserInformation.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [HasUserInformation](HasUserInformation.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -44,8 +50,6 @@ URI: [sdo:image](http://schema.org/image) - - ## Identifier and Mapping Information @@ -57,7 +61,17 @@ URI: [sdo:image](http://schema.org/image) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sdo:image | +| native | omoschema:image | @@ -67,7 +81,7 @@ URI: [sdo:image](http://schema.org/image)
```yaml name: image -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: sdo:image diff --git a/docs/datamodels/ontology-metadata/imported_from.md b/docs/datamodels/ontology-metadata/imported_from.md index ad1100c9e..004b5e78a 100644 --- a/docs/datamodels/ontology-metadata/imported_from.md +++ b/docs/datamodels/ontology-metadata/imported_from.md @@ -1,5 +1,9 @@ + + # Slot: imported_from + + URI: [IAO:0000412](http://purl.obolibrary.org/obo/IAO_0000412) @@ -14,22 +18,24 @@ URI: [IAO:0000412](http://purl.obolibrary.org/obo/IAO_0000412) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasProvenance](HasProvenance.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [HasProvenance](HasProvenance.md) | | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | + @@ -39,27 +45,35 @@ URI: [IAO:0000412](http://purl.obolibrary.org/obo/IAO_0000412) ## Properties * Range: [NamedIndividual](NamedIndividual.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000412 | +| native | omoschema:imported_from | @@ -69,15 +83,15 @@ URI: [IAO:0000412](http://purl.obolibrary.org/obo/IAO_0000412)
```yaml name: imported_from -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000412 -multivalued: true alias: imported_from domain_of: - HasProvenance range: NamedIndividual +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/imports.md b/docs/datamodels/ontology-metadata/imports.md index a06768dac..e39c22661 100644 --- a/docs/datamodels/ontology-metadata/imports.md +++ b/docs/datamodels/ontology-metadata/imports.md @@ -1,5 +1,9 @@ + + # Slot: imports + + URI: [owl:imports](http://www.w3.org/2002/07/owl#imports) @@ -9,11 +13,13 @@ URI: [owl:imports](http://www.w3.org/2002/07/owl#imports) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Ontology](Ontology.md) | An OWL ontology +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Ontology](Ontology.md) | An OWL ontology | no | + @@ -28,8 +34,6 @@ URI: [owl:imports](http://www.w3.org/2002/07/owl#imports) - - ## Identifier and Mapping Information @@ -41,7 +45,17 @@ URI: [owl:imports](http://www.w3.org/2002/07/owl#imports) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:imports | +| native | omoschema:imports | @@ -51,7 +65,7 @@ URI: [owl:imports](http://www.w3.org/2002/07/owl#imports)
```yaml name: imports -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: owl:imports alias: imports diff --git a/docs/datamodels/ontology-metadata/in_subset.md b/docs/datamodels/ontology-metadata/in_subset.md index 2ca9ca8e0..f6e496fd0 100644 --- a/docs/datamodels/ontology-metadata/in_subset.md +++ b/docs/datamodels/ontology-metadata/in_subset.md @@ -1,7 +1,14 @@ + + # Slot: in_subset + + _Maps an ontology element to a subset it belongs to_ + + + URI: [oio:inSubset](http://www.geneontology.org/formats/oboInOwl#inSubset) @@ -11,22 +18,24 @@ URI: [oio:inSubset](http://www.geneontology.org/formats/oboInOwl#inSubset) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasCategory](HasCategory.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [HasCategory](HasCategory.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -36,27 +45,35 @@ URI: [oio:inSubset](http://www.geneontology.org/formats/oboInOwl#inSubset) ## Properties * Range: [Subset](Subset.md) + * Multivalued: True +## Identifier and Mapping Information -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:inSubset | +| native | omoschema:in_subset | @@ -67,14 +84,14 @@ URI: [oio:inSubset](http://www.geneontology.org/formats/oboInOwl#inSubset) ```yaml name: in_subset description: Maps an ontology element to a subset it belongs to -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:inSubset -multivalued: true alias: in_subset domain_of: - HasCategory range: Subset +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/index.md b/docs/datamodels/ontology-metadata/index.md index 426651ec4..8b831e5a2 100644 --- a/docs/datamodels/ontology-metadata/index.md +++ b/docs/datamodels/ontology-metadata/index.md @@ -2,7 +2,8 @@ Schema for ontology metadata -URI: http://purl.obolibrary.org/obo/omo/schema +URI: https://w3id.org/oak/ontology-metadata + Name: Ontology-Metadata @@ -11,39 +12,40 @@ Name: Ontology-Metadata | Class | Description | | --- | --- | -| [Agent](Agent.md) | | | [Annotation](Annotation.md) | A reified property-object pair | -| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | | [AnnotationPropertyMixin](AnnotationPropertyMixin.md) | Groups all annotation property bundles | -| [Anonymous](Anonymous.md) | Abstract root class for all anonymous (non-named; lacking an identifier) expr... | -| [AnonymousClassExpression](AnonymousClassExpression.md) | | -| [Any](Any.md) | | +|         [HasCategory](HasCategory.md) | None | +|         [HasLifeCycle](HasLifeCycle.md) | None | +|         [HasMappings](HasMappings.md) | None | +|         [HasMinimalMetadata](HasMinimalMetadata.md) | Absolute minimum metadata model | +|         [HasProvenance](HasProvenance.md) | None | +|         [HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms | +|         [HasUserInformation](HasUserInformation.md) | None | +| [Anonymous](Anonymous.md) | Abstract root class for all anonymous (non-named; lacking an identifier) expressions | +|         [AnonymousClassExpression](AnonymousClassExpression.md) | None | +|                 [Restriction](Restriction.md) | None | +| [Any](Any.md) | None | | [Axiom](Axiom.md) | A logical or non-logical statement | -| [Class](Class.md) | | -| [ClassExpression](ClassExpression.md) | | -| [Expression](Expression.md) | | -| [HasCategory](HasCategory.md) | | -| [HasLifeCycle](HasLifeCycle.md) | | -| [HasMappings](HasMappings.md) | | -| [HasMinimalMetadata](HasMinimalMetadata.md) | Absolute minimum metadata model | -| [HasProvenance](HasProvenance.md) | | -| [HasSynonyms](HasSynonyms.md) | a mixin for a class whose members can have synonyms | -| [HasUserInformation](HasUserInformation.md) | | -| [HomoSapiens](HomoSapiens.md) | An individual human being | -| [Image](Image.md) | | -| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | -| [NamedObject](NamedObject.md) | Anything with an IRI | +| [Expression](Expression.md) | None | +|         [ClassExpression](ClassExpression.md) | None | +|         [PropertyExpression](PropertyExpression.md) | None | | [NotObsoleteAspect](NotObsoleteAspect.md) | Auto-classifies anything that is not obsolete | -| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | | [ObsoleteAspect](ObsoleteAspect.md) | Auto-classifies anything that is obsolete | -| [Ontology](Ontology.md) | An OWL ontology | -| [Property](Property.md) | | -| [PropertyExpression](PropertyExpression.md) | | -| [Restriction](Restriction.md) | | -| [Subset](Subset.md) | A collection of terms grouped for some purpose | -| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | -| [Thing](Thing.md) | | -| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | +| [Thing](Thing.md) | None | +|         [NamedObject](NamedObject.md) | Anything with an IRI | +|                 [Ontology](Ontology.md) | An OWL ontology | +|                 [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | +|                         [Class](Class.md) | None | +|                         [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | +|                                 [Agent](Agent.md) | None | +|                                 [HomoSapiens](HomoSapiens.md) | An individual human being | +|                                 [Image](Image.md) | None | +|                         [Property](Property.md) | None | +|                                 [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | +|                                         [Subset](Subset.md) | A collection of terms grouped for some purpose | +|                                 [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | +|                                         [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | + ## Slots @@ -203,11 +205,14 @@ Name: Ontology-Metadata | [Float](Float.md) | A real number that conforms to the xsd:float specification | | [Integer](Integer.md) | An integer | | [IriType](IriType.md) | An IRI | +| [Jsonpath](Jsonpath.md) | A string encoding a JSON Path | +| [Jsonpointer](Jsonpointer.md) | A string encoding a JSON Pointer | | [LabelType](LabelType.md) | A string that provides a human-readable name for an entity | | [NarrativeText](NarrativeText.md) | A string that provides a human-readable description of something | | [Ncname](Ncname.md) | Prefix part of CURIE | | [Nodeidentifier](Nodeidentifier.md) | A URI, CURIE or BNODE that represents a node in a model | | [Objectidentifier](Objectidentifier.md) | A URI or CURIE that represents an object in the model | +| [Sparqlpath](Sparqlpath.md) | A string encoding a SPARQL Property Path | | [String](String.md) | A character string | | [TidyString](TidyString.md) | | | [Time](Time.md) | A time object represents a (local) time of day, independent of any particular... | diff --git a/docs/datamodels/ontology-metadata/informative_property.md b/docs/datamodels/ontology-metadata/informative_property.md index 46eb7e27f..cea3ee7f6 100644 --- a/docs/datamodels/ontology-metadata/informative_property.md +++ b/docs/datamodels/ontology-metadata/informative_property.md @@ -1,6 +1,12 @@ + + # Slot: informative_property -URI: [omoschema:informative_property](http://purl.obolibrary.org/obo/omo/schema/informative_property) + +* __NOTE__: this is an abstract slot and should not be populated directly + + +URI: [omoschema:informative_property](https://w3id.org/oak/ontology-metadata/informative_property) @@ -28,11 +34,11 @@ URI: [omoschema:informative_property](http://purl.obolibrary.org/obo/omo/schema/ -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -49,7 +55,17 @@ URI: [omoschema:informative_property](http://purl.obolibrary.org/obo/omo/schema/ ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:informative_property | +| native | omoschema:informative_property | @@ -59,7 +75,7 @@ URI: [omoschema:informative_property](http://purl.obolibrary.org/obo/omo/schema/
```yaml name: informative_property -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 abstract: true alias: informative_property diff --git a/docs/datamodels/ontology-metadata/intersectionOf.md b/docs/datamodels/ontology-metadata/intersectionOf.md index 0e7c4ab87..7004ddfd7 100644 --- a/docs/datamodels/ontology-metadata/intersectionOf.md +++ b/docs/datamodels/ontology-metadata/intersectionOf.md @@ -1,5 +1,9 @@ + + # Slot: intersectionOf + + URI: [owl:intersectionOf](http://www.w3.org/2002/07/owl#intersectionOf) @@ -14,13 +18,15 @@ URI: [owl:intersectionOf](http://www.w3.org/2002/07/owl#intersectionOf) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ClassExpression](ClassExpression.md) | -[Class](Class.md) | -[Restriction](Restriction.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Restriction](Restriction.md) | | no | +| [ClassExpression](ClassExpression.md) | | no | +| [Class](Class.md) | | no | + @@ -35,8 +41,6 @@ URI: [owl:intersectionOf](http://www.w3.org/2002/07/owl#intersectionOf) - - ## TODOs * restrict range @@ -52,7 +56,17 @@ URI: [owl:intersectionOf](http://www.w3.org/2002/07/owl#intersectionOf) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:intersectionOf | +| native | omoschema:intersectionOf | @@ -64,7 +78,7 @@ URI: [owl:intersectionOf](http://www.w3.org/2002/07/owl#intersectionOf) name: intersectionOf todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:intersectionOf diff --git a/docs/datamodels/ontology-metadata/inverseOf.md b/docs/datamodels/ontology-metadata/inverseOf.md index 419f39630..5532df491 100644 --- a/docs/datamodels/ontology-metadata/inverseOf.md +++ b/docs/datamodels/ontology-metadata/inverseOf.md @@ -1,5 +1,9 @@ + + # Slot: inverseOf + + URI: [owl:inverseOf](http://www.w3.org/2002/07/owl#inverseOf) @@ -14,12 +18,14 @@ URI: [owl:inverseOf](http://www.w3.org/2002/07/owl#inverseOf) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -34,8 +40,6 @@ URI: [owl:inverseOf](http://www.w3.org/2002/07/owl#inverseOf) - - ## TODOs * restrict range @@ -51,7 +55,17 @@ URI: [owl:inverseOf](http://www.w3.org/2002/07/owl#inverseOf) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:inverseOf | +| native | omoschema:inverseOf | @@ -63,7 +77,7 @@ URI: [owl:inverseOf](http://www.w3.org/2002/07/owl#inverseOf) name: inverseOf todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:inverseOf diff --git a/docs/datamodels/ontology-metadata/isDefinedBy.md b/docs/datamodels/ontology-metadata/isDefinedBy.md index 44cab5ef2..77acc0a9d 100644 --- a/docs/datamodels/ontology-metadata/isDefinedBy.md +++ b/docs/datamodels/ontology-metadata/isDefinedBy.md @@ -1,5 +1,9 @@ + + # Slot: isDefinedBy + + URI: [rdfs:isDefinedBy](http://www.w3.org/2000/01/rdf-schema#isDefinedBy) @@ -9,22 +13,24 @@ URI: [rdfs:isDefinedBy](http://www.w3.org/2000/01/rdf-schema#isDefinedBy) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasProvenance](HasProvenance.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [HasProvenance](HasProvenance.md) | | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | + @@ -39,8 +45,6 @@ URI: [rdfs:isDefinedBy](http://www.w3.org/2000/01/rdf-schema#isDefinedBy) - - ## Identifier and Mapping Information @@ -52,7 +56,18 @@ URI: [rdfs:isDefinedBy](http://www.w3.org/2000/01/rdf-schema#isDefinedBy) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | rdfs:isDefinedBy | +| native | omoschema:isDefinedBy | +| close | pav:importedFrom, dcterms:publisher | @@ -62,7 +77,7 @@ URI: [rdfs:isDefinedBy](http://www.w3.org/2000/01/rdf-schema#isDefinedBy)
```yaml name: isDefinedBy -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:importedFrom - dcterms:publisher diff --git a/docs/datamodels/ontology-metadata/is_a_defining_property_chain_axiom.md b/docs/datamodels/ontology-metadata/is_a_defining_property_chain_axiom.md index e1d1264f4..bd9764262 100644 --- a/docs/datamodels/ontology-metadata/is_a_defining_property_chain_axiom.md +++ b/docs/datamodels/ontology-metadata/is_a_defining_property_chain_axiom.md @@ -1,5 +1,9 @@ + + # Slot: is_a_defining_property_chain_axiom + + URI: [RO:0002581](http://purl.obolibrary.org/obo/RO_0002581) @@ -9,11 +13,13 @@ URI: [RO:0002581](http://purl.obolibrary.org/obo/RO_0002581) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Axiom](Axiom.md) | A logical or non-logical statement +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | + @@ -28,8 +34,6 @@ URI: [RO:0002581](http://purl.obolibrary.org/obo/RO_0002581) - - ## Identifier and Mapping Information @@ -41,7 +45,17 @@ URI: [RO:0002581](http://purl.obolibrary.org/obo/RO_0002581) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | RO:0002581 | +| native | omoschema:is_a_defining_property_chain_axiom | @@ -51,7 +65,7 @@ URI: [RO:0002581](http://purl.obolibrary.org/obo/RO_0002581)
```yaml name: is_a_defining_property_chain_axiom -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: RO:0002581 alias: is_a_defining_property_chain_axiom diff --git a/docs/datamodels/ontology-metadata/is_a_defining_property_chain_axiom_where_second_argument_is_reflexive.md b/docs/datamodels/ontology-metadata/is_a_defining_property_chain_axiom_where_second_argument_is_reflexive.md index f9ee0ec41..e5b0542bf 100644 --- a/docs/datamodels/ontology-metadata/is_a_defining_property_chain_axiom_where_second_argument_is_reflexive.md +++ b/docs/datamodels/ontology-metadata/is_a_defining_property_chain_axiom_where_second_argument_is_reflexive.md @@ -1,5 +1,9 @@ + + # Slot: is_a_defining_property_chain_axiom_where_second_argument_is_reflexive + + URI: [RO:0002582](http://purl.obolibrary.org/obo/RO_0002582) @@ -9,11 +13,13 @@ URI: [RO:0002582](http://purl.obolibrary.org/obo/RO_0002582) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Axiom](Axiom.md) | A logical or non-logical statement +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | + @@ -28,8 +34,6 @@ URI: [RO:0002582](http://purl.obolibrary.org/obo/RO_0002582) - - ## Identifier and Mapping Information @@ -41,7 +45,17 @@ URI: [RO:0002582](http://purl.obolibrary.org/obo/RO_0002582) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | RO:0002582 | +| native | omoschema:is_a_defining_property_chain_axiom_where_second_argument_is_reflexive | @@ -51,7 +65,7 @@ URI: [RO:0002582](http://purl.obolibrary.org/obo/RO_0002582)
```yaml name: is_a_defining_property_chain_axiom_where_second_argument_is_reflexive -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: RO:0002582 alias: is_a_defining_property_chain_axiom_where_second_argument_is_reflexive diff --git a/docs/datamodels/ontology-metadata/is_class_level.md b/docs/datamodels/ontology-metadata/is_class_level.md index e8f882b87..fc7b66c3d 100644 --- a/docs/datamodels/ontology-metadata/is_class_level.md +++ b/docs/datamodels/ontology-metadata/is_class_level.md @@ -1,5 +1,9 @@ + + # Slot: is_class_level + + URI: [oio:is_class_level](http://www.geneontology.org/formats/oboInOwl#is_class_level) @@ -9,15 +13,17 @@ URI: [oio:is_class_level](http://www.geneontology.org/formats/oboInOwl#is_class_ + ## Applicable Classes -| Name | Description | -| --- | --- | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -32,8 +38,6 @@ URI: [oio:is_class_level](http://www.geneontology.org/formats/oboInOwl#is_class_ - - ## Identifier and Mapping Information @@ -45,7 +49,17 @@ URI: [oio:is_class_level](http://www.geneontology.org/formats/oboInOwl#is_class_ ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:is_class_level | +| native | omoschema:is_class_level | @@ -56,7 +70,7 @@ URI: [oio:is_class_level](http://www.geneontology.org/formats/oboInOwl#is_class_ ```yaml name: is_class_level deprecated: deprecated oboInOwl property -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_class_level alias: is_class_level diff --git a/docs/datamodels/ontology-metadata/is_cyclic.md b/docs/datamodels/ontology-metadata/is_cyclic.md index 5e53d245d..a8bf64694 100644 --- a/docs/datamodels/ontology-metadata/is_cyclic.md +++ b/docs/datamodels/ontology-metadata/is_cyclic.md @@ -1,5 +1,9 @@ + + # Slot: is_cyclic + + URI: [oio:is_cyclic](http://www.geneontology.org/formats/oboInOwl#is_cyclic) @@ -9,12 +13,14 @@ URI: [oio:is_cyclic](http://www.geneontology.org/formats/oboInOwl#is_cyclic) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -29,8 +35,6 @@ URI: [oio:is_cyclic](http://www.geneontology.org/formats/oboInOwl#is_cyclic) - - ## Identifier and Mapping Information @@ -42,7 +46,17 @@ URI: [oio:is_cyclic](http://www.geneontology.org/formats/oboInOwl#is_cyclic) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:is_cyclic | +| native | omoschema:is_cyclic | @@ -53,7 +67,7 @@ URI: [oio:is_cyclic](http://www.geneontology.org/formats/oboInOwl#is_cyclic) ```yaml name: is_cyclic deprecated: deprecated oboInOwl property -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_cyclic alias: is_cyclic diff --git a/docs/datamodels/ontology-metadata/is_inferred.md b/docs/datamodels/ontology-metadata/is_inferred.md index 2ef04284c..761437b73 100644 --- a/docs/datamodels/ontology-metadata/is_inferred.md +++ b/docs/datamodels/ontology-metadata/is_inferred.md @@ -1,5 +1,9 @@ + + # Slot: is_inferred + + URI: [oio:is_inferred](http://www.geneontology.org/formats/oboInOwl#is_inferred) @@ -9,11 +13,13 @@ URI: [oio:is_inferred](http://www.geneontology.org/formats/oboInOwl#is_inferred) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Axiom](Axiom.md) | A logical or non-logical statement +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | + @@ -28,8 +34,6 @@ URI: [oio:is_inferred](http://www.geneontology.org/formats/oboInOwl#is_inferred) - - ## Identifier and Mapping Information @@ -41,7 +45,17 @@ URI: [oio:is_inferred](http://www.geneontology.org/formats/oboInOwl#is_inferred) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:is_inferred | +| native | omoschema:is_inferred | @@ -52,7 +66,7 @@ URI: [oio:is_inferred](http://www.geneontology.org/formats/oboInOwl#is_inferred) ```yaml name: is_inferred deprecated: deprecated oboInOwl property -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_inferred alias: is_inferred diff --git a/docs/datamodels/ontology-metadata/is_metadata_tag.md b/docs/datamodels/ontology-metadata/is_metadata_tag.md index a2a1955ce..211400e8c 100644 --- a/docs/datamodels/ontology-metadata/is_metadata_tag.md +++ b/docs/datamodels/ontology-metadata/is_metadata_tag.md @@ -1,5 +1,9 @@ + + # Slot: is_metadata_tag + + URI: [oio:is_metadata_tag](http://www.geneontology.org/formats/oboInOwl#is_metadata_tag) @@ -9,15 +13,17 @@ URI: [oio:is_metadata_tag](http://www.geneontology.org/formats/oboInOwl#is_metad + ## Applicable Classes -| Name | Description | -| --- | --- | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -32,8 +38,6 @@ URI: [oio:is_metadata_tag](http://www.geneontology.org/formats/oboInOwl#is_metad - - ## Identifier and Mapping Information @@ -45,7 +49,17 @@ URI: [oio:is_metadata_tag](http://www.geneontology.org/formats/oboInOwl#is_metad ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:is_metadata_tag | +| native | omoschema:is_metadata_tag | @@ -56,7 +70,7 @@ URI: [oio:is_metadata_tag](http://www.geneontology.org/formats/oboInOwl#is_metad ```yaml name: is_metadata_tag deprecated: deprecated oboInOwl property -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:is_metadata_tag alias: is_metadata_tag diff --git a/docs/datamodels/ontology-metadata/is_transitive.md b/docs/datamodels/ontology-metadata/is_transitive.md index ae932e86a..7a3763a45 100644 --- a/docs/datamodels/ontology-metadata/is_transitive.md +++ b/docs/datamodels/ontology-metadata/is_transitive.md @@ -1,5 +1,9 @@ + + # Slot: is_transitive + + URI: [oio:is_transitive](http://www.geneontology.org/formats/oboInOwl#is_transitive) @@ -9,12 +13,14 @@ URI: [oio:is_transitive](http://www.geneontology.org/formats/oboInOwl#is_transit + ## Applicable Classes -| Name | Description | -| --- | --- | -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -29,8 +35,6 @@ URI: [oio:is_transitive](http://www.geneontology.org/formats/oboInOwl#is_transit - - ## Identifier and Mapping Information @@ -42,7 +46,17 @@ URI: [oio:is_transitive](http://www.geneontology.org/formats/oboInOwl#is_transit ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:is_transitive | +| native | omoschema:is_transitive | @@ -53,7 +67,7 @@ URI: [oio:is_transitive](http://www.geneontology.org/formats/oboInOwl#is_transit ```yaml name: is_transitive deprecated: deprecated oboInOwl property -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: TransitiveProperty rank: 1000 slot_uri: oio:is_transitive diff --git a/docs/datamodels/ontology-metadata/label.md b/docs/datamodels/ontology-metadata/label.md index 24066d9e7..3569e840a 100644 --- a/docs/datamodels/ontology-metadata/label.md +++ b/docs/datamodels/ontology-metadata/label.md @@ -1,5 +1,9 @@ + + # Slot: label + + URI: [rdfs:label](http://www.w3.org/2000/01/rdf-schema#label) @@ -14,23 +18,25 @@ URI: [rdfs:label](http://www.w3.org/2000/01/rdf-schema#label) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasMinimalMetadata](HasMinimalMetadata.md) | Absolute minimum metadata model -[Axiom](Axiom.md) | A logical or non-logical statement -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | +| [Class](Class.md) | | yes | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | yes | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [HasMinimalMetadata](HasMinimalMetadata.md) | Absolute minimum metadata model | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [Image](Image.md) | | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -45,8 +51,6 @@ URI: [rdfs:label](http://www.w3.org/2000/01/rdf-schema#label) - - ## Comments * SHOULD follow OBO label guidelines @@ -64,7 +68,18 @@ URI: [rdfs:label](http://www.w3.org/2000/01/rdf-schema#label) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | rdfs:label | +| native | omoschema:label | +| exact | skos:prefLabel | @@ -82,18 +97,18 @@ in_subset: - allotrope required profile - go required profile - obi required profile -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - skos:prefLabel rank: 1000 is_a: core_property slot_uri: rdfs:label -multivalued: false alias: label domain_of: - HasMinimalMetadata - Axiom range: label type +multivalued: false ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/license.md b/docs/datamodels/ontology-metadata/license.md index 0ebabbc93..b2846bbbf 100644 --- a/docs/datamodels/ontology-metadata/license.md +++ b/docs/datamodels/ontology-metadata/license.md @@ -1,5 +1,9 @@ + + # Slot: license + + URI: [dcterms:license](http://purl.org/dc/terms/license) @@ -14,11 +18,13 @@ URI: [dcterms:license](http://purl.org/dc/terms/license) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Ontology](Ontology.md) | An OWL ontology +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Ontology](Ontology.md) | An OWL ontology | yes | + @@ -33,8 +39,6 @@ URI: [dcterms:license](http://purl.org/dc/terms/license) - - ## Identifier and Mapping Information @@ -46,7 +50,17 @@ URI: [dcterms:license](http://purl.org/dc/terms/license) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | dcterms:license | +| native | omoschema:license | @@ -56,7 +70,7 @@ URI: [dcterms:license](http://purl.org/dc/terms/license)
```yaml name: license -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: dcterms:license diff --git a/docs/datamodels/ontology-metadata/logical_predicate.md b/docs/datamodels/ontology-metadata/logical_predicate.md index 920c0f3d1..deb266bef 100644 --- a/docs/datamodels/ontology-metadata/logical_predicate.md +++ b/docs/datamodels/ontology-metadata/logical_predicate.md @@ -1,6 +1,12 @@ + + # Slot: logical_predicate -URI: [omoschema:logical_predicate](http://purl.obolibrary.org/obo/omo/schema/logical_predicate) + +* __NOTE__: this is an abstract slot and should not be populated directly + + +URI: [omoschema:logical_predicate](https://w3id.org/oak/ontology-metadata/logical_predicate) @@ -41,11 +47,11 @@ URI: [omoschema:logical_predicate](http://purl.obolibrary.org/obo/omo/schema/log -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -62,7 +68,17 @@ URI: [omoschema:logical_predicate](http://purl.obolibrary.org/obo/omo/schema/log ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:logical_predicate | +| native | omoschema:logical_predicate | @@ -72,7 +88,7 @@ URI: [omoschema:logical_predicate](http://purl.obolibrary.org/obo/omo/schema/log
```yaml name: logical_predicate -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 abstract: true alias: logical_predicate diff --git a/docs/datamodels/ontology-metadata/match.md b/docs/datamodels/ontology-metadata/match.md index b9a7dc472..4428adb2f 100644 --- a/docs/datamodels/ontology-metadata/match.md +++ b/docs/datamodels/ontology-metadata/match.md @@ -1,6 +1,12 @@ + + # Slot: match -URI: [omoschema:match](http://purl.obolibrary.org/obo/omo/schema/match) + +* __NOTE__: this is an abstract slot and should not be populated directly + + +URI: [omoschema:match](https://w3id.org/oak/ontology-metadata/match) @@ -20,11 +26,11 @@ URI: [omoschema:match](http://purl.obolibrary.org/obo/omo/schema/match) -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -41,7 +47,17 @@ URI: [omoschema:match](http://purl.obolibrary.org/obo/omo/schema/match) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:match | +| native | omoschema:match | @@ -51,7 +67,7 @@ URI: [omoschema:match](http://purl.obolibrary.org/obo/omo/schema/match)
```yaml name: match -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 abstract: true mixins: diff --git a/docs/datamodels/ontology-metadata/match_aspect.md b/docs/datamodels/ontology-metadata/match_aspect.md index c0b0446ba..ed51a245d 100644 --- a/docs/datamodels/ontology-metadata/match_aspect.md +++ b/docs/datamodels/ontology-metadata/match_aspect.md @@ -1,6 +1,10 @@ + + # Slot: match_aspect -URI: [omoschema:match_aspect](http://purl.obolibrary.org/obo/omo/schema/match_aspect) + + +URI: [omoschema:match_aspect](https://w3id.org/oak/ontology-metadata/match_aspect) @@ -10,6 +14,8 @@ URI: [omoschema:match_aspect](http://purl.obolibrary.org/obo/omo/schema/match_as + + ## Mixin Usage | mixed into | description | range | domain | @@ -24,27 +30,35 @@ URI: [omoschema:match_aspect](http://purl.obolibrary.org/obo/omo/schema/match_as ## Properties * Range: [String](String.md) + * Mixin: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata + -### Schema Source +## Mappings -* from schema: http://purl.obolibrary.org/obo/omo/schema +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:match_aspect | +| native | omoschema:match_aspect | @@ -54,7 +68,7 @@ URI: [omoschema:match_aspect](http://purl.obolibrary.org/obo/omo/schema/match_as
```yaml name: match_aspect -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 mixin: true alias: match_aspect diff --git a/docs/datamodels/ontology-metadata/maxQualifiedCardinality.md b/docs/datamodels/ontology-metadata/maxQualifiedCardinality.md index 252a53d78..158f820b0 100644 --- a/docs/datamodels/ontology-metadata/maxQualifiedCardinality.md +++ b/docs/datamodels/ontology-metadata/maxQualifiedCardinality.md @@ -1,5 +1,9 @@ + + # Slot: maxQualifiedCardinality + + URI: [owl:maxQualifiedCardinality](http://www.w3.org/2002/07/owl#maxQualifiedCardinality) @@ -16,11 +20,11 @@ URI: [owl:maxQualifiedCardinality](http://www.w3.org/2002/07/owl#maxQualifiedCar -## Properties -* Range: [Integer](Integer.md) +## Properties +* Range: [Integer](Integer.md) @@ -37,7 +41,17 @@ URI: [owl:maxQualifiedCardinality](http://www.w3.org/2002/07/owl#maxQualifiedCar ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:maxQualifiedCardinality | +| native | omoschema:maxQualifiedCardinality | @@ -47,7 +61,7 @@ URI: [owl:maxQualifiedCardinality](http://www.w3.org/2002/07/owl#maxQualifiedCar
```yaml name: maxQualifiedCardinality -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:maxQualifiedCardinality diff --git a/docs/datamodels/ontology-metadata/members.md b/docs/datamodels/ontology-metadata/members.md index 54c8d44a2..496e6b034 100644 --- a/docs/datamodels/ontology-metadata/members.md +++ b/docs/datamodels/ontology-metadata/members.md @@ -1,5 +1,9 @@ + + # Slot: members + + URI: [owl:members](http://www.w3.org/2002/07/owl#members) @@ -16,11 +20,11 @@ URI: [owl:members](http://www.w3.org/2002/07/owl#members) -## Properties -* Range: [Thing](Thing.md) +## Properties +* Range: [Thing](Thing.md) @@ -37,7 +41,17 @@ URI: [owl:members](http://www.w3.org/2002/07/owl#members) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:members | +| native | omoschema:members | @@ -47,7 +61,7 @@ URI: [owl:members](http://www.w3.org/2002/07/owl#members)
```yaml name: members -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:members diff --git a/docs/datamodels/ontology-metadata/minCardinality.md b/docs/datamodels/ontology-metadata/minCardinality.md index 81bff7b69..a01aaf9a9 100644 --- a/docs/datamodels/ontology-metadata/minCardinality.md +++ b/docs/datamodels/ontology-metadata/minCardinality.md @@ -1,5 +1,9 @@ + + # Slot: minCardinality + + URI: [owl:minCardinality](http://www.w3.org/2002/07/owl#minCardinality) @@ -16,11 +20,11 @@ URI: [owl:minCardinality](http://www.w3.org/2002/07/owl#minCardinality) -## Properties -* Range: [Integer](Integer.md) +## Properties +* Range: [Integer](Integer.md) @@ -37,7 +41,17 @@ URI: [owl:minCardinality](http://www.w3.org/2002/07/owl#minCardinality) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:minCardinality | +| native | omoschema:minCardinality | @@ -47,7 +61,7 @@ URI: [owl:minCardinality](http://www.w3.org/2002/07/owl#minCardinality)
```yaml name: minCardinality -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:minCardinality diff --git a/docs/datamodels/ontology-metadata/minQualifiedCardinality.md b/docs/datamodels/ontology-metadata/minQualifiedCardinality.md index 63532171e..50a7984f3 100644 --- a/docs/datamodels/ontology-metadata/minQualifiedCardinality.md +++ b/docs/datamodels/ontology-metadata/minQualifiedCardinality.md @@ -1,5 +1,9 @@ + + # Slot: minQualifiedCardinality + + URI: [owl:minQualifiedCardinality](http://www.w3.org/2002/07/owl#minQualifiedCardinality) @@ -16,11 +20,11 @@ URI: [owl:minQualifiedCardinality](http://www.w3.org/2002/07/owl#minQualifiedCar -## Properties -* Range: [Integer](Integer.md) +## Properties +* Range: [Integer](Integer.md) @@ -37,7 +41,17 @@ URI: [owl:minQualifiedCardinality](http://www.w3.org/2002/07/owl#minQualifiedCar ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:minQualifiedCardinality | +| native | omoschema:minQualifiedCardinality | @@ -47,7 +61,7 @@ URI: [owl:minQualifiedCardinality](http://www.w3.org/2002/07/owl#minQualifiedCar
```yaml name: minQualifiedCardinality -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:minQualifiedCardinality diff --git a/docs/datamodels/ontology-metadata/narrowMatch.md b/docs/datamodels/ontology-metadata/narrowMatch.md index 43959cf8a..863a42a41 100644 --- a/docs/datamodels/ontology-metadata/narrowMatch.md +++ b/docs/datamodels/ontology-metadata/narrowMatch.md @@ -1,5 +1,9 @@ + + # Slot: narrowMatch + + URI: [skos:narrowMatch](http://www.w3.org/2004/02/skos/core#narrowMatch) @@ -14,22 +18,24 @@ URI: [skos:narrowMatch](http://www.w3.org/2004/02/skos/core#narrowMatch) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasMappings](HasMappings.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [HasMappings](HasMappings.md) | | no | +| [Class](Class.md) | | yes | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | yes | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,27 +45,35 @@ URI: [skos:narrowMatch](http://www.w3.org/2004/02/skos/core#narrowMatch) ## Properties * Range: [Thing](Thing.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | skos:narrowMatch | +| native | omoschema:narrowMatch | @@ -69,15 +83,15 @@ URI: [skos:narrowMatch](http://www.w3.org/2004/02/skos/core#narrowMatch)
```yaml name: narrowMatch -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:narrowMatch -multivalued: true alias: narrowMatch domain_of: - HasMappings range: Thing +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/never_in_taxon.md b/docs/datamodels/ontology-metadata/never_in_taxon.md index 78dd3e089..dff0db149 100644 --- a/docs/datamodels/ontology-metadata/never_in_taxon.md +++ b/docs/datamodels/ontology-metadata/never_in_taxon.md @@ -1,5 +1,9 @@ + + # Slot: never_in_taxon + + URI: [RO:0002161](http://purl.obolibrary.org/obo/RO_0002161) @@ -9,11 +13,13 @@ URI: [RO:0002161](http://purl.obolibrary.org/obo/RO_0002161) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Class](Class.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | + @@ -23,27 +29,35 @@ URI: [RO:0002161](http://purl.obolibrary.org/obo/RO_0002161) ## Properties * Range: [Class](Class.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | RO:0002161 | +| native | omoschema:never_in_taxon | @@ -53,14 +67,14 @@ URI: [RO:0002161](http://purl.obolibrary.org/obo/RO_0002161)
```yaml name: never_in_taxon -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: RO:0002161 -multivalued: true alias: never_in_taxon domain_of: - Class range: Class +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/notes.md b/docs/datamodels/ontology-metadata/notes.md index 4b833a2fe..d07b3f3de 100644 --- a/docs/datamodels/ontology-metadata/notes.md +++ b/docs/datamodels/ontology-metadata/notes.md @@ -1,5 +1,9 @@ + + # Slot: notes + + URI: [oio:notes](http://www.geneontology.org/formats/oboInOwl#notes) @@ -9,11 +13,13 @@ URI: [oio:notes](http://www.geneontology.org/formats/oboInOwl#notes) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Axiom](Axiom.md) | A logical or non-logical statement +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | + @@ -23,27 +29,35 @@ URI: [oio:notes](http://www.geneontology.org/formats/oboInOwl#notes) ## Properties * Range: [String](String.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:notes | +| native | omoschema:notes | @@ -54,14 +68,14 @@ URI: [oio:notes](http://www.geneontology.org/formats/oboInOwl#notes) ```yaml name: notes deprecated: deprecated oboInOwl property -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:notes -multivalued: true alias: notes domain_of: - Axiom range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/oboInOwl_id.md b/docs/datamodels/ontology-metadata/oboInOwl_id.md index 06680c1eb..bba2f3fad 100644 --- a/docs/datamodels/ontology-metadata/oboInOwl_id.md +++ b/docs/datamodels/ontology-metadata/oboInOwl_id.md @@ -1,5 +1,9 @@ + + # Slot: oboInOwl_id + + URI: [oio:id](http://www.geneontology.org/formats/oboInOwl#id) @@ -11,11 +15,11 @@ URI: [oio:id](http://www.geneontology.org/formats/oboInOwl#id) -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -32,7 +36,17 @@ URI: [oio:id](http://www.geneontology.org/formats/oboInOwl#id) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:id | +| native | omoschema:oboInOwl_id | @@ -42,7 +56,7 @@ URI: [oio:id](http://www.geneontology.org/formats/oboInOwl#id)
```yaml name: oboInOwl_id -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:id alias: oboInOwl_id diff --git a/docs/datamodels/ontology-metadata/oboInOwl_ontology.md b/docs/datamodels/ontology-metadata/oboInOwl_ontology.md index e41c7ef61..4bfdf5b07 100644 --- a/docs/datamodels/ontology-metadata/oboInOwl_ontology.md +++ b/docs/datamodels/ontology-metadata/oboInOwl_ontology.md @@ -1,5 +1,9 @@ + + # Slot: oboInOwl_ontology + + URI: [oio:ontology](http://www.geneontology.org/formats/oboInOwl#ontology) @@ -11,11 +15,11 @@ URI: [oio:ontology](http://www.geneontology.org/formats/oboInOwl#ontology) -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -32,7 +36,17 @@ URI: [oio:ontology](http://www.geneontology.org/formats/oboInOwl#ontology) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:ontology | +| native | omoschema:oboInOwl_ontology | @@ -43,7 +57,7 @@ URI: [oio:ontology](http://www.geneontology.org/formats/oboInOwl#ontology) ```yaml name: oboInOwl_ontology deprecated: todo -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata deprecated_element_has_exact_replacement: ontology rank: 1000 slot_uri: oio:ontology diff --git a/docs/datamodels/ontology-metadata/obsoletion_related_property.md b/docs/datamodels/ontology-metadata/obsoletion_related_property.md index 1653fecc1..4c4c59784 100644 --- a/docs/datamodels/ontology-metadata/obsoletion_related_property.md +++ b/docs/datamodels/ontology-metadata/obsoletion_related_property.md @@ -1,8 +1,17 @@ + + # Slot: obsoletion_related_property + + _Grouping class for all properties related to lifecycle_ -URI: [omoschema:obsoletion_related_property](http://purl.obolibrary.org/obo/omo/schema/obsoletion_related_property) + + +* __NOTE__: this is an abstract slot and should not be populated directly + + +URI: [omoschema:obsoletion_related_property](https://w3id.org/oak/ontology-metadata/obsoletion_related_property) @@ -22,11 +31,11 @@ URI: [omoschema:obsoletion_related_property](http://purl.obolibrary.org/obo/omo/ -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -43,7 +52,17 @@ URI: [omoschema:obsoletion_related_property](http://purl.obolibrary.org/obo/omo/ ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:obsoletion_related_property | +| native | omoschema:obsoletion_related_property | @@ -54,7 +73,7 @@ URI: [omoschema:obsoletion_related_property](http://purl.obolibrary.org/obo/omo/ ```yaml name: obsoletion_related_property description: Grouping class for all properties related to lifecycle -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 abstract: true alias: obsoletion_related_property diff --git a/docs/datamodels/ontology-metadata/onClass.md b/docs/datamodels/ontology-metadata/onClass.md index eace4a81f..3fc78198f 100644 --- a/docs/datamodels/ontology-metadata/onClass.md +++ b/docs/datamodels/ontology-metadata/onClass.md @@ -1,5 +1,9 @@ + + # Slot: onClass + + URI: [owl:onClass](http://www.w3.org/2002/07/owl#onClass) @@ -16,11 +20,11 @@ URI: [owl:onClass](http://www.w3.org/2002/07/owl#onClass) -## Properties -* Range: [ClassExpression](ClassExpression.md) +## Properties +* Range: [ClassExpression](ClassExpression.md) @@ -37,7 +41,17 @@ URI: [owl:onClass](http://www.w3.org/2002/07/owl#onClass) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:onClass | +| native | omoschema:onClass | @@ -47,7 +61,7 @@ URI: [owl:onClass](http://www.w3.org/2002/07/owl#onClass)
```yaml name: onClass -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:onClass diff --git a/docs/datamodels/ontology-metadata/onProperty.md b/docs/datamodels/ontology-metadata/onProperty.md index b0a3d67b2..d9ecb17b1 100644 --- a/docs/datamodels/ontology-metadata/onProperty.md +++ b/docs/datamodels/ontology-metadata/onProperty.md @@ -1,5 +1,9 @@ + + # Slot: onProperty + + URI: [owl:onProperty](http://www.w3.org/2002/07/owl#onProperty) @@ -14,11 +18,13 @@ URI: [owl:onProperty](http://www.w3.org/2002/07/owl#onProperty) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Restriction](Restriction.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Restriction](Restriction.md) | | no | + @@ -28,27 +34,35 @@ URI: [owl:onProperty](http://www.w3.org/2002/07/owl#onProperty) ## Properties * Range: [PropertyExpression](PropertyExpression.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:onProperty | +| native | omoschema:onProperty | @@ -58,15 +72,15 @@ URI: [owl:onProperty](http://www.w3.org/2002/07/owl#onProperty)
```yaml name: onProperty -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:onProperty -multivalued: true alias: onProperty domain_of: - Restriction range: PropertyExpression +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/oneOf.md b/docs/datamodels/ontology-metadata/oneOf.md index 43864b421..fb32ee355 100644 --- a/docs/datamodels/ontology-metadata/oneOf.md +++ b/docs/datamodels/ontology-metadata/oneOf.md @@ -1,5 +1,9 @@ + + # Slot: oneOf + + URI: [owl:oneOf](http://www.w3.org/2002/07/owl#oneOf) @@ -14,13 +18,15 @@ URI: [owl:oneOf](http://www.w3.org/2002/07/owl#oneOf) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ClassExpression](ClassExpression.md) | -[Class](Class.md) | -[Restriction](Restriction.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Restriction](Restriction.md) | | no | +| [ClassExpression](ClassExpression.md) | | no | +| [Class](Class.md) | | no | + @@ -35,8 +41,6 @@ URI: [owl:oneOf](http://www.w3.org/2002/07/owl#oneOf) - - ## Identifier and Mapping Information @@ -48,7 +52,17 @@ URI: [owl:oneOf](http://www.w3.org/2002/07/owl#oneOf) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:oneOf | +| native | omoschema:oneOf | @@ -58,7 +72,7 @@ URI: [owl:oneOf](http://www.w3.org/2002/07/owl#oneOf)
```yaml name: oneOf -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:oneOf diff --git a/docs/datamodels/ontology-metadata/ontology_term_requester.md b/docs/datamodels/ontology-metadata/ontology_term_requester.md index fb82ae6ba..d599a282d 100644 --- a/docs/datamodels/ontology-metadata/ontology_term_requester.md +++ b/docs/datamodels/ontology-metadata/ontology_term_requester.md @@ -1,5 +1,9 @@ + + # Slot: ontology_term_requester + + URI: [IAO:0000234](http://purl.obolibrary.org/obo/IAO_0000234) @@ -14,22 +18,24 @@ URI: [IAO:0000234](http://purl.obolibrary.org/obo/IAO_0000234) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasProvenance](HasProvenance.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [HasProvenance](HasProvenance.md) | | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | + @@ -44,8 +50,6 @@ URI: [IAO:0000234](http://purl.obolibrary.org/obo/IAO_0000234) - - ## Identifier and Mapping Information @@ -57,7 +61,17 @@ URI: [IAO:0000234](http://purl.obolibrary.org/obo/IAO_0000234) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000234 | +| native | omoschema:ontology_term_requester | @@ -67,7 +81,7 @@ URI: [IAO:0000234](http://purl.obolibrary.org/obo/IAO_0000234)
```yaml name: ontology_term_requester -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000234 diff --git a/docs/datamodels/ontology-metadata/page.md b/docs/datamodels/ontology-metadata/page.md index 4737b3abd..23b8480aa 100644 --- a/docs/datamodels/ontology-metadata/page.md +++ b/docs/datamodels/ontology-metadata/page.md @@ -1,5 +1,9 @@ + + # Slot: page + + URI: [foaf:page](http://xmlns.com/foaf/0.1/page) @@ -14,22 +18,24 @@ URI: [foaf:page](http://xmlns.com/foaf/0.1/page) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasUserInformation](HasUserInformation.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [HasUserInformation](HasUserInformation.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -39,27 +45,35 @@ URI: [foaf:page](http://xmlns.com/foaf/0.1/page) ## Properties * Range: [String](String.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | foaf:page | +| native | omoschema:page | @@ -69,15 +83,15 @@ URI: [foaf:page](http://xmlns.com/foaf/0.1/page)
```yaml name: page -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: informative_property slot_uri: foaf:page -multivalued: true alias: page domain_of: - HasUserInformation range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/propertyChainAxiom.md b/docs/datamodels/ontology-metadata/propertyChainAxiom.md index 0cf864b6e..0060216a0 100644 --- a/docs/datamodels/ontology-metadata/propertyChainAxiom.md +++ b/docs/datamodels/ontology-metadata/propertyChainAxiom.md @@ -1,5 +1,9 @@ + + # Slot: propertyChainAxiom + + URI: [owl:propertyChainAxiom](http://www.w3.org/2002/07/owl#propertyChainAxiom) @@ -14,12 +18,14 @@ URI: [owl:propertyChainAxiom](http://www.w3.org/2002/07/owl#propertyChainAxiom) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -29,10 +35,8 @@ URI: [owl:propertyChainAxiom](http://www.w3.org/2002/07/owl#propertyChainAxiom) ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -53,7 +57,17 @@ URI: [owl:propertyChainAxiom](http://www.w3.org/2002/07/owl#propertyChainAxiom) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:propertyChainAxiom | +| native | omoschema:propertyChainAxiom | @@ -65,15 +79,15 @@ URI: [owl:propertyChainAxiom](http://www.w3.org/2002/07/owl#propertyChainAxiom) name: propertyChainAxiom todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:propertyChainAxiom -multivalued: true alias: propertyChainAxiom domain_of: - ObjectProperty range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/provenance_property.md b/docs/datamodels/ontology-metadata/provenance_property.md index 62231f840..0eeb7a0a0 100644 --- a/docs/datamodels/ontology-metadata/provenance_property.md +++ b/docs/datamodels/ontology-metadata/provenance_property.md @@ -1,6 +1,12 @@ + + # Slot: provenance_property -URI: [omoschema:provenance_property](http://purl.obolibrary.org/obo/omo/schema/provenance_property) + +* __NOTE__: this is an abstract slot and should not be populated directly + + +URI: [omoschema:provenance_property](https://w3id.org/oak/ontology-metadata/provenance_property) @@ -31,11 +37,11 @@ URI: [omoschema:provenance_property](http://purl.obolibrary.org/obo/omo/schema/p -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -52,7 +58,17 @@ URI: [omoschema:provenance_property](http://purl.obolibrary.org/obo/omo/schema/p ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:provenance_property | +| native | omoschema:provenance_property | @@ -62,7 +78,7 @@ URI: [omoschema:provenance_property](http://purl.obolibrary.org/obo/omo/schema/p
```yaml name: provenance_property -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 abstract: true alias: provenance_property diff --git a/docs/datamodels/ontology-metadata/qualifiedCardinality.md b/docs/datamodels/ontology-metadata/qualifiedCardinality.md index cddc8535d..63e40c403 100644 --- a/docs/datamodels/ontology-metadata/qualifiedCardinality.md +++ b/docs/datamodels/ontology-metadata/qualifiedCardinality.md @@ -1,5 +1,9 @@ + + # Slot: qualifiedCardinality + + URI: [owl:qualifiedCardinality](http://www.w3.org/2002/07/owl#qualifiedCardinality) @@ -16,11 +20,11 @@ URI: [owl:qualifiedCardinality](http://www.w3.org/2002/07/owl#qualifiedCardinali -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -37,7 +41,17 @@ URI: [owl:qualifiedCardinality](http://www.w3.org/2002/07/owl#qualifiedCardinali ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:qualifiedCardinality | +| native | omoschema:qualifiedCardinality | @@ -47,7 +61,7 @@ URI: [owl:qualifiedCardinality](http://www.w3.org/2002/07/owl#qualifiedCardinali
```yaml name: qualifiedCardinality -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:qualifiedCardinality diff --git a/docs/datamodels/ontology-metadata/range.md b/docs/datamodels/ontology-metadata/range.md index caf5a7f7e..822971075 100644 --- a/docs/datamodels/ontology-metadata/range.md +++ b/docs/datamodels/ontology-metadata/range.md @@ -1,5 +1,9 @@ + + # Slot: range + + URI: [rdfs:range](http://www.w3.org/2000/01/rdf-schema#range) @@ -14,15 +18,17 @@ URI: [rdfs:range](http://www.w3.org/2000/01/rdf-schema#range) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -32,10 +38,8 @@ URI: [rdfs:range](http://www.w3.org/2000/01/rdf-schema#range) ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -56,7 +60,17 @@ URI: [rdfs:range](http://www.w3.org/2000/01/rdf-schema#range) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | rdfs:range | +| native | omoschema:range | @@ -68,15 +82,15 @@ URI: [rdfs:range](http://www.w3.org/2000/01/rdf-schema#range) name: range todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:range -multivalued: true alias: range domain_of: - Property range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/reification_predicate.md b/docs/datamodels/ontology-metadata/reification_predicate.md index d8f9090ad..86904a196 100644 --- a/docs/datamodels/ontology-metadata/reification_predicate.md +++ b/docs/datamodels/ontology-metadata/reification_predicate.md @@ -1,6 +1,12 @@ + + # Slot: reification_predicate -URI: [omoschema:reification_predicate](http://purl.obolibrary.org/obo/omo/schema/reification_predicate) + +* __NOTE__: this is an abstract slot and should not be populated directly + + +URI: [omoschema:reification_predicate](https://w3id.org/oak/ontology-metadata/reification_predicate) @@ -18,11 +24,11 @@ URI: [omoschema:reification_predicate](http://purl.obolibrary.org/obo/omo/schema -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -39,7 +45,17 @@ URI: [omoschema:reification_predicate](http://purl.obolibrary.org/obo/omo/schema ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:reification_predicate | +| native | omoschema:reification_predicate | @@ -49,7 +65,7 @@ URI: [omoschema:reification_predicate](http://purl.obolibrary.org/obo/omo/schema
```yaml name: reification_predicate -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 abstract: true alias: reification_predicate diff --git a/docs/datamodels/ontology-metadata/sameAs.md b/docs/datamodels/ontology-metadata/sameAs.md index 021382a90..3c9b4c4bd 100644 --- a/docs/datamodels/ontology-metadata/sameAs.md +++ b/docs/datamodels/ontology-metadata/sameAs.md @@ -1,5 +1,9 @@ + + # Slot: sameAs + + URI: [owl:sameAs](http://www.w3.org/2002/07/owl#sameAs) @@ -16,13 +20,13 @@ URI: [owl:sameAs](http://www.w3.org/2002/07/owl#sameAs) -## Properties -* Range: [Thing](Thing.md) -* Multivalued: True +## Properties +* Range: [Thing](Thing.md) +* Multivalued: True @@ -43,7 +47,17 @@ URI: [owl:sameAs](http://www.w3.org/2002/07/owl#sameAs) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:sameAs | +| native | omoschema:sameAs | @@ -55,15 +69,15 @@ URI: [owl:sameAs](http://www.w3.org/2002/07/owl#sameAs) name: sameAs todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate mixins: - match_aspect slot_uri: owl:sameAs -multivalued: true alias: sameAs range: Thing +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/seeAlso.md b/docs/datamodels/ontology-metadata/seeAlso.md index 561b13222..f470cf87b 100644 --- a/docs/datamodels/ontology-metadata/seeAlso.md +++ b/docs/datamodels/ontology-metadata/seeAlso.md @@ -1,5 +1,9 @@ + + # Slot: seeAlso + + URI: [rdfs:seeAlso](http://www.w3.org/2000/01/rdf-schema#seeAlso) @@ -9,23 +13,25 @@ URI: [rdfs:seeAlso](http://www.w3.org/2000/01/rdf-schema#seeAlso) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasUserInformation](HasUserInformation.md) | -[Axiom](Axiom.md) | A logical or non-logical statement -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [HasUserInformation](HasUserInformation.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -35,10 +41,8 @@ URI: [rdfs:seeAlso](http://www.w3.org/2000/01/rdf-schema#seeAlso) ## Properties * Range: [Thing](Thing.md) -* Multivalued: True - - +* Multivalued: True @@ -59,7 +63,17 @@ URI: [rdfs:seeAlso](http://www.w3.org/2000/01/rdf-schema#seeAlso) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | rdfs:seeAlso | +| native | omoschema:seeAlso | @@ -71,15 +85,15 @@ URI: [rdfs:seeAlso](http://www.w3.org/2000/01/rdf-schema#seeAlso) name: seeAlso todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: rdfs:seeAlso -multivalued: true alias: seeAlso domain_of: - HasUserInformation - Axiom range: Thing +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/shortcut_annotation_property.md b/docs/datamodels/ontology-metadata/shortcut_annotation_property.md index a06ff8844..d6937c068 100644 --- a/docs/datamodels/ontology-metadata/shortcut_annotation_property.md +++ b/docs/datamodels/ontology-metadata/shortcut_annotation_property.md @@ -1,6 +1,12 @@ + + # Slot: shortcut_annotation_property -URI: [omoschema:shortcut_annotation_property](http://purl.obolibrary.org/obo/omo/schema/shortcut_annotation_property) + +* __NOTE__: this is an abstract slot and should not be populated directly + + +URI: [omoschema:shortcut_annotation_property](https://w3id.org/oak/ontology-metadata/shortcut_annotation_property) @@ -16,11 +22,11 @@ URI: [omoschema:shortcut_annotation_property](http://purl.obolibrary.org/obo/omo -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -37,7 +43,17 @@ URI: [omoschema:shortcut_annotation_property](http://purl.obolibrary.org/obo/omo ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:shortcut_annotation_property | +| native | omoschema:shortcut_annotation_property | @@ -47,7 +63,7 @@ URI: [omoschema:shortcut_annotation_property](http://purl.obolibrary.org/obo/omo
```yaml name: shortcut_annotation_property -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 abstract: true alias: shortcut_annotation_property diff --git a/docs/datamodels/ontology-metadata/shorthand.md b/docs/datamodels/ontology-metadata/shorthand.md index d87577478..7db8e3445 100644 --- a/docs/datamodels/ontology-metadata/shorthand.md +++ b/docs/datamodels/ontology-metadata/shorthand.md @@ -1,5 +1,9 @@ + + # Slot: shorthand + + URI: [oio:shorthand](http://www.geneontology.org/formats/oboInOwl#shorthand) @@ -9,14 +13,16 @@ URI: [oio:shorthand](http://www.geneontology.org/formats/oboInOwl#shorthand) + ## Applicable Classes -| Name | Description | -| --- | --- | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -26,27 +32,35 @@ URI: [oio:shorthand](http://www.geneontology.org/formats/oboInOwl#shorthand) ## Properties * Range: [String](String.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:shorthand | +| native | omoschema:shorthand | @@ -57,15 +71,15 @@ URI: [oio:shorthand](http://www.geneontology.org/formats/oboInOwl#shorthand) ```yaml name: shorthand deprecated: deprecated oboInOwl property -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:shorthand -multivalued: true alias: shorthand domain_of: - AnnotationProperty - ObjectProperty range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/should_conform_to.md b/docs/datamodels/ontology-metadata/should_conform_to.md index 2e8745ac4..513a0a83b 100644 --- a/docs/datamodels/ontology-metadata/should_conform_to.md +++ b/docs/datamodels/ontology-metadata/should_conform_to.md @@ -1,6 +1,10 @@ + + # Slot: should_conform_to -URI: [omoschema:should_conform_to](http://purl.obolibrary.org/obo/omo/schema/should_conform_to) + + +URI: [omoschema:should_conform_to](https://w3id.org/oak/ontology-metadata/should_conform_to) @@ -14,22 +18,24 @@ URI: [omoschema:should_conform_to](http://purl.obolibrary.org/obo/omo/schema/sho + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasLifeCycle](HasLifeCycle.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [HasLifeCycle](HasLifeCycle.md) | | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -44,8 +50,6 @@ URI: [omoschema:should_conform_to](http://purl.obolibrary.org/obo/omo/schema/sho - - ## Identifier and Mapping Information @@ -57,7 +61,17 @@ URI: [omoschema:should_conform_to](http://purl.obolibrary.org/obo/omo/schema/sho ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:should_conform_to | +| native | omoschema:should_conform_to | @@ -67,7 +81,7 @@ URI: [omoschema:should_conform_to](http://purl.obolibrary.org/obo/omo/schema/sho
```yaml name: should_conform_to -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: excluded_axiom alias: should_conform_to diff --git a/docs/datamodels/ontology-metadata/someValuesFrom.md b/docs/datamodels/ontology-metadata/someValuesFrom.md index d5f726d58..c27a00569 100644 --- a/docs/datamodels/ontology-metadata/someValuesFrom.md +++ b/docs/datamodels/ontology-metadata/someValuesFrom.md @@ -1,5 +1,9 @@ + + # Slot: someValuesFrom + + URI: [owl:someValuesFrom](http://www.w3.org/2002/07/owl#someValuesFrom) @@ -14,11 +18,13 @@ URI: [owl:someValuesFrom](http://www.w3.org/2002/07/owl#someValuesFrom) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Restriction](Restriction.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Restriction](Restriction.md) | | no | + @@ -28,10 +34,8 @@ URI: [owl:someValuesFrom](http://www.w3.org/2002/07/owl#someValuesFrom) ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -52,7 +56,17 @@ URI: [owl:someValuesFrom](http://www.w3.org/2002/07/owl#someValuesFrom) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:someValuesFrom | +| native | omoschema:someValuesFrom | @@ -64,15 +78,15 @@ URI: [owl:someValuesFrom](http://www.w3.org/2002/07/owl#someValuesFrom) name: someValuesFrom todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:someValuesFrom -multivalued: true alias: someValuesFrom domain_of: - Restriction range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/source.md b/docs/datamodels/ontology-metadata/source.md index 62abd9e8b..bbc8cdaf0 100644 --- a/docs/datamodels/ontology-metadata/source.md +++ b/docs/datamodels/ontology-metadata/source.md @@ -1,5 +1,9 @@ + + # Slot: source + + URI: [dcterms:source](http://purl.org/dc/terms/source) @@ -14,12 +18,14 @@ URI: [dcterms:source](http://purl.org/dc/terms/source) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Ontology](Ontology.md) | An OWL ontology -[Axiom](Axiom.md) | A logical or non-logical statement +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Ontology](Ontology.md) | An OWL ontology | no | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | + @@ -29,27 +35,36 @@ URI: [dcterms:source](http://purl.org/dc/terms/source) ## Properties * Range: [String](String.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | dcterms:source | +| native | omoschema:source | +| exact | http://purl.org/dc/terms/source, oio:source | @@ -59,19 +74,19 @@ URI: [dcterms:source](http://purl.org/dc/terms/source)
```yaml name: source -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - http://purl.org/dc/terms/source - oio:source rank: 1000 is_a: provenance_property slot_uri: dcterms:source -multivalued: true alias: source domain_of: - Ontology - Axiom range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/subClassOf.md b/docs/datamodels/ontology-metadata/subClassOf.md index a746023ac..24fadef57 100644 --- a/docs/datamodels/ontology-metadata/subClassOf.md +++ b/docs/datamodels/ontology-metadata/subClassOf.md @@ -1,5 +1,9 @@ + + # Slot: subClassOf + + URI: [rdfs:subClassOf](http://www.w3.org/2000/01/rdf-schema#subClassOf) @@ -14,13 +18,15 @@ URI: [rdfs:subClassOf](http://www.w3.org/2000/01/rdf-schema#subClassOf) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ClassExpression](ClassExpression.md) | -[Class](Class.md) | -[Restriction](Restriction.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Restriction](Restriction.md) | | no | +| [ClassExpression](ClassExpression.md) | | no | +| [Class](Class.md) | | yes | + @@ -30,27 +36,35 @@ URI: [rdfs:subClassOf](http://www.w3.org/2000/01/rdf-schema#subClassOf) ## Properties * Range: [ClassExpression](ClassExpression.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | rdfs:subClassOf | +| native | omoschema:subClassOf | @@ -60,15 +74,15 @@ URI: [rdfs:subClassOf](http://www.w3.org/2000/01/rdf-schema#subClassOf)
```yaml name: subClassOf -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdfs:subClassOf -multivalued: true alias: subClassOf domain_of: - ClassExpression range: ClassExpression +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/synonym.md b/docs/datamodels/ontology-metadata/synonym.md index 04db9a27d..7d9240d2f 100644 --- a/docs/datamodels/ontology-metadata/synonym.md +++ b/docs/datamodels/ontology-metadata/synonym.md @@ -1,5 +1,11 @@ + + # Slot: synonym + +* __NOTE__: this is an abstract slot and should not be populated directly + + URI: [OIO:hasSynonym](http://www.geneontology.org/formats/oboInOwl#hasSynonym) @@ -19,30 +25,40 @@ URI: [OIO:hasSynonym](http://www.geneontology.org/formats/oboInOwl#hasSynonym) + + ## Properties * Range: [LabelType](LabelType.md) + * Multivalued: True +## Identifier and Mapping Information -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | OIO:hasSynonym | +| native | omoschema:synonym | @@ -52,14 +68,14 @@ URI: [OIO:hasSynonym](http://www.geneontology.org/formats/oboInOwl#hasSynonym)
```yaml name: synonym -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: alternative_term abstract: true slot_uri: OIO:hasSynonym -multivalued: true alias: synonym range: label type +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/temporal_interpretation.md b/docs/datamodels/ontology-metadata/temporal_interpretation.md index 7a23ce9bb..46d2588b2 100644 --- a/docs/datamodels/ontology-metadata/temporal_interpretation.md +++ b/docs/datamodels/ontology-metadata/temporal_interpretation.md @@ -1,5 +1,9 @@ + + # Slot: temporal_interpretation + + URI: [RO:0001900](http://purl.obolibrary.org/obo/RO_0001900) @@ -9,12 +13,14 @@ URI: [RO:0001900](http://purl.obolibrary.org/obo/RO_0001900) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -29,8 +35,6 @@ URI: [RO:0001900](http://purl.obolibrary.org/obo/RO_0001900) - - ## Identifier and Mapping Information @@ -42,7 +46,17 @@ URI: [RO:0001900](http://purl.obolibrary.org/obo/RO_0001900) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | RO:0001900 | +| native | omoschema:temporal_interpretation | @@ -52,7 +66,7 @@ URI: [RO:0001900](http://purl.obolibrary.org/obo/RO_0001900)
```yaml name: temporal_interpretation -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: RO:0001900 alias: temporal_interpretation diff --git a/docs/datamodels/ontology-metadata/term_editor.md b/docs/datamodels/ontology-metadata/term_editor.md index a8acc9eeb..74e6a8708 100644 --- a/docs/datamodels/ontology-metadata/term_editor.md +++ b/docs/datamodels/ontology-metadata/term_editor.md @@ -1,5 +1,9 @@ + + # Slot: term_editor + + URI: [IAO:0000117](http://purl.obolibrary.org/obo/IAO_0000117) @@ -14,22 +18,24 @@ URI: [IAO:0000117](http://purl.obolibrary.org/obo/IAO_0000117) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasProvenance](HasProvenance.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [HasProvenance](HasProvenance.md) | | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | + @@ -39,27 +45,35 @@ URI: [IAO:0000117](http://purl.obolibrary.org/obo/IAO_0000117) ## Properties * Range: [String](String.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000117 | +| native | omoschema:term_editor | @@ -69,15 +83,15 @@ URI: [IAO:0000117](http://purl.obolibrary.org/obo/IAO_0000117)
```yaml name: term_editor -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000117 -multivalued: true alias: term_editor domain_of: - HasProvenance range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/term_replaced_by.md b/docs/datamodels/ontology-metadata/term_replaced_by.md index 1c0471cc3..51add5643 100644 --- a/docs/datamodels/ontology-metadata/term_replaced_by.md +++ b/docs/datamodels/ontology-metadata/term_replaced_by.md @@ -1,5 +1,9 @@ + + # Slot: term_replaced_by + + URI: [IAO:0100001](http://purl.obolibrary.org/obo/IAO_0100001) @@ -14,22 +18,24 @@ URI: [IAO:0100001](http://purl.obolibrary.org/obo/IAO_0100001) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasLifeCycle](HasLifeCycle.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [HasLifeCycle](HasLifeCycle.md) | | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -44,8 +50,6 @@ URI: [IAO:0100001](http://purl.obolibrary.org/obo/IAO_0100001) - - ## Comments * {'RULE': 'subject must be deprecated'} @@ -61,7 +65,18 @@ URI: [IAO:0100001](http://purl.obolibrary.org/obo/IAO_0100001) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0100001 | +| native | omoschema:term_replaced_by | +| exact | dcterms:isReplacedBy | @@ -77,7 +92,7 @@ in_subset: - go permitted profile - obi permitted profile - allotrope permitted profile -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata exact_mappings: - dcterms:isReplacedBy rank: 1000 diff --git a/docs/datamodels/ontology-metadata/term_tracker_item.md b/docs/datamodels/ontology-metadata/term_tracker_item.md index 91c8ea24c..0b9393ed6 100644 --- a/docs/datamodels/ontology-metadata/term_tracker_item.md +++ b/docs/datamodels/ontology-metadata/term_tracker_item.md @@ -1,5 +1,9 @@ + + # Slot: term_tracker_item + + URI: [IAO:0000233](http://purl.obolibrary.org/obo/IAO_0000233) @@ -14,22 +18,24 @@ URI: [IAO:0000233](http://purl.obolibrary.org/obo/IAO_0000233) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasProvenance](HasProvenance.md) | -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [HasProvenance](HasProvenance.md) | | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | + @@ -39,10 +45,8 @@ URI: [IAO:0000233](http://purl.obolibrary.org/obo/IAO_0000233) ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -63,7 +67,17 @@ URI: [IAO:0000233](http://purl.obolibrary.org/obo/IAO_0000233) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | IAO:0000233 | +| native | omoschema:term_tracker_item | @@ -75,15 +89,15 @@ URI: [IAO:0000233](http://purl.obolibrary.org/obo/IAO_0000233) name: term_tracker_item todos: - restrict range -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: provenance_property slot_uri: IAO:0000233 -multivalued: true alias: term_tracker_item domain_of: - HasProvenance range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/title.md b/docs/datamodels/ontology-metadata/title.md index ea58b4e65..bfd22b89d 100644 --- a/docs/datamodels/ontology-metadata/title.md +++ b/docs/datamodels/ontology-metadata/title.md @@ -1,5 +1,9 @@ + + # Slot: title + + URI: [dcterms:title](http://purl.org/dc/terms/title) @@ -9,11 +13,13 @@ URI: [dcterms:title](http://purl.org/dc/terms/title) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Ontology](Ontology.md) | An OWL ontology +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Ontology](Ontology.md) | An OWL ontology | yes | + @@ -28,8 +34,6 @@ URI: [dcterms:title](http://purl.org/dc/terms/title) - - ## Identifier and Mapping Information @@ -41,7 +45,17 @@ URI: [dcterms:title](http://purl.org/dc/terms/title) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | dcterms:title | +| native | omoschema:title | @@ -51,7 +65,7 @@ URI: [dcterms:title](http://purl.org/dc/terms/title)
```yaml name: title -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: dcterms:title alias: title diff --git a/docs/datamodels/ontology-metadata/type.md b/docs/datamodels/ontology-metadata/type.md index 184041cf9..ca6e3f555 100644 --- a/docs/datamodels/ontology-metadata/type.md +++ b/docs/datamodels/ontology-metadata/type.md @@ -1,5 +1,9 @@ + + # Slot: type + + URI: [rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) @@ -14,24 +18,26 @@ URI: [rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Thing](Thing.md) | -[NamedObject](NamedObject.md) | Anything with an IRI -[Ontology](Ontology.md) | An OWL ontology -[Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies -[Class](Class.md) | -[Property](Property.md) | -[AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms -[ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms -[TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity -[NamedIndividual](NamedIndividual.md) | An instance that has a IRI -[HomoSapiens](HomoSapiens.md) | An individual human being -[Agent](Agent.md) | -[Image](Image.md) | -[Subset](Subset.md) | A collection of terms grouped for some purpose +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Class](Class.md) | | no | +| [HomoSapiens](HomoSapiens.md) | An individual human being | no | +| [Agent](Agent.md) | | no | +| [NamedObject](NamedObject.md) | Anything with an IRI | no | +| [Property](Property.md) | | no | +| [AnnotationProperty](AnnotationProperty.md) | A property used in non-logical axioms | no | +| [NamedIndividual](NamedIndividual.md) | An instance that has a IRI | no | +| [Thing](Thing.md) | | no | +| [Image](Image.md) | | no | +| [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | no | +| [Subset](Subset.md) | A collection of terms grouped for some purpose | no | +| [ObjectProperty](ObjectProperty.md) | A property that connects two objects in logical axioms | no | +| [Ontology](Ontology.md) | An OWL ontology | no | +| [TransitiveProperty](TransitiveProperty.md) | An ObjectProperty with the property of transitivity | no | + @@ -41,27 +47,35 @@ URI: [rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) ## Properties * Range: [Uriorcurie](Uriorcurie.md) + * Multivalued: True +## Identifier and Mapping Information + -## Identifier and Mapping Information +### Schema Source +* from schema: https://w3id.org/oak/ontology-metadata -### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | rdf:type | +| native | omoschema:type | @@ -71,16 +85,16 @@ URI: [rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type)
```yaml name: type -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: rdf:type -multivalued: true designates_type: true alias: type domain_of: - Thing range: uriorcurie +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/ontology-metadata/unionOf.md b/docs/datamodels/ontology-metadata/unionOf.md index 3b24284e1..36babc6ba 100644 --- a/docs/datamodels/ontology-metadata/unionOf.md +++ b/docs/datamodels/ontology-metadata/unionOf.md @@ -1,5 +1,9 @@ + + # Slot: unionOf + + URI: [owl:unionOf](http://www.w3.org/2002/07/owl#unionOf) @@ -14,13 +18,15 @@ URI: [owl:unionOf](http://www.w3.org/2002/07/owl#unionOf) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ClassExpression](ClassExpression.md) | -[Class](Class.md) | -[Restriction](Restriction.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Restriction](Restriction.md) | | no | +| [ClassExpression](ClassExpression.md) | | no | +| [Class](Class.md) | | no | + @@ -35,8 +41,6 @@ URI: [owl:unionOf](http://www.w3.org/2002/07/owl#unionOf) - - ## Identifier and Mapping Information @@ -48,7 +52,17 @@ URI: [owl:unionOf](http://www.w3.org/2002/07/owl#unionOf) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:unionOf | +| native | omoschema:unionOf | @@ -58,7 +72,7 @@ URI: [owl:unionOf](http://www.w3.org/2002/07/owl#unionOf)
```yaml name: unionOf -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: logical_predicate slot_uri: owl:unionOf diff --git a/docs/datamodels/ontology-metadata/url.md b/docs/datamodels/ontology-metadata/url.md index 9eb7aa34e..078c719ba 100644 --- a/docs/datamodels/ontology-metadata/url.md +++ b/docs/datamodels/ontology-metadata/url.md @@ -1,5 +1,9 @@ + + # Slot: url + + URI: [oio:url](http://www.geneontology.org/formats/oboInOwl#url) @@ -9,11 +13,13 @@ URI: [oio:url](http://www.geneontology.org/formats/oboInOwl#url) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Axiom](Axiom.md) | A logical or non-logical statement +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Axiom](Axiom.md) | A logical or non-logical statement | no | + @@ -28,8 +34,6 @@ URI: [oio:url](http://www.geneontology.org/formats/oboInOwl#url) - - ## Identifier and Mapping Information @@ -41,7 +45,17 @@ URI: [oio:url](http://www.geneontology.org/formats/oboInOwl#url) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | oio:url | +| native | omoschema:url | @@ -52,7 +66,7 @@ URI: [oio:url](http://www.geneontology.org/formats/oboInOwl#url) ```yaml name: url deprecated: deprecated oboInOwl property -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 slot_uri: oio:url alias: url diff --git a/docs/datamodels/ontology-metadata/versionIRI.md b/docs/datamodels/ontology-metadata/versionIRI.md index f10b69156..e1f9e7d0d 100644 --- a/docs/datamodels/ontology-metadata/versionIRI.md +++ b/docs/datamodels/ontology-metadata/versionIRI.md @@ -1,5 +1,9 @@ + + # Slot: versionIRI + + URI: [owl:versionIRI](http://www.w3.org/2002/07/owl#versionIRI) @@ -14,11 +18,13 @@ URI: [owl:versionIRI](http://www.w3.org/2002/07/owl#versionIRI) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Ontology](Ontology.md) | An OWL ontology +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Ontology](Ontology.md) | An OWL ontology | yes | + @@ -33,8 +39,6 @@ URI: [owl:versionIRI](http://www.w3.org/2002/07/owl#versionIRI) - - ## Identifier and Mapping Information @@ -46,7 +50,17 @@ URI: [owl:versionIRI](http://www.w3.org/2002/07/owl#versionIRI) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:versionIRI | +| native | omoschema:versionIRI | @@ -56,7 +70,7 @@ URI: [owl:versionIRI](http://www.w3.org/2002/07/owl#versionIRI)
```yaml name: versionIRI -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: version_property slot_uri: owl:versionIRI diff --git a/docs/datamodels/ontology-metadata/versionInfo.md b/docs/datamodels/ontology-metadata/versionInfo.md index c00ead900..0a6f8125e 100644 --- a/docs/datamodels/ontology-metadata/versionInfo.md +++ b/docs/datamodels/ontology-metadata/versionInfo.md @@ -1,5 +1,9 @@ + + # Slot: versionInfo + + URI: [owl:versionInfo](http://www.w3.org/2002/07/owl#versionInfo) @@ -14,11 +18,13 @@ URI: [owl:versionInfo](http://www.w3.org/2002/07/owl#versionInfo) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Ontology](Ontology.md) | An OWL ontology +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Ontology](Ontology.md) | An OWL ontology | yes | + @@ -33,8 +39,6 @@ URI: [owl:versionInfo](http://www.w3.org/2002/07/owl#versionInfo) - - ## Identifier and Mapping Information @@ -46,7 +50,18 @@ URI: [owl:versionInfo](http://www.w3.org/2002/07/owl#versionInfo) ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | owl:versionInfo | +| native | omoschema:versionInfo | +| close | pav:version | @@ -56,7 +71,7 @@ URI: [owl:versionInfo](http://www.w3.org/2002/07/owl#versionInfo)
```yaml name: versionInfo -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata close_mappings: - pav:version rank: 1000 diff --git a/docs/datamodels/ontology-metadata/version_property.md b/docs/datamodels/ontology-metadata/version_property.md index 1bb757336..4c7f19fe2 100644 --- a/docs/datamodels/ontology-metadata/version_property.md +++ b/docs/datamodels/ontology-metadata/version_property.md @@ -1,6 +1,12 @@ + + # Slot: version_property -URI: [omoschema:version_property](http://purl.obolibrary.org/obo/omo/schema/version_property) + +* __NOTE__: this is an abstract slot and should not be populated directly + + +URI: [omoschema:version_property](https://w3id.org/oak/ontology-metadata/version_property) @@ -17,11 +23,11 @@ URI: [omoschema:version_property](http://purl.obolibrary.org/obo/omo/schema/vers -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -38,7 +44,17 @@ URI: [omoschema:version_property](http://purl.obolibrary.org/obo/omo/schema/vers ### Schema Source -* from schema: http://purl.obolibrary.org/obo/omo/schema +* from schema: https://w3id.org/oak/ontology-metadata + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | omoschema:version_property | +| native | omoschema:version_property | @@ -48,7 +64,7 @@ URI: [omoschema:version_property](http://purl.obolibrary.org/obo/omo/schema/vers
```yaml name: version_property -from_schema: http://purl.obolibrary.org/obo/omo/schema +from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 abstract: true alias: version_property diff --git a/docs/datamodels/search/Boolean.md b/docs/datamodels/search/Boolean.md index 82596013a..ccb6ab3de 100644 --- a/docs/datamodels/search/Boolean.md +++ b/docs/datamodels/search/Boolean.md @@ -1,9 +1,12 @@ # Type: Boolean + + _A binary (true or false) value_ + URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) * [base](https://w3id.org/linkml/base): Bool @@ -34,3 +37,14 @@ URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:boolean | +| native | ontosearch:boolean | +| exact | schema:Boolean | + + + diff --git a/docs/datamodels/search/Date.md b/docs/datamodels/search/Date.md index 33dd2d773..b17255f2d 100644 --- a/docs/datamodels/search/Date.md +++ b/docs/datamodels/search/Date.md @@ -1,9 +1,12 @@ # Type: Date + + _a date (year, month and day) in an idealized calendar_ + URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) * [base](https://w3id.org/linkml/base): XSDDate @@ -34,3 +37,14 @@ URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:date | +| native | ontosearch:date | +| exact | schema:Date | + + + diff --git a/docs/datamodels/search/Datetime.md b/docs/datamodels/search/Datetime.md index a28a131a4..3e5c01ac3 100644 --- a/docs/datamodels/search/Datetime.md +++ b/docs/datamodels/search/Datetime.md @@ -1,9 +1,12 @@ # Type: Datetime + + _The combination of a date and time_ + URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) * [base](https://w3id.org/linkml/base): XSDDateTime @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:dateTime | +| native | ontosearch:datetime | +| exact | schema:DateTime | + + + diff --git a/docs/datamodels/search/Decimal.md b/docs/datamodels/search/Decimal.md index f41c18a97..643b6253e 100644 --- a/docs/datamodels/search/Decimal.md +++ b/docs/datamodels/search/Decimal.md @@ -1,9 +1,12 @@ # Type: Decimal + + _A real number with arbitrary precision that conforms to the xsd:decimal specification_ + URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) * [base](https://w3id.org/linkml/base): Decimal @@ -33,3 +36,14 @@ URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:decimal | +| native | ontosearch:decimal | +| broad | schema:Number | + + + diff --git a/docs/datamodels/search/Double.md b/docs/datamodels/search/Double.md index 3ba83bc36..8a81e00ab 100644 --- a/docs/datamodels/search/Double.md +++ b/docs/datamodels/search/Double.md @@ -1,9 +1,12 @@ # Type: Double + + _A real number that conforms to the xsd:double specification_ + URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:double | +| native | ontosearch:double | +| close | schema:Float | + + + diff --git a/docs/datamodels/search/Float.md b/docs/datamodels/search/Float.md index 6451f38fe..4acb8e71d 100644 --- a/docs/datamodels/search/Float.md +++ b/docs/datamodels/search/Float.md @@ -1,9 +1,12 @@ # Type: Float + + _A real number that conforms to the xsd:float specification_ + URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:float | +| native | ontosearch:float | +| exact | schema:Float | + + + diff --git a/docs/datamodels/search/Integer.md b/docs/datamodels/search/Integer.md index 39d24705c..19db0305e 100644 --- a/docs/datamodels/search/Integer.md +++ b/docs/datamodels/search/Integer.md @@ -1,9 +1,12 @@ # Type: Integer + + _An integer_ + URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) * [base](https://w3id.org/linkml/base): int @@ -33,3 +36,14 @@ URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:integer | +| native | ontosearch:integer | +| exact | schema:Integer | + + + diff --git a/docs/datamodels/search/Ncname.md b/docs/datamodels/search/Ncname.md index 0d989cd6f..1e5fe54d4 100644 --- a/docs/datamodels/search/Ncname.md +++ b/docs/datamodels/search/Ncname.md @@ -1,9 +1,12 @@ # Type: Ncname + + _Prefix part of CURIE_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): NCName @@ -34,3 +37,13 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | ontosearch:ncname | + + + diff --git a/docs/datamodels/search/Nodeidentifier.md b/docs/datamodels/search/Nodeidentifier.md index 3a7f3e853..5e2c266ee 100644 --- a/docs/datamodels/search/Nodeidentifier.md +++ b/docs/datamodels/search/Nodeidentifier.md @@ -1,9 +1,12 @@ # Type: Nodeidentifier + + _A URI, CURIE or BNODE that represents a node in a model._ + URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) * [base](https://w3id.org/linkml/base): NodeIdentifier @@ -34,3 +37,13 @@ URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:nonLiteral | +| native | ontosearch:nodeidentifier | + + + diff --git a/docs/datamodels/search/Objectidentifier.md b/docs/datamodels/search/Objectidentifier.md index 72c3773c9..cc30b45b8 100644 --- a/docs/datamodels/search/Objectidentifier.md +++ b/docs/datamodels/search/Objectidentifier.md @@ -1,9 +1,12 @@ # Type: Objectidentifier + + _A URI or CURIE that represents an object in the model._ + URI: [shex:iri](http://www.w3.org/ns/shex#iri) * [base](https://w3id.org/linkml/base): ElementIdentifier @@ -38,3 +41,13 @@ URI: [shex:iri](http://www.w3.org/ns/shex#iri) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:iri | +| native | ontosearch:objectidentifier | + + + diff --git a/docs/datamodels/search/SearchBaseConfiguration.md b/docs/datamodels/search/SearchBaseConfiguration.md index 615fd9c58..92d9cf6f5 100644 --- a/docs/datamodels/search/SearchBaseConfiguration.md +++ b/docs/datamodels/search/SearchBaseConfiguration.md @@ -1,16 +1,25 @@ + + # Class: SearchBaseConfiguration + + _A user-specified configuration that determines how a particular search operation works_ + URI: [ontosearch:SearchBaseConfiguration](https://w3id.org/oak/search-datamodel/SearchBaseConfiguration) + + + ```{mermaid} classDiagram class SearchBaseConfiguration + click SearchBaseConfiguration href "../SearchBaseConfiguration" SearchBaseConfiguration : categories SearchBaseConfiguration : cursor @@ -29,13 +38,23 @@ URI: [ontosearch:SearchBaseConfiguration](https://w3id.org/oak/search-datamodel/ SearchBaseConfiguration : properties - SearchBaseConfiguration ..> SearchProperty : properties + + + + SearchBaseConfiguration --> "*" SearchProperty : properties + click SearchProperty href "../SearchProperty" + SearchBaseConfiguration : search_terms SearchBaseConfiguration : syntax - SearchBaseConfiguration ..> SearchTermSyntax : syntax + + + + SearchBaseConfiguration --> "0..1" SearchTermSyntax : syntax + click SearchTermSyntax href "../SearchTermSyntax" + ``` @@ -50,16 +69,16 @@ URI: [ontosearch:SearchBaseConfiguration](https://w3id.org/oak/search-datamodel/ | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [search_terms](search_terms.md) | 0..*
[SearchTerm](SearchTerm.md) | An individual search term | direct | +| [search_terms](search_terms.md) | *
[SearchTerm](SearchTerm.md) | An individual search term | direct | | [syntax](syntax.md) | 0..1
[SearchTermSyntax](SearchTermSyntax.md) | Determines how the search term is interpreted | direct | -| [properties](properties.md) | 0..*
[SearchProperty](SearchProperty.md) | determines which properties are searched over | direct | +| [properties](properties.md) | *
[SearchProperty](SearchProperty.md) | determines which properties are searched over | direct | | [limit](limit.md) | 0..1
[Integer](Integer.md) | the maximum number of search results to be returned in one batch | direct | -| [cursor](cursor.md) | 0..1
[String](String.md) | | direct | +| [cursor](cursor.md) | 0..1
[Integer](Integer.md) | when the number of search results exceed the limit this can be used to iterat... | direct | | [is_partial](is_partial.md) | 0..1
[Boolean](Boolean.md) | allows matches where the search term is a subset of the full span | direct | | [is_complete](is_complete.md) | 0..1
[Boolean](Boolean.md) | | direct | | [include_obsoletes_in_results](include_obsoletes_in_results.md) | 0..1
[Boolean](Boolean.md) | | direct | | [is_fuzzy](is_fuzzy.md) | 0..1
[Boolean](Boolean.md) | | direct | -| [categories](categories.md) | 0..*
[Uriorcurie](Uriorcurie.md) | categories that should be matched | direct | +| [categories](categories.md) | *
[Uriorcurie](Uriorcurie.md) | categories that should be matched | direct | | [force_case_insensitive](force_case_insensitive.md) | 0..1
[Boolean](Boolean.md) | force case insensitive matching | direct | @@ -99,7 +118,6 @@ URI: [ontosearch:SearchBaseConfiguration](https://w3id.org/oak/search-datamodel/ - ## Mappings | Mapping Type | Mapped Value | @@ -111,6 +129,8 @@ URI: [ontosearch:SearchBaseConfiguration](https://w3id.org/oak/search-datamodel/ + + ## LinkML Source @@ -125,7 +145,6 @@ description: A user-specified configuration that determines how a particular sea todos: - rename this SearchConfiguration from_schema: https://w3id.org/oak/search-datamodel -rank: 1000 attributes: search_terms: name: search_terms @@ -137,26 +156,34 @@ attributes: - If multiple terms are provided this is treated as a union query from_schema: https://w3id.org/oak/search-datamodel rank: 1000 - multivalued: true + domain_of: + - SearchBaseConfiguration range: SearchTerm + multivalued: true syntax: name: syntax description: Determines how the search term is interpreted from_schema: https://w3id.org/oak/search-datamodel rank: 1000 + domain_of: + - SearchBaseConfiguration range: SearchTermSyntax properties: name: properties description: determines which properties are searched over from_schema: https://w3id.org/oak/search-datamodel rank: 1000 - multivalued: true + domain_of: + - SearchBaseConfiguration range: SearchProperty + multivalued: true limit: name: limit description: the maximum number of search results to be returned in one batch from_schema: https://w3id.org/oak/search-datamodel rank: 1000 + domain_of: + - SearchBaseConfiguration range: integer cursor: name: cursor @@ -164,42 +191,57 @@ attributes: to iterate through results from_schema: https://w3id.org/oak/search-datamodel rank: 1000 + domain_of: + - SearchBaseConfiguration + - SearchResultSet range: integer is_partial: name: is_partial description: allows matches where the search term is a subset of the full span from_schema: https://w3id.org/oak/search-datamodel rank: 1000 + domain_of: + - SearchBaseConfiguration range: boolean is_complete: name: is_complete deprecated: use is_partial from_schema: https://w3id.org/oak/search-datamodel rank: 1000 + domain_of: + - SearchBaseConfiguration range: boolean include_obsoletes_in_results: name: include_obsoletes_in_results deprecated: use properties to explicitly list properties from_schema: https://w3id.org/oak/search-datamodel rank: 1000 + domain_of: + - SearchBaseConfiguration range: boolean is_fuzzy: name: is_fuzzy from_schema: https://w3id.org/oak/search-datamodel rank: 1000 + domain_of: + - SearchBaseConfiguration range: boolean categories: name: categories description: categories that should be matched from_schema: https://w3id.org/oak/search-datamodel rank: 1000 - multivalued: true + domain_of: + - SearchBaseConfiguration range: uriorcurie + multivalued: true force_case_insensitive: name: force_case_insensitive description: force case insensitive matching from_schema: https://w3id.org/oak/search-datamodel rank: 1000 + domain_of: + - SearchBaseConfiguration range: boolean ``` @@ -215,7 +257,6 @@ description: A user-specified configuration that determines how a particular sea todos: - rename this SearchConfiguration from_schema: https://w3id.org/oak/search-datamodel -rank: 1000 attributes: search_terms: name: search_terms @@ -227,12 +268,12 @@ attributes: - If multiple terms are provided this is treated as a union query from_schema: https://w3id.org/oak/search-datamodel rank: 1000 - multivalued: true alias: search_terms owner: SearchBaseConfiguration domain_of: - SearchBaseConfiguration range: SearchTerm + multivalued: true syntax: name: syntax description: Determines how the search term is interpreted @@ -248,12 +289,12 @@ attributes: description: determines which properties are searched over from_schema: https://w3id.org/oak/search-datamodel rank: 1000 - multivalued: true alias: properties owner: SearchBaseConfiguration domain_of: - SearchBaseConfiguration range: SearchProperty + multivalued: true limit: name: limit description: the maximum number of search results to be returned in one batch @@ -320,12 +361,12 @@ attributes: description: categories that should be matched from_schema: https://w3id.org/oak/search-datamodel rank: 1000 - multivalued: true alias: categories owner: SearchBaseConfiguration domain_of: - SearchBaseConfiguration range: uriorcurie + multivalued: true force_case_insensitive: name: force_case_insensitive description: force case insensitive matching diff --git a/docs/datamodels/search/SearchProperty.md b/docs/datamodels/search/SearchProperty.md index 1ee35eb85..202497403 100644 --- a/docs/datamodels/search/SearchProperty.md +++ b/docs/datamodels/search/SearchProperty.md @@ -1,10 +1,13 @@ # Enum: SearchProperty + + _A property that can be searched on_ -URI: [SearchProperty](SearchProperty) + +URI: [SearchProperty](SearchProperty.md) ## Permissible Values @@ -50,6 +53,8 @@ URI: [SearchProperty](SearchProperty) + + ## LinkML Source
diff --git a/docs/datamodels/search/SearchResult.md b/docs/datamodels/search/SearchResult.md index 09b4fd844..ac0bd9cd3 100644 --- a/docs/datamodels/search/SearchResult.md +++ b/docs/datamodels/search/SearchResult.md @@ -1,16 +1,25 @@ + + # Class: SearchResult + + _An individual search result_ + URI: [ontosearch:SearchResult](https://w3id.org/oak/search-datamodel/SearchResult) + + + ```{mermaid} classDiagram class SearchResult + click SearchResult href "../SearchResult" SearchResult : matches_full_search_term SearchResult : object_id @@ -41,7 +50,7 @@ URI: [ontosearch:SearchResult](https://w3id.org/oak/search-datamodel/SearchResul | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [rank](rank.md) | 0..1
[Integer](Integer.md) | For relevancy-ranked results, this indicates the relevancy, with low numbers ... | direct | -| [object_id](object_id.md) | 1..1
[String](String.md) | The CURIE of the matched term | direct | +| [object_id](object_id.md) | 1
[String](String.md) | The CURIE of the matched term | direct | | [object_label](object_label.md) | 0..1 _recommended_
[String](String.md) | The label/name of the matched term | direct | | [object_source](object_source.md) | 0..1
[String](String.md) | The ontology or other source that contains the matched term | direct | | [object_source_version](object_source_version.md) | 0..1
[String](String.md) | Version IRI or version string of the source of the object term | direct | @@ -80,7 +89,6 @@ URI: [ontosearch:SearchResult](https://w3id.org/oak/search-datamodel/SearchResul - ## Mappings | Mapping Type | Mapped Value | @@ -92,6 +100,8 @@ URI: [ontosearch:SearchResult](https://w3id.org/oak/search-datamodel/SearchResul + + ## LinkML Source @@ -103,7 +113,6 @@ URI: [ontosearch:SearchResult](https://w3id.org/oak/search-datamodel/SearchResul name: SearchResult description: An individual search result from_schema: https://w3id.org/oak/search-datamodel -rank: 1000 attributes: rank: name: rank @@ -111,6 +120,8 @@ attributes: low numbers being the most relevant from_schema: https://w3id.org/oak/search-datamodel rank: 1000 + domain_of: + - SearchResult range: integer object_id: name: object_id @@ -118,6 +129,8 @@ attributes: from_schema: https://w3id.org/oak/search-datamodel rank: 1000 slot_uri: sssom:object_id + domain_of: + - SearchResult required: true object_label: name: object_label @@ -125,6 +138,8 @@ attributes: from_schema: https://w3id.org/oak/search-datamodel rank: 1000 slot_uri: sssom:object_label + domain_of: + - SearchResult recommended: true object_source: name: object_source @@ -132,29 +147,39 @@ attributes: from_schema: https://w3id.org/oak/search-datamodel rank: 1000 slot_uri: sssom:object_source + domain_of: + - SearchResult object_source_version: name: object_source_version description: Version IRI or version string of the source of the object term. from_schema: https://w3id.org/oak/search-datamodel rank: 1000 slot_uri: sssom:object_source_version + domain_of: + - SearchResult object_match_field: name: object_match_field description: The field/property in which the match was found from_schema: https://w3id.org/oak/search-datamodel rank: 1000 slot_uri: sssom:object_match_field + domain_of: + - SearchResult matches_full_search_term: name: matches_full_search_term description: Does the matched field match the full string from_schema: https://w3id.org/oak/search-datamodel rank: 1000 + domain_of: + - SearchResult range: boolean snippet: name: snippet description: shows how the field was matched from_schema: https://w3id.org/oak/search-datamodel rank: 1000 + domain_of: + - SearchResult ```
@@ -166,7 +191,6 @@ attributes: name: SearchResult description: An individual search result from_schema: https://w3id.org/oak/search-datamodel -rank: 1000 attributes: rank: name: rank diff --git a/docs/datamodels/search/SearchResultSet.md b/docs/datamodels/search/SearchResultSet.md index bc506ed86..c32b7e975 100644 --- a/docs/datamodels/search/SearchResultSet.md +++ b/docs/datamodels/search/SearchResultSet.md @@ -1,3 +1,5 @@ + + # Class: SearchResultSet @@ -6,12 +8,21 @@ URI: [ontosearch:SearchResultSet](https://w3id.org/oak/search-datamodel/SearchRe + + + ```{mermaid} classDiagram class SearchResultSet + click SearchResultSet href "../SearchResultSet" SearchResultSet : configuration - SearchResultSet ..> SearchBaseConfiguration : configuration + + + + SearchResultSet --> "0..1" SearchBaseConfiguration : configuration + click SearchBaseConfiguration href "../SearchBaseConfiguration" + SearchResultSet : cursor @@ -19,7 +30,12 @@ URI: [ontosearch:SearchResultSet](https://w3id.org/oak/search-datamodel/SearchRe SearchResultSet : results - SearchResultSet ..> SearchResult : results + + + + SearchResultSet --> "*" SearchResult : results + click SearchResult href "../SearchResult" + ``` @@ -35,9 +51,9 @@ URI: [ontosearch:SearchResultSet](https://w3id.org/oak/search-datamodel/SearchRe | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [configuration](configuration.md) | 0..1
[SearchBaseConfiguration](SearchBaseConfiguration.md) | | direct | -| [results](results.md) | 0..*
[SearchResult](SearchResult.md) | | direct | +| [results](results.md) | *
[SearchResult](SearchResult.md) | | direct | | [result_count](result_count.md) | 0..1
[Integer](Integer.md) | | direct | -| [cursor](cursor.md) | 0..1
[String](String.md) | | direct | +| [cursor](cursor.md) | 0..1
[Integer](Integer.md) | | direct | @@ -63,7 +79,6 @@ URI: [ontosearch:SearchResultSet](https://w3id.org/oak/search-datamodel/SearchRe - ## Mappings | Mapping Type | Mapped Value | @@ -75,6 +90,8 @@ URI: [ontosearch:SearchResultSet](https://w3id.org/oak/search-datamodel/SearchRe + + ## LinkML Source @@ -85,27 +102,35 @@ URI: [ontosearch:SearchResultSet](https://w3id.org/oak/search-datamodel/SearchRe ```yaml name: SearchResultSet from_schema: https://w3id.org/oak/search-datamodel -rank: 1000 attributes: configuration: name: configuration from_schema: https://w3id.org/oak/search-datamodel rank: 1000 + domain_of: + - SearchResultSet range: SearchBaseConfiguration results: name: results from_schema: https://w3id.org/oak/search-datamodel rank: 1000 - multivalued: true + domain_of: + - SearchResultSet range: SearchResult + multivalued: true result_count: name: result_count from_schema: https://w3id.org/oak/search-datamodel rank: 1000 + domain_of: + - SearchResultSet range: integer cursor: name: cursor from_schema: https://w3id.org/oak/search-datamodel + domain_of: + - SearchBaseConfiguration + - SearchResultSet range: integer ``` @@ -117,7 +142,6 @@ attributes: ```yaml name: SearchResultSet from_schema: https://w3id.org/oak/search-datamodel -rank: 1000 attributes: configuration: name: configuration @@ -132,12 +156,12 @@ attributes: name: results from_schema: https://w3id.org/oak/search-datamodel rank: 1000 - multivalued: true alias: results owner: SearchResultSet domain_of: - SearchResultSet range: SearchResult + multivalued: true result_count: name: result_count from_schema: https://w3id.org/oak/search-datamodel diff --git a/docs/datamodels/search/SearchTerm.md b/docs/datamodels/search/SearchTerm.md index 7076848e7..4f7711e63 100644 --- a/docs/datamodels/search/SearchTerm.md +++ b/docs/datamodels/search/SearchTerm.md @@ -32,3 +32,13 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:SearchTerm | +| native | ontosearch:SearchTerm | + + + diff --git a/docs/datamodels/search/SearchTermSyntax.md b/docs/datamodels/search/SearchTermSyntax.md index 9f9f777fe..ddc85e9f8 100644 --- a/docs/datamodels/search/SearchTermSyntax.md +++ b/docs/datamodels/search/SearchTermSyntax.md @@ -2,7 +2,7 @@ -URI: [SearchTermSyntax](SearchTermSyntax) +URI: [SearchTermSyntax](SearchTermSyntax.md) ## Permissible Values @@ -44,6 +44,8 @@ URI: [SearchTermSyntax](SearchTermSyntax) + + ## LinkML Source
diff --git a/docs/datamodels/search/String.md b/docs/datamodels/search/String.md index 76df1d207..a642f7579 100644 --- a/docs/datamodels/search/String.md +++ b/docs/datamodels/search/String.md @@ -1,9 +1,12 @@ # Type: String + + _A character string_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): str @@ -33,3 +36,14 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | ontosearch:string | +| exact | schema:Text | + + + diff --git a/docs/datamodels/search/Time.md b/docs/datamodels/search/Time.md index 02e4d2c10..56190fa66 100644 --- a/docs/datamodels/search/Time.md +++ b/docs/datamodels/search/Time.md @@ -1,14 +1,17 @@ # Type: Time + + _A time object represents a (local) time of day, independent of any particular day_ -URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +URI: [xsd:time](http://www.w3.org/2001/XMLSchema#time) * [base](https://w3id.org/linkml/base): XSDTime -* [uri](https://w3id.org/linkml/uri): xsd:dateTime +* [uri](https://w3id.org/linkml/uri): xsd:time * [repr](https://w3id.org/linkml/repr): str @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:time | +| native | ontosearch:time | +| exact | schema:Time | + + + diff --git a/docs/datamodels/search/Uri.md b/docs/datamodels/search/Uri.md index 7d52e8ae1..a2196eedb 100644 --- a/docs/datamodels/search/Uri.md +++ b/docs/datamodels/search/Uri.md @@ -1,9 +1,12 @@ # Type: Uri + + _a complete URI_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URI @@ -38,3 +41,14 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | ontosearch:uri | +| close | schema:URL | + + + diff --git a/docs/datamodels/search/Uriorcurie.md b/docs/datamodels/search/Uriorcurie.md index f50360cb2..71314ecc5 100644 --- a/docs/datamodels/search/Uriorcurie.md +++ b/docs/datamodels/search/Uriorcurie.md @@ -1,9 +1,12 @@ # Type: Uriorcurie + + _a URI or a CURIE_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -34,3 +37,13 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | ontosearch:uriorcurie | + + + diff --git a/docs/datamodels/search/categories.md b/docs/datamodels/search/categories.md index 995c9ced8..d37e62e4d 100644 --- a/docs/datamodels/search/categories.md +++ b/docs/datamodels/search/categories.md @@ -1,7 +1,14 @@ + + # Slot: categories + + _categories that should be matched_ + + + URI: [ontosearch:categories](https://w3id.org/oak/search-datamodel/categories) @@ -11,11 +18,13 @@ URI: [ontosearch:categories](https://w3id.org/oak/search-datamodel/categories) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... | no | + @@ -25,10 +34,8 @@ URI: [ontosearch:categories](https://w3id.org/oak/search-datamodel/categories) ## Properties * Range: [Uriorcurie](Uriorcurie.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [ontosearch:categories](https://w3id.org/oak/search-datamodel/categories) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:categories | +| native | ontosearch:categories | + + + + ## LinkML Source
@@ -58,12 +75,12 @@ name: categories description: categories that should be matched from_schema: https://w3id.org/oak/search-datamodel rank: 1000 -multivalued: true alias: categories owner: SearchBaseConfiguration domain_of: - SearchBaseConfiguration range: uriorcurie +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/search/configuration.md b/docs/datamodels/search/configuration.md index ecaa315ec..2336efd49 100644 --- a/docs/datamodels/search/configuration.md +++ b/docs/datamodels/search/configuration.md @@ -1,5 +1,9 @@ + + # Slot: configuration + + URI: [ontosearch:configuration](https://w3id.org/oak/search-datamodel/configuration) @@ -9,11 +13,13 @@ URI: [ontosearch:configuration](https://w3id.org/oak/search-datamodel/configurat + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchResultSet](SearchResultSet.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchResultSet](SearchResultSet.md) | | no | + @@ -28,8 +34,6 @@ URI: [ontosearch:configuration](https://w3id.org/oak/search-datamodel/configurat - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [ontosearch:configuration](https://w3id.org/oak/search-datamodel/configurat +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:configuration | +| native | ontosearch:configuration | + + + + ## LinkML Source
diff --git a/docs/datamodels/search/cursor.md b/docs/datamodels/search/cursor.md index eb4232bb5..f9f9a62cd 100644 --- a/docs/datamodels/search/cursor.md +++ b/docs/datamodels/search/cursor.md @@ -1,5 +1,9 @@ + + # Slot: cursor + + URI: [ontosearch:cursor](https://w3id.org/oak/search-datamodel/cursor) @@ -9,12 +13,14 @@ URI: [ontosearch:cursor](https://w3id.org/oak/search-datamodel/cursor) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... -[SearchResultSet](SearchResultSet.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchResultSet](SearchResultSet.md) | | no | +| [SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... | no | + @@ -29,13 +35,21 @@ URI: [ontosearch:cursor](https://w3id.org/oak/search-datamodel/cursor) +## Identifier and Mapping Information + + + -## Identifier and Mapping Information +## Mappings +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:cursor | +| native | ontosearch:cursor | diff --git a/docs/datamodels/search/include_obsoletes_in_results.md b/docs/datamodels/search/include_obsoletes_in_results.md index 686feedea..1887eb146 100644 --- a/docs/datamodels/search/include_obsoletes_in_results.md +++ b/docs/datamodels/search/include_obsoletes_in_results.md @@ -1,5 +1,9 @@ + + # Slot: include_obsoletes_in_results + + URI: [ontosearch:include_obsoletes_in_results](https://w3id.org/oak/search-datamodel/include_obsoletes_in_results) @@ -9,11 +13,13 @@ URI: [ontosearch:include_obsoletes_in_results](https://w3id.org/oak/search-datam + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... | no | + @@ -28,8 +34,6 @@ URI: [ontosearch:include_obsoletes_in_results](https://w3id.org/oak/search-datam - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [ontosearch:include_obsoletes_in_results](https://w3id.org/oak/search-datam +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:include_obsoletes_in_results | +| native | ontosearch:include_obsoletes_in_results | + + + + ## LinkML Source
diff --git a/docs/datamodels/search/index.md b/docs/datamodels/search/index.md index 775e18a8c..cb9563a58 100644 --- a/docs/datamodels/search/index.md +++ b/docs/datamodels/search/index.md @@ -11,6 +11,7 @@ The scope is any kind of service that provides search over *named entities*, inc search results, e.g. google search, although parts could be generalized for this purpose. URI: https://w3id.org/oak/search-datamodel + Name: search-datamodel @@ -19,11 +20,12 @@ Name: search-datamodel | Class | Description | | --- | --- | -| [ComplexQuery](ComplexQuery.md) | | +| [ComplexQuery](ComplexQuery.md) | None | | [PathExpression](PathExpression.md) | A path query | -| [SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... | +| [SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operation works | | [SearchResult](SearchResult.md) | An individual search result | -| [SearchResultSet](SearchResultSet.md) | | +| [SearchResultSet](SearchResultSet.md) | None | + ## Slots @@ -85,10 +87,13 @@ Name: search-datamodel | [Double](Double.md) | A real number that conforms to the xsd:double specification | | [Float](Float.md) | A real number that conforms to the xsd:float specification | | [Integer](Integer.md) | An integer | +| [Jsonpath](Jsonpath.md) | A string encoding a JSON Path | +| [Jsonpointer](Jsonpointer.md) | A string encoding a JSON Pointer | | [Ncname](Ncname.md) | Prefix part of CURIE | | [Nodeidentifier](Nodeidentifier.md) | A URI, CURIE or BNODE that represents a node in a model | | [Objectidentifier](Objectidentifier.md) | A URI or CURIE that represents an object in the model | | [SearchTerm](SearchTerm.md) | | +| [Sparqlpath](Sparqlpath.md) | A string encoding a SPARQL Property Path | | [String](String.md) | A character string | | [Time](Time.md) | A time object represents a (local) time of day, independent of any particular... | | [Uri](Uri.md) | a complete URI | diff --git a/docs/datamodels/search/is_complete.md b/docs/datamodels/search/is_complete.md index 245f8c624..e360d4aed 100644 --- a/docs/datamodels/search/is_complete.md +++ b/docs/datamodels/search/is_complete.md @@ -1,5 +1,9 @@ + + # Slot: is_complete + + URI: [ontosearch:is_complete](https://w3id.org/oak/search-datamodel/is_complete) @@ -9,11 +13,13 @@ URI: [ontosearch:is_complete](https://w3id.org/oak/search-datamodel/is_complete) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... | no | + @@ -28,8 +34,6 @@ URI: [ontosearch:is_complete](https://w3id.org/oak/search-datamodel/is_complete) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [ontosearch:is_complete](https://w3id.org/oak/search-datamodel/is_complete) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:is_complete | +| native | ontosearch:is_complete | + + + + ## LinkML Source
diff --git a/docs/datamodels/search/is_partial.md b/docs/datamodels/search/is_partial.md index 941a52d43..b6533bf70 100644 --- a/docs/datamodels/search/is_partial.md +++ b/docs/datamodels/search/is_partial.md @@ -1,7 +1,14 @@ + + # Slot: is_partial + + _allows matches where the search term is a subset of the full span_ + + + URI: [ontosearch:is_partial](https://w3id.org/oak/search-datamodel/is_partial) @@ -11,11 +18,13 @@ URI: [ontosearch:is_partial](https://w3id.org/oak/search-datamodel/is_partial) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... | no | + @@ -30,8 +39,6 @@ URI: [ontosearch:is_partial](https://w3id.org/oak/search-datamodel/is_partial) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [ontosearch:is_partial](https://w3id.org/oak/search-datamodel/is_partial) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:is_partial | +| native | ontosearch:is_partial | + + + + ## LinkML Source
diff --git a/docs/datamodels/search/limit.md b/docs/datamodels/search/limit.md index f1d7ca983..a71d5240e 100644 --- a/docs/datamodels/search/limit.md +++ b/docs/datamodels/search/limit.md @@ -1,7 +1,14 @@ + + # Slot: limit + + _the maximum number of search results to be returned in one batch_ + + + URI: [ontosearch:limit](https://w3id.org/oak/search-datamodel/limit) @@ -11,11 +18,13 @@ URI: [ontosearch:limit](https://w3id.org/oak/search-datamodel/limit) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... | no | + @@ -30,8 +39,6 @@ URI: [ontosearch:limit](https://w3id.org/oak/search-datamodel/limit) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [ontosearch:limit](https://w3id.org/oak/search-datamodel/limit) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:limit | +| native | ontosearch:limit | + + + + ## LinkML Source
diff --git a/docs/datamodels/search/matches_full_search_term.md b/docs/datamodels/search/matches_full_search_term.md index 2b7d6325e..21bca54a9 100644 --- a/docs/datamodels/search/matches_full_search_term.md +++ b/docs/datamodels/search/matches_full_search_term.md @@ -1,7 +1,14 @@ + + # Slot: matches_full_search_term + + _Does the matched field match the full string_ + + + URI: [ontosearch:matches_full_search_term](https://w3id.org/oak/search-datamodel/matches_full_search_term) @@ -11,11 +18,13 @@ URI: [ontosearch:matches_full_search_term](https://w3id.org/oak/search-datamodel + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchResult](SearchResult.md) | An individual search result +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchResult](SearchResult.md) | An individual search result | no | + @@ -30,8 +39,6 @@ URI: [ontosearch:matches_full_search_term](https://w3id.org/oak/search-datamodel - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [ontosearch:matches_full_search_term](https://w3id.org/oak/search-datamodel +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:matches_full_search_term | +| native | ontosearch:matches_full_search_term | + + + + ## LinkML Source
diff --git a/docs/datamodels/search/object_id.md b/docs/datamodels/search/object_id.md index 63a870d2b..56cc3c1f8 100644 --- a/docs/datamodels/search/object_id.md +++ b/docs/datamodels/search/object_id.md @@ -1,7 +1,14 @@ + + # Slot: object_id + + _The CURIE of the matched term_ + + + URI: [sssom:object_id](http://w3id.org/sssom/object_id) @@ -11,11 +18,13 @@ URI: [sssom:object_id](http://w3id.org/sssom/object_id) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchResult](SearchResult.md) | An individual search result +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchResult](SearchResult.md) | An individual search result | no | + @@ -25,10 +34,8 @@ URI: [sssom:object_id](http://w3id.org/sssom/object_id) ## Properties * Range: [String](String.md) -* Required: True - - +* Required: True @@ -50,6 +57,16 @@ URI: [sssom:object_id](http://w3id.org/sssom/object_id) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:object_id | +| native | ontosearch:object_id | + + + + ## LinkML Source
diff --git a/docs/datamodels/search/object_label.md b/docs/datamodels/search/object_label.md index 027edfe1f..82fb55789 100644 --- a/docs/datamodels/search/object_label.md +++ b/docs/datamodels/search/object_label.md @@ -1,7 +1,14 @@ + + # Slot: object_label + + _The label/name of the matched term_ + + + URI: [sssom:object_label](http://w3id.org/sssom/object_label) @@ -11,11 +18,13 @@ URI: [sssom:object_label](http://w3id.org/sssom/object_label) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchResult](SearchResult.md) | An individual search result +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchResult](SearchResult.md) | An individual search result | no | + @@ -25,10 +34,8 @@ URI: [sssom:object_label](http://w3id.org/sssom/object_label) ## Properties * Range: [String](String.md) -* Recommended: True - - +* Recommended: True @@ -50,6 +57,16 @@ URI: [sssom:object_label](http://w3id.org/sssom/object_label) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:object_label | +| native | ontosearch:object_label | + + + + ## LinkML Source
diff --git a/docs/datamodels/search/object_match_field.md b/docs/datamodels/search/object_match_field.md index 345e78c20..0d34d5816 100644 --- a/docs/datamodels/search/object_match_field.md +++ b/docs/datamodels/search/object_match_field.md @@ -1,7 +1,14 @@ + + # Slot: object_match_field + + _The field/property in which the match was found_ + + + URI: [sssom:object_match_field](http://w3id.org/sssom/object_match_field) @@ -11,11 +18,13 @@ URI: [sssom:object_match_field](http://w3id.org/sssom/object_match_field) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchResult](SearchResult.md) | An individual search result +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchResult](SearchResult.md) | An individual search result | no | + @@ -30,8 +39,6 @@ URI: [sssom:object_match_field](http://w3id.org/sssom/object_match_field) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [sssom:object_match_field](http://w3id.org/sssom/object_match_field) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:object_match_field | +| native | ontosearch:object_match_field | + + + + ## LinkML Source
diff --git a/docs/datamodels/search/object_source.md b/docs/datamodels/search/object_source.md index 30d8d9454..597ffa96c 100644 --- a/docs/datamodels/search/object_source.md +++ b/docs/datamodels/search/object_source.md @@ -1,7 +1,14 @@ + + # Slot: object_source + + _The ontology or other source that contains the matched term_ + + + URI: [sssom:object_source](http://w3id.org/sssom/object_source) @@ -11,11 +18,13 @@ URI: [sssom:object_source](http://w3id.org/sssom/object_source) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchResult](SearchResult.md) | An individual search result +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchResult](SearchResult.md) | An individual search result | no | + @@ -30,8 +39,6 @@ URI: [sssom:object_source](http://w3id.org/sssom/object_source) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [sssom:object_source](http://w3id.org/sssom/object_source) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:object_source | +| native | ontosearch:object_source | + + + + ## LinkML Source
diff --git a/docs/datamodels/search/object_source_version.md b/docs/datamodels/search/object_source_version.md index ce3623fba..51533cb43 100644 --- a/docs/datamodels/search/object_source_version.md +++ b/docs/datamodels/search/object_source_version.md @@ -1,7 +1,14 @@ + + # Slot: object_source_version + + _Version IRI or version string of the source of the object term._ + + + URI: [sssom:object_source_version](http://w3id.org/sssom/object_source_version) @@ -11,11 +18,13 @@ URI: [sssom:object_source_version](http://w3id.org/sssom/object_source_version) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchResult](SearchResult.md) | An individual search result +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchResult](SearchResult.md) | An individual search result | no | + @@ -30,8 +39,6 @@ URI: [sssom:object_source_version](http://w3id.org/sssom/object_source_version) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [sssom:object_source_version](http://w3id.org/sssom/object_source_version) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:object_source_version | +| native | ontosearch:object_source_version | + + + + ## LinkML Source
diff --git a/docs/datamodels/search/properties.md b/docs/datamodels/search/properties.md index 18e69a458..01c5d06ac 100644 --- a/docs/datamodels/search/properties.md +++ b/docs/datamodels/search/properties.md @@ -1,7 +1,14 @@ + + # Slot: properties + + _determines which properties are searched over_ + + + URI: [ontosearch:properties](https://w3id.org/oak/search-datamodel/properties) @@ -11,11 +18,13 @@ URI: [ontosearch:properties](https://w3id.org/oak/search-datamodel/properties) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... | no | + @@ -25,10 +34,8 @@ URI: [ontosearch:properties](https://w3id.org/oak/search-datamodel/properties) ## Properties * Range: [SearchProperty](SearchProperty.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [ontosearch:properties](https://w3id.org/oak/search-datamodel/properties) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:properties | +| native | ontosearch:properties | + + + + ## LinkML Source
@@ -58,12 +75,12 @@ name: properties description: determines which properties are searched over from_schema: https://w3id.org/oak/search-datamodel rank: 1000 -multivalued: true alias: properties owner: SearchBaseConfiguration domain_of: - SearchBaseConfiguration range: SearchProperty +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/search/rank.md b/docs/datamodels/search/rank.md index fb1425763..7d63459ed 100644 --- a/docs/datamodels/search/rank.md +++ b/docs/datamodels/search/rank.md @@ -1,7 +1,14 @@ + + # Slot: rank + + _For relevancy-ranked results, this indicates the relevancy, with low numbers being the most relevant_ + + + URI: [ontosearch:rank](https://w3id.org/oak/search-datamodel/rank) @@ -11,11 +18,13 @@ URI: [ontosearch:rank](https://w3id.org/oak/search-datamodel/rank) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchResult](SearchResult.md) | An individual search result +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchResult](SearchResult.md) | An individual search result | no | + @@ -30,8 +39,6 @@ URI: [ontosearch:rank](https://w3id.org/oak/search-datamodel/rank) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [ontosearch:rank](https://w3id.org/oak/search-datamodel/rank) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:rank | +| native | ontosearch:rank | + + + + ## LinkML Source
diff --git a/docs/datamodels/search/result_count.md b/docs/datamodels/search/result_count.md index eded7761b..1fc8347a7 100644 --- a/docs/datamodels/search/result_count.md +++ b/docs/datamodels/search/result_count.md @@ -1,5 +1,9 @@ + + # Slot: result_count + + URI: [ontosearch:result_count](https://w3id.org/oak/search-datamodel/result_count) @@ -9,11 +13,13 @@ URI: [ontosearch:result_count](https://w3id.org/oak/search-datamodel/result_coun + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchResultSet](SearchResultSet.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchResultSet](SearchResultSet.md) | | no | + @@ -28,8 +34,6 @@ URI: [ontosearch:result_count](https://w3id.org/oak/search-datamodel/result_coun - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [ontosearch:result_count](https://w3id.org/oak/search-datamodel/result_coun +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:result_count | +| native | ontosearch:result_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/search/results.md b/docs/datamodels/search/results.md index 07ebc000b..17ce92abf 100644 --- a/docs/datamodels/search/results.md +++ b/docs/datamodels/search/results.md @@ -1,5 +1,9 @@ + + # Slot: results + + URI: [ontosearch:results](https://w3id.org/oak/search-datamodel/results) @@ -9,11 +13,13 @@ URI: [ontosearch:results](https://w3id.org/oak/search-datamodel/results) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchResultSet](SearchResultSet.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchResultSet](SearchResultSet.md) | | no | + @@ -23,10 +29,8 @@ URI: [ontosearch:results](https://w3id.org/oak/search-datamodel/results) ## Properties * Range: [SearchResult](SearchResult.md) -* Multivalued: True - - +* Multivalued: True @@ -48,6 +52,16 @@ URI: [ontosearch:results](https://w3id.org/oak/search-datamodel/results) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:results | +| native | ontosearch:results | + + + + ## LinkML Source
@@ -55,12 +69,12 @@ URI: [ontosearch:results](https://w3id.org/oak/search-datamodel/results) name: results from_schema: https://w3id.org/oak/search-datamodel rank: 1000 -multivalued: true alias: results owner: SearchResultSet domain_of: - SearchResultSet range: SearchResult +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/search/search_terms.md b/docs/datamodels/search/search_terms.md index b090887b5..dd62aef89 100644 --- a/docs/datamodels/search/search_terms.md +++ b/docs/datamodels/search/search_terms.md @@ -1,7 +1,14 @@ + + # Slot: search_terms + + _An individual search term. The syntax is determined by the syntax slot_ + + + URI: [ontosearch:search_terms](https://w3id.org/oak/search-datamodel/search_terms) @@ -11,11 +18,13 @@ URI: [ontosearch:search_terms](https://w3id.org/oak/search-datamodel/search_term + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... | no | + @@ -25,10 +34,8 @@ URI: [ontosearch:search_terms](https://w3id.org/oak/search-datamodel/search_term ## Properties * Range: [SearchTerm](SearchTerm.md) -* Multivalued: True - - +* Multivalued: True @@ -55,6 +62,16 @@ URI: [ontosearch:search_terms](https://w3id.org/oak/search-datamodel/search_term +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:search_terms | +| native | ontosearch:search_terms | + + + + ## LinkML Source
@@ -66,12 +83,12 @@ comments: - If multiple terms are provided this is treated as a union query from_schema: https://w3id.org/oak/search-datamodel rank: 1000 -multivalued: true alias: search_terms owner: SearchBaseConfiguration domain_of: - SearchBaseConfiguration range: SearchTerm +multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/search/snippet.md b/docs/datamodels/search/snippet.md index e7c62202a..b2b3fd519 100644 --- a/docs/datamodels/search/snippet.md +++ b/docs/datamodels/search/snippet.md @@ -1,7 +1,14 @@ + + # Slot: snippet + + _shows how the field was matched_ + + + URI: [ontosearch:snippet](https://w3id.org/oak/search-datamodel/snippet) @@ -11,11 +18,13 @@ URI: [ontosearch:snippet](https://w3id.org/oak/search-datamodel/snippet) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchResult](SearchResult.md) | An individual search result +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchResult](SearchResult.md) | An individual search result | no | + @@ -30,8 +39,6 @@ URI: [ontosearch:snippet](https://w3id.org/oak/search-datamodel/snippet) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [ontosearch:snippet](https://w3id.org/oak/search-datamodel/snippet) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:snippet | +| native | ontosearch:snippet | + + + + ## LinkML Source
diff --git a/docs/datamodels/search/syntax.md b/docs/datamodels/search/syntax.md index aa75755a9..f340bd665 100644 --- a/docs/datamodels/search/syntax.md +++ b/docs/datamodels/search/syntax.md @@ -1,7 +1,14 @@ + + # Slot: syntax + + _Determines how the search term is interpreted_ + + + URI: [ontosearch:syntax](https://w3id.org/oak/search-datamodel/syntax) @@ -11,11 +18,13 @@ URI: [ontosearch:syntax](https://w3id.org/oak/search-datamodel/syntax) + ## Applicable Classes -| Name | Description | -| --- | --- | -[SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [SearchBaseConfiguration](SearchBaseConfiguration.md) | A user-specified configuration that determines how a particular search operat... | no | + @@ -30,8 +39,6 @@ URI: [ontosearch:syntax](https://w3id.org/oak/search-datamodel/syntax) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [ontosearch:syntax](https://w3id.org/oak/search-datamodel/syntax) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ontosearch:syntax | +| native | ontosearch:syntax | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/ItemCount.md b/docs/datamodels/similarity/ItemCount.md index 34d15d6cd..bd24f5492 100644 --- a/docs/datamodels/similarity/ItemCount.md +++ b/docs/datamodels/similarity/ItemCount.md @@ -32,3 +32,13 @@ URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:ItemCount | +| native | sim:ItemCount | + + + diff --git a/docs/datamodels/similarity/NegativeLogValue.md b/docs/datamodels/similarity/NegativeLogValue.md index f9b4ad2f3..af6891a6d 100644 --- a/docs/datamodels/similarity/NegativeLogValue.md +++ b/docs/datamodels/similarity/NegativeLogValue.md @@ -32,3 +32,13 @@ URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:NegativeLogValue | +| native | sim:NegativeLogValue | + + + diff --git a/docs/datamodels/similarity/NonNegativeFloat.md b/docs/datamodels/similarity/NonNegativeFloat.md index a6fa70459..f392d664c 100644 --- a/docs/datamodels/similarity/NonNegativeFloat.md +++ b/docs/datamodels/similarity/NonNegativeFloat.md @@ -32,3 +32,13 @@ URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:NonNegativeFloat | +| native | sim:NonNegativeFloat | + + + diff --git a/docs/datamodels/similarity/PairwiseSimilarity.md b/docs/datamodels/similarity/PairwiseSimilarity.md index b6d8ed124..43df1bbf8 100644 --- a/docs/datamodels/similarity/PairwiseSimilarity.md +++ b/docs/datamodels/similarity/PairwiseSimilarity.md @@ -1,8 +1,13 @@ + + # Class: PairwiseSimilarity + + _Abstract grouping for representing individual pairwise similarities_ + * __NOTE__: this is an abstract class and should not be instantiated directly @@ -10,11 +15,17 @@ URI: [sim:PairwiseSimilarity](https://w3id.org/linkml/similarity/PairwiseSimilar + + + ```{mermaid} classDiagram class PairwiseSimilarity + click PairwiseSimilarity href "../PairwiseSimilarity" PairwiseSimilarity <|-- TermPairwiseSimilarity + click TermPairwiseSimilarity href "../TermPairwiseSimilarity" PairwiseSimilarity <|-- TermSetPairwiseSimilarity + click TermSetPairwiseSimilarity href "../TermSetPairwiseSimilarity" ``` @@ -59,7 +70,6 @@ URI: [sim:PairwiseSimilarity](https://w3id.org/linkml/similarity/PairwiseSimilar - ## Mappings | Mapping Type | Mapped Value | @@ -71,6 +81,8 @@ URI: [sim:PairwiseSimilarity](https://w3id.org/linkml/similarity/PairwiseSimilar + + ## LinkML Source @@ -82,7 +94,6 @@ URI: [sim:PairwiseSimilarity](https://w3id.org/linkml/similarity/PairwiseSimilar name: PairwiseSimilarity description: Abstract grouping for representing individual pairwise similarities from_schema: https://w3id.org/oak/similarity -rank: 1000 abstract: true ``` @@ -95,7 +106,6 @@ abstract: true name: PairwiseSimilarity description: Abstract grouping for representing individual pairwise similarities from_schema: https://w3id.org/oak/similarity -rank: 1000 abstract: true ``` diff --git a/docs/datamodels/similarity/TermPairwiseSimilarity.md b/docs/datamodels/similarity/TermPairwiseSimilarity.md index 4cf393bc4..67211a276 100644 --- a/docs/datamodels/similarity/TermPairwiseSimilarity.md +++ b/docs/datamodels/similarity/TermPairwiseSimilarity.md @@ -1,17 +1,27 @@ + + # Class: TermPairwiseSimilarity + + _A simple pairwise similarity between two atomic concepts/terms_ + URI: [sim:TermPairwiseSimilarity](https://w3id.org/linkml/similarity/TermPairwiseSimilarity) + + + ```{mermaid} classDiagram class TermPairwiseSimilarity + click TermPairwiseSimilarity href "../TermPairwiseSimilarity" PairwiseSimilarity <|-- TermPairwiseSimilarity + click PairwiseSimilarity href "../PairwiseSimilarity" TermPairwiseSimilarity : ancestor_id @@ -21,6 +31,8 @@ URI: [sim:TermPairwiseSimilarity](https://w3id.org/linkml/similarity/TermPairwis TermPairwiseSimilarity : ancestor_source + TermPairwiseSimilarity : cosine_similarity + TermPairwiseSimilarity : dice_similarity TermPairwiseSimilarity : jaccard_similarity @@ -60,7 +72,7 @@ URI: [sim:TermPairwiseSimilarity](https://w3id.org/linkml/similarity/TermPairwis | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [subject_id](subject_id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | The first of the two entities being compared | direct | +| [subject_id](subject_id.md) | 1
[Uriorcurie](Uriorcurie.md) | The first of the two entities being compared | direct | | [subject_label](subject_label.md) | 0..1
[String](String.md) | the label or name for the first entity | direct | | [subject_source](subject_source.md) | 0..1
[String](String.md) | the source for the first entity | direct | | [object_id](object_id.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The second of the two entities being compared | direct | @@ -73,6 +85,7 @@ URI: [sim:TermPairwiseSimilarity](https://w3id.org/linkml/similarity/TermPairwis | [subject_information_content](subject_information_content.md) | 0..1
[NegativeLogValue](NegativeLogValue.md) | The IC of the subject | direct | | [ancestor_information_content](ancestor_information_content.md) | 0..1
[NegativeLogValue](NegativeLogValue.md) | The IC of the object | direct | | [jaccard_similarity](jaccard_similarity.md) | 0..1
[ZeroToOne](ZeroToOne.md) | The number of concepts in the intersection divided by the number in the union | direct | +| [cosine_similarity](cosine_similarity.md) | 0..1
[Float](Float.md) | the dot product of two node embeddings divided by the product of their length... | direct | | [dice_similarity](dice_similarity.md) | 0..1
[ZeroToOne](ZeroToOne.md) | | direct | | [phenodigm_score](phenodigm_score.md) | 0..1
[NonNegativeFloat](NonNegativeFloat.md) | the geometric mean of the jaccard similarity and the information content | direct | @@ -107,7 +120,6 @@ URI: [sim:TermPairwiseSimilarity](https://w3id.org/linkml/similarity/TermPairwis - ## Mappings | Mapping Type | Mapped Value | @@ -119,6 +131,8 @@ URI: [sim:TermPairwiseSimilarity](https://w3id.org/linkml/similarity/TermPairwis + + ## LinkML Source @@ -130,7 +144,6 @@ URI: [sim:TermPairwiseSimilarity](https://w3id.org/linkml/similarity/TermPairwis name: TermPairwiseSimilarity description: A simple pairwise similarity between two atomic concepts/terms from_schema: https://w3id.org/oak/similarity -rank: 1000 is_a: PairwiseSimilarity slots: - subject_id @@ -146,6 +159,7 @@ slots: - subject_information_content - ancestor_information_content - jaccard_similarity +- cosine_similarity - dice_similarity - phenodigm_score @@ -159,7 +173,6 @@ slots: name: TermPairwiseSimilarity description: A simple pairwise similarity between two atomic concepts/terms from_schema: https://w3id.org/oak/similarity -rank: 1000 is_a: PairwiseSimilarity attributes: subject_id: @@ -306,6 +319,18 @@ attributes: domain_of: - TermPairwiseSimilarity range: ZeroToOne + cosine_similarity: + name: cosine_similarity + description: the dot product of two node embeddings divided by the product of + their lengths + from_schema: https://w3id.org/oak/similarity + rank: 1000 + is_a: score + alias: cosine_similarity + owner: TermPairwiseSimilarity + domain_of: + - TermPairwiseSimilarity + range: float dice_similarity: name: dice_similarity from_schema: https://w3id.org/oak/similarity diff --git a/docs/datamodels/similarity/TermSetPairwiseSimilarity.md b/docs/datamodels/similarity/TermSetPairwiseSimilarity.md index 8dda9b9c6..2956feb0d 100644 --- a/docs/datamodels/similarity/TermSetPairwiseSimilarity.md +++ b/docs/datamodels/similarity/TermSetPairwiseSimilarity.md @@ -1,17 +1,27 @@ + + # Class: TermSetPairwiseSimilarity + + _A simple pairwise similarity between two sets of concepts/terms_ + URI: [sim:TermSetPairwiseSimilarity](https://w3id.org/linkml/similarity/TermSetPairwiseSimilarity) + + + ```{mermaid} classDiagram class TermSetPairwiseSimilarity + click TermSetPairwiseSimilarity href "../TermSetPairwiseSimilarity" PairwiseSimilarity <|-- TermSetPairwiseSimilarity + click PairwiseSimilarity href "../PairwiseSimilarity" TermSetPairwiseSimilarity : average_score @@ -21,19 +31,39 @@ URI: [sim:TermSetPairwiseSimilarity](https://w3id.org/linkml/similarity/TermSetP TermSetPairwiseSimilarity : object_best_matches - TermSetPairwiseSimilarity ..> BestMatch : object_best_matches + + + + TermSetPairwiseSimilarity --> "*" BestMatch : object_best_matches + click BestMatch href "../BestMatch" + TermSetPairwiseSimilarity : object_termset - TermSetPairwiseSimilarity ..> TermInfo : object_termset + + + + TermSetPairwiseSimilarity --> "*" TermInfo : object_termset + click TermInfo href "../TermInfo" + TermSetPairwiseSimilarity : subject_best_matches - TermSetPairwiseSimilarity ..> BestMatch : subject_best_matches + + + + TermSetPairwiseSimilarity --> "*" BestMatch : subject_best_matches + click BestMatch href "../BestMatch" + TermSetPairwiseSimilarity : subject_termset - TermSetPairwiseSimilarity ..> TermInfo : subject_termset + + + + TermSetPairwiseSimilarity --> "*" TermInfo : subject_termset + click TermInfo href "../TermInfo" + ``` @@ -52,10 +82,10 @@ URI: [sim:TermSetPairwiseSimilarity](https://w3id.org/linkml/similarity/TermSetP | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [subject_termset](subject_termset.md) | 0..*
[TermInfo](TermInfo.md) | | direct | -| [object_termset](object_termset.md) | 0..*
[TermInfo](TermInfo.md) | | direct | -| [subject_best_matches](subject_best_matches.md) | 0..*
[BestMatch](BestMatch.md) | | direct | -| [object_best_matches](object_best_matches.md) | 0..*
[BestMatch](BestMatch.md) | | direct | +| [subject_termset](subject_termset.md) | *
[TermInfo](TermInfo.md) | | direct | +| [object_termset](object_termset.md) | *
[TermInfo](TermInfo.md) | | direct | +| [subject_best_matches](subject_best_matches.md) | *
[BestMatch](BestMatch.md) | | direct | +| [object_best_matches](object_best_matches.md) | *
[BestMatch](BestMatch.md) | | direct | | [average_score](average_score.md) | 0..1
[Float](Float.md) | | direct | | [best_score](best_score.md) | 0..1
[Float](Float.md) | | direct | | [metric](metric.md) | 0..1
[Uriorcurie](Uriorcurie.md) | | direct | @@ -84,7 +114,6 @@ URI: [sim:TermSetPairwiseSimilarity](https://w3id.org/linkml/similarity/TermSetP - ## Mappings | Mapping Type | Mapped Value | @@ -96,6 +125,8 @@ URI: [sim:TermSetPairwiseSimilarity](https://w3id.org/linkml/similarity/TermSetP + + ## LinkML Source @@ -107,7 +138,6 @@ URI: [sim:TermSetPairwiseSimilarity](https://w3id.org/linkml/similarity/TermSetP name: TermSetPairwiseSimilarity description: A simple pairwise similarity between two sets of concepts/terms from_schema: https://w3id.org/oak/similarity -rank: 1000 is_a: PairwiseSimilarity slots: - subject_termset @@ -128,52 +158,51 @@ slots: name: TermSetPairwiseSimilarity description: A simple pairwise similarity between two sets of concepts/terms from_schema: https://w3id.org/oak/similarity -rank: 1000 is_a: PairwiseSimilarity attributes: subject_termset: name: subject_termset from_schema: https://w3id.org/oak/similarity rank: 1000 - multivalued: true alias: subject_termset owner: TermSetPairwiseSimilarity domain_of: - TermSetPairwiseSimilarity range: TermInfo + multivalued: true inlined: true object_termset: name: object_termset from_schema: https://w3id.org/oak/similarity rank: 1000 - multivalued: true alias: object_termset owner: TermSetPairwiseSimilarity domain_of: - TermSetPairwiseSimilarity range: TermInfo + multivalued: true inlined: true subject_best_matches: name: subject_best_matches from_schema: https://w3id.org/oak/similarity rank: 1000 - multivalued: true alias: subject_best_matches owner: TermSetPairwiseSimilarity domain_of: - TermSetPairwiseSimilarity range: BestMatch + multivalued: true inlined: true object_best_matches: name: object_best_matches from_schema: https://w3id.org/oak/similarity rank: 1000 - multivalued: true alias: object_best_matches owner: TermSetPairwiseSimilarity domain_of: - TermSetPairwiseSimilarity range: BestMatch + multivalued: true inlined: true average_score: name: average_score diff --git a/docs/datamodels/similarity/ZeroToOne.md b/docs/datamodels/similarity/ZeroToOne.md index 2e22ca77f..2504cb5fa 100644 --- a/docs/datamodels/similarity/ZeroToOne.md +++ b/docs/datamodels/similarity/ZeroToOne.md @@ -32,3 +32,13 @@ URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:ZeroToOne | +| native | sim:ZeroToOne | + + + diff --git a/docs/datamodels/similarity/ancestor_id.md b/docs/datamodels/similarity/ancestor_id.md index 5bd5031ea..120b3317e 100644 --- a/docs/datamodels/similarity/ancestor_id.md +++ b/docs/datamodels/similarity/ancestor_id.md @@ -1,7 +1,14 @@ + + # Slot: ancestor_id + + _the most recent common ancestor of the two compared entities. If there are multiple MRCAs then the most informative one is selected_ + + + URI: [sim:ancestor_id](https://w3id.org/linkml/similarity/ancestor_id) @@ -11,11 +18,13 @@ URI: [sim:ancestor_id](https://w3id.org/linkml/similarity/ancestor_id) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | no | + @@ -30,8 +39,6 @@ URI: [sim:ancestor_id](https://w3id.org/linkml/similarity/ancestor_id) - - ## TODOs * decide on what to do when there are multiple possible ancestos @@ -52,6 +59,16 @@ URI: [sim:ancestor_id](https://w3id.org/linkml/similarity/ancestor_id) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:ancestor_id | +| native | sim:ancestor_id | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/ancestor_information_content.md b/docs/datamodels/similarity/ancestor_information_content.md index 7c4ca54b4..30c60f56f 100644 --- a/docs/datamodels/similarity/ancestor_information_content.md +++ b/docs/datamodels/similarity/ancestor_information_content.md @@ -1,7 +1,14 @@ + + # Slot: ancestor_information_content + + _The IC of the object_ + + + URI: [sim:ancestor_information_content](https://w3id.org/linkml/similarity/ancestor_information_content) @@ -17,11 +24,13 @@ URI: [sim:ancestor_information_content](https://w3id.org/linkml/similarity/ances + ## Applicable Classes -| Name | Description | -| --- | --- | -[TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | no | + @@ -36,8 +45,6 @@ URI: [sim:ancestor_information_content](https://w3id.org/linkml/similarity/ances - - ## Identifier and Mapping Information @@ -54,6 +61,16 @@ URI: [sim:ancestor_information_content](https://w3id.org/linkml/similarity/ances +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:ancestor_information_content | +| native | sim:ancestor_information_content | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/ancestor_label.md b/docs/datamodels/similarity/ancestor_label.md index a2c95f8f1..d07e4a430 100644 --- a/docs/datamodels/similarity/ancestor_label.md +++ b/docs/datamodels/similarity/ancestor_label.md @@ -1,7 +1,14 @@ + + # Slot: ancestor_label + + _the name or label of the ancestor concept_ + + + URI: [sim:ancestor_label](https://w3id.org/linkml/similarity/ancestor_label) @@ -11,11 +18,13 @@ URI: [sim:ancestor_label](https://w3id.org/linkml/similarity/ancestor_label) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | no | + @@ -30,8 +39,6 @@ URI: [sim:ancestor_label](https://w3id.org/linkml/similarity/ancestor_label) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [sim:ancestor_label](https://w3id.org/linkml/similarity/ancestor_label) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:ancestor_label | +| native | sim:ancestor_label | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/ancestor_source.md b/docs/datamodels/similarity/ancestor_source.md index d17e1f0ec..9598f562b 100644 --- a/docs/datamodels/similarity/ancestor_source.md +++ b/docs/datamodels/similarity/ancestor_source.md @@ -1,5 +1,9 @@ + + # Slot: ancestor_source + + URI: [sim:ancestor_source](https://w3id.org/linkml/similarity/ancestor_source) @@ -9,11 +13,13 @@ URI: [sim:ancestor_source](https://w3id.org/linkml/similarity/ancestor_source) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | no | + @@ -28,8 +34,6 @@ URI: [sim:ancestor_source](https://w3id.org/linkml/similarity/ancestor_source) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [sim:ancestor_source](https://w3id.org/linkml/similarity/ancestor_source) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:ancestor_source | +| native | sim:ancestor_source | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/dice_similarity.md b/docs/datamodels/similarity/dice_similarity.md index 4daf40b83..52c6fe433 100644 --- a/docs/datamodels/similarity/dice_similarity.md +++ b/docs/datamodels/similarity/dice_similarity.md @@ -1,5 +1,9 @@ + + # Slot: dice_similarity + + URI: [sim:dice_similarity](https://w3id.org/linkml/similarity/dice_similarity) @@ -14,11 +18,13 @@ URI: [sim:dice_similarity](https://w3id.org/linkml/similarity/dice_similarity) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | no | + @@ -33,8 +39,6 @@ URI: [sim:dice_similarity](https://w3id.org/linkml/similarity/dice_similarity) - - ## Identifier and Mapping Information @@ -51,6 +55,16 @@ URI: [sim:dice_similarity](https://w3id.org/linkml/similarity/dice_similarity) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:dice_similarity | +| native | sim:dice_similarity | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/index.md b/docs/datamodels/similarity/index.md index 4ed9e58e8..c74e6043a 100644 --- a/docs/datamodels/similarity/index.md +++ b/docs/datamodels/similarity/index.md @@ -3,6 +3,7 @@ A datamodel for representing semantic similarity between terms or lists of terms. URI: https://w3id.org/oak/similarity + Name: similarity @@ -11,11 +12,12 @@ Name: similarity | Class | Description | | --- | --- | -| [BestMatch](BestMatch.md) | | +| [BestMatch](BestMatch.md) | None | | [PairwiseSimilarity](PairwiseSimilarity.md) | Abstract grouping for representing individual pairwise similarities | -| [TermInfo](TermInfo.md) | | -| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | -| [TermSetPairwiseSimilarity](TermSetPairwiseSimilarity.md) | A simple pairwise similarity between two sets of concepts/terms | +|         [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | +|         [TermSetPairwiseSimilarity](TermSetPairwiseSimilarity.md) | A simple pairwise similarity between two sets of concepts/terms | +| [TermInfo](TermInfo.md) | None | + ## Slots @@ -28,6 +30,7 @@ Name: similarity | [ancestor_source](ancestor_source.md) | | | [average_score](average_score.md) | | | [best_score](best_score.md) | | +| [cosine_similarity](cosine_similarity.md) | the dot product of two node embeddings divided by the product of their length... | | [dice_similarity](dice_similarity.md) | | | [id](id.md) | | | [information_content](information_content.md) | The IC is the negative log of the probability of the concept | @@ -82,11 +85,14 @@ Name: similarity | [Float](Float.md) | A real number that conforms to the xsd:float specification | | [Integer](Integer.md) | An integer | | [ItemCount](ItemCount.md) | | +| [Jsonpath](Jsonpath.md) | A string encoding a JSON Path | +| [Jsonpointer](Jsonpointer.md) | A string encoding a JSON Pointer | | [Ncname](Ncname.md) | Prefix part of CURIE | | [NegativeLogValue](NegativeLogValue.md) | | | [Nodeidentifier](Nodeidentifier.md) | A URI, CURIE or BNODE that represents a node in a model | | [NonNegativeFloat](NonNegativeFloat.md) | | | [Objectidentifier](Objectidentifier.md) | A URI or CURIE that represents an object in the model | +| [Sparqlpath](Sparqlpath.md) | A string encoding a SPARQL Property Path | | [String](String.md) | A character string | | [Time](Time.md) | A time object represents a (local) time of day, independent of any particular... | | [Uri](Uri.md) | a complete URI | diff --git a/docs/datamodels/similarity/information_content.md b/docs/datamodels/similarity/information_content.md index 46e089379..5e83444af 100644 --- a/docs/datamodels/similarity/information_content.md +++ b/docs/datamodels/similarity/information_content.md @@ -1,7 +1,16 @@ + + # Slot: information_content + + _The IC is the negative log of the probability of the concept_ + + +* __NOTE__: this is an abstract slot and should not be populated directly + + URI: [sim:information_content](https://w3id.org/linkml/similarity/information_content) @@ -21,11 +30,11 @@ URI: [sim:information_content](https://w3id.org/linkml/similarity/information_co -## Properties -* Range: [NegativeLogValue](NegativeLogValue.md) +## Properties +* Range: [NegativeLogValue](NegativeLogValue.md) @@ -52,6 +61,16 @@ URI: [sim:information_content](https://w3id.org/linkml/similarity/information_co +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:information_content | +| native | sim:information_content | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/intersection_count.md b/docs/datamodels/similarity/intersection_count.md index 8e1de707e..42ea329c5 100644 --- a/docs/datamodels/similarity/intersection_count.md +++ b/docs/datamodels/similarity/intersection_count.md @@ -1,5 +1,9 @@ + + # Slot: intersection_count + + URI: [sim:intersection_count](https://w3id.org/linkml/similarity/intersection_count) @@ -16,11 +20,11 @@ URI: [sim:intersection_count](https://w3id.org/linkml/similarity/intersection_co -## Properties -* Range: [ItemCount](ItemCount.md) +## Properties +* Range: [ItemCount](ItemCount.md) @@ -42,6 +46,16 @@ URI: [sim:intersection_count](https://w3id.org/linkml/similarity/intersection_co +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:intersection_count | +| native | sim:intersection_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/jaccard_similarity.md b/docs/datamodels/similarity/jaccard_similarity.md index 4eeffbce9..c0dc49c02 100644 --- a/docs/datamodels/similarity/jaccard_similarity.md +++ b/docs/datamodels/similarity/jaccard_similarity.md @@ -1,7 +1,14 @@ + + # Slot: jaccard_similarity + + _The number of concepts in the intersection divided by the number in the union_ + + + URI: [sim:jaccard_similarity](https://w3id.org/linkml/similarity/jaccard_similarity) @@ -16,11 +23,13 @@ URI: [sim:jaccard_similarity](https://w3id.org/linkml/similarity/jaccard_similar + ## Applicable Classes -| Name | Description | -| --- | --- | -[TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | no | + @@ -35,8 +44,6 @@ URI: [sim:jaccard_similarity](https://w3id.org/linkml/similarity/jaccard_similar - - ## Identifier and Mapping Information @@ -53,6 +60,16 @@ URI: [sim:jaccard_similarity](https://w3id.org/linkml/similarity/jaccard_similar +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:jaccard_similarity | +| native | sim:jaccard_similarity | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/object_id.md b/docs/datamodels/similarity/object_id.md index 49c222991..19b1eeb23 100644 --- a/docs/datamodels/similarity/object_id.md +++ b/docs/datamodels/similarity/object_id.md @@ -1,7 +1,14 @@ + + # Slot: object_id + + _The second of the two entities being compared_ + + + URI: [sssom:object_id](http://w3id.org/sssom/object_id) @@ -11,11 +18,13 @@ URI: [sssom:object_id](http://w3id.org/sssom/object_id) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | no | + @@ -30,8 +39,6 @@ URI: [sssom:object_id](http://w3id.org/sssom/object_id) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [sssom:object_id](http://w3id.org/sssom/object_id) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:object_id | +| native | sim:object_id | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/object_information_content.md b/docs/datamodels/similarity/object_information_content.md index 20da6cce4..6d4f6565a 100644 --- a/docs/datamodels/similarity/object_information_content.md +++ b/docs/datamodels/similarity/object_information_content.md @@ -1,7 +1,14 @@ + + # Slot: object_information_content + + _The IC of the object_ + + + URI: [sim:object_information_content](https://w3id.org/linkml/similarity/object_information_content) @@ -17,11 +24,13 @@ URI: [sim:object_information_content](https://w3id.org/linkml/similarity/object_ + ## Applicable Classes -| Name | Description | -| --- | --- | -[TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | no | + @@ -36,8 +45,6 @@ URI: [sim:object_information_content](https://w3id.org/linkml/similarity/object_ - - ## Identifier and Mapping Information @@ -54,6 +61,16 @@ URI: [sim:object_information_content](https://w3id.org/linkml/similarity/object_ +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:object_information_content | +| native | sim:object_information_content | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/object_label.md b/docs/datamodels/similarity/object_label.md index 0f6433041..f774a92a5 100644 --- a/docs/datamodels/similarity/object_label.md +++ b/docs/datamodels/similarity/object_label.md @@ -1,7 +1,14 @@ + + # Slot: object_label + + _the label or name for the second entity_ + + + URI: [sssom:object_label](http://w3id.org/sssom/object_label) @@ -11,11 +18,13 @@ URI: [sssom:object_label](http://w3id.org/sssom/object_label) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | no | + @@ -30,8 +39,6 @@ URI: [sssom:object_label](http://w3id.org/sssom/object_label) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [sssom:object_label](http://w3id.org/sssom/object_label) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:object_label | +| native | sim:object_label | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/object_source.md b/docs/datamodels/similarity/object_source.md index fd132c0c4..08df0490b 100644 --- a/docs/datamodels/similarity/object_source.md +++ b/docs/datamodels/similarity/object_source.md @@ -1,7 +1,14 @@ + + # Slot: object_source + + _the source for the second entity_ + + + URI: [sssom:object_source](http://w3id.org/sssom/object_source) @@ -11,11 +18,13 @@ URI: [sssom:object_source](http://w3id.org/sssom/object_source) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | no | + @@ -30,8 +39,6 @@ URI: [sssom:object_source](http://w3id.org/sssom/object_source) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [sssom:object_source](http://w3id.org/sssom/object_source) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:object_source | +| native | sim:object_source | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/overlap_coefficient.md b/docs/datamodels/similarity/overlap_coefficient.md index c1f6d09ef..a45d2b504 100644 --- a/docs/datamodels/similarity/overlap_coefficient.md +++ b/docs/datamodels/similarity/overlap_coefficient.md @@ -1,5 +1,9 @@ + + # Slot: overlap_coefficient + + URI: [sim:overlap_coefficient](https://w3id.org/linkml/similarity/overlap_coefficient) @@ -16,11 +20,11 @@ URI: [sim:overlap_coefficient](https://w3id.org/linkml/similarity/overlap_coeffi -## Properties -* Range: [ZeroToOne](ZeroToOne.md) +## Properties +* Range: [ZeroToOne](ZeroToOne.md) @@ -42,6 +46,16 @@ URI: [sim:overlap_coefficient](https://w3id.org/linkml/similarity/overlap_coeffi +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:overlap_coefficient | +| native | sim:overlap_coefficient | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/phenodigm_score.md b/docs/datamodels/similarity/phenodigm_score.md index d0f5cd34c..219234fb9 100644 --- a/docs/datamodels/similarity/phenodigm_score.md +++ b/docs/datamodels/similarity/phenodigm_score.md @@ -1,7 +1,14 @@ + + # Slot: phenodigm_score + + _the geometric mean of the jaccard similarity and the information content_ + + + URI: [sim:phenodigm_score](https://w3id.org/linkml/similarity/phenodigm_score) @@ -16,11 +23,13 @@ URI: [sim:phenodigm_score](https://w3id.org/linkml/similarity/phenodigm_score) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | no | + @@ -35,8 +44,6 @@ URI: [sim:phenodigm_score](https://w3id.org/linkml/similarity/phenodigm_score) - - ## Identifier and Mapping Information @@ -53,6 +60,16 @@ URI: [sim:phenodigm_score](https://w3id.org/linkml/similarity/phenodigm_score) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:phenodigm_score | +| native | sim:phenodigm_score | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/score.md b/docs/datamodels/similarity/score.md index c87abf830..eb6e4bb93 100644 --- a/docs/datamodels/similarity/score.md +++ b/docs/datamodels/similarity/score.md @@ -1,7 +1,16 @@ + + # Slot: score + + _Abstract base slot for different kinds of scores_ + + +* __NOTE__: this is an abstract slot and should not be populated directly + + URI: [sim:score](https://w3id.org/linkml/similarity/score) @@ -12,6 +21,7 @@ URI: [sim:score](https://w3id.org/linkml/similarity/score) * **score** * [information_content](information_content.md) * [jaccard_similarity](jaccard_similarity.md) + * [cosine_similarity](cosine_similarity.md) * [dice_similarity](dice_similarity.md) * [phenodigm_score](phenodigm_score.md) * [overlap_coefficient](overlap_coefficient.md) @@ -24,11 +34,13 @@ URI: [sim:score](https://w3id.org/linkml/similarity/score) + ## Applicable Classes -| Name | Description | -| --- | --- | -[BestMatch](BestMatch.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [BestMatch](BestMatch.md) | | no | + @@ -43,8 +55,6 @@ URI: [sim:score](https://w3id.org/linkml/similarity/score) - - ## Identifier and Mapping Information @@ -61,6 +71,16 @@ URI: [sim:score](https://w3id.org/linkml/similarity/score) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:score | +| native | sim:score | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/similarity.md b/docs/datamodels/similarity/similarity.md index 376103160..65db2e1b4 100644 --- a/docs/datamodels/similarity/similarity.md +++ b/docs/datamodels/similarity/similarity.md @@ -1,5 +1,9 @@ + + # Slot: similarity + + URI: [sim:similarity](https://w3id.org/linkml/similarity/similarity) @@ -9,11 +13,13 @@ URI: [sim:similarity](https://w3id.org/linkml/similarity/similarity) + ## Applicable Classes -| Name | Description | -| --- | --- | -[BestMatch](BestMatch.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [BestMatch](BestMatch.md) | | no | + @@ -23,10 +29,8 @@ URI: [sim:similarity](https://w3id.org/linkml/similarity/similarity) ## Properties * Range: [TermPairwiseSimilarity](TermPairwiseSimilarity.md) -* Required: True - - +* Required: True @@ -48,6 +52,16 @@ URI: [sim:similarity](https://w3id.org/linkml/similarity/similarity) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:similarity | +| native | sim:similarity | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/subject_id.md b/docs/datamodels/similarity/subject_id.md index 725f4ce96..9610f4a43 100644 --- a/docs/datamodels/similarity/subject_id.md +++ b/docs/datamodels/similarity/subject_id.md @@ -1,7 +1,14 @@ + + # Slot: subject_id + + _The first of the two entities being compared_ + + + URI: [sssom:subject_id](http://w3id.org/sssom/subject_id) @@ -11,11 +18,13 @@ URI: [sssom:subject_id](http://w3id.org/sssom/subject_id) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | no | + @@ -25,10 +34,8 @@ URI: [sssom:subject_id](http://w3id.org/sssom/subject_id) ## Properties * Range: [Uriorcurie](Uriorcurie.md) -* Required: True - - +* Required: True @@ -50,6 +57,16 @@ URI: [sssom:subject_id](http://w3id.org/sssom/subject_id) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:subject_id | +| native | sim:subject_id | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/subject_information_content.md b/docs/datamodels/similarity/subject_information_content.md index 96bb0c0c6..18553406c 100644 --- a/docs/datamodels/similarity/subject_information_content.md +++ b/docs/datamodels/similarity/subject_information_content.md @@ -1,7 +1,14 @@ + + # Slot: subject_information_content + + _The IC of the subject_ + + + URI: [sim:subject_information_content](https://w3id.org/linkml/similarity/subject_information_content) @@ -17,11 +24,13 @@ URI: [sim:subject_information_content](https://w3id.org/linkml/similarity/subjec + ## Applicable Classes -| Name | Description | -| --- | --- | -[TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | no | + @@ -36,8 +45,6 @@ URI: [sim:subject_information_content](https://w3id.org/linkml/similarity/subjec - - ## Identifier and Mapping Information @@ -54,6 +61,16 @@ URI: [sim:subject_information_content](https://w3id.org/linkml/similarity/subjec +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:subject_information_content | +| native | sim:subject_information_content | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/subject_label.md b/docs/datamodels/similarity/subject_label.md index c791435f3..ac2ad719a 100644 --- a/docs/datamodels/similarity/subject_label.md +++ b/docs/datamodels/similarity/subject_label.md @@ -1,7 +1,14 @@ + + # Slot: subject_label + + _the label or name for the first entity_ + + + URI: [sssom:subject_label](http://w3id.org/sssom/subject_label) @@ -11,11 +18,13 @@ URI: [sssom:subject_label](http://w3id.org/sssom/subject_label) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | no | + @@ -30,8 +39,6 @@ URI: [sssom:subject_label](http://w3id.org/sssom/subject_label) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [sssom:subject_label](http://w3id.org/sssom/subject_label) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:subject_label | +| native | sim:subject_label | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/subject_source.md b/docs/datamodels/similarity/subject_source.md index 84598e1f6..4636eb691 100644 --- a/docs/datamodels/similarity/subject_source.md +++ b/docs/datamodels/similarity/subject_source.md @@ -1,7 +1,14 @@ + + # Slot: subject_source + + _the source for the first entity_ + + + URI: [sssom:subject_source](http://w3id.org/sssom/subject_source) @@ -11,11 +18,13 @@ URI: [sssom:subject_source](http://w3id.org/sssom/subject_source) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TermPairwiseSimilarity](TermPairwiseSimilarity.md) | A simple pairwise similarity between two atomic concepts/terms | no | + @@ -30,8 +39,6 @@ URI: [sssom:subject_source](http://w3id.org/sssom/subject_source) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [sssom:subject_source](http://w3id.org/sssom/subject_source) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:subject_source | +| native | sim:subject_source | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/subsumed_by_score.md b/docs/datamodels/similarity/subsumed_by_score.md index a32e10a3a..50c95b086 100644 --- a/docs/datamodels/similarity/subsumed_by_score.md +++ b/docs/datamodels/similarity/subsumed_by_score.md @@ -1,5 +1,9 @@ + + # Slot: subsumed_by_score + + URI: [sim:subsumed_by_score](https://w3id.org/linkml/similarity/subsumed_by_score) @@ -16,11 +20,11 @@ URI: [sim:subsumed_by_score](https://w3id.org/linkml/similarity/subsumed_by_scor -## Properties -* Range: [ZeroToOne](ZeroToOne.md) +## Properties +* Range: [ZeroToOne](ZeroToOne.md) @@ -42,6 +46,16 @@ URI: [sim:subsumed_by_score](https://w3id.org/linkml/similarity/subsumed_by_scor +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:subsumed_by_score | +| native | sim:subsumed_by_score | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/subsumes_score.md b/docs/datamodels/similarity/subsumes_score.md index aa034fec8..b056a9c37 100644 --- a/docs/datamodels/similarity/subsumes_score.md +++ b/docs/datamodels/similarity/subsumes_score.md @@ -1,5 +1,9 @@ + + # Slot: subsumes_score + + URI: [sim:subsumes_score](https://w3id.org/linkml/similarity/subsumes_score) @@ -16,11 +20,11 @@ URI: [sim:subsumes_score](https://w3id.org/linkml/similarity/subsumes_score) -## Properties -* Range: [ZeroToOne](ZeroToOne.md) +## Properties +* Range: [ZeroToOne](ZeroToOne.md) @@ -42,6 +46,16 @@ URI: [sim:subsumes_score](https://w3id.org/linkml/similarity/subsumes_score) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:subsumes_score | +| native | sim:subsumes_score | + + + + ## LinkML Source
diff --git a/docs/datamodels/similarity/union_count.md b/docs/datamodels/similarity/union_count.md index 11befa2fe..cbbc6acf2 100644 --- a/docs/datamodels/similarity/union_count.md +++ b/docs/datamodels/similarity/union_count.md @@ -1,5 +1,9 @@ + + # Slot: union_count + + URI: [sim:union_count](https://w3id.org/linkml/similarity/union_count) @@ -16,11 +20,11 @@ URI: [sim:union_count](https://w3id.org/linkml/similarity/union_count) -## Properties -* Range: [ItemCount](ItemCount.md) +## Properties +* Range: [ItemCount](ItemCount.md) @@ -42,6 +46,16 @@ URI: [sim:union_count](https://w3id.org/linkml/similarity/union_count) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sim:union_count | +| native | sim:union_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/Boolean.md b/docs/datamodels/summary-statistics/Boolean.md index f826be897..fa77e8196 100644 --- a/docs/datamodels/summary-statistics/Boolean.md +++ b/docs/datamodels/summary-statistics/Boolean.md @@ -1,9 +1,12 @@ # Type: Boolean + + _A binary (true or false) value_ + URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) * [base](https://w3id.org/linkml/base): Bool @@ -34,3 +37,14 @@ URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:boolean | +| native | summary_statistics:boolean | +| exact | schema:Boolean | + + + diff --git a/docs/datamodels/summary-statistics/Date.md b/docs/datamodels/summary-statistics/Date.md index 6d808a086..f13d46934 100644 --- a/docs/datamodels/summary-statistics/Date.md +++ b/docs/datamodels/summary-statistics/Date.md @@ -1,9 +1,12 @@ # Type: Date + + _a date (year, month and day) in an idealized calendar_ + URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) * [base](https://w3id.org/linkml/base): XSDDate @@ -34,3 +37,14 @@ URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:date | +| native | summary_statistics:date | +| exact | schema:Date | + + + diff --git a/docs/datamodels/summary-statistics/Datetime.md b/docs/datamodels/summary-statistics/Datetime.md index 471437c79..11aaa112e 100644 --- a/docs/datamodels/summary-statistics/Datetime.md +++ b/docs/datamodels/summary-statistics/Datetime.md @@ -1,9 +1,12 @@ # Type: Datetime + + _The combination of a date and time_ + URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) * [base](https://w3id.org/linkml/base): XSDDateTime @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:dateTime | +| native | summary_statistics:datetime | +| exact | schema:DateTime | + + + diff --git a/docs/datamodels/summary-statistics/Decimal.md b/docs/datamodels/summary-statistics/Decimal.md index 175d9f7e4..5e4012ee1 100644 --- a/docs/datamodels/summary-statistics/Decimal.md +++ b/docs/datamodels/summary-statistics/Decimal.md @@ -1,9 +1,12 @@ # Type: Decimal + + _A real number with arbitrary precision that conforms to the xsd:decimal specification_ + URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) * [base](https://w3id.org/linkml/base): Decimal @@ -33,3 +36,14 @@ URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:decimal | +| native | summary_statistics:decimal | +| broad | schema:Number | + + + diff --git a/docs/datamodels/summary-statistics/Double.md b/docs/datamodels/summary-statistics/Double.md index bda05e298..ef4217b1b 100644 --- a/docs/datamodels/summary-statistics/Double.md +++ b/docs/datamodels/summary-statistics/Double.md @@ -1,9 +1,12 @@ # Type: Double + + _A real number that conforms to the xsd:double specification_ + URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:double | +| native | summary_statistics:double | +| close | schema:Float | + + + diff --git a/docs/datamodels/summary-statistics/Float.md b/docs/datamodels/summary-statistics/Float.md index 8267fab4b..ed02aea7d 100644 --- a/docs/datamodels/summary-statistics/Float.md +++ b/docs/datamodels/summary-statistics/Float.md @@ -1,9 +1,12 @@ # Type: Float + + _A real number that conforms to the xsd:float specification_ + URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:float | +| native | summary_statistics:float | +| exact | schema:Float | + + + diff --git a/docs/datamodels/summary-statistics/Integer.md b/docs/datamodels/summary-statistics/Integer.md index 0227b3460..4a061d35b 100644 --- a/docs/datamodels/summary-statistics/Integer.md +++ b/docs/datamodels/summary-statistics/Integer.md @@ -1,9 +1,12 @@ # Type: Integer + + _An integer_ + URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) * [base](https://w3id.org/linkml/base): int @@ -33,3 +36,14 @@ URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:integer | +| native | summary_statistics:integer | +| exact | schema:Integer | + + + diff --git a/docs/datamodels/summary-statistics/Ncname.md b/docs/datamodels/summary-statistics/Ncname.md index 4911e6a8e..051c7dcc1 100644 --- a/docs/datamodels/summary-statistics/Ncname.md +++ b/docs/datamodels/summary-statistics/Ncname.md @@ -1,9 +1,12 @@ # Type: Ncname + + _Prefix part of CURIE_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): NCName @@ -34,3 +37,13 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | summary_statistics:ncname | + + + diff --git a/docs/datamodels/summary-statistics/Nodeidentifier.md b/docs/datamodels/summary-statistics/Nodeidentifier.md index d3c4bbe5f..8f3d5b594 100644 --- a/docs/datamodels/summary-statistics/Nodeidentifier.md +++ b/docs/datamodels/summary-statistics/Nodeidentifier.md @@ -1,9 +1,12 @@ # Type: Nodeidentifier + + _A URI, CURIE or BNODE that represents a node in a model._ + URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) * [base](https://w3id.org/linkml/base): NodeIdentifier @@ -34,3 +37,13 @@ URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:nonLiteral | +| native | summary_statistics:nodeidentifier | + + + diff --git a/docs/datamodels/summary-statistics/Objectidentifier.md b/docs/datamodels/summary-statistics/Objectidentifier.md index cee14e6b7..0c2c2ee33 100644 --- a/docs/datamodels/summary-statistics/Objectidentifier.md +++ b/docs/datamodels/summary-statistics/Objectidentifier.md @@ -1,9 +1,12 @@ # Type: Objectidentifier + + _A URI or CURIE that represents an object in the model._ + URI: [shex:iri](http://www.w3.org/ns/shex#iri) * [base](https://w3id.org/linkml/base): ElementIdentifier @@ -38,3 +41,13 @@ URI: [shex:iri](http://www.w3.org/ns/shex#iri) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:iri | +| native | summary_statistics:objectidentifier | + + + diff --git a/docs/datamodels/summary-statistics/String.md b/docs/datamodels/summary-statistics/String.md index 435cb01d5..65cf3390d 100644 --- a/docs/datamodels/summary-statistics/String.md +++ b/docs/datamodels/summary-statistics/String.md @@ -1,9 +1,12 @@ # Type: String + + _A character string_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): str @@ -33,3 +36,14 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | summary_statistics:string | +| exact | schema:Text | + + + diff --git a/docs/datamodels/summary-statistics/Time.md b/docs/datamodels/summary-statistics/Time.md index cd2d74e44..a0d9d8ea9 100644 --- a/docs/datamodels/summary-statistics/Time.md +++ b/docs/datamodels/summary-statistics/Time.md @@ -1,14 +1,17 @@ # Type: Time + + _A time object represents a (local) time of day, independent of any particular day_ -URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +URI: [xsd:time](http://www.w3.org/2001/XMLSchema#time) * [base](https://w3id.org/linkml/base): XSDTime -* [uri](https://w3id.org/linkml/uri): xsd:dateTime +* [uri](https://w3id.org/linkml/uri): xsd:time * [repr](https://w3id.org/linkml/repr): str @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:time | +| native | summary_statistics:time | +| exact | schema:Time | + + + diff --git a/docs/datamodels/summary-statistics/Uri.md b/docs/datamodels/summary-statistics/Uri.md index f8b652678..d63f52a08 100644 --- a/docs/datamodels/summary-statistics/Uri.md +++ b/docs/datamodels/summary-statistics/Uri.md @@ -1,9 +1,12 @@ # Type: Uri + + _a complete URI_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URI @@ -38,3 +41,14 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | summary_statistics:uri | +| close | schema:URL | + + + diff --git a/docs/datamodels/summary-statistics/Uriorcurie.md b/docs/datamodels/summary-statistics/Uriorcurie.md index 03aeceb6f..637bd69f7 100644 --- a/docs/datamodels/summary-statistics/Uriorcurie.md +++ b/docs/datamodels/summary-statistics/Uriorcurie.md @@ -1,9 +1,12 @@ # Type: Uriorcurie + + _a URI or a CURIE_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -34,3 +37,13 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | summary_statistics:uriorcurie | + + + diff --git a/docs/datamodels/summary-statistics/annotation_property_count.md b/docs/datamodels/summary-statistics/annotation_property_count.md index 2c652efb9..25cf4ac7f 100644 --- a/docs/datamodels/summary-statistics/annotation_property_count.md +++ b/docs/datamodels/summary-statistics/annotation_property_count.md @@ -1,7 +1,14 @@ + + # Slot: annotation_property_count + + _Number of annotation properties (metadata properties) in the ontology or subset_ + + + URI: [summary_statistics:annotation_property_count](https://w3id.org/oaklib/summary_statistics.annotation_property_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:annotation_property_count](https://w3id.org/oaklib/summ + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:annotation_property_count](https://w3id.org/oaklib/summ - - ## Identifier and Mapping Information @@ -59,6 +66,16 @@ URI: [summary_statistics:annotation_property_count](https://w3id.org/oaklib/summ +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:annotation_property_count | +| native | summary_statistics:annotation_property_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/anonymous_class_expression_count.md b/docs/datamodels/summary-statistics/anonymous_class_expression_count.md index 42fd08016..a2512e8ab 100644 --- a/docs/datamodels/summary-statistics/anonymous_class_expression_count.md +++ b/docs/datamodels/summary-statistics/anonymous_class_expression_count.md @@ -1,7 +1,14 @@ + + # Slot: anonymous_class_expression_count + + _Number of anonymous class expressions in the ontology or subset_ + + + URI: [summary_statistics:anonymous_class_expression_count](https://w3id.org/oaklib/summary_statistics.anonymous_class_expression_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:anonymous_class_expression_count](https://w3id.org/oakl + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:anonymous_class_expression_count](https://w3id.org/oakl - - ## Identifier and Mapping Information @@ -53,6 +60,16 @@ URI: [summary_statistics:anonymous_class_expression_count](https://w3id.org/oakl +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:anonymous_class_expression_count | +| native | summary_statistics:anonymous_class_expression_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/anonymous_individual_count.md b/docs/datamodels/summary-statistics/anonymous_individual_count.md index c9af80bd2..4a3165423 100644 --- a/docs/datamodels/summary-statistics/anonymous_individual_count.md +++ b/docs/datamodels/summary-statistics/anonymous_individual_count.md @@ -1,7 +1,14 @@ + + # Slot: anonymous_individual_count + + _Number of anonymous individuals in the ontology or subset_ + + + URI: [summary_statistics:anonymous_individual_count](https://w3id.org/oaklib/summary_statistics.anonymous_individual_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:anonymous_individual_count](https://w3id.org/oaklib/sum + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:anonymous_individual_count](https://w3id.org/oaklib/sum - - ## Identifier and Mapping Information @@ -59,6 +66,16 @@ URI: [summary_statistics:anonymous_individual_count](https://w3id.org/oaklib/sum +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:anonymous_individual_count | +| native | summary_statistics:anonymous_individual_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/class_count.md b/docs/datamodels/summary-statistics/class_count.md index be0e4f117..631d369c2 100644 --- a/docs/datamodels/summary-statistics/class_count.md +++ b/docs/datamodels/summary-statistics/class_count.md @@ -1,7 +1,14 @@ + + # Slot: class_count + + _Number of classes in the ontology or subset_ + + + URI: [summary_statistics:class_count](https://w3id.org/oaklib/summary_statistics.class_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:class_count](https://w3id.org/oaklib/summary_statistics + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:class_count](https://w3id.org/oaklib/summary_statistics - - ## Identifier and Mapping Information @@ -59,6 +66,16 @@ URI: [summary_statistics:class_count](https://w3id.org/oaklib/summary_statistics +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:class_count | +| native | summary_statistics:class_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/class_statistic_group.md b/docs/datamodels/summary-statistics/class_statistic_group.md index d40f1c530..354385d32 100644 --- a/docs/datamodels/summary-statistics/class_statistic_group.md +++ b/docs/datamodels/summary-statistics/class_statistic_group.md @@ -1,5 +1,9 @@ + + # Slot: class_statistic_group + + URI: [summary_statistics:class_statistic_group](https://w3id.org/oaklib/summary_statistics.class_statistic_group) @@ -11,11 +15,11 @@ URI: [summary_statistics:class_statistic_group](https://w3id.org/oaklib/summary_ -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -43,6 +47,16 @@ URI: [summary_statistics:class_statistic_group](https://w3id.org/oaklib/summary_ +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:class_statistic_group | +| native | summary_statistics:class_statistic_group | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/count_statistic.md b/docs/datamodels/summary-statistics/count_statistic.md index 61db41aa0..257e32e47 100644 --- a/docs/datamodels/summary-statistics/count_statistic.md +++ b/docs/datamodels/summary-statistics/count_statistic.md @@ -1,5 +1,9 @@ + + # Slot: count_statistic + + URI: [summary_statistics:count_statistic](https://w3id.org/oaklib/summary_statistics.count_statistic) @@ -42,11 +46,11 @@ URI: [summary_statistics:count_statistic](https://w3id.org/oaklib/summary_statis -## Properties -* Range: [Integer](Integer.md) +## Properties +* Range: [Integer](Integer.md) @@ -68,6 +72,16 @@ URI: [summary_statistics:count_statistic](https://w3id.org/oaklib/summary_statis +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:count_statistic | +| native | summary_statistics:count_statistic | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/datatype_property_count.md b/docs/datamodels/summary-statistics/datatype_property_count.md index a0423b561..2293b140e 100644 --- a/docs/datamodels/summary-statistics/datatype_property_count.md +++ b/docs/datamodels/summary-statistics/datatype_property_count.md @@ -1,7 +1,14 @@ + + # Slot: datatype_property_count + + _Number of datatype properties in the ontology or subset_ + + + URI: [summary_statistics:datatype_property_count](https://w3id.org/oaklib/summary_statistics.datatype_property_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:datatype_property_count](https://w3id.org/oaklib/summar + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:datatype_property_count](https://w3id.org/oaklib/summar - - ## Identifier and Mapping Information @@ -59,6 +66,16 @@ URI: [summary_statistics:datatype_property_count](https://w3id.org/oaklib/summar +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:datatype_property_count | +| native | summary_statistics:datatype_property_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/description_logic_profile.md b/docs/datamodels/summary-statistics/description_logic_profile.md index 20314fa3c..9cd8d9dba 100644 --- a/docs/datamodels/summary-statistics/description_logic_profile.md +++ b/docs/datamodels/summary-statistics/description_logic_profile.md @@ -1,7 +1,14 @@ + + # Slot: description_logic_profile + + _Description logic profile (e.g. OWL-EL, OWL-DL) of the ontology or subset_ + + + URI: [summary_statistics:description_logic_profile](https://w3id.org/oaklib/summary_statistics.description_logic_profile) @@ -11,11 +18,13 @@ URI: [summary_statistics:description_logic_profile](https://w3id.org/oaklib/summ + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -30,8 +39,6 @@ URI: [summary_statistics:description_logic_profile](https://w3id.org/oaklib/summ - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [summary_statistics:description_logic_profile](https://w3id.org/oaklib/summ +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:description_logic_profile | +| native | summary_statistics:description_logic_profile | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/distinct_synonym_count.md b/docs/datamodels/summary-statistics/distinct_synonym_count.md index 4a552ba14..29be94fa4 100644 --- a/docs/datamodels/summary-statistics/distinct_synonym_count.md +++ b/docs/datamodels/summary-statistics/distinct_synonym_count.md @@ -1,7 +1,14 @@ + + # Slot: distinct_synonym_count + + _Number of distinct synonym strings in the ontology or subset_ + + + URI: [summary_statistics:distinct_synonym_count](https://w3id.org/oaklib/summary_statistics.distinct_synonym_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:distinct_synonym_count](https://w3id.org/oaklib/summary + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:distinct_synonym_count](https://w3id.org/oaklib/summary - - ## Identifier and Mapping Information @@ -59,6 +66,16 @@ URI: [summary_statistics:distinct_synonym_count](https://w3id.org/oaklib/summary +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:distinct_synonym_count | +| native | summary_statistics:distinct_synonym_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/facet.md b/docs/datamodels/summary-statistics/facet.md index f7f4bf63c..b7daf39ae 100644 --- a/docs/datamodels/summary-statistics/facet.md +++ b/docs/datamodels/summary-statistics/facet.md @@ -1,5 +1,9 @@ + + # Slot: facet + + URI: [summary_statistics:facet](https://w3id.org/oaklib/summary_statistics.facet) @@ -9,12 +13,14 @@ URI: [summary_statistics:facet](https://w3id.org/oaklib/summary_statistics.facet + ## Applicable Classes -| Name | Description | -| --- | --- | -[FacetedCount](FacetedCount.md) | Counts broken down by a facet -[ChangeTypeStatistic](ChangeTypeStatistic.md) | statistics for a particular kind of diff +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [FacetedCount](FacetedCount.md) | Counts broken down by a facet | no | +| [ChangeTypeStatistic](ChangeTypeStatistic.md) | statistics for a particular kind of diff | no | + @@ -29,13 +35,21 @@ URI: [summary_statistics:facet](https://w3id.org/oaklib/summary_statistics.facet +## Identifier and Mapping Information + + + -## Identifier and Mapping Information +## Mappings +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:facet | +| native | summary_statistics:facet | diff --git a/docs/datamodels/summary-statistics/index.md b/docs/datamodels/summary-statistics/index.md index 44dc968be..0f6be5e6c 100644 --- a/docs/datamodels/summary-statistics/index.md +++ b/docs/datamodels/summary-statistics/index.md @@ -3,6 +3,7 @@ A datamodel for reports on data URI: https://w3id.org/oak/summary_statistics + Name: summary-statistics @@ -16,11 +17,12 @@ Name: summary-statistics | [ContributorRole](ContributorRole.md) | A role that a contributor can have | | [ContributorStatistics](ContributorStatistics.md) | Statistics for a contributor | | [FacetedCount](FacetedCount.md) | Counts broken down by a facet | -| [GroupedStatistics](GroupedStatistics.md) | summary statistics for the entire resource | | [Ontology](Ontology.md) | An ontology | | [SummaryStatisticsCalculationActivity](SummaryStatisticsCalculationActivity.md) | An activity that calculates summary statistics for an ontology | | [SummaryStatisticsReport](SummaryStatisticsReport.md) | abstract base class for all summary statistics reports | -| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | +|         [GroupedStatistics](GroupedStatistics.md) | summary statistics for the entire resource | +|         [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | + ## Slots @@ -114,9 +116,12 @@ Name: summary-statistics | [Double](Double.md) | A real number that conforms to the xsd:double specification | | [Float](Float.md) | A real number that conforms to the xsd:float specification | | [Integer](Integer.md) | An integer | +| [Jsonpath](Jsonpath.md) | A string encoding a JSON Path | +| [Jsonpointer](Jsonpointer.md) | A string encoding a JSON Pointer | | [Ncname](Ncname.md) | Prefix part of CURIE | | [Nodeidentifier](Nodeidentifier.md) | A URI, CURIE or BNODE that represents a node in a model | | [Objectidentifier](Objectidentifier.md) | A URI or CURIE that represents an object in the model | +| [Sparqlpath](Sparqlpath.md) | A string encoding a SPARQL Property Path | | [String](String.md) | A character string | | [Time](Time.md) | A time object represents a (local) time of day, independent of any particular... | | [Uri](Uri.md) | a complete URI | diff --git a/docs/datamodels/summary-statistics/individual_count.md b/docs/datamodels/summary-statistics/individual_count.md index 4b75c86bd..353316367 100644 --- a/docs/datamodels/summary-statistics/individual_count.md +++ b/docs/datamodels/summary-statistics/individual_count.md @@ -1,7 +1,14 @@ + + # Slot: individual_count + + _Number of individuals (named and anonymous) in the ontology or subset_ + + + URI: [summary_statistics:individual_count](https://w3id.org/oaklib/summary_statistics.individual_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:individual_count](https://w3id.org/oaklib/summary_stati + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:individual_count](https://w3id.org/oaklib/summary_stati - - ## Identifier and Mapping Information @@ -59,6 +66,16 @@ URI: [summary_statistics:individual_count](https://w3id.org/oaklib/summary_stati +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:individual_count | +| native | summary_statistics:individual_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/individual_statistic_group.md b/docs/datamodels/summary-statistics/individual_statistic_group.md index bb12b3c13..0db18a1cf 100644 --- a/docs/datamodels/summary-statistics/individual_statistic_group.md +++ b/docs/datamodels/summary-statistics/individual_statistic_group.md @@ -1,5 +1,9 @@ + + # Slot: individual_statistic_group + + URI: [summary_statistics:individual_statistic_group](https://w3id.org/oaklib/summary_statistics.individual_statistic_group) @@ -11,11 +15,11 @@ URI: [summary_statistics:individual_statistic_group](https://w3id.org/oaklib/sum -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -37,6 +41,16 @@ URI: [summary_statistics:individual_statistic_group](https://w3id.org/oaklib/sum +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:individual_statistic_group | +| native | summary_statistics:individual_statistic_group | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/mapping_count.md b/docs/datamodels/summary-statistics/mapping_count.md index 60d1f4b87..741de8f1e 100644 --- a/docs/datamodels/summary-statistics/mapping_count.md +++ b/docs/datamodels/summary-statistics/mapping_count.md @@ -1,7 +1,14 @@ + + # Slot: mapping_count + + _Number of mappings (including xrefs) in the ontology or subset_ + + + URI: [summary_statistics:mapping_count](https://w3id.org/oaklib/summary_statistics.mapping_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:mapping_count](https://w3id.org/oaklib/summary_statisti + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:mapping_count](https://w3id.org/oaklib/summary_statisti - - ## Identifier and Mapping Information @@ -59,6 +66,16 @@ URI: [summary_statistics:mapping_count](https://w3id.org/oaklib/summary_statisti +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:mapping_count | +| native | summary_statistics:mapping_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/metadata_statistic_group.md b/docs/datamodels/summary-statistics/metadata_statistic_group.md index 440143ca4..bb8d32905 100644 --- a/docs/datamodels/summary-statistics/metadata_statistic_group.md +++ b/docs/datamodels/summary-statistics/metadata_statistic_group.md @@ -1,5 +1,9 @@ + + # Slot: metadata_statistic_group + + URI: [summary_statistics:metadata_statistic_group](https://w3id.org/oaklib/summary_statistics.metadata_statistic_group) @@ -11,11 +15,11 @@ URI: [summary_statistics:metadata_statistic_group](https://w3id.org/oaklib/summa -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -37,6 +41,16 @@ URI: [summary_statistics:metadata_statistic_group](https://w3id.org/oaklib/summa +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:metadata_statistic_group | +| native | summary_statistics:metadata_statistic_group | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/named_individual_count.md b/docs/datamodels/summary-statistics/named_individual_count.md index 58afc561f..1ffffe471 100644 --- a/docs/datamodels/summary-statistics/named_individual_count.md +++ b/docs/datamodels/summary-statistics/named_individual_count.md @@ -1,7 +1,14 @@ + + # Slot: named_individual_count + + _Number of named individuals in the ontology or subset_ + + + URI: [summary_statistics:named_individual_count](https://w3id.org/oaklib/summary_statistics.named_individual_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:named_individual_count](https://w3id.org/oaklib/summary + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:named_individual_count](https://w3id.org/oaklib/summary - - ## Identifier and Mapping Information @@ -59,6 +66,16 @@ URI: [summary_statistics:named_individual_count](https://w3id.org/oaklib/summary +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:named_individual_count | +| native | summary_statistics:named_individual_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/object_property_count.md b/docs/datamodels/summary-statistics/object_property_count.md index 856063947..5ca0a0c70 100644 --- a/docs/datamodels/summary-statistics/object_property_count.md +++ b/docs/datamodels/summary-statistics/object_property_count.md @@ -1,7 +1,14 @@ + + # Slot: object_property_count + + _Number of object properties (relations) in the ontology or subset_ + + + URI: [summary_statistics:object_property_count](https://w3id.org/oaklib/summary_statistics.object_property_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:object_property_count](https://w3id.org/oaklib/summary_ + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:object_property_count](https://w3id.org/oaklib/summary_ - - ## Identifier and Mapping Information @@ -59,6 +66,16 @@ URI: [summary_statistics:object_property_count](https://w3id.org/oaklib/summary_ +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:object_property_count | +| native | summary_statistics:object_property_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/ontology_count.md b/docs/datamodels/summary-statistics/ontology_count.md index eb48acdcd..137cff527 100644 --- a/docs/datamodels/summary-statistics/ontology_count.md +++ b/docs/datamodels/summary-statistics/ontology_count.md @@ -1,7 +1,14 @@ + + # Slot: ontology_count + + _Number of ontologies (including imports) for the ontology or subset_ + + + URI: [summary_statistics:ontology_count](https://w3id.org/oaklib/summary_statistics.ontology_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:ontology_count](https://w3id.org/oaklib/summary_statist + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:ontology_count](https://w3id.org/oaklib/summary_statist - - ## Identifier and Mapping Information @@ -59,6 +66,16 @@ URI: [summary_statistics:ontology_count](https://w3id.org/oaklib/summary_statist +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:ontology_count | +| native | summary_statistics:ontology_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/owl_axiom_count.md b/docs/datamodels/summary-statistics/owl_axiom_count.md index 0d2e4dbdc..800537eff 100644 --- a/docs/datamodels/summary-statistics/owl_axiom_count.md +++ b/docs/datamodels/summary-statistics/owl_axiom_count.md @@ -1,7 +1,14 @@ + + # Slot: owl_axiom_count + + _Number of OWL axioms in the ontology or subset_ + + + URI: [summary_statistics:owl_axiom_count](https://w3id.org/oaklib/summary_statistics.owl_axiom_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:owl_axiom_count](https://w3id.org/oaklib/summary_statis + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:owl_axiom_count](https://w3id.org/oaklib/summary_statis - - ## Identifier and Mapping Information @@ -59,6 +66,16 @@ URI: [summary_statistics:owl_axiom_count](https://w3id.org/oaklib/summary_statis +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:owl_axiom_count | +| native | summary_statistics:owl_axiom_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/owl_statistic_group.md b/docs/datamodels/summary-statistics/owl_statistic_group.md index d1ec0a735..de3edc2ef 100644 --- a/docs/datamodels/summary-statistics/owl_statistic_group.md +++ b/docs/datamodels/summary-statistics/owl_statistic_group.md @@ -1,5 +1,9 @@ + + # Slot: owl_statistic_group + + URI: [summary_statistics:owl_statistic_group](https://w3id.org/oaklib/summary_statistics.owl_statistic_group) @@ -11,11 +15,11 @@ URI: [summary_statistics:owl_statistic_group](https://w3id.org/oaklib/summary_st -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -37,6 +41,16 @@ URI: [summary_statistics:owl_statistic_group](https://w3id.org/oaklib/summary_st +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:owl_statistic_group | +| native | summary_statistics:owl_statistic_group | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/property_count.md b/docs/datamodels/summary-statistics/property_count.md index 843e4e580..61b69e32e 100644 --- a/docs/datamodels/summary-statistics/property_count.md +++ b/docs/datamodels/summary-statistics/property_count.md @@ -1,7 +1,14 @@ + + # Slot: property_count + + _Number of properties in the ontology or subset_ + + + URI: [summary_statistics:property_count](https://w3id.org/oaklib/summary_statistics.property_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:property_count](https://w3id.org/oaklib/summary_statist + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:property_count](https://w3id.org/oaklib/summary_statist - - ## Identifier and Mapping Information @@ -53,6 +60,16 @@ URI: [summary_statistics:property_count](https://w3id.org/oaklib/summary_statist +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:property_count | +| native | summary_statistics:property_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/property_statistic_group.md b/docs/datamodels/summary-statistics/property_statistic_group.md index 980cfde92..98cdfefdc 100644 --- a/docs/datamodels/summary-statistics/property_statistic_group.md +++ b/docs/datamodels/summary-statistics/property_statistic_group.md @@ -1,5 +1,9 @@ + + # Slot: property_statistic_group + + URI: [summary_statistics:property_statistic_group](https://w3id.org/oaklib/summary_statistics.property_statistic_group) @@ -11,11 +15,11 @@ URI: [summary_statistics:property_statistic_group](https://w3id.org/oaklib/summa -## Properties -* Range: [String](String.md) +## Properties +* Range: [String](String.md) @@ -43,6 +47,16 @@ URI: [summary_statistics:property_statistic_group](https://w3id.org/oaklib/summa +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:property_statistic_group | +| native | summary_statistics:property_statistic_group | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/rdf_triple_count.md b/docs/datamodels/summary-statistics/rdf_triple_count.md index 15d861689..89d71827d 100644 --- a/docs/datamodels/summary-statistics/rdf_triple_count.md +++ b/docs/datamodels/summary-statistics/rdf_triple_count.md @@ -1,7 +1,14 @@ + + # Slot: rdf_triple_count + + _Number of RDF triples in the ontology or subset_ + + + URI: [summary_statistics:rdf_triple_count](https://w3id.org/oaklib/summary_statistics.rdf_triple_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:rdf_triple_count](https://w3id.org/oaklib/summary_stati + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:rdf_triple_count](https://w3id.org/oaklib/summary_stati - - ## Identifier and Mapping Information @@ -53,6 +60,16 @@ URI: [summary_statistics:rdf_triple_count](https://w3id.org/oaklib/summary_stati +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:rdf_triple_count | +| native | summary_statistics:rdf_triple_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/subclass_of_axiom_count.md b/docs/datamodels/summary-statistics/subclass_of_axiom_count.md index 57a237e41..4e786392f 100644 --- a/docs/datamodels/summary-statistics/subclass_of_axiom_count.md +++ b/docs/datamodels/summary-statistics/subclass_of_axiom_count.md @@ -1,7 +1,14 @@ + + # Slot: subclass_of_axiom_count + + _Number of subclass axioms in the ontology or subset_ + + + URI: [summary_statistics:subclass_of_axiom_count](https://w3id.org/oaklib/summary_statistics.subclass_of_axiom_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:subclass_of_axiom_count](https://w3id.org/oaklib/summar + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:subclass_of_axiom_count](https://w3id.org/oaklib/summar - - ## Identifier and Mapping Information @@ -53,6 +60,16 @@ URI: [summary_statistics:subclass_of_axiom_count](https://w3id.org/oaklib/summar +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:subclass_of_axiom_count | +| native | summary_statistics:subclass_of_axiom_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/synonym_statement_count.md b/docs/datamodels/summary-statistics/synonym_statement_count.md index d2a4f0e83..9d8856e0e 100644 --- a/docs/datamodels/summary-statistics/synonym_statement_count.md +++ b/docs/datamodels/summary-statistics/synonym_statement_count.md @@ -1,7 +1,14 @@ + + # Slot: synonym_statement_count + + _Number of synonym statements (assertions) in the ontology or subset_ + + + URI: [summary_statistics:synonym_statement_count](https://w3id.org/oaklib/summary_statistics.synonym_statement_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:synonym_statement_count](https://w3id.org/oaklib/summar + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:synonym_statement_count](https://w3id.org/oaklib/summar - - ## Identifier and Mapping Information @@ -59,6 +66,16 @@ URI: [summary_statistics:synonym_statement_count](https://w3id.org/oaklib/summar +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:synonym_statement_count | +| native | summary_statistics:synonym_statement_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/unsatisfiable_class_count.md b/docs/datamodels/summary-statistics/unsatisfiable_class_count.md index 3655a40f6..05c603038 100644 --- a/docs/datamodels/summary-statistics/unsatisfiable_class_count.md +++ b/docs/datamodels/summary-statistics/unsatisfiable_class_count.md @@ -1,7 +1,14 @@ + + # Slot: unsatisfiable_class_count + + _Number of unsatisfiable classes in the ontology or subset_ + + + URI: [summary_statistics:unsatisfiable_class_count](https://w3id.org/oaklib/summary_statistics.unsatisfiable_class_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:unsatisfiable_class_count](https://w3id.org/oaklib/summ + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:unsatisfiable_class_count](https://w3id.org/oaklib/summ - - ## Identifier and Mapping Information @@ -59,6 +66,16 @@ URI: [summary_statistics:unsatisfiable_class_count](https://w3id.org/oaklib/summ +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:unsatisfiable_class_count | +| native | summary_statistics:unsatisfiable_class_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/summary-statistics/untyped_entity_count.md b/docs/datamodels/summary-statistics/untyped_entity_count.md index 0afbab299..ca63b17be 100644 --- a/docs/datamodels/summary-statistics/untyped_entity_count.md +++ b/docs/datamodels/summary-statistics/untyped_entity_count.md @@ -1,7 +1,14 @@ + + # Slot: untyped_entity_count + + _Number of entities whose type could not be determined in the ontology or subset_ + + + URI: [summary_statistics:untyped_entity_count](https://w3id.org/oaklib/summary_statistics.untyped_entity_count) @@ -16,11 +23,13 @@ URI: [summary_statistics:untyped_entity_count](https://w3id.org/oaklib/summary_s + ## Applicable Classes -| Name | Description | -| --- | --- | -[UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UngroupedStatistics](UngroupedStatistics.md) | A summary statistics report object | no | + @@ -35,8 +44,6 @@ URI: [summary_statistics:untyped_entity_count](https://w3id.org/oaklib/summary_s - - ## Identifier and Mapping Information @@ -53,6 +60,16 @@ URI: [summary_statistics:untyped_entity_count](https://w3id.org/oaklib/summary_s +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | summary_statistics:untyped_entity_count | +| native | summary_statistics:untyped_entity_count | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/Boolean.md b/docs/datamodels/text-annotator/Boolean.md index a8cd9bdfa..59b5f55b2 100644 --- a/docs/datamodels/text-annotator/Boolean.md +++ b/docs/datamodels/text-annotator/Boolean.md @@ -1,9 +1,12 @@ # Type: Boolean + + _A binary (true or false) value_ + URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) * [base](https://w3id.org/linkml/base): Bool @@ -34,3 +37,14 @@ URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:boolean | +| native | ann:boolean | +| exact | schema:Boolean | + + + diff --git a/docs/datamodels/text-annotator/Date.md b/docs/datamodels/text-annotator/Date.md index d0e52b33d..47607f082 100644 --- a/docs/datamodels/text-annotator/Date.md +++ b/docs/datamodels/text-annotator/Date.md @@ -1,9 +1,12 @@ # Type: Date + + _a date (year, month and day) in an idealized calendar_ + URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) * [base](https://w3id.org/linkml/base): XSDDate @@ -34,3 +37,14 @@ URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:date | +| native | ann:date | +| exact | schema:Date | + + + diff --git a/docs/datamodels/text-annotator/Datetime.md b/docs/datamodels/text-annotator/Datetime.md index 8e62b1e9e..ea895c2a4 100644 --- a/docs/datamodels/text-annotator/Datetime.md +++ b/docs/datamodels/text-annotator/Datetime.md @@ -1,9 +1,12 @@ # Type: Datetime + + _The combination of a date and time_ + URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) * [base](https://w3id.org/linkml/base): XSDDateTime @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:dateTime | +| native | ann:datetime | +| exact | schema:DateTime | + + + diff --git a/docs/datamodels/text-annotator/Decimal.md b/docs/datamodels/text-annotator/Decimal.md index 98e29d1b4..c5cd220f7 100644 --- a/docs/datamodels/text-annotator/Decimal.md +++ b/docs/datamodels/text-annotator/Decimal.md @@ -1,9 +1,12 @@ # Type: Decimal + + _A real number with arbitrary precision that conforms to the xsd:decimal specification_ + URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) * [base](https://w3id.org/linkml/base): Decimal @@ -33,3 +36,14 @@ URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:decimal | +| native | ann:decimal | +| broad | schema:Number | + + + diff --git a/docs/datamodels/text-annotator/Double.md b/docs/datamodels/text-annotator/Double.md index 894679b61..d672c39e4 100644 --- a/docs/datamodels/text-annotator/Double.md +++ b/docs/datamodels/text-annotator/Double.md @@ -1,9 +1,12 @@ # Type: Double + + _A real number that conforms to the xsd:double specification_ + URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:double | +| native | ann:double | +| close | schema:Float | + + + diff --git a/docs/datamodels/text-annotator/Float.md b/docs/datamodels/text-annotator/Float.md index de06d6c69..3e6a78bd2 100644 --- a/docs/datamodels/text-annotator/Float.md +++ b/docs/datamodels/text-annotator/Float.md @@ -1,9 +1,12 @@ # Type: Float + + _A real number that conforms to the xsd:float specification_ + URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:float | +| native | ann:float | +| exact | schema:Float | + + + diff --git a/docs/datamodels/text-annotator/HasSpan.md b/docs/datamodels/text-annotator/HasSpan.md index 53ac90d8a..28ff669da 100644 --- a/docs/datamodels/text-annotator/HasSpan.md +++ b/docs/datamodels/text-annotator/HasSpan.md @@ -1,3 +1,5 @@ + + # Class: HasSpan @@ -6,10 +8,15 @@ URI: [ann:HasSpan](https://w3id.org/linkml/text_annotator/HasSpan) + + + ```{mermaid} classDiagram class HasSpan + click HasSpan href "../HasSpan" HasSpan <|-- TextAnnotation + click TextAnnotation href "../TextAnnotation" HasSpan : subject_end @@ -21,7 +28,12 @@ URI: [ann:HasSpan](https://w3id.org/linkml/text_annotator/HasSpan) HasSpan : subject_text_id - HasSpan ..> TextualElement : subject_text_id + + + + HasSpan --> "0..1" TextualElement : subject_text_id + click TextualElement href "../TextualElement" + ``` @@ -73,7 +85,6 @@ URI: [ann:HasSpan](https://w3id.org/linkml/text_annotator/HasSpan) - ## Mappings | Mapping Type | Mapped Value | @@ -85,6 +96,8 @@ URI: [ann:HasSpan](https://w3id.org/linkml/text_annotator/HasSpan) + + ## LinkML Source @@ -95,7 +108,6 @@ URI: [ann:HasSpan](https://w3id.org/linkml/text_annotator/HasSpan) ```yaml name: HasSpan from_schema: https://w3id.org/oak/text_annotator -rank: 1000 mixin: true attributes: subject_start: @@ -104,6 +116,8 @@ attributes: exact_mappings: - bpa:from rank: 1000 + domain_of: + - HasSpan range: Position subject_end: name: subject_end @@ -111,6 +125,8 @@ attributes: exact_mappings: - bpa:to rank: 1000 + domain_of: + - HasSpan range: Position subject_label: name: subject_label @@ -120,6 +136,8 @@ attributes: exact_mappings: - bpa:text rank: 1000 + domain_of: + - HasSpan subject_source: name: subject_source from_schema: https://w3id.org/oak/text_annotator @@ -127,10 +145,14 @@ attributes: - oa:hasBody rank: 1000 slot_uri: sssom:subject_source + domain_of: + - HasSpan subject_text_id: name: subject_text_id from_schema: https://w3id.org/oak/text_annotator rank: 1000 + domain_of: + - HasSpan range: TextualElement ``` @@ -142,7 +164,6 @@ attributes: ```yaml name: HasSpan from_schema: https://w3id.org/oak/text_annotator -rank: 1000 mixin: true attributes: subject_start: diff --git a/docs/datamodels/text-annotator/Integer.md b/docs/datamodels/text-annotator/Integer.md index eaba49ed4..f15873242 100644 --- a/docs/datamodels/text-annotator/Integer.md +++ b/docs/datamodels/text-annotator/Integer.md @@ -1,9 +1,12 @@ # Type: Integer + + _An integer_ + URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) * [base](https://w3id.org/linkml/base): int @@ -33,3 +36,14 @@ URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:integer | +| native | ann:integer | +| exact | schema:Integer | + + + diff --git a/docs/datamodels/text-annotator/Ncname.md b/docs/datamodels/text-annotator/Ncname.md index 261788173..b8c9d442c 100644 --- a/docs/datamodels/text-annotator/Ncname.md +++ b/docs/datamodels/text-annotator/Ncname.md @@ -1,9 +1,12 @@ # Type: Ncname + + _Prefix part of CURIE_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): NCName @@ -34,3 +37,13 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | ann:ncname | + + + diff --git a/docs/datamodels/text-annotator/Nodeidentifier.md b/docs/datamodels/text-annotator/Nodeidentifier.md index c73d2fb20..448fe3e0d 100644 --- a/docs/datamodels/text-annotator/Nodeidentifier.md +++ b/docs/datamodels/text-annotator/Nodeidentifier.md @@ -1,9 +1,12 @@ # Type: Nodeidentifier + + _A URI, CURIE or BNODE that represents a node in a model._ + URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) * [base](https://w3id.org/linkml/base): NodeIdentifier @@ -34,3 +37,13 @@ URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:nonLiteral | +| native | ann:nodeidentifier | + + + diff --git a/docs/datamodels/text-annotator/Objectidentifier.md b/docs/datamodels/text-annotator/Objectidentifier.md index fe1e8e605..1aecb04ea 100644 --- a/docs/datamodels/text-annotator/Objectidentifier.md +++ b/docs/datamodels/text-annotator/Objectidentifier.md @@ -1,9 +1,12 @@ # Type: Objectidentifier + + _A URI or CURIE that represents an object in the model._ + URI: [shex:iri](http://www.w3.org/ns/shex#iri) * [base](https://w3id.org/linkml/base): ElementIdentifier @@ -38,3 +41,13 @@ URI: [shex:iri](http://www.w3.org/ns/shex#iri) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:iri | +| native | ann:objectidentifier | + + + diff --git a/docs/datamodels/text-annotator/Position.md b/docs/datamodels/text-annotator/Position.md index 679e4e6f8..4a3803f78 100644 --- a/docs/datamodels/text-annotator/Position.md +++ b/docs/datamodels/text-annotator/Position.md @@ -32,3 +32,13 @@ URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ann:Position | +| native | ann:Position | + + + diff --git a/docs/datamodels/text-annotator/String.md b/docs/datamodels/text-annotator/String.md index 791da297e..df74575ee 100644 --- a/docs/datamodels/text-annotator/String.md +++ b/docs/datamodels/text-annotator/String.md @@ -1,9 +1,12 @@ # Type: String + + _A character string_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): str @@ -33,3 +36,14 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | ann:string | +| exact | schema:Text | + + + diff --git a/docs/datamodels/text-annotator/TextAnnotation.md b/docs/datamodels/text-annotator/TextAnnotation.md index fce17521b..8a377c8e2 100644 --- a/docs/datamodels/text-annotator/TextAnnotation.md +++ b/docs/datamodels/text-annotator/TextAnnotation.md @@ -1,17 +1,27 @@ + + # Class: TextAnnotation + + _An individual text annotation_ + URI: [oa:Annotation](http://www.w3.org/ns/oa#Annotation) + + + ```{mermaid} classDiagram class TextAnnotation + click TextAnnotation href "../TextAnnotation" HasSpan <|-- TextAnnotation + click HasSpan href "../HasSpan" TextAnnotation : confidence @@ -27,6 +37,8 @@ URI: [oa:Annotation](http://www.w3.org/ns/oa#Annotation) TextAnnotation : object_aliases + TextAnnotation : object_categories + TextAnnotation : object_id TextAnnotation : object_label @@ -45,7 +57,12 @@ URI: [oa:Annotation](http://www.w3.org/ns/oa#Annotation) TextAnnotation : subject_text_id - TextAnnotation ..> TextualElement : subject_text_id + + + + TextAnnotation --> "0..1" TextualElement : subject_text_id + click TextualElement href "../TextualElement" + ``` @@ -66,14 +83,15 @@ URI: [oa:Annotation](http://www.w3.org/ns/oa#Annotation) | [predicate_id](predicate_id.md) | 0..1
[String](String.md) | | direct | | [object_id](object_id.md) | 0..1
[String](String.md) | | direct | | [object_label](object_label.md) | 0..1
[String](String.md) | | direct | +| [object_categories](object_categories.md) | *
[String](String.md) | | direct | | [object_source](object_source.md) | 0..1
[String](String.md) | | direct | | [confidence](confidence.md) | 0..1
[Float](Float.md) | | direct | | [match_string](match_string.md) | 0..1
[String](String.md) | | direct | | [is_longest_match](is_longest_match.md) | 0..1
[Boolean](Boolean.md) | | direct | -| [matches_whole_text](matches_whole_text.md) | 0..1
[String](String.md) | | direct | +| [matches_whole_text](matches_whole_text.md) | 0..1
[Boolean](Boolean.md) | | direct | | [match_type](match_type.md) | 0..1
[String](String.md) | | direct | | [info](info.md) | 0..1
[String](String.md) | | direct | -| [object_aliases](object_aliases.md) | 0..*
[String](String.md) | | direct | +| [object_aliases](object_aliases.md) | *
[String](String.md) | | direct | | [subject_start](subject_start.md) | 0..1
[Position](Position.md) | | [HasSpan](HasSpan.md) | | [subject_end](subject_end.md) | 0..1
[Position](Position.md) | | [HasSpan](HasSpan.md) | | [subject_label](subject_label.md) | 0..1
[String](String.md) | The portion of the subject text that is matched, ranging from subject_start t... | [HasSpan](HasSpan.md) | @@ -111,7 +129,6 @@ URI: [oa:Annotation](http://www.w3.org/ns/oa#Annotation) - ## Mappings | Mapping Type | Mapped Value | @@ -123,6 +140,8 @@ URI: [oa:Annotation](http://www.w3.org/ns/oa#Annotation) + + ## LinkML Source @@ -134,7 +153,6 @@ URI: [oa:Annotation](http://www.w3.org/ns/oa#Annotation) name: TextAnnotation description: An individual text annotation from_schema: https://w3id.org/oak/text_annotator -rank: 1000 mixins: - HasSpan attributes: @@ -143,6 +161,8 @@ attributes: from_schema: https://w3id.org/oak/text_annotator rank: 1000 slot_uri: sssom:predicate_id + domain_of: + - TextAnnotation object_id: name: object_id from_schema: https://w3id.org/oak/text_annotator @@ -150,6 +170,8 @@ attributes: - bpa:annotatedClass.id rank: 1000 slot_uri: sssom:object_id + domain_of: + - TextAnnotation object_label: name: object_label from_schema: https://w3id.org/oak/text_annotator @@ -157,43 +179,69 @@ attributes: - bpa:annotatedClass.prefLabel rank: 1000 slot_uri: sssom:object_label + domain_of: + - TextAnnotation + object_categories: + name: object_categories + from_schema: https://w3id.org/oak/text_annotator + rank: 1000 + domain_of: + - TextAnnotation + multivalued: true object_source: name: object_source from_schema: https://w3id.org/oak/text_annotator rank: 1000 slot_uri: sssom:object_source + domain_of: + - TextAnnotation confidence: name: confidence from_schema: https://w3id.org/oak/text_annotator rank: 1000 slot_uri: sssom:confidence + domain_of: + - TextAnnotation range: float match_string: name: match_string from_schema: https://w3id.org/oak/text_annotator rank: 1000 slot_uri: sssom:match_string + domain_of: + - TextAnnotation is_longest_match: name: is_longest_match from_schema: https://w3id.org/oak/text_annotator rank: 1000 + domain_of: + - TextAnnotation range: boolean matches_whole_text: name: matches_whole_text from_schema: https://w3id.org/oak/text_annotator + domain_of: + - TextAnnotationConfiguration + - TextAnnotation range: boolean match_type: name: match_type from_schema: https://w3id.org/oak/text_annotator rank: 1000 + domain_of: + - TextAnnotation info: name: info from_schema: https://w3id.org/oak/text_annotator rank: 1000 + domain_of: + - TextAnnotation object_aliases: name: object_aliases from_schema: https://w3id.org/oak/text_annotator rank: 1000 + domain_of: + - TextAnnotation multivalued: true class_uri: oa:Annotation @@ -207,7 +255,6 @@ class_uri: oa:Annotation name: TextAnnotation description: An individual text annotation from_schema: https://w3id.org/oak/text_annotator -rank: 1000 mixins: - HasSpan attributes: @@ -245,6 +292,16 @@ attributes: domain_of: - TextAnnotation range: string + object_categories: + name: object_categories + from_schema: https://w3id.org/oak/text_annotator + rank: 1000 + alias: object_categories + owner: TextAnnotation + domain_of: + - TextAnnotation + range: string + multivalued: true object_source: name: object_source from_schema: https://w3id.org/oak/text_annotator @@ -315,12 +372,12 @@ attributes: name: object_aliases from_schema: https://w3id.org/oak/text_annotator rank: 1000 - multivalued: true alias: object_aliases owner: TextAnnotation domain_of: - TextAnnotation range: string + multivalued: true subject_start: name: subject_start from_schema: https://w3id.org/oak/text_annotator diff --git a/docs/datamodels/text-annotator/TextAnnotationResultSet.md b/docs/datamodels/text-annotator/TextAnnotationResultSet.md index c57e95553..aa008327e 100644 --- a/docs/datamodels/text-annotator/TextAnnotationResultSet.md +++ b/docs/datamodels/text-annotator/TextAnnotationResultSet.md @@ -1,19 +1,33 @@ + + # Class: TextAnnotationResultSet + + _A collection of annotation results_ + URI: [ann:TextAnnotationResultSet](https://w3id.org/linkml/text_annotator/TextAnnotationResultSet) + + + ```{mermaid} classDiagram class TextAnnotationResultSet + click TextAnnotationResultSet href "../TextAnnotationResultSet" TextAnnotationResultSet : annotations - TextAnnotationResultSet ..> TextAnnotation : annotations + + + + TextAnnotationResultSet --> "*" TextAnnotation : annotations + click TextAnnotation href "../TextAnnotation" + ``` @@ -28,7 +42,7 @@ URI: [ann:TextAnnotationResultSet](https://w3id.org/linkml/text_annotator/TextAn | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [annotations](annotations.md) | 0..*
[TextAnnotation](TextAnnotation.md) | all annotations | direct | +| [annotations](annotations.md) | *
[TextAnnotation](TextAnnotation.md) | all annotations | direct | @@ -54,7 +68,6 @@ URI: [ann:TextAnnotationResultSet](https://w3id.org/linkml/text_annotator/TextAn - ## Mappings | Mapping Type | Mapped Value | @@ -66,6 +79,8 @@ URI: [ann:TextAnnotationResultSet](https://w3id.org/linkml/text_annotator/TextAn + + ## LinkML Source @@ -77,15 +92,16 @@ URI: [ann:TextAnnotationResultSet](https://w3id.org/linkml/text_annotator/TextAn name: TextAnnotationResultSet description: A collection of annotation results from_schema: https://w3id.org/oak/text_annotator -rank: 1000 attributes: annotations: name: annotations description: all annotations from_schema: https://w3id.org/oak/text_annotator rank: 1000 - multivalued: true + domain_of: + - TextAnnotationResultSet range: TextAnnotation + multivalued: true inlined: true ``` @@ -98,19 +114,18 @@ attributes: name: TextAnnotationResultSet description: A collection of annotation results from_schema: https://w3id.org/oak/text_annotator -rank: 1000 attributes: annotations: name: annotations description: all annotations from_schema: https://w3id.org/oak/text_annotator rank: 1000 - multivalued: true alias: annotations owner: TextAnnotationResultSet domain_of: - TextAnnotationResultSet range: TextAnnotation + multivalued: true inlined: true ``` diff --git a/docs/datamodels/text-annotator/TextualElement.md b/docs/datamodels/text-annotator/TextualElement.md index 472d73aab..22bdce179 100644 --- a/docs/datamodels/text-annotator/TextualElement.md +++ b/docs/datamodels/text-annotator/TextualElement.md @@ -1,3 +1,5 @@ + + # Class: TextualElement @@ -6,9 +8,13 @@ URI: [ann:TextualElement](https://w3id.org/linkml/text_annotator/TextualElement) + + + ```{mermaid} classDiagram class TextualElement + click TextualElement href "../TextualElement" TextualElement : id TextualElement : parent_document @@ -30,7 +36,7 @@ URI: [ann:TextualElement](https://w3id.org/linkml/text_annotator/TextualElement) | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | | direct | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | | direct | | [text](text.md) | 0..1
[String](String.md) | | direct | | [source_text](source_text.md) | 0..1
[String](String.md) | | direct | | [parent_document](parent_document.md) | 0..1
[Uriorcurie](Uriorcurie.md) | | direct | @@ -67,7 +73,6 @@ URI: [ann:TextualElement](https://w3id.org/linkml/text_annotator/TextualElement) - ## Mappings | Mapping Type | Mapped Value | @@ -79,6 +84,8 @@ URI: [ann:TextualElement](https://w3id.org/linkml/text_annotator/TextualElement) + + ## LinkML Source @@ -89,28 +96,36 @@ URI: [ann:TextualElement](https://w3id.org/linkml/text_annotator/TextualElement) ```yaml name: TextualElement from_schema: https://w3id.org/oak/text_annotator -rank: 1000 attributes: id: name: id from_schema: https://w3id.org/oak/text_annotator rank: 1000 identifier: true + domain_of: + - TextualElement range: uriorcurie + required: true text: name: text from_schema: https://w3id.org/oak/text_annotator rank: 1000 + domain_of: + - TextualElement range: string source_text: name: source_text from_schema: https://w3id.org/oak/text_annotator rank: 1000 + domain_of: + - TextualElement range: string parent_document: name: parent_document from_schema: https://w3id.org/oak/text_annotator rank: 1000 + domain_of: + - TextualElement range: uriorcurie ``` @@ -122,7 +137,6 @@ attributes: ```yaml name: TextualElement from_schema: https://w3id.org/oak/text_annotator -rank: 1000 attributes: id: name: id @@ -134,6 +148,7 @@ attributes: domain_of: - TextualElement range: uriorcurie + required: true text: name: text from_schema: https://w3id.org/oak/text_annotator diff --git a/docs/datamodels/text-annotator/Time.md b/docs/datamodels/text-annotator/Time.md index 49e3220e8..20dcf801f 100644 --- a/docs/datamodels/text-annotator/Time.md +++ b/docs/datamodels/text-annotator/Time.md @@ -1,14 +1,17 @@ # Type: Time + + _A time object represents a (local) time of day, independent of any particular day_ -URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +URI: [xsd:time](http://www.w3.org/2001/XMLSchema#time) * [base](https://w3id.org/linkml/base): XSDTime -* [uri](https://w3id.org/linkml/uri): xsd:dateTime +* [uri](https://w3id.org/linkml/uri): xsd:time * [repr](https://w3id.org/linkml/repr): str @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:time | +| native | ann:time | +| exact | schema:Time | + + + diff --git a/docs/datamodels/text-annotator/TransformationType.md b/docs/datamodels/text-annotator/TransformationType.md index fb39e9ef4..02179bdd8 100644 --- a/docs/datamodels/text-annotator/TransformationType.md +++ b/docs/datamodels/text-annotator/TransformationType.md @@ -1,10 +1,13 @@ # Enum: TransformationType + + _A controlled datamodels of the types of transformation that can be applied to_ -URI: [TransformationType](TransformationType) + +URI: [TransformationType](TransformationType.md) ## Permissible Values @@ -42,6 +45,8 @@ URI: [TransformationType](TransformationType) + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/Uri.md b/docs/datamodels/text-annotator/Uri.md index 0777fb0a3..d29c6ae2b 100644 --- a/docs/datamodels/text-annotator/Uri.md +++ b/docs/datamodels/text-annotator/Uri.md @@ -1,9 +1,12 @@ # Type: Uri + + _a complete URI_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URI @@ -38,3 +41,14 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | ann:uri | +| close | schema:URL | + + + diff --git a/docs/datamodels/text-annotator/Uriorcurie.md b/docs/datamodels/text-annotator/Uriorcurie.md index 310efc134..2c619de81 100644 --- a/docs/datamodels/text-annotator/Uriorcurie.md +++ b/docs/datamodels/text-annotator/Uriorcurie.md @@ -1,9 +1,12 @@ # Type: Uriorcurie + + _a URI or a CURIE_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -34,3 +37,13 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | ann:uriorcurie | + + + diff --git a/docs/datamodels/text-annotator/annotations.md b/docs/datamodels/text-annotator/annotations.md index 9908e1b54..65e509ae5 100644 --- a/docs/datamodels/text-annotator/annotations.md +++ b/docs/datamodels/text-annotator/annotations.md @@ -1,7 +1,14 @@ + + # Slot: annotations + + _all annotations_ + + + URI: [ann:annotations](https://w3id.org/linkml/text_annotator/annotations) @@ -11,11 +18,13 @@ URI: [ann:annotations](https://w3id.org/linkml/text_annotator/annotations) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TextAnnotationResultSet](TextAnnotationResultSet.md) | A collection of annotation results +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TextAnnotationResultSet](TextAnnotationResultSet.md) | A collection of annotation results | no | + @@ -25,10 +34,8 @@ URI: [ann:annotations](https://w3id.org/linkml/text_annotator/annotations) ## Properties * Range: [TextAnnotation](TextAnnotation.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [ann:annotations](https://w3id.org/linkml/text_annotator/annotations) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ann:annotations | +| native | ann:annotations | + + + + ## LinkML Source
@@ -58,12 +75,12 @@ name: annotations description: all annotations from_schema: https://w3id.org/oak/text_annotator rank: 1000 -multivalued: true alias: annotations owner: TextAnnotationResultSet domain_of: - TextAnnotationResultSet range: TextAnnotation +multivalued: true inlined: true ``` diff --git a/docs/datamodels/text-annotator/confidence.md b/docs/datamodels/text-annotator/confidence.md index 50184e7b0..7b9de28fc 100644 --- a/docs/datamodels/text-annotator/confidence.md +++ b/docs/datamodels/text-annotator/confidence.md @@ -1,5 +1,9 @@ + + # Slot: confidence + + URI: [sssom:confidence](http://w3id.org/sssom/confidence) @@ -9,11 +13,13 @@ URI: [sssom:confidence](http://w3id.org/sssom/confidence) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TextAnnotation](TextAnnotation.md) | An individual text annotation +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TextAnnotation](TextAnnotation.md) | An individual text annotation | no | + @@ -28,8 +34,6 @@ URI: [sssom:confidence](http://w3id.org/sssom/confidence) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [sssom:confidence](http://w3id.org/sssom/confidence) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:confidence | +| native | ann:confidence | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/id.md b/docs/datamodels/text-annotator/id.md index 5b472f12b..e1196c25f 100644 --- a/docs/datamodels/text-annotator/id.md +++ b/docs/datamodels/text-annotator/id.md @@ -1,5 +1,9 @@ + + # Slot: id + + URI: [ann:id](https://w3id.org/linkml/text_annotator/id) @@ -9,11 +13,13 @@ URI: [ann:id](https://w3id.org/linkml/text_annotator/id) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TextualElement](TextualElement.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TextualElement](TextualElement.md) | | no | + @@ -24,7 +30,7 @@ URI: [ann:id](https://w3id.org/linkml/text_annotator/id) * Range: [Uriorcurie](Uriorcurie.md) - +* Required: True @@ -46,6 +52,16 @@ URI: [ann:id](https://w3id.org/linkml/text_annotator/id) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ann:id | +| native | ann:id | + + + + ## LinkML Source
@@ -59,6 +75,7 @@ owner: TextualElement domain_of: - TextualElement range: uriorcurie +required: true ```
\ No newline at end of file diff --git a/docs/datamodels/text-annotator/index.md b/docs/datamodels/text-annotator/index.md index c7dd75649..4643e98f5 100644 --- a/docs/datamodels/text-annotator/index.md +++ b/docs/datamodels/text-annotator/index.md @@ -3,6 +3,7 @@ A datamodel for representing the results of textual named entity recognition annotation results. This draws upon both SSSOM and https://www.w3.org/TR/annotation-model/ URI: https://w3id.org/oak/text_annotator + Name: text-annotator @@ -11,11 +12,12 @@ Name: text-annotator | Class | Description | | --- | --- | -| [HasSpan](HasSpan.md) | | +| [HasSpan](HasSpan.md) | None | | [TextAnnotation](TextAnnotation.md) | An individual text annotation | | [TextAnnotationConfiguration](TextAnnotationConfiguration.md) | configuration for search | | [TextAnnotationResultSet](TextAnnotationResultSet.md) | A collection of annotation results | -| [TextualElement](TextualElement.md) | | +| [TextualElement](TextualElement.md) | None | + ## Slots @@ -23,17 +25,19 @@ Name: text-annotator | Slot | Description | | --- | --- | | [annotations](annotations.md) | all annotations | +| [categories](categories.md) | A list of named entity categories to include | | [confidence](confidence.md) | | | [id](id.md) | | -| [include_aliases](include_aliases.md) | | +| [include_aliases](include_aliases.md) | If true, then the aliases (synonyms) of the matched entity are included in th... | | [info](info.md) | | | [is_longest_match](is_longest_match.md) | | -| [limit](limit.md) | | +| [limit](limit.md) | The maximum number of annotations to return | | [match_string](match_string.md) | | | [match_type](match_type.md) | | -| [matches_whole_text](matches_whole_text.md) | | -| [model](model.md) | | +| [matches_whole_text](matches_whole_text.md) | If true, then only grounding is performed, and the entire text is used as the... | +| [model](model.md) | The name of the model to use for annotation | | [object_aliases](object_aliases.md) | | +| [object_categories](object_categories.md) | | | [object_id](object_id.md) | | | [object_label](object_label.md) | | | [object_source](object_source.md) | | @@ -47,7 +51,7 @@ Name: text-annotator | [subject_start](subject_start.md) | | | [subject_text_id](subject_text_id.md) | | | [text](text.md) | | -| [token_exclusion_list](token_exclusion_list.md) | | +| [token_exclusion_list](token_exclusion_list.md) | A list of tokens to exclude from the annotation process | ## Enumerations @@ -70,10 +74,13 @@ Name: text-annotator | [Double](Double.md) | A real number that conforms to the xsd:double specification | | [Float](Float.md) | A real number that conforms to the xsd:float specification | | [Integer](Integer.md) | An integer | +| [Jsonpath](Jsonpath.md) | A string encoding a JSON Path | +| [Jsonpointer](Jsonpointer.md) | A string encoding a JSON Pointer | | [Ncname](Ncname.md) | Prefix part of CURIE | | [Nodeidentifier](Nodeidentifier.md) | A URI, CURIE or BNODE that represents a node in a model | | [Objectidentifier](Objectidentifier.md) | A URI or CURIE that represents an object in the model | | [Position](Position.md) | | +| [Sparqlpath](Sparqlpath.md) | A string encoding a SPARQL Property Path | | [String](String.md) | A character string | | [Time](Time.md) | A time object represents a (local) time of day, independent of any particular... | | [Uri](Uri.md) | a complete URI | diff --git a/docs/datamodels/text-annotator/info.md b/docs/datamodels/text-annotator/info.md index bd05583ad..6b4b586f5 100644 --- a/docs/datamodels/text-annotator/info.md +++ b/docs/datamodels/text-annotator/info.md @@ -1,5 +1,9 @@ + + # Slot: info + + URI: [ann:info](https://w3id.org/linkml/text_annotator/info) @@ -9,11 +13,13 @@ URI: [ann:info](https://w3id.org/linkml/text_annotator/info) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TextAnnotation](TextAnnotation.md) | An individual text annotation +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TextAnnotation](TextAnnotation.md) | An individual text annotation | no | + @@ -28,8 +34,6 @@ URI: [ann:info](https://w3id.org/linkml/text_annotator/info) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [ann:info](https://w3id.org/linkml/text_annotator/info) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ann:info | +| native | ann:info | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/is_longest_match.md b/docs/datamodels/text-annotator/is_longest_match.md index 69aa18632..f849d23f3 100644 --- a/docs/datamodels/text-annotator/is_longest_match.md +++ b/docs/datamodels/text-annotator/is_longest_match.md @@ -1,5 +1,9 @@ + + # Slot: is_longest_match + + URI: [ann:is_longest_match](https://w3id.org/linkml/text_annotator/is_longest_match) @@ -9,11 +13,13 @@ URI: [ann:is_longest_match](https://w3id.org/linkml/text_annotator/is_longest_ma + ## Applicable Classes -| Name | Description | -| --- | --- | -[TextAnnotation](TextAnnotation.md) | An individual text annotation +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TextAnnotation](TextAnnotation.md) | An individual text annotation | no | + @@ -28,8 +34,6 @@ URI: [ann:is_longest_match](https://w3id.org/linkml/text_annotator/is_longest_ma - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [ann:is_longest_match](https://w3id.org/linkml/text_annotator/is_longest_ma +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ann:is_longest_match | +| native | ann:is_longest_match | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/match_string.md b/docs/datamodels/text-annotator/match_string.md index 3ebec1e2f..0e59dbd27 100644 --- a/docs/datamodels/text-annotator/match_string.md +++ b/docs/datamodels/text-annotator/match_string.md @@ -1,5 +1,9 @@ + + # Slot: match_string + + URI: [sssom:match_string](http://w3id.org/sssom/match_string) @@ -9,11 +13,13 @@ URI: [sssom:match_string](http://w3id.org/sssom/match_string) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TextAnnotation](TextAnnotation.md) | An individual text annotation +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TextAnnotation](TextAnnotation.md) | An individual text annotation | no | + @@ -28,8 +34,6 @@ URI: [sssom:match_string](http://w3id.org/sssom/match_string) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [sssom:match_string](http://w3id.org/sssom/match_string) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:match_string | +| native | ann:match_string | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/match_type.md b/docs/datamodels/text-annotator/match_type.md index 278a49765..f3f474c6d 100644 --- a/docs/datamodels/text-annotator/match_type.md +++ b/docs/datamodels/text-annotator/match_type.md @@ -1,5 +1,9 @@ + + # Slot: match_type + + URI: [ann:match_type](https://w3id.org/linkml/text_annotator/match_type) @@ -9,11 +13,13 @@ URI: [ann:match_type](https://w3id.org/linkml/text_annotator/match_type) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TextAnnotation](TextAnnotation.md) | An individual text annotation +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TextAnnotation](TextAnnotation.md) | An individual text annotation | no | + @@ -28,8 +34,6 @@ URI: [ann:match_type](https://w3id.org/linkml/text_annotator/match_type) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [ann:match_type](https://w3id.org/linkml/text_annotator/match_type) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ann:match_type | +| native | ann:match_type | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/object_id.md b/docs/datamodels/text-annotator/object_id.md index 3a752c02b..aecc2056c 100644 --- a/docs/datamodels/text-annotator/object_id.md +++ b/docs/datamodels/text-annotator/object_id.md @@ -1,5 +1,9 @@ + + # Slot: object_id + + URI: [sssom:object_id](http://w3id.org/sssom/object_id) @@ -9,11 +13,13 @@ URI: [sssom:object_id](http://w3id.org/sssom/object_id) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TextAnnotation](TextAnnotation.md) | An individual text annotation +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TextAnnotation](TextAnnotation.md) | An individual text annotation | no | + @@ -28,8 +34,6 @@ URI: [sssom:object_id](http://w3id.org/sssom/object_id) - - ## Identifier and Mapping Information @@ -46,6 +50,17 @@ URI: [sssom:object_id](http://w3id.org/sssom/object_id) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:object_id | +| native | ann:object_id | +| exact | bpa:annotatedClass.id | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/object_label.md b/docs/datamodels/text-annotator/object_label.md index f776a2a7e..e612f6da6 100644 --- a/docs/datamodels/text-annotator/object_label.md +++ b/docs/datamodels/text-annotator/object_label.md @@ -1,5 +1,9 @@ + + # Slot: object_label + + URI: [sssom:object_label](http://w3id.org/sssom/object_label) @@ -9,11 +13,13 @@ URI: [sssom:object_label](http://w3id.org/sssom/object_label) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TextAnnotation](TextAnnotation.md) | An individual text annotation +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TextAnnotation](TextAnnotation.md) | An individual text annotation | no | + @@ -28,8 +34,6 @@ URI: [sssom:object_label](http://w3id.org/sssom/object_label) - - ## Identifier and Mapping Information @@ -46,6 +50,17 @@ URI: [sssom:object_label](http://w3id.org/sssom/object_label) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:object_label | +| native | ann:object_label | +| exact | bpa:annotatedClass.prefLabel | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/object_source.md b/docs/datamodels/text-annotator/object_source.md index 5c16a58ae..99dfc0072 100644 --- a/docs/datamodels/text-annotator/object_source.md +++ b/docs/datamodels/text-annotator/object_source.md @@ -1,5 +1,9 @@ + + # Slot: object_source + + URI: [sssom:object_source](http://w3id.org/sssom/object_source) @@ -9,11 +13,13 @@ URI: [sssom:object_source](http://w3id.org/sssom/object_source) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TextAnnotation](TextAnnotation.md) | An individual text annotation +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TextAnnotation](TextAnnotation.md) | An individual text annotation | no | + @@ -28,8 +34,6 @@ URI: [sssom:object_source](http://w3id.org/sssom/object_source) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [sssom:object_source](http://w3id.org/sssom/object_source) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:object_source | +| native | ann:object_source | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/parent_document.md b/docs/datamodels/text-annotator/parent_document.md index 107bb2f7f..6bba4ea9c 100644 --- a/docs/datamodels/text-annotator/parent_document.md +++ b/docs/datamodels/text-annotator/parent_document.md @@ -1,5 +1,9 @@ + + # Slot: parent_document + + URI: [ann:parent_document](https://w3id.org/linkml/text_annotator/parent_document) @@ -9,11 +13,13 @@ URI: [ann:parent_document](https://w3id.org/linkml/text_annotator/parent_documen + ## Applicable Classes -| Name | Description | -| --- | --- | -[TextualElement](TextualElement.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TextualElement](TextualElement.md) | | no | + @@ -28,8 +34,6 @@ URI: [ann:parent_document](https://w3id.org/linkml/text_annotator/parent_documen - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [ann:parent_document](https://w3id.org/linkml/text_annotator/parent_documen +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ann:parent_document | +| native | ann:parent_document | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/predicate_id.md b/docs/datamodels/text-annotator/predicate_id.md index 96cdfd9dd..f5f7ad47e 100644 --- a/docs/datamodels/text-annotator/predicate_id.md +++ b/docs/datamodels/text-annotator/predicate_id.md @@ -1,5 +1,9 @@ + + # Slot: predicate_id + + URI: [sssom:predicate_id](http://w3id.org/sssom/predicate_id) @@ -9,11 +13,13 @@ URI: [sssom:predicate_id](http://w3id.org/sssom/predicate_id) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TextAnnotation](TextAnnotation.md) | An individual text annotation +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TextAnnotation](TextAnnotation.md) | An individual text annotation | no | + @@ -28,8 +34,6 @@ URI: [sssom:predicate_id](http://w3id.org/sssom/predicate_id) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [sssom:predicate_id](http://w3id.org/sssom/predicate_id) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:predicate_id | +| native | ann:predicate_id | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/source_text.md b/docs/datamodels/text-annotator/source_text.md index 0a583d99b..d20229e3a 100644 --- a/docs/datamodels/text-annotator/source_text.md +++ b/docs/datamodels/text-annotator/source_text.md @@ -1,5 +1,9 @@ + + # Slot: source_text + + URI: [ann:source_text](https://w3id.org/linkml/text_annotator/source_text) @@ -9,11 +13,13 @@ URI: [ann:source_text](https://w3id.org/linkml/text_annotator/source_text) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TextualElement](TextualElement.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TextualElement](TextualElement.md) | | no | + @@ -28,8 +34,6 @@ URI: [ann:source_text](https://w3id.org/linkml/text_annotator/source_text) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [ann:source_text](https://w3id.org/linkml/text_annotator/source_text) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ann:source_text | +| native | ann:source_text | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/subject_end.md b/docs/datamodels/text-annotator/subject_end.md index 88be77034..35fdbe6de 100644 --- a/docs/datamodels/text-annotator/subject_end.md +++ b/docs/datamodels/text-annotator/subject_end.md @@ -1,5 +1,9 @@ + + # Slot: subject_end + + URI: [ann:subject_end](https://w3id.org/linkml/text_annotator/subject_end) @@ -9,12 +13,14 @@ URI: [ann:subject_end](https://w3id.org/linkml/text_annotator/subject_end) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasSpan](HasSpan.md) | -[TextAnnotation](TextAnnotation.md) | An individual text annotation +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [HasSpan](HasSpan.md) | | no | +| [TextAnnotation](TextAnnotation.md) | An individual text annotation | no | + @@ -29,8 +35,6 @@ URI: [ann:subject_end](https://w3id.org/linkml/text_annotator/subject_end) - - ## Identifier and Mapping Information @@ -47,6 +51,17 @@ URI: [ann:subject_end](https://w3id.org/linkml/text_annotator/subject_end) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ann:subject_end | +| native | ann:subject_end | +| exact | bpa:to | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/subject_label.md b/docs/datamodels/text-annotator/subject_label.md index 69c5f48fb..3925edfe8 100644 --- a/docs/datamodels/text-annotator/subject_label.md +++ b/docs/datamodels/text-annotator/subject_label.md @@ -1,7 +1,14 @@ + + # Slot: subject_label + + _The portion of the subject text that is matched, ranging from subject_start to subject_end_ + + + URI: [ann:subject_label](https://w3id.org/linkml/text_annotator/subject_label) @@ -11,12 +18,14 @@ URI: [ann:subject_label](https://w3id.org/linkml/text_annotator/subject_label) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasSpan](HasSpan.md) | -[TextAnnotation](TextAnnotation.md) | An individual text annotation +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [HasSpan](HasSpan.md) | | no | +| [TextAnnotation](TextAnnotation.md) | An individual text annotation | no | + @@ -31,8 +40,6 @@ URI: [ann:subject_label](https://w3id.org/linkml/text_annotator/subject_label) - - ## Identifier and Mapping Information @@ -49,6 +56,17 @@ URI: [ann:subject_label](https://w3id.org/linkml/text_annotator/subject_label) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ann:subject_label | +| native | ann:subject_label | +| exact | bpa:text | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/subject_source.md b/docs/datamodels/text-annotator/subject_source.md index 43a06d85d..6576bbf62 100644 --- a/docs/datamodels/text-annotator/subject_source.md +++ b/docs/datamodels/text-annotator/subject_source.md @@ -1,5 +1,9 @@ + + # Slot: subject_source + + URI: [sssom:subject_source](http://w3id.org/sssom/subject_source) @@ -9,12 +13,14 @@ URI: [sssom:subject_source](http://w3id.org/sssom/subject_source) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasSpan](HasSpan.md) | -[TextAnnotation](TextAnnotation.md) | An individual text annotation +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [HasSpan](HasSpan.md) | | no | +| [TextAnnotation](TextAnnotation.md) | An individual text annotation | no | + @@ -29,8 +35,6 @@ URI: [sssom:subject_source](http://w3id.org/sssom/subject_source) - - ## Identifier and Mapping Information @@ -47,6 +51,17 @@ URI: [sssom:subject_source](http://w3id.org/sssom/subject_source) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sssom:subject_source | +| native | ann:subject_source | +| exact | oa:hasBody | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/subject_start.md b/docs/datamodels/text-annotator/subject_start.md index eb7efa691..d56c7882f 100644 --- a/docs/datamodels/text-annotator/subject_start.md +++ b/docs/datamodels/text-annotator/subject_start.md @@ -1,5 +1,9 @@ + + # Slot: subject_start + + URI: [ann:subject_start](https://w3id.org/linkml/text_annotator/subject_start) @@ -9,12 +13,14 @@ URI: [ann:subject_start](https://w3id.org/linkml/text_annotator/subject_start) + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasSpan](HasSpan.md) | -[TextAnnotation](TextAnnotation.md) | An individual text annotation +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [HasSpan](HasSpan.md) | | no | +| [TextAnnotation](TextAnnotation.md) | An individual text annotation | no | + @@ -29,8 +35,6 @@ URI: [ann:subject_start](https://w3id.org/linkml/text_annotator/subject_start) - - ## Identifier and Mapping Information @@ -47,6 +51,17 @@ URI: [ann:subject_start](https://w3id.org/linkml/text_annotator/subject_start) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ann:subject_start | +| native | ann:subject_start | +| exact | bpa:from | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/subject_text_id.md b/docs/datamodels/text-annotator/subject_text_id.md index 09f9b1c42..9b3ace0eb 100644 --- a/docs/datamodels/text-annotator/subject_text_id.md +++ b/docs/datamodels/text-annotator/subject_text_id.md @@ -1,5 +1,9 @@ + + # Slot: subject_text_id + + URI: [ann:subject_text_id](https://w3id.org/linkml/text_annotator/subject_text_id) @@ -9,12 +13,14 @@ URI: [ann:subject_text_id](https://w3id.org/linkml/text_annotator/subject_text_i + ## Applicable Classes -| Name | Description | -| --- | --- | -[HasSpan](HasSpan.md) | -[TextAnnotation](TextAnnotation.md) | An individual text annotation +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [HasSpan](HasSpan.md) | | no | +| [TextAnnotation](TextAnnotation.md) | An individual text annotation | no | + @@ -29,8 +35,6 @@ URI: [ann:subject_text_id](https://w3id.org/linkml/text_annotator/subject_text_i - - ## Identifier and Mapping Information @@ -47,6 +51,16 @@ URI: [ann:subject_text_id](https://w3id.org/linkml/text_annotator/subject_text_i +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ann:subject_text_id | +| native | ann:subject_text_id | + + + + ## LinkML Source
diff --git a/docs/datamodels/text-annotator/text.md b/docs/datamodels/text-annotator/text.md index bec30eda2..316a31385 100644 --- a/docs/datamodels/text-annotator/text.md +++ b/docs/datamodels/text-annotator/text.md @@ -1,5 +1,9 @@ + + # Slot: text + + URI: [ann:text](https://w3id.org/linkml/text_annotator/text) @@ -9,11 +13,13 @@ URI: [ann:text](https://w3id.org/linkml/text_annotator/text) + ## Applicable Classes -| Name | Description | -| --- | --- | -[TextualElement](TextualElement.md) | +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [TextualElement](TextualElement.md) | | no | + @@ -28,8 +34,6 @@ URI: [ann:text](https://w3id.org/linkml/text_annotator/text) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [ann:text](https://w3id.org/linkml/text_annotator/text) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | ann:text | +| native | ann:text | + + + + ## LinkML Source
diff --git a/docs/datamodels/validation/Boolean.md b/docs/datamodels/validation/Boolean.md index 2c0189fce..be1995d77 100644 --- a/docs/datamodels/validation/Boolean.md +++ b/docs/datamodels/validation/Boolean.md @@ -1,9 +1,12 @@ # Type: Boolean + + _A binary (true or false) value_ + URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) * [base](https://w3id.org/linkml/base): Bool @@ -34,3 +37,14 @@ URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:boolean | +| native | vm:boolean | +| exact | schema:Boolean | + + + diff --git a/docs/datamodels/validation/Date.md b/docs/datamodels/validation/Date.md index d01ded1bf..59551033b 100644 --- a/docs/datamodels/validation/Date.md +++ b/docs/datamodels/validation/Date.md @@ -1,9 +1,12 @@ # Type: Date + + _a date (year, month and day) in an idealized calendar_ + URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) * [base](https://w3id.org/linkml/base): XSDDate @@ -34,3 +37,14 @@ URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:date | +| native | vm:date | +| exact | schema:Date | + + + diff --git a/docs/datamodels/validation/Datetime.md b/docs/datamodels/validation/Datetime.md index fb7844404..488e1f49b 100644 --- a/docs/datamodels/validation/Datetime.md +++ b/docs/datamodels/validation/Datetime.md @@ -1,9 +1,12 @@ # Type: Datetime + + _The combination of a date and time_ + URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) * [base](https://w3id.org/linkml/base): XSDDateTime @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:dateTime | +| native | vm:datetime | +| exact | schema:DateTime | + + + diff --git a/docs/datamodels/validation/Decimal.md b/docs/datamodels/validation/Decimal.md index a75659dea..0254a95e2 100644 --- a/docs/datamodels/validation/Decimal.md +++ b/docs/datamodels/validation/Decimal.md @@ -1,9 +1,12 @@ # Type: Decimal + + _A real number with arbitrary precision that conforms to the xsd:decimal specification_ + URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) * [base](https://w3id.org/linkml/base): Decimal @@ -33,3 +36,14 @@ URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:decimal | +| native | vm:decimal | +| broad | schema:Number | + + + diff --git a/docs/datamodels/validation/Double.md b/docs/datamodels/validation/Double.md index d138db6d0..30c9ce53c 100644 --- a/docs/datamodels/validation/Double.md +++ b/docs/datamodels/validation/Double.md @@ -1,9 +1,12 @@ # Type: Double + + _A real number that conforms to the xsd:double specification_ + URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:double | +| native | vm:double | +| close | schema:Float | + + + diff --git a/docs/datamodels/validation/ExternalReferenceValidationResult.md b/docs/datamodels/validation/ExternalReferenceValidationResult.md index 8b3eac67d..2c58c8528 100644 --- a/docs/datamodels/validation/ExternalReferenceValidationResult.md +++ b/docs/datamodels/validation/ExternalReferenceValidationResult.md @@ -1,17 +1,27 @@ + + # Class: ExternalReferenceValidationResult + + _A validation result where the check is to determine if a link to an external resource is still valid_ + URI: [vm:ExternalReferenceValidationResult](https://w3id.org/linkml/validation-model/ExternalReferenceValidationResult) + + + ```{mermaid} classDiagram class ExternalReferenceValidationResult + click ExternalReferenceValidationResult href "../ExternalReferenceValidationResult" ValidationResult <|-- ExternalReferenceValidationResult + click ValidationResult href "../ValidationResult" ExternalReferenceValidationResult : http_response_code @@ -19,35 +29,65 @@ URI: [vm:ExternalReferenceValidationResult](https://w3id.org/linkml/validation-m ExternalReferenceValidationResult : instantiates - ExternalReferenceValidationResult ..> Node : instantiates + + + + ExternalReferenceValidationResult --> "0..1" Node : instantiates + click Node href "../Node" + ExternalReferenceValidationResult : number_of_attempts ExternalReferenceValidationResult : object - ExternalReferenceValidationResult ..> Node : object + + + + ExternalReferenceValidationResult --> "0..1" Node : object + click Node href "../Node" + ExternalReferenceValidationResult : object_str ExternalReferenceValidationResult : predicate - ExternalReferenceValidationResult ..> Node : predicate + + + + ExternalReferenceValidationResult --> "0..1" Node : predicate + click Node href "../Node" + ExternalReferenceValidationResult : severity - ExternalReferenceValidationResult ..> severity_options : severity + + + + ExternalReferenceValidationResult --> "0..1" SeverityOptions : severity + click SeverityOptions href "../SeverityOptions" + ExternalReferenceValidationResult : source ExternalReferenceValidationResult : subject - ExternalReferenceValidationResult ..> Node : subject + + + + ExternalReferenceValidationResult --> "1" Node : subject + click Node href "../Node" + ExternalReferenceValidationResult : time_checked ExternalReferenceValidationResult : type - ExternalReferenceValidationResult ..> ConstraintComponent : type + + + + ExternalReferenceValidationResult --> "1" ConstraintComponent : type + click ConstraintComponent href "../ConstraintComponent" + ExternalReferenceValidationResult : url @@ -73,9 +113,9 @@ URI: [vm:ExternalReferenceValidationResult](https://w3id.org/linkml/validation-m | [time_checked](time_checked.md) | 0..1
[String](String.md) | | direct | | [number_of_attempts](number_of_attempts.md) | 0..1
[Integer](Integer.md) | | direct | | [http_response_code](http_response_code.md) | 0..1
[Integer](Integer.md) | | direct | -| [type](type.md) | 1..1
[ConstraintComponent](ConstraintComponent.md) | The type of validation result | [ValidationResult](ValidationResult.md) | +| [type](type.md) | 1
[ConstraintComponent](ConstraintComponent.md) | The type of validation result | [ValidationResult](ValidationResult.md) | | [severity](severity.md) | 0..1
[SeverityOptions](SeverityOptions.md) | the severity of the issue | [ValidationResult](ValidationResult.md) | -| [subject](subject.md) | 1..1
[Node](Node.md) | The instance which the result is about | [ValidationResult](ValidationResult.md) | +| [subject](subject.md) | 1
[Node](Node.md) | The instance which the result is about | [ValidationResult](ValidationResult.md) | | [instantiates](instantiates.md) | 0..1
[Node](Node.md) | The type of the subject | [ValidationResult](ValidationResult.md) | | [predicate](predicate.md) | 0..1
[Node](Node.md) | The predicate or property of the subject which the result is about | [ValidationResult](ValidationResult.md) | | [object](object.md) | 0..1
[Node](Node.md) | | [ValidationResult](ValidationResult.md) | @@ -107,7 +147,6 @@ URI: [vm:ExternalReferenceValidationResult](https://w3id.org/linkml/validation-m - ## Mappings | Mapping Type | Mapped Value | @@ -119,6 +158,8 @@ URI: [vm:ExternalReferenceValidationResult](https://w3id.org/linkml/validation-m + + ## LinkML Source @@ -131,26 +172,33 @@ name: ExternalReferenceValidationResult description: A validation result where the check is to determine if a link to an external resource is still valid from_schema: https://w3id.org/linkml/validation_results -rank: 1000 is_a: ValidationResult attributes: url: name: url from_schema: https://w3id.org/linkml/validation_results rank: 1000 + domain_of: + - ExternalReferenceValidationResult time_checked: name: time_checked from_schema: https://w3id.org/linkml/validation_results rank: 1000 + domain_of: + - ExternalReferenceValidationResult number_of_attempts: name: number_of_attempts from_schema: https://w3id.org/linkml/validation_results rank: 1000 + domain_of: + - ExternalReferenceValidationResult range: integer http_response_code: name: http_response_code from_schema: https://w3id.org/linkml/validation_results rank: 1000 + domain_of: + - ExternalReferenceValidationResult range: integer ``` @@ -164,7 +212,6 @@ name: ExternalReferenceValidationResult description: A validation result where the check is to determine if a link to an external resource is still valid from_schema: https://w3id.org/linkml/validation_results -rank: 1000 is_a: ValidationResult attributes: url: @@ -304,6 +351,7 @@ attributes: owner: ExternalReferenceValidationResult domain_of: - ValidationResult + - MappingValidationResult - RepairOperation range: string diff --git a/docs/datamodels/validation/Float.md b/docs/datamodels/validation/Float.md index 00488f7c7..60380c0ec 100644 --- a/docs/datamodels/validation/Float.md +++ b/docs/datamodels/validation/Float.md @@ -1,9 +1,12 @@ # Type: Float + + _A real number that conforms to the xsd:float specification_ + URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:float | +| native | vm:float | +| exact | schema:Float | + + + diff --git a/docs/datamodels/validation/Integer.md b/docs/datamodels/validation/Integer.md index b8bbb6c8a..ab1fbba55 100644 --- a/docs/datamodels/validation/Integer.md +++ b/docs/datamodels/validation/Integer.md @@ -1,9 +1,12 @@ # Type: Integer + + _An integer_ + URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) * [base](https://w3id.org/linkml/base): int @@ -33,3 +36,14 @@ URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:integer | +| native | vm:integer | +| exact | schema:Integer | + + + diff --git a/docs/datamodels/validation/Ncname.md b/docs/datamodels/validation/Ncname.md index 2fb15bbaf..07916ff8b 100644 --- a/docs/datamodels/validation/Ncname.md +++ b/docs/datamodels/validation/Ncname.md @@ -1,9 +1,12 @@ # Type: Ncname + + _Prefix part of CURIE_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): NCName @@ -34,3 +37,13 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | vm:ncname | + + + diff --git a/docs/datamodels/validation/Nodeidentifier.md b/docs/datamodels/validation/Nodeidentifier.md index 39a51cd15..ee2b33837 100644 --- a/docs/datamodels/validation/Nodeidentifier.md +++ b/docs/datamodels/validation/Nodeidentifier.md @@ -1,9 +1,12 @@ # Type: Nodeidentifier + + _A URI, CURIE or BNODE that represents a node in a model._ + URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) * [base](https://w3id.org/linkml/base): NodeIdentifier @@ -34,3 +37,13 @@ URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:nonLiteral | +| native | vm:nodeidentifier | + + + diff --git a/docs/datamodels/validation/Objectidentifier.md b/docs/datamodels/validation/Objectidentifier.md index 36f06798e..05fcbcae9 100644 --- a/docs/datamodels/validation/Objectidentifier.md +++ b/docs/datamodels/validation/Objectidentifier.md @@ -1,9 +1,12 @@ # Type: Objectidentifier + + _A URI or CURIE that represents an object in the model._ + URI: [shex:iri](http://www.w3.org/ns/shex#iri) * [base](https://w3id.org/linkml/base): ElementIdentifier @@ -38,3 +41,13 @@ URI: [shex:iri](http://www.w3.org/ns/shex#iri) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:iri | +| native | vm:objectidentifier | + + + diff --git a/docs/datamodels/validation/SeverityOptions.md b/docs/datamodels/validation/SeverityOptions.md index 1aa87e6cc..09d1b9ff4 100644 --- a/docs/datamodels/validation/SeverityOptions.md +++ b/docs/datamodels/validation/SeverityOptions.md @@ -2,7 +2,7 @@ -URI: [SeverityOptions](SeverityOptions) +URI: [SeverityOptions](SeverityOptions.md) ## Permissible Values @@ -43,6 +43,8 @@ URI: [SeverityOptions](SeverityOptions) + + ## LinkML Source
diff --git a/docs/datamodels/validation/String.md b/docs/datamodels/validation/String.md index 5103624bd..f457ec0c1 100644 --- a/docs/datamodels/validation/String.md +++ b/docs/datamodels/validation/String.md @@ -1,9 +1,12 @@ # Type: String + + _A character string_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): str @@ -33,3 +36,14 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | vm:string | +| exact | schema:Text | + + + diff --git a/docs/datamodels/validation/Time.md b/docs/datamodels/validation/Time.md index 0846ee1cb..3ee2c5fe9 100644 --- a/docs/datamodels/validation/Time.md +++ b/docs/datamodels/validation/Time.md @@ -1,14 +1,17 @@ # Type: Time + + _A time object represents a (local) time of day, independent of any particular day_ -URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +URI: [xsd:time](http://www.w3.org/2001/XMLSchema#time) * [base](https://w3id.org/linkml/base): XSDTime -* [uri](https://w3id.org/linkml/uri): xsd:dateTime +* [uri](https://w3id.org/linkml/uri): xsd:time * [repr](https://w3id.org/linkml/repr): str @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:time | +| native | vm:time | +| exact | schema:Time | + + + diff --git a/docs/datamodels/validation/TypeSeverityKeyValue.md b/docs/datamodels/validation/TypeSeverityKeyValue.md index 571883972..fb0db1955 100644 --- a/docs/datamodels/validation/TypeSeverityKeyValue.md +++ b/docs/datamodels/validation/TypeSeverityKeyValue.md @@ -1,19 +1,33 @@ + + # Class: TypeSeverityKeyValue + + _key-value pair that maps a validation result type to a severity setting, for overriding default severity_ + URI: [vm:TypeSeverityKeyValue](https://w3id.org/linkml/validation-model/TypeSeverityKeyValue) + + + ```{mermaid} classDiagram class TypeSeverityKeyValue + click TypeSeverityKeyValue href "../TypeSeverityKeyValue" TypeSeverityKeyValue : severity - TypeSeverityKeyValue ..> severity_options : severity + + + + TypeSeverityKeyValue --> "0..1" SeverityOptions : severity + click SeverityOptions href "../SeverityOptions" + TypeSeverityKeyValue : type @@ -30,8 +44,8 @@ URI: [vm:TypeSeverityKeyValue](https://w3id.org/linkml/validation-model/TypeSeve | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [type](type.md) | 1..1
[ConstraintComponent](ConstraintComponent.md) | The type of validation result | direct | -| [severity](severity.md) | 0..1
[SeverityOptions](SeverityOptions.md) | the severity of the issue | direct | +| [type](type.md) | 0..1
[Uriorcurie](Uriorcurie.md) | | direct | +| [severity](severity.md) | 0..1
[SeverityOptions](SeverityOptions.md) | | direct | @@ -64,7 +78,6 @@ URI: [vm:TypeSeverityKeyValue](https://w3id.org/linkml/validation-model/TypeSeve - ## Mappings | Mapping Type | Mapped Value | @@ -76,6 +89,8 @@ URI: [vm:TypeSeverityKeyValue](https://w3id.org/linkml/validation-model/TypeSeve + + ## LinkML Source @@ -89,16 +104,22 @@ conforms_to: wikidata:Q4818718 description: key-value pair that maps a validation result type to a severity setting, for overriding default severity from_schema: https://w3id.org/linkml/validation_results -rank: 1000 attributes: type: name: type from_schema: https://w3id.org/linkml/validation_results key: true + domain_of: + - TypeSeverityKeyValue + - ValidationResult range: uriorcurie + required: true severity: name: severity from_schema: https://w3id.org/linkml/validation_results + domain_of: + - TypeSeverityKeyValue + - ValidationResult range: severity_options ``` @@ -113,7 +134,6 @@ conforms_to: wikidata:Q4818718 description: key-value pair that maps a validation result type to a severity setting, for overriding default severity from_schema: https://w3id.org/linkml/validation_results -rank: 1000 attributes: type: name: type @@ -125,6 +145,7 @@ attributes: - TypeSeverityKeyValue - ValidationResult range: uriorcurie + required: true severity: name: severity from_schema: https://w3id.org/linkml/validation_results diff --git a/docs/datamodels/validation/Uri.md b/docs/datamodels/validation/Uri.md index 8c0ae4f3b..1177f36d4 100644 --- a/docs/datamodels/validation/Uri.md +++ b/docs/datamodels/validation/Uri.md @@ -1,9 +1,12 @@ # Type: Uri + + _a complete URI_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URI @@ -38,3 +41,14 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | vm:uri | +| close | schema:URL | + + + diff --git a/docs/datamodels/validation/Uriorcurie.md b/docs/datamodels/validation/Uriorcurie.md index 7b9689a4b..fcb5fa6ba 100644 --- a/docs/datamodels/validation/Uriorcurie.md +++ b/docs/datamodels/validation/Uriorcurie.md @@ -1,9 +1,12 @@ # Type: Uriorcurie + + _a URI or a CURIE_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -34,3 +37,13 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | vm:uriorcurie | + + + diff --git a/docs/datamodels/validation/ValidationConfiguration.md b/docs/datamodels/validation/ValidationConfiguration.md index 6c0d89ac3..f6c9608fa 100644 --- a/docs/datamodels/validation/ValidationConfiguration.md +++ b/docs/datamodels/validation/ValidationConfiguration.md @@ -1,23 +1,43 @@ + + # Class: ValidationConfiguration + + _Configuration parameters for execution of a validation report_ + URI: [vm:ValidationConfiguration](https://w3id.org/linkml/validation-model/ValidationConfiguration) + + + ```{mermaid} classDiagram class ValidationConfiguration + click ValidationConfiguration href "../ValidationConfiguration" + ValidationConfiguration : documentation_objects + + ValidationConfiguration : lookup_references + ValidationConfiguration : max_number_results_per_type + ValidationConfiguration : prompt_info + ValidationConfiguration : schema_path ValidationConfiguration : type_severity_map - ValidationConfiguration ..> TypeSeverityKeyValue : type_severity_map + + + + ValidationConfiguration --> "*" TypeSeverityKeyValue : type_severity_map + click TypeSeverityKeyValue href "../TypeSeverityKeyValue" + ``` @@ -33,8 +53,11 @@ URI: [vm:ValidationConfiguration](https://w3id.org/linkml/validation-model/Valid | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [max_number_results_per_type](max_number_results_per_type.md) | 0..1
[Integer](Integer.md) | if set then truncate results such that no more than this number of results ar... | direct | -| [type_severity_map](type_severity_map.md) | 0..*
[TypeSeverityKeyValue](TypeSeverityKeyValue.md) | Allows overriding of severity of a particular type | direct | +| [type_severity_map](type_severity_map.md) | *
[TypeSeverityKeyValue](TypeSeverityKeyValue.md) | Allows overriding of severity of a particular type | direct | | [schema_path](schema_path.md) | 0..1
[String](String.md) | allows overriding the default OMO schema | direct | +| [lookup_references](lookup_references.md) | 0..1
[Boolean](Boolean.md) | if true, then look up references used as provenance (axiom annotation) | direct | +| [prompt_info](prompt_info.md) | 0..1
[String](String.md) | for AI agents, this allows passing through of additional info to the prompt | direct | +| [documentation_objects](documentation_objects.md) | *
[String](String.md) | paths or URLs to files containing best practice documentation, SOPs, etc | direct | @@ -67,7 +90,6 @@ URI: [vm:ValidationConfiguration](https://w3id.org/linkml/validation-model/Valid - ## Mappings | Mapping Type | Mapped Value | @@ -79,6 +101,8 @@ URI: [vm:ValidationConfiguration](https://w3id.org/linkml/validation-model/Valid + + ## LinkML Source @@ -90,7 +114,6 @@ URI: [vm:ValidationConfiguration](https://w3id.org/linkml/validation-model/Valid name: ValidationConfiguration description: Configuration parameters for execution of a validation report from_schema: https://w3id.org/linkml/validation_results -rank: 1000 attributes: max_number_results_per_type: name: max_number_results_per_type @@ -98,21 +121,55 @@ attributes: results are reported per type from_schema: https://w3id.org/linkml/validation_results rank: 1000 + domain_of: + - ValidationConfiguration range: integer type_severity_map: name: type_severity_map description: Allows overriding of severity of a particular type from_schema: https://w3id.org/linkml/validation_results rank: 1000 - multivalued: true + domain_of: + - ValidationConfiguration range: TypeSeverityKeyValue + multivalued: true inlined: true schema_path: name: schema_path description: allows overriding the default OMO schema from_schema: https://w3id.org/linkml/validation_results rank: 1000 + domain_of: + - ValidationConfiguration + range: string + lookup_references: + name: lookup_references + description: if true, then look up references used as provenance (axiom annotation). + This may include looking up the PMID and checking if a publication is retracted. + from_schema: https://w3id.org/linkml/validation_results + rank: 1000 + domain_of: + - ValidationConfiguration + range: boolean + prompt_info: + name: prompt_info + description: for AI agents, this allows passing through of additional info to + the prompt + from_schema: https://w3id.org/linkml/validation_results + rank: 1000 + domain_of: + - ValidationConfiguration + range: string + documentation_objects: + name: documentation_objects + description: paths or URLs to files containing best practice documentation, SOPs, + etc. Primarily for AI agents to read when performing validation. + from_schema: https://w3id.org/linkml/validation_results + rank: 1000 + domain_of: + - ValidationConfiguration range: string + multivalued: true ```
@@ -124,7 +181,6 @@ attributes: name: ValidationConfiguration description: Configuration parameters for execution of a validation report from_schema: https://w3id.org/linkml/validation_results -rank: 1000 attributes: max_number_results_per_type: name: max_number_results_per_type @@ -142,12 +198,12 @@ attributes: description: Allows overriding of severity of a particular type from_schema: https://w3id.org/linkml/validation_results rank: 1000 - multivalued: true alias: type_severity_map owner: ValidationConfiguration domain_of: - ValidationConfiguration range: TypeSeverityKeyValue + multivalued: true inlined: true schema_path: name: schema_path @@ -159,6 +215,40 @@ attributes: domain_of: - ValidationConfiguration range: string + lookup_references: + name: lookup_references + description: if true, then look up references used as provenance (axiom annotation). + This may include looking up the PMID and checking if a publication is retracted. + from_schema: https://w3id.org/linkml/validation_results + rank: 1000 + alias: lookup_references + owner: ValidationConfiguration + domain_of: + - ValidationConfiguration + range: boolean + prompt_info: + name: prompt_info + description: for AI agents, this allows passing through of additional info to + the prompt + from_schema: https://w3id.org/linkml/validation_results + rank: 1000 + alias: prompt_info + owner: ValidationConfiguration + domain_of: + - ValidationConfiguration + range: string + documentation_objects: + name: documentation_objects + description: paths or URLs to files containing best practice documentation, SOPs, + etc. Primarily for AI agents to read when performing validation. + from_schema: https://w3id.org/linkml/validation_results + rank: 1000 + alias: documentation_objects + owner: ValidationConfiguration + domain_of: + - ValidationConfiguration + range: string + multivalued: true ```
\ No newline at end of file diff --git a/docs/datamodels/validation/ValidationReport.md b/docs/datamodels/validation/ValidationReport.md index ffa9a9947..f5edfe4e8 100644 --- a/docs/datamodels/validation/ValidationReport.md +++ b/docs/datamodels/validation/ValidationReport.md @@ -1,21 +1,36 @@ + + # Class: ValidationReport + + _A report that consists of validation results_ + URI: [sh:ValidationReport](http://www.w3.org/ns/shacl#ValidationReport) + + + ```{mermaid} classDiagram class ValidationReport + click ValidationReport href "../ValidationReport" Report <|-- ValidationReport + click Report href "../Report" ValidationReport : results - ValidationReport ..> ValidationResult : results + + + + ValidationReport --> "*" ValidationResult : results + click ValidationResult href "../ValidationResult" + ``` @@ -34,7 +49,7 @@ URI: [sh:ValidationReport](http://www.w3.org/ns/shacl#ValidationReport) | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [results](results.md) | 0..*
[ValidationResult](ValidationResult.md) | collection of results | [Report](Report.md) | +| [results](results.md) | *
[ValidationResult](ValidationResult.md) | collection of results | [Report](Report.md) | @@ -64,7 +79,6 @@ URI: [sh:ValidationReport](http://www.w3.org/ns/shacl#ValidationReport) - ## Mappings | Mapping Type | Mapped Value | @@ -76,6 +90,8 @@ URI: [sh:ValidationReport](http://www.w3.org/ns/shacl#ValidationReport) + + ## LinkML Source @@ -89,13 +105,10 @@ description: A report that consists of validation results todos: - add prov object from_schema: https://w3id.org/linkml/validation_results -rank: 1000 is_a: Report slot_usage: results: name: results - domain_of: - - Report range: ValidationResult class_uri: sh:ValidationReport @@ -111,13 +124,10 @@ description: A report that consists of validation results todos: - add prov object from_schema: https://w3id.org/linkml/validation_results -rank: 1000 is_a: Report slot_usage: results: name: results - domain_of: - - Report range: ValidationResult attributes: results: @@ -126,12 +136,12 @@ attributes: from_schema: https://w3id.org/linkml/validation_results rank: 1000 slot_uri: sh:result - multivalued: true alias: results owner: ValidationReport domain_of: - Report range: ValidationResult + multivalued: true inlined: true inlined_as_list: true class_uri: sh:ValidationReport diff --git a/docs/datamodels/validation/ValidationResult.md b/docs/datamodels/validation/ValidationResult.md index db0fd38fe..7bd730cd7 100644 --- a/docs/datamodels/validation/ValidationResult.md +++ b/docs/datamodels/validation/ValidationResult.md @@ -1,51 +1,94 @@ + + # Class: ValidationResult + + _An individual result arising from validation of a data instance using a particular rule_ + URI: [sh:ValidationResult](http://www.w3.org/ns/shacl#ValidationResult) + + + ```{mermaid} classDiagram class ValidationResult + click ValidationResult href "../ValidationResult" Result <|-- ValidationResult + click Result href "../Result" + ValidationResult <|-- DefinitionValidationResult + click DefinitionValidationResult href "../DefinitionValidationResult" ValidationResult <|-- ExternalReferenceValidationResult + click ExternalReferenceValidationResult href "../ExternalReferenceValidationResult" ValidationResult : info ValidationResult : instantiates - ValidationResult ..> Node : instantiates + + + + ValidationResult --> "0..1" Node : instantiates + click Node href "../Node" + ValidationResult : object - ValidationResult ..> Node : object + + + + ValidationResult --> "0..1" Node : object + click Node href "../Node" + ValidationResult : object_str ValidationResult : predicate - ValidationResult ..> Node : predicate + + + + ValidationResult --> "0..1" Node : predicate + click Node href "../Node" + ValidationResult : severity - ValidationResult ..> severity_options : severity + + + + ValidationResult --> "0..1" SeverityOptions : severity + click SeverityOptions href "../SeverityOptions" + ValidationResult : source ValidationResult : subject - ValidationResult ..> Node : subject + + + + ValidationResult --> "1" Node : subject + click Node href "../Node" + ValidationResult : type - ValidationResult ..> ConstraintComponent : type + + + + ValidationResult --> "1" ConstraintComponent : type + click ConstraintComponent href "../ConstraintComponent" + ``` @@ -57,6 +100,7 @@ URI: [sh:ValidationResult](http://www.w3.org/ns/shacl#ValidationResult) ## Inheritance * [Result](Result.md) * **ValidationResult** + * [DefinitionValidationResult](DefinitionValidationResult.md) * [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) @@ -65,9 +109,9 @@ URI: [sh:ValidationResult](http://www.w3.org/ns/shacl#ValidationResult) | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [type](type.md) | 1..1
[ConstraintComponent](ConstraintComponent.md) | The type of validation result | direct | +| [type](type.md) | 1
[ConstraintComponent](ConstraintComponent.md) | The type of validation result | direct | | [severity](severity.md) | 0..1
[SeverityOptions](SeverityOptions.md) | the severity of the issue | direct | -| [subject](subject.md) | 1..1
[Node](Node.md) | The instance which the result is about | direct | +| [subject](subject.md) | 1
[Node](Node.md) | The instance which the result is about | direct | | [instantiates](instantiates.md) | 0..1
[Node](Node.md) | The type of the subject | direct | | [predicate](predicate.md) | 0..1
[Node](Node.md) | The predicate or property of the subject which the result is about | direct | | [object](object.md) | 0..1
[Node](Node.md) | | direct | @@ -107,7 +151,6 @@ URI: [sh:ValidationResult](http://www.w3.org/ns/shacl#ValidationResult) - ## Mappings | Mapping Type | Mapped Value | @@ -119,6 +162,8 @@ URI: [sh:ValidationResult](http://www.w3.org/ns/shacl#ValidationResult) + + ## LinkML Source @@ -131,7 +176,6 @@ name: ValidationResult description: An individual result arising from validation of a data instance using a particular rule from_schema: https://w3id.org/linkml/validation_results -rank: 1000 is_a: Result slots: - type @@ -156,7 +200,6 @@ name: ValidationResult description: An individual result arising from validation of a data instance using a particular rule from_schema: https://w3id.org/linkml/validation_results -rank: 1000 is_a: Result attributes: type: @@ -260,6 +303,7 @@ attributes: owner: ValidationResult domain_of: - ValidationResult + - MappingValidationResult - RepairOperation range: string class_uri: sh:ValidationResult diff --git a/docs/datamodels/validation/ValidationResultType.md b/docs/datamodels/validation/ValidationResultType.md index 108cd7f2e..9799cacd4 100644 --- a/docs/datamodels/validation/ValidationResultType.md +++ b/docs/datamodels/validation/ValidationResultType.md @@ -2,7 +2,7 @@ -URI: [ValidationResultType](ValidationResultType) +URI: [ValidationResultType](ValidationResultType.md) ## Permissible Values @@ -42,6 +42,8 @@ URI: [ValidationResultType](ValidationResultType) + + ## LinkML Source
diff --git a/docs/datamodels/validation/http_response_code.md b/docs/datamodels/validation/http_response_code.md index 9ed2c3ad9..8cf2f1a46 100644 --- a/docs/datamodels/validation/http_response_code.md +++ b/docs/datamodels/validation/http_response_code.md @@ -1,5 +1,9 @@ + + # Slot: http_response_code + + URI: [vm:http_response_code](https://w3id.org/linkml/validation-model/http_response_code) @@ -9,11 +13,13 @@ URI: [vm:http_response_code](https://w3id.org/linkml/validation-model/http_respo + ## Applicable Classes -| Name | Description | -| --- | --- | -[ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... | no | + @@ -28,8 +34,6 @@ URI: [vm:http_response_code](https://w3id.org/linkml/validation-model/http_respo - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [vm:http_response_code](https://w3id.org/linkml/validation-model/http_respo +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | vm:http_response_code | +| native | vm:http_response_code | + + + + ## LinkML Source
diff --git a/docs/datamodels/validation/index.md b/docs/datamodels/validation/index.md index 0a6078ffb..03df79797 100644 --- a/docs/datamodels/validation/index.md +++ b/docs/datamodels/validation/index.md @@ -1,8 +1,9 @@ -# Validation Results Datamodel +# Validation Results Data Model A datamodel for data validation results. URI: https://w3id.org/linkml/validation_results + Name: validaton-results @@ -11,43 +12,62 @@ Name: validaton-results | Class | Description | | --- | --- | -| [ConstraintComponent](ConstraintComponent.md) | | -| [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... | -| [NamedResource](NamedResource.md) | | -| [Node](Node.md) | | +| [NamedResource](NamedResource.md) | None | +|         [ConstraintComponent](ConstraintComponent.md) | None | +|         [Node](Node.md) | None | | [RepairConfiguration](RepairConfiguration.md) | Configuration parameters for execution of validation repairs | -| [RepairOperation](RepairOperation.md) | The result of performing an individual repair | -| [RepairReport](RepairReport.md) | A report that consists of repair operation results | | [Report](Report.md) | A report object that is a holder to multiple report results | +|         [RepairReport](RepairReport.md) | A report that consists of repair operation results | +|         [ValidationReport](ValidationReport.md) | A report that consists of validation results | | [Result](Result.md) | Abstract base class for any individual report result | -| [TypeSeverityKeyValue](TypeSeverityKeyValue.md) | key-value pair that maps a validation result type to a severity setting, for ... | +|         [MappingValidationResult](MappingValidationResult.md) | A validation result where the check is to determine if a mapping is correct | +|         [RepairOperation](RepairOperation.md) | The result of performing an individual repair | +|         [ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a particular rule | +|                 [DefinitionValidationResult](DefinitionValidationResult.md) | None | +|                 [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external resource is still valid | +| [TypeSeverityKeyValue](TypeSeverityKeyValue.md) | key-value pair that maps a validation result type to a severity setting, for overriding default severity | | [ValidationConfiguration](ValidationConfiguration.md) | Configuration parameters for execution of a validation report | -| [ValidationReport](ValidationReport.md) | A report that consists of validation results | -| [ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... | + ## Slots | Slot | Description | | --- | --- | +| [category](category.md) | The category of the validation issue | +| [confidence](confidence.md) | | +| [definition](definition.md) | | +| [definition_source](definition_source.md) | | +| [documentation_objects](documentation_objects.md) | paths or URLs to files containing best practice documentation, SOPs, etc | | [dry_run](dry_run.md) | | | [http_response_code](http_response_code.md) | | | [id](id.md) | | | [info](info.md) | additional information about the issue | | [instantiates](instantiates.md) | The type of the subject | +| [lookup_references](lookup_references.md) | if true, then look up references used as provenance (axiom annotation) | | [max_number_results_per_type](max_number_results_per_type.md) | if set then truncate results such that no more than this number of results ar... | | [modified](modified.md) | | | [number_of_attempts](number_of_attempts.md) | | | [object](object.md) | | +| [object_id](object_id.md) | | +| [object_info](object_info.md) | | | [object_str](object_str.md) | | | [predicate](predicate.md) | The predicate or property of the subject which the result is about | +| [predicate_id](predicate_id.md) | | +| [problem](problem.md) | | +| [prompt_info](prompt_info.md) | for AI agents, this allows passing through of additional info to the prompt | +| [proposed_new_definition](proposed_new_definition.md) | | | [repairs](repairs.md) | | | [results](results.md) | collection of results | | [schema_path](schema_path.md) | allows overriding the default OMO schema | | [severity](severity.md) | the severity of the issue | | [source](source.md) | | | [subject](subject.md) | The instance which the result is about | +| [subject_id](subject_id.md) | | +| [subject_info](subject_info.md) | | | [successful](successful.md) | | +| [suggested_modifications](suggested_modifications.md) | | +| [suggested_predicate](suggested_predicate.md) | | | [time_checked](time_checked.md) | | | [type](type.md) | The type of validation result | | [type_severity_map](type_severity_map.md) | Allows overriding of severity of a particular type | @@ -76,9 +96,12 @@ Name: validaton-results | [Double](Double.md) | A real number that conforms to the xsd:double specification | | [Float](Float.md) | A real number that conforms to the xsd:float specification | | [Integer](Integer.md) | An integer | +| [Jsonpath](Jsonpath.md) | A string encoding a JSON Path | +| [Jsonpointer](Jsonpointer.md) | A string encoding a JSON Pointer | | [Ncname](Ncname.md) | Prefix part of CURIE | | [Nodeidentifier](Nodeidentifier.md) | A URI, CURIE or BNODE that represents a node in a model | | [Objectidentifier](Objectidentifier.md) | A URI or CURIE that represents an object in the model | +| [Sparqlpath](Sparqlpath.md) | A string encoding a SPARQL Property Path | | [String](String.md) | A character string | | [Time](Time.md) | A time object represents a (local) time of day, independent of any particular... | | [Uri](Uri.md) | a complete URI | diff --git a/docs/datamodels/validation/info.md b/docs/datamodels/validation/info.md index effe9852c..3435ca361 100644 --- a/docs/datamodels/validation/info.md +++ b/docs/datamodels/validation/info.md @@ -1,7 +1,14 @@ + + # Slot: info + + _additional information about the issue_ + + + URI: [sh:resultMessage](http://www.w3.org/ns/shacl#resultMessage) @@ -11,13 +18,17 @@ URI: [sh:resultMessage](http://www.w3.org/ns/shacl#resultMessage) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... -[RepairOperation](RepairOperation.md) | The result of performing an individual repair -[ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... | no | +| [MappingValidationResult](MappingValidationResult.md) | A validation result where the check is to determine if a mapping is correct | no | +| [DefinitionValidationResult](DefinitionValidationResult.md) | | no | +| [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... | no | +| [RepairOperation](RepairOperation.md) | The result of performing an individual repair | no | + @@ -32,8 +43,6 @@ URI: [sh:resultMessage](http://www.w3.org/ns/shacl#resultMessage) - - ## Identifier and Mapping Information @@ -50,6 +59,16 @@ URI: [sh:resultMessage](http://www.w3.org/ns/shacl#resultMessage) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sh:resultMessage | +| native | vm:info | + + + + ## LinkML Source
@@ -62,6 +81,7 @@ slot_uri: sh:resultMessage alias: info domain_of: - ValidationResult +- MappingValidationResult - RepairOperation range: string diff --git a/docs/datamodels/validation/instantiates.md b/docs/datamodels/validation/instantiates.md index c0c2dbc83..39ff0d813 100644 --- a/docs/datamodels/validation/instantiates.md +++ b/docs/datamodels/validation/instantiates.md @@ -1,7 +1,14 @@ + + # Slot: instantiates + + _The type of the subject_ + + + URI: [vm:instantiates](https://w3id.org/linkml/validation-model/instantiates) @@ -11,12 +18,15 @@ URI: [vm:instantiates](https://w3id.org/linkml/validation-model/instantiates) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... -[ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... | no | +| [DefinitionValidationResult](DefinitionValidationResult.md) | | no | +| [ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... | no | + @@ -31,8 +41,6 @@ URI: [vm:instantiates](https://w3id.org/linkml/validation-model/instantiates) - - ## Identifier and Mapping Information @@ -49,6 +57,17 @@ URI: [vm:instantiates](https://w3id.org/linkml/validation-model/instantiates) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | vm:instantiates | +| native | vm:instantiates | +| exact | sh:sourceShape | + + + + ## LinkML Source
diff --git a/docs/datamodels/validation/max_number_results_per_type.md b/docs/datamodels/validation/max_number_results_per_type.md index b69e76141..6ae479a3b 100644 --- a/docs/datamodels/validation/max_number_results_per_type.md +++ b/docs/datamodels/validation/max_number_results_per_type.md @@ -1,7 +1,14 @@ + + # Slot: max_number_results_per_type + + _if set then truncate results such that no more than this number of results are reported per type_ + + + URI: [vm:max_number_results_per_type](https://w3id.org/linkml/validation-model/max_number_results_per_type) @@ -11,11 +18,13 @@ URI: [vm:max_number_results_per_type](https://w3id.org/linkml/validation-model/m + ## Applicable Classes -| Name | Description | -| --- | --- | -[ValidationConfiguration](ValidationConfiguration.md) | Configuration parameters for execution of a validation report +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ValidationConfiguration](ValidationConfiguration.md) | Configuration parameters for execution of a validation report | no | + @@ -30,8 +39,6 @@ URI: [vm:max_number_results_per_type](https://w3id.org/linkml/validation-model/m - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [vm:max_number_results_per_type](https://w3id.org/linkml/validation-model/m +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | vm:max_number_results_per_type | +| native | vm:max_number_results_per_type | + + + + ## LinkML Source
diff --git a/docs/datamodels/validation/number_of_attempts.md b/docs/datamodels/validation/number_of_attempts.md index 60e0df6b9..922c0a3da 100644 --- a/docs/datamodels/validation/number_of_attempts.md +++ b/docs/datamodels/validation/number_of_attempts.md @@ -1,5 +1,9 @@ + + # Slot: number_of_attempts + + URI: [vm:number_of_attempts](https://w3id.org/linkml/validation-model/number_of_attempts) @@ -9,11 +13,13 @@ URI: [vm:number_of_attempts](https://w3id.org/linkml/validation-model/number_of_ + ## Applicable Classes -| Name | Description | -| --- | --- | -[ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... | no | + @@ -28,8 +34,6 @@ URI: [vm:number_of_attempts](https://w3id.org/linkml/validation-model/number_of_ - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [vm:number_of_attempts](https://w3id.org/linkml/validation-model/number_of_ +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | vm:number_of_attempts | +| native | vm:number_of_attempts | + + + + ## LinkML Source
diff --git a/docs/datamodels/validation/object.md b/docs/datamodels/validation/object.md index feda42c18..682eb8275 100644 --- a/docs/datamodels/validation/object.md +++ b/docs/datamodels/validation/object.md @@ -1,5 +1,9 @@ + + # Slot: object + + URI: [sh:value](http://www.w3.org/ns/shacl#value) @@ -9,12 +13,15 @@ URI: [sh:value](http://www.w3.org/ns/shacl#value) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... -[ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... | no | +| [DefinitionValidationResult](DefinitionValidationResult.md) | | no | +| [ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... | no | + @@ -29,8 +36,6 @@ URI: [sh:value](http://www.w3.org/ns/shacl#value) - - ## Identifier and Mapping Information @@ -47,6 +52,16 @@ URI: [sh:value](http://www.w3.org/ns/shacl#value) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sh:value | +| native | vm:object | + + + + ## LinkML Source
diff --git a/docs/datamodels/validation/object_str.md b/docs/datamodels/validation/object_str.md index 992f8e56d..517fed163 100644 --- a/docs/datamodels/validation/object_str.md +++ b/docs/datamodels/validation/object_str.md @@ -1,5 +1,9 @@ + + # Slot: object_str + + URI: [vm:object_str](https://w3id.org/linkml/validation-model/object_str) @@ -9,12 +13,15 @@ URI: [vm:object_str](https://w3id.org/linkml/validation-model/object_str) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... -[ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... | no | +| [DefinitionValidationResult](DefinitionValidationResult.md) | | no | +| [ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... | no | + @@ -29,8 +36,6 @@ URI: [vm:object_str](https://w3id.org/linkml/validation-model/object_str) - - ## Identifier and Mapping Information @@ -47,6 +52,16 @@ URI: [vm:object_str](https://w3id.org/linkml/validation-model/object_str) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | vm:object_str | +| native | vm:object_str | + + + + ## LinkML Source
diff --git a/docs/datamodels/validation/predicate.md b/docs/datamodels/validation/predicate.md index 4bffc6162..5c5f9affe 100644 --- a/docs/datamodels/validation/predicate.md +++ b/docs/datamodels/validation/predicate.md @@ -1,7 +1,14 @@ + + # Slot: predicate + + _The predicate or property of the subject which the result is about_ + + + URI: [vm:predicate](https://w3id.org/linkml/validation-model/predicate) @@ -11,12 +18,15 @@ URI: [vm:predicate](https://w3id.org/linkml/validation-model/predicate) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... -[ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... | no | +| [DefinitionValidationResult](DefinitionValidationResult.md) | | no | +| [ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... | no | + @@ -31,8 +41,6 @@ URI: [vm:predicate](https://w3id.org/linkml/validation-model/predicate) - - ## Identifier and Mapping Information @@ -49,6 +57,17 @@ URI: [vm:predicate](https://w3id.org/linkml/validation-model/predicate) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | vm:predicate | +| native | vm:predicate | +| related | sh:resultPath | + + + + ## LinkML Source
diff --git a/docs/datamodels/validation/results.md b/docs/datamodels/validation/results.md index 9d2d37cf7..608a508a0 100644 --- a/docs/datamodels/validation/results.md +++ b/docs/datamodels/validation/results.md @@ -1,7 +1,14 @@ + + # Slot: results + + _collection of results_ + + + URI: [sh:result](http://www.w3.org/ns/shacl#result) @@ -11,13 +18,15 @@ URI: [sh:result](http://www.w3.org/ns/shacl#result) + ## Applicable Classes -| Name | Description | -| --- | --- | -[Report](Report.md) | A report object that is a holder to multiple report results -[ValidationReport](ValidationReport.md) | A report that consists of validation results -[RepairReport](RepairReport.md) | A report that consists of repair operation results +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Report](Report.md) | A report object that is a holder to multiple report results | no | +| [ValidationReport](ValidationReport.md) | A report that consists of validation results | yes | +| [RepairReport](RepairReport.md) | A report that consists of repair operation results | yes | + @@ -27,10 +36,8 @@ URI: [sh:result](http://www.w3.org/ns/shacl#result) ## Properties * Range: [Result](Result.md) -* Multivalued: True - - +* Multivalued: True @@ -52,6 +59,16 @@ URI: [sh:result](http://www.w3.org/ns/shacl#result) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sh:result | +| native | vm:results | + + + + ## LinkML Source
@@ -61,11 +78,11 @@ description: collection of results from_schema: https://w3id.org/linkml/validation_results rank: 1000 slot_uri: sh:result -multivalued: true alias: results domain_of: - Report range: Result +multivalued: true inlined: true inlined_as_list: true diff --git a/docs/datamodels/validation/schema_path.md b/docs/datamodels/validation/schema_path.md index c4714c0c8..163d7177b 100644 --- a/docs/datamodels/validation/schema_path.md +++ b/docs/datamodels/validation/schema_path.md @@ -1,7 +1,14 @@ + + # Slot: schema_path + + _allows overriding the default OMO schema_ + + + URI: [vm:schema_path](https://w3id.org/linkml/validation-model/schema_path) @@ -11,11 +18,13 @@ URI: [vm:schema_path](https://w3id.org/linkml/validation-model/schema_path) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ValidationConfiguration](ValidationConfiguration.md) | Configuration parameters for execution of a validation report +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ValidationConfiguration](ValidationConfiguration.md) | Configuration parameters for execution of a validation report | no | + @@ -30,8 +39,6 @@ URI: [vm:schema_path](https://w3id.org/linkml/validation-model/schema_path) - - ## Identifier and Mapping Information @@ -48,6 +55,16 @@ URI: [vm:schema_path](https://w3id.org/linkml/validation-model/schema_path) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | vm:schema_path | +| native | vm:schema_path | + + + + ## LinkML Source
diff --git a/docs/datamodels/validation/severity.md b/docs/datamodels/validation/severity.md index 3999856d1..001ff87f3 100644 --- a/docs/datamodels/validation/severity.md +++ b/docs/datamodels/validation/severity.md @@ -1,7 +1,14 @@ + + # Slot: severity + + _the severity of the issue_ + + + URI: [sh:resultSeverity](http://www.w3.org/ns/shacl#resultSeverity) @@ -11,13 +18,16 @@ URI: [sh:resultSeverity](http://www.w3.org/ns/shacl#resultSeverity) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... -[TypeSeverityKeyValue](TypeSeverityKeyValue.md) | key-value pair that maps a validation result type to a severity setting, for ... -[ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... | no | +| [TypeSeverityKeyValue](TypeSeverityKeyValue.md) | key-value pair that maps a validation result type to a severity setting, for ... | no | +| [ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... | no | +| [DefinitionValidationResult](DefinitionValidationResult.md) | | no | + @@ -32,8 +42,6 @@ URI: [sh:resultSeverity](http://www.w3.org/ns/shacl#resultSeverity) - - ## Identifier and Mapping Information @@ -50,6 +58,16 @@ URI: [sh:resultSeverity](http://www.w3.org/ns/shacl#resultSeverity) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sh:resultSeverity | +| native | vm:severity | + + + + ## LinkML Source
diff --git a/docs/datamodels/validation/source.md b/docs/datamodels/validation/source.md index 264dfb990..dd1aa097e 100644 --- a/docs/datamodels/validation/source.md +++ b/docs/datamodels/validation/source.md @@ -1,5 +1,9 @@ + + # Slot: source + + URI: [vm:source](https://w3id.org/linkml/validation-model/source) @@ -9,12 +13,15 @@ URI: [vm:source](https://w3id.org/linkml/validation-model/source) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... -[ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... | no | +| [DefinitionValidationResult](DefinitionValidationResult.md) | | no | +| [ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... | no | + @@ -29,8 +36,6 @@ URI: [vm:source](https://w3id.org/linkml/validation-model/source) - - ## Identifier and Mapping Information @@ -47,6 +52,16 @@ URI: [vm:source](https://w3id.org/linkml/validation-model/source) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | vm:source | +| native | vm:source | + + + + ## LinkML Source
diff --git a/docs/datamodels/validation/subject.md b/docs/datamodels/validation/subject.md index 2eb133637..89f63fad1 100644 --- a/docs/datamodels/validation/subject.md +++ b/docs/datamodels/validation/subject.md @@ -1,7 +1,14 @@ + + # Slot: subject + + _The instance which the result is about_ + + + URI: [sh:focusNode](http://www.w3.org/ns/shacl#focusNode) @@ -11,12 +18,15 @@ URI: [sh:focusNode](http://www.w3.org/ns/shacl#focusNode) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... -[ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... | no | +| [DefinitionValidationResult](DefinitionValidationResult.md) | | no | +| [ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... | no | + @@ -26,10 +36,8 @@ URI: [sh:focusNode](http://www.w3.org/ns/shacl#focusNode) ## Properties * Range: [Node](Node.md) -* Required: True - - +* Required: True @@ -51,6 +59,16 @@ URI: [sh:focusNode](http://www.w3.org/ns/shacl#focusNode) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sh:focusNode | +| native | vm:subject | + + + + ## LinkML Source
diff --git a/docs/datamodels/validation/time_checked.md b/docs/datamodels/validation/time_checked.md index c03c3c01b..9bd2152d9 100644 --- a/docs/datamodels/validation/time_checked.md +++ b/docs/datamodels/validation/time_checked.md @@ -1,5 +1,9 @@ + + # Slot: time_checked + + URI: [vm:time_checked](https://w3id.org/linkml/validation-model/time_checked) @@ -9,11 +13,13 @@ URI: [vm:time_checked](https://w3id.org/linkml/validation-model/time_checked) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... | no | + @@ -28,8 +34,6 @@ URI: [vm:time_checked](https://w3id.org/linkml/validation-model/time_checked) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [vm:time_checked](https://w3id.org/linkml/validation-model/time_checked) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | vm:time_checked | +| native | vm:time_checked | + + + + ## LinkML Source
diff --git a/docs/datamodels/validation/type.md b/docs/datamodels/validation/type.md index db559b8b3..07a41a595 100644 --- a/docs/datamodels/validation/type.md +++ b/docs/datamodels/validation/type.md @@ -1,7 +1,14 @@ + + # Slot: type + + _The type of validation result. SHACL validation vocabulary is recommended for checks against a datamodel. For principle checks use the corresponding rule or principle, e.g. GO RULE ID, OBO Principle ID_ + + + URI: [sh:sourceConstraintComponent](http://www.w3.org/ns/shacl#sourceConstraintComponent) @@ -11,13 +18,16 @@ URI: [sh:sourceConstraintComponent](http://www.w3.org/ns/shacl#sourceConstraintC + ## Applicable Classes -| Name | Description | -| --- | --- | -[ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... -[TypeSeverityKeyValue](TypeSeverityKeyValue.md) | key-value pair that maps a validation result type to a severity setting, for ... -[ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... | no | +| [TypeSeverityKeyValue](TypeSeverityKeyValue.md) | key-value pair that maps a validation result type to a severity setting, for ... | no | +| [ValidationResult](ValidationResult.md) | An individual result arising from validation of a data instance using a parti... | no | +| [DefinitionValidationResult](DefinitionValidationResult.md) | | no | + @@ -27,10 +37,8 @@ URI: [sh:sourceConstraintComponent](http://www.w3.org/ns/shacl#sourceConstraintC ## Properties * Range: [ConstraintComponent](ConstraintComponent.md) -* Required: True - - +* Required: True @@ -52,6 +60,16 @@ URI: [sh:sourceConstraintComponent](http://www.w3.org/ns/shacl#sourceConstraintC +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | sh:sourceConstraintComponent | +| native | vm:type | + + + + ## LinkML Source
diff --git a/docs/datamodels/validation/type_severity_map.md b/docs/datamodels/validation/type_severity_map.md index a7c7f1115..b2cf09a6f 100644 --- a/docs/datamodels/validation/type_severity_map.md +++ b/docs/datamodels/validation/type_severity_map.md @@ -1,7 +1,14 @@ + + # Slot: type_severity_map + + _Allows overriding of severity of a particular type_ + + + URI: [vm:type_severity_map](https://w3id.org/linkml/validation-model/type_severity_map) @@ -11,11 +18,13 @@ URI: [vm:type_severity_map](https://w3id.org/linkml/validation-model/type_severi + ## Applicable Classes -| Name | Description | -| --- | --- | -[ValidationConfiguration](ValidationConfiguration.md) | Configuration parameters for execution of a validation report +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ValidationConfiguration](ValidationConfiguration.md) | Configuration parameters for execution of a validation report | no | + @@ -25,10 +34,8 @@ URI: [vm:type_severity_map](https://w3id.org/linkml/validation-model/type_severi ## Properties * Range: [TypeSeverityKeyValue](TypeSeverityKeyValue.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [vm:type_severity_map](https://w3id.org/linkml/validation-model/type_severi +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | vm:type_severity_map | +| native | vm:type_severity_map | + + + + ## LinkML Source
@@ -58,12 +75,12 @@ name: type_severity_map description: Allows overriding of severity of a particular type from_schema: https://w3id.org/linkml/validation_results rank: 1000 -multivalued: true alias: type_severity_map owner: ValidationConfiguration domain_of: - ValidationConfiguration range: TypeSeverityKeyValue +multivalued: true inlined: true ``` diff --git a/docs/datamodels/validation/url.md b/docs/datamodels/validation/url.md index f33f16d90..cedc7c101 100644 --- a/docs/datamodels/validation/url.md +++ b/docs/datamodels/validation/url.md @@ -1,5 +1,9 @@ + + # Slot: url + + URI: [vm:url](https://w3id.org/linkml/validation-model/url) @@ -9,11 +13,13 @@ URI: [vm:url](https://w3id.org/linkml/validation-model/url) + ## Applicable Classes -| Name | Description | -| --- | --- | -[ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [ExternalReferenceValidationResult](ExternalReferenceValidationResult.md) | A validation result where the check is to determine if a link to an external ... | no | + @@ -28,8 +34,6 @@ URI: [vm:url](https://w3id.org/linkml/validation-model/url) - - ## Identifier and Mapping Information @@ -46,6 +50,16 @@ URI: [vm:url](https://w3id.org/linkml/validation-model/url) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | vm:url | +| native | vm:url | + + + + ## LinkML Source
diff --git a/src/oaklib/datamodels/association.yaml b/src/oaklib/datamodels/association.yaml index 52a0bbd46..ff9442820 100644 --- a/src/oaklib/datamodels/association.yaml +++ b/src/oaklib/datamodels/association.yaml @@ -26,6 +26,7 @@ prefixes: imports: - linkml:types default_prefix: ontoassoc +default_range: string classes: diff --git a/src/oaklib/datamodels/obograph.yaml b/src/oaklib/datamodels/obograph.yaml index e62605ecb..b7400f763 100644 --- a/src/oaklib/datamodels/obograph.yaml +++ b/src/oaklib/datamodels/obograph.yaml @@ -569,8 +569,10 @@ classes: definedClassId: description: The class that is defined by this axiom required: true + range: OboIdentifierString genusIds: description: The set of classes that are the genus of the defined class + range: OboIdentifierString comments: - typically, this will be a single class multivalued: true @@ -603,6 +605,7 @@ classes: description: >- The set of named classes that are mutually disjoint. multivalued: true + range: OboIdentifierString classExpressions: description: >- The set of class expressions that are mutually disjoint. @@ -613,6 +616,7 @@ classes: unionEquivalentTo: description: >- If present, this equates to an OWL DisjointUnion expression. + range: OboIdentifierString unionEquivalentToExpression: range: ExistentialRestrictionExpression description: >-