Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add slot for Data Use Ontology #36

Merged
merged 2 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Name: standards-schema-all
| [url](url.md) | URL for basic documentation of the standard or tool |
| [use_case_category](use_case_category.md) | Category of the UseCase |
| [use_cases](use_cases.md) | Collection of associated use cases |
| [use_conditions](use_conditions.md) | Applicable conditions on use, as defined by the Data Use Ontology (DUO) |
| [wikidata_id](wikidata_id.md) | Unique Wikidata identifier |
| [xref](xref.md) | URI of corresponding class in an ontology of experimental procedures, in CURI... |

Expand Down
1 change: 1 addition & 0 deletions docs/node_property.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:node_property](https://w3
* [collection](collection.md)
* [purpose_detail](purpose_detail.md)
* [is_open](is_open.md)
* [use_conditions](use_conditions.md)
* [requires_registration](requires_registration.md)
* [publication](publication.md)
* [formal_specification](formal_specification.md)
Expand Down
66 changes: 66 additions & 0 deletions docs/use_conditions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Slot: use_conditions
_Applicable conditions on use, as defined by the Data Use Ontology (DUO)._


URI: [https://w3id.org/bridge2ai/standards-schema-all/:use_conditions](https://w3id.org/bridge2ai/standards-schema-all/:use_conditions)




## Inheritance

* [node_property](node_property.md)
* **use_conditions**







## Properties

* Range: [Uriorcurie](Uriorcurie.md)
* Multivalued: True








## Identifier and Mapping Information







### Schema Source


* from schema: https://w3id.org/bridge2ai/standards-schema-all




## LinkML Source

<details>
```yaml
name: use_conditions
description: Applicable conditions on use, as defined by the Data Use Ontology (DUO).
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: node_property
values_from:
- DUO
domain: NamedThing
multivalued: true
alias: use_conditions
range: uriorcurie

```
</details>
1 change: 1 addition & 0 deletions project/docs/node_property.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/node_property](https://w3i
* [standards_and_tools_for_dgp_use](standards_and_tools_for_dgp_use.md)
* [url](url.md)
* [use_case_category](use_case_category.md)
* [use_conditions](use_conditions.md)
* [xref](xref.md)

## Used by
Expand Down
4 changes: 4 additions & 0 deletions project/docs/standards_schema_all.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ High-level classes for Bridge2AI Standards schemas.
* [url](url.md) - URL for basic documentation of the standard or tool.
* [use_case_category](use_case_category.md) - Category of the UseCase. Not all projects will incorporate use cases in all categories.
* [UseCase➞use_case_category](UseCase_use_case_category.md)
* [use_conditions](use_conditions.md) - Applicable conditions on use, as defined by the Data Use Ontology (DUO).
* [xref](xref.md) - URI of corresponding class in an ontology of experimental procedures, in CURIE form.
* [organizations](organizations.md) - Collection of associated organizations.
* [related_to](related_to.md) - A relationship that is asserted between two named things.
Expand Down Expand Up @@ -131,12 +132,15 @@ High-level classes for Bridge2AI Standards schemas.
* [EdamIdentifier](types/EdamIdentifier.md) ([Uriorcurie](types/Uriorcurie.md)) - Identifier from EDAM ontology
* [Float](types/Float.md) (**float**) - A real number that conforms to the xsd:float specification
* [Integer](types/Integer.md) (**int**) - An integer
* [Jsonpath](types/Jsonpath.md) (**str**) - A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form.
* [Jsonpointer](types/Jsonpointer.md) (**str**) - A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form.
* [MeshIdentifier](types/MeshIdentifier.md) ([Uriorcurie](types/Uriorcurie.md)) - Identifier from Medical Subject Headings (MeSH) biomedical vocabulary.
* [NcitIdentifier](types/NcitIdentifier.md) ([Uriorcurie](types/Uriorcurie.md)) - Identifier from NCIT reference terminology with broad coverage of the cancer domain.
* [Ncname](types/Ncname.md) (**NCName**) - Prefix part of CURIE
* [Nodeidentifier](types/Nodeidentifier.md) (**NodeIdentifier**) - A URI, CURIE or BNODE that represents a node in a model.
* [Objectidentifier](types/Objectidentifier.md) (**ElementIdentifier**) - A URI or CURIE that represents an object in the model.
* [RorIdentifier](types/RorIdentifier.md) ([Uriorcurie](types/Uriorcurie.md)) - Identifier from Research Organization Registry.
* [Sparqlpath](types/Sparqlpath.md) (**str**) - A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF.
* [String](types/String.md) (**str**) - A character string
* [Time](types/Time.md) (**XSDTime**) - A time object represents a (local) time of day, independent of any particular day
* [Uri](types/Uri.md) (**URI**) - a complete URI
Expand Down
12 changes: 12 additions & 0 deletions project/docs/types/Jsonpath.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

# Type: jsonpath


A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form.

URI: [linkml:Jsonpath](https://w3id.org/linkml/Jsonpath)

| | | |
| --- | --- | --- |
| Root (builtin) type | | **str** |
| Representation | | str |
12 changes: 12 additions & 0 deletions project/docs/types/Jsonpointer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

# Type: jsonpointer


A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form.

URI: [linkml:Jsonpointer](https://w3id.org/linkml/Jsonpointer)

| | | |
| --- | --- | --- |
| Root (builtin) type | | **str** |
| Representation | | str |
2 changes: 1 addition & 1 deletion project/docs/types/Objectidentifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ URI: [linkml:Objectidentifier](https://w3id.org/linkml/Objectidentifier)

| | | |
| --- | --- | --- |
| **Comments:** | | Used for inheritence and type checking |
| **Comments:** | | Used for inheritance and type checking |

12 changes: 12 additions & 0 deletions project/docs/types/Sparqlpath.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

# Type: sparqlpath


A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF.

URI: [linkml:Sparqlpath](https://w3id.org/linkml/Sparqlpath)

| | | |
| --- | --- | --- |
| Root (builtin) type | | **str** |
| Representation | | str |
22 changes: 22 additions & 0 deletions project/docs/use_conditions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

# Slot: use_conditions


Applicable conditions on use, as defined by the Data Use Ontology (DUO).

URI: [https://w3id.org/bridge2ai/standards-schema-all/use_conditions](https://w3id.org/bridge2ai/standards-schema-all/use_conditions)


## Domain and Range

[NamedThing](NamedThing.md) &#8594; <sub>0..\*</sub> [Uriorcurie](types/Uriorcurie.md)

## Parents

* is_a: [node_property](node_property.md)

## Children


## Used by

Binary file modified project/excel/standards_schema_all.xlsx
Binary file not shown.
6 changes: 5 additions & 1 deletion project/jsonld/standards_schema_all.context.jsonld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"comments": {
"description": "Auto generated by LinkML jsonld context generator",
"generation_date": "2023-04-10T15:11:09",
"generation_date": "2024-05-13T15:51:42",
"source": "standards_schema_all.yaml"
},
"@context": {
Expand Down Expand Up @@ -213,6 +213,10 @@
"@type": "@id",
"@id": "B2AI_USECASE:use_cases"
},
"use_conditions": {
"@type": "@id",
"@id": "B2AI_STANDARD:use_conditions"
},
"wikidata_id": {
"@type": "@id",
"@id": "B2AI_ORG:wikidata_id"
Expand Down
Loading
Loading