Class: HasUserInformation

URI: omoschema:HasUserInformation

classDiagram class HasUserInformation AnnotationPropertyMixin <|-- HasUserInformation HasUserInformation <|-- Term HasUserInformation : comment HasUserInformation : curator_note HasUserInformation : depicted_by HasUserInformation --> Image : depicted_by HasUserInformation : example_of_usage HasUserInformation : has_curation_status HasUserInformation : image HasUserInformation --> Thing : image HasUserInformation : page HasUserInformation : seeAlso HasUserInformation --> Thing : seeAlso

Inheritance

Slots

Name

Cardinality and Range

Description

Inheritance

comment

0..*
String

direct

seeAlso

0..*
Thing

direct

image

0..1
Thing

direct

example_of_usage

0..*
String

direct

curator_note

0..*
String

direct

has_curation_status

0..1
String

direct

depicted_by

0..*
Image

direct

page

0..*
String

direct

Mixin Usage

mixed into

description

Term

A NamedThing that includes classes, properties, but not ontologies

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/oak/ontology-metadata

Mappings

Mapping Type

Mapped Value

self

omoschema:HasUserInformation

native

omoschema:HasUserInformation

LinkML Source

Direct

```yaml name: HasUserInformation from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true slots: - comment - seeAlso - image - example_of_usage - curator_note - has_curation_status - depicted_by - page
</details>

### Induced

<details>
```yaml
name: HasUserInformation
from_schema: https://w3id.org/oak/ontology-metadata
is_a: AnnotationPropertyMixin
mixin: true
attributes:
  comment:
    name: comment
    comments:
    - in obo format, a term cannot have more than one comment
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: informative_property
    slot_uri: rdfs:comment
    multivalued: true
    alias: comment
    owner: HasUserInformation
    domain_of:
    - HasUserInformation
    - Ontology
    - Axiom
    range: string
  seeAlso:
    name: seeAlso
    todos:
    - restrict range
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    slot_uri: rdfs:seeAlso
    multivalued: true
    alias: seeAlso
    owner: HasUserInformation
    domain_of:
    - HasUserInformation
    - Axiom
    range: Thing
  image:
    name: image
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: informative_property
    slot_uri: sdo:image
    alias: image
    owner: HasUserInformation
    domain_of:
    - HasUserInformation
    range: Thing
  example_of_usage:
    name: example_of_usage
    in_subset:
    - allotrope permitted profile
    from_schema: https://w3id.org/oak/ontology-metadata
    exact_mappings:
    - skos:example
    rank: 1000
    is_a: informative_property
    slot_uri: IAO:0000112
    multivalued: true
    alias: example_of_usage
    owner: HasUserInformation
    domain_of:
    - HasUserInformation
    range: string
  curator_note:
    name: curator_note
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: provenance_property
    slot_uri: IAO:0000232
    multivalued: true
    alias: curator_note
    owner: HasUserInformation
    domain_of:
    - HasUserInformation
    range: string
  has_curation_status:
    name: has_curation_status
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: informative_property
    slot_uri: IAO:0000114
    alias: has_curation_status
    owner: HasUserInformation
    domain_of:
    - HasUserInformation
    range: string
  depicted_by:
    name: depicted_by
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: informative_property
    slot_uri: foaf:depicted_by
    multivalued: true
    alias: depicted_by
    owner: HasUserInformation
    domain_of:
    - HasUserInformation
    range: Image
  page:
    name: page
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: informative_property
    slot_uri: foaf:page
    multivalued: true
    alias: page
    owner: HasUserInformation
    domain_of:
    - HasUserInformation
    range: string