Skip to content

Class: ImageFeature

Semantic annotations describing features identified in images using controlled vocabulary terms

URI: lambdaber:ImageFeature

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

Inheritance

Slots

Name Cardinality and Range Description Inheritance
terms 0..1
OntologyTerm
direct
description 0..1
String
AttributeGroup

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lambda-ber-schema/

Mappings

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

LinkML Source

Direct

name: ImageFeature
description: Semantic annotations describing features identified in images using controlled
  vocabulary terms
from_schema: https://w3id.org/lambda-ber-schema/
is_a: AttributeGroup
attributes:
  terms:
    name: terms
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    domain_of:
    - ImageFeature
    range: OntologyTerm

Induced

name: ImageFeature
description: Semantic annotations describing features identified in images using controlled
  vocabulary terms
from_schema: https://w3id.org/lambda-ber-schema/
is_a: AttributeGroup
attributes:
  terms:
    name: terms
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    alias: terms
    owner: ImageFeature
    domain_of:
    - ImageFeature
    range: OntologyTerm
  description:
    name: description
    from_schema: https://w3id.org/lambda-ber-schema/
    alias: description
    owner: ImageFeature
    domain_of:
    - NamedThing
    - AttributeGroup
    range: string