Class: TermsOfUseInformation
Description: A structured representation describing terms for re-use of data from an information resource.
classDiagram
class TermsOfUseInformation
TermsOfUseInformation : license_name
TermsOfUseInformation : license_url
TermsOfUseInformation : terms_of_use_description
TermsOfUseInformation : terms_of_use_url
Slots
Name | Cardinality and Range | Inheritance | Examples |
---|---|---|---|
terms_of_use_url: The url of a document or web page where a source describes its terms of use, and/or references a community license that it adopts. (e.g. "https://ctdbase.org/about/legal.jsp") |
0..1 Uriorcurie |
direct | |
terms_of_use_description: A free text description of the terms of use for a source. (e.g. "Source only indicates 'all rights reserved' in their documentation") |
0..1 String |
direct | |
license_name: The name of an established license used by the source (e.g. "CC BY 4.0") |
0..1 String |
direct | |
license_url: The url of an established license (e.g. "https://creativecommons.org/licenses/by/4.0/") |
0..1 Uriorcurie |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
SupportingDataSourceInformation | terms_of_use_info | range | TermsOfUseInformation |
SourceInformation | terms_of_use_info | range | TermsOfUseInformation |
LinkML Source
name: TermsOfUseInformation
description: A structured representation describing terms for re-use of data from
an information resource.
from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
attributes:
terms_of_use_url:
name: terms_of_use_url
description: The url of a document or web page where a source describes its terms
of use, and/or references a community license that it adopts. (e.g. "https://ctdbase.org/about/legal.jsp")
from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
domain_of:
- TermsOfUseInformation
range: uriorcurie
terms_of_use_description:
name: terms_of_use_description
description: A free text description of the terms of use for a source. (e.g.
"Source only indicates 'all rights reserved' in their documentation")
from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
domain_of:
- TermsOfUseInformation
range: string
license_name:
name: license_name
description: The name of an established license used by the source (e.g. "CC BY
4.0")
from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
domain_of:
- TermsOfUseInformation
range: string
license_url:
name: license_url
description: The url of an established license (e.g. "https://creativecommons.org/licenses/by/4.0/")
from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
domain_of:
- TermsOfUseInformation
range: uriorcurie