Skip to content

Class: UrlValue

A value that is a string that conforms to URL syntax

URI: nmdc:UrlValue

classDiagram class UrlValue AttributeValue <|-- UrlValue UrlValue : has_raw_value UrlValue : was_generated_by UrlValue --|> Activity : was_generated_by

Inheritance

Slots

Name Cardinality and Range Description Inheritance
has_raw_value 0..1
String
The value that was specified for an annotation in raw form, i AttributeValue
was_generated_by 0..1
Activity
AttributeValue

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nmdc:UrlValue
native nmdc:UrlValue

LinkML Source

Direct

name: UrlValue
description: A value that is a string that conforms to URL syntax
from_schema: https://w3id.org/nmdc/nmdc
is_a: AttributeValue

Induced

name: UrlValue
description: A value that is a string that conforms to URL syntax
from_schema: https://w3id.org/nmdc/nmdc
is_a: AttributeValue
attributes:
  has_raw_value:
    name: has_raw_value
    description: The value that was specified for an annotation in raw form, i.e.
      a string. E.g. "2 cm" or "2-4 cm"
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    domain: AttributeValue
    multivalued: false
    alias: has_raw_value
    owner: UrlValue
    domain_of:
    - AttributeValue
    - QuantityValue
    range: string
  was_generated_by:
    name: was_generated_by
    from_schema: https://w3id.org/nmdc/nmdc
    mappings:
    - prov:wasGeneratedBy
    rank: 1000
    alias: was_generated_by
    owner: UrlValue
    domain_of:
    - DataObject
    - AttributeValue
    - FunctionalAnnotation
    range: Activity