Skip to content

Commit

Permalink
update docs (#808)
Browse files Browse the repository at this point in the history
* Regenerated docs

* added ranges
  • Loading branch information
cmungall authored Oct 1, 2024
1 parent adb26c6 commit 16e4beb
Show file tree
Hide file tree
Showing 542 changed files with 13,824 additions and 5,078 deletions.
14 changes: 14 additions & 0 deletions docs/datamodels/cross-ontology-diff/Boolean.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 |



14 changes: 14 additions & 0 deletions docs/datamodels/cross-ontology-diff/Date.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 |



14 changes: 14 additions & 0 deletions docs/datamodels/cross-ontology-diff/Datetime.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 |



14 changes: 14 additions & 0 deletions docs/datamodels/cross-ontology-diff/Decimal.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 |



7 changes: 6 additions & 1 deletion docs/datamodels/cross-ontology-diff/DiffCategory.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -53,6 +56,8 @@ URI: [DiffCategory](DiffCategory)





## LinkML Source

<details>
Expand Down
14 changes: 14 additions & 0 deletions docs/datamodels/cross-ontology-diff/Double.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 |



14 changes: 14 additions & 0 deletions docs/datamodels/cross-ontology-diff/Float.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 |



14 changes: 14 additions & 0 deletions docs/datamodels/cross-ontology-diff/Integer.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 |



13 changes: 13 additions & 0 deletions docs/datamodels/cross-ontology-diff/Ncname.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 |



13 changes: 13 additions & 0 deletions docs/datamodels/cross-ontology-diff/Nodeidentifier.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 |



13 changes: 13 additions & 0 deletions docs/datamodels/cross-ontology-diff/Objectidentifier.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 |



Loading

0 comments on commit 16e4beb

Please sign in to comment.