Skip to content

Class: ImageFeature

Semantic annotations describing features identified in images using controlled vocabulary terms

URI: lambda:ImageFeature

classDiagram class ImageFeature click ImageFeature href "../ImageFeature/" AttributeGroup <|-- ImageFeature click AttributeGroup href "../AttributeGroup/" ImageFeature : description ImageFeature : terms ImageFeature --> "*" OntologyTerm : terms click OntologyTerm href "../OntologyTerm/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
terms *
OntologyTerm
Ontology terms describing features identified in the image direct
description 0..1
String
AttributeGroup

Identifier and Mapping Information

Schema Source

  • from schema: http://w3id.org/lambda/

Mappings

Mapping Type Mapped Value
self lambda:ImageFeature
native lambda:ImageFeature

LinkML Source

Direct

name: ImageFeature
description: Semantic annotations describing features identified in images using controlled
  vocabulary terms
from_schema: http://w3id.org/lambda/
is_a: AttributeGroup
attributes:
  terms:
    name: terms
    description: Ontology terms describing features identified in the image
    from_schema: http://w3id.org/lambda/
    rank: 1000
    domain_of:
    - ImageFeature
    - OntologyTerm
    range: OntologyTerm
    multivalued: true
    inlined: true
    inlined_as_list: true

Induced

name: ImageFeature
description: Semantic annotations describing features identified in images using controlled
  vocabulary terms
from_schema: http://w3id.org/lambda/
is_a: AttributeGroup
attributes:
  terms:
    name: terms
    description: Ontology terms describing features identified in the image
    from_schema: http://w3id.org/lambda/
    rank: 1000
    alias: terms
    owner: ImageFeature
    domain_of:
    - ImageFeature
    - OntologyTerm
    range: OntologyTerm
    multivalued: true
    inlined: true
    inlined_as_list: true
  description:
    name: description
    from_schema: http://w3id.org/lambda/
    alias: description
    owner: ImageFeature
    domain_of:
    - NamedThing
    - AttributeGroup
    range: string