Skip to content

Latest commit

 

History

History
169 lines (97 loc) · 3.15 KB

File metadata and controls

169 lines (97 loc) · 3.15 KB

Class: LookupState

Tracks the resolution state for entity mentions from a particular source.

Records when the source was last resolved against the canonical clustering.

__

URI: ere:LookupState

 classDiagram
    class LookupState
    click LookupState href "../LookupState/"
      LookupState : last_snapshot
        
      LookupState : source_id
        
      
Loading

Slots

Name Cardinality and Range Description Inheritance
source_id 1
String
The ID or URI of the ERS client (originator) for which we track lookup state direct
last_snapshot 1
Datetime
Timestamp of the last resolution operation for this source direct

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

Details ```yaml name: LookupState description: 'Tracks the resolution state for entity mentions from a particular source.

Records when the source was last resolved against the canonical clustering.

' from_schema: https://data.europa.eu/ers/schema/ere attributes: source_id: name: source_id description: 'The ID or URI of the ERS client (originator) for which we track lookup state.

  '
from_schema: https://data.europa.eu/ers/schema/ers
domain_of:
- EntityMentionIdentifier
- LookupState
required: true

last_snapshot: name: last_snapshot description: 'Timestamp of the last resolution operation for this source.

  Used to determine if a refreshBulk or other update is needed.

  '
from_schema: https://data.europa.eu/ers/schema/ers
rank: 1000
domain_of:
- LookupState
range: datetime
required: true
</details>

### Induced

<details>
```yaml
name: LookupState
description: 'Tracks the resolution state for entity mentions from a particular source.

  Records when the source was last resolved against the canonical clustering.

  '
from_schema: https://data.europa.eu/ers/schema/ere
attributes:
  source_id:
    name: source_id
    description: 'The ID or URI of the ERS client (originator) for which we track
      lookup state.

      '
    from_schema: https://data.europa.eu/ers/schema/ers
    alias: source_id
    owner: LookupState
    domain_of:
    - EntityMentionIdentifier
    - LookupState
    range: string
    required: true
  last_snapshot:
    name: last_snapshot
    description: 'Timestamp of the last resolution operation for this source.

      Used to determine if a refreshBulk or other update is needed.

      '
    from_schema: https://data.europa.eu/ers/schema/ers
    rank: 1000
    alias: last_snapshot
    owner: LookupState
    domain_of:
    - LookupState
    range: datetime
    required: true