Skip to content

Latest commit

 

History

History
97 lines (44 loc) · 1.3 KB

File metadata and controls

97 lines (44 loc) · 1.3 KB

Slot: confidence_score

A 0-1 value of how confident the ERE is about the equivalence between the subject entity mention

and the target canonical entity.

__

URI: ere:confidence_score Alias: confidence_score

Applicable Classes

Name Description Modifies Slot
ClusterReference A reference to a cluster to which an entity is deemed to belong, with an asso... no

Properties

  • Range: Float

  • Required: True

  • Minimum Value: 0

  • Maximum Value: 1

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self ere:confidence_score
native ere:confidence_score

LinkML Source

Details ```yaml name: confidence_score description: 'A 0-1 value of how confident the ERE is about the equivalence between the subject entity mention

and the target canonical entity.

' from_schema: https://data.europa.eu/ers/schema/ere rank: 1000 alias: confidence_score owner: ClusterReference domain_of:

  • ClusterReference range: float required: true minimum_value: 0.0 maximum_value: 1.0
</details>