-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1d07e4
commit c9ec230
Showing
17 changed files
with
1,038 additions
and
780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) → <sub>0..\*</sub> [Uriorcurie](types/Uriorcurie.md) | ||
|
||
## Parents | ||
|
||
* is_a: [node_property](node_property.md) | ||
|
||
## Children | ||
|
||
|
||
## Used by | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.