Skip to content

Latest commit

 

History

History
257 lines (168 loc) · 5.59 KB

File metadata and controls

257 lines (168 loc) · 5.59 KB

Class: EntityMention

An entity mention is a representation of a real-world entity, as provided by the ERS.

It contains the entity data, along with metadata like type and format.

__

URI: ere:EntityMention

 classDiagram
    class EntityMention
    click EntityMention href "../EntityMention/"
      EntityMention : content
        
      EntityMention : content_type
        
      EntityMention : context
        
      EntityMention : identifiedBy
        
          
    
        
        
        EntityMention --> "1" EntityMentionIdentifier : identifiedBy
        click EntityMentionIdentifier href "../EntityMentionIdentifier/"
    

        
      EntityMention : parsed_representation
        
      
Loading

Slots

Name Cardinality and Range Description Inheritance
identifiedBy 1
EntityMentionIdentifier
The identification triad of the entity mention direct
content_type 1
String
A string about the MIME format of content (e direct
content 1
String
A code string representing the entity mention details (eg, RDF or XML descrip... direct
parsed_representation 0..1
String
JSON representation of the parsed entity data direct
context 0..1
String
Optional context reference (e direct

Usages

used by used in type used
EntityMentionResolutionRequest entity_mention range EntityMention

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

Details ```yaml name: EntityMention description: 'An entity mention is a representation of a real-world entity, as provided by the ERS.

It contains the entity data, along with metadata like type and format.

' from_schema: https://data.europa.eu/ers/schema/ere attributes: identifiedBy: name: identifiedBy description: 'The identification triad of the entity mention.

  '
from_schema: https://data.europa.eu/ers/schema/ers
rank: 1000
domain_of:
- EntityMention
range: EntityMentionIdentifier
required: true

content_type: name: content_type description: 'A string about the MIME format of content (e.g. text/turtle, application/ld+json)

  '
from_schema: https://data.europa.eu/ers/schema/ers
rank: 1000
domain_of:
- EntityMention
required: true

content: name: content description: 'A code string representing the entity mention details (eg, RDF or XML description).

  '
from_schema: https://data.europa.eu/ers/schema/ers
rank: 1000
domain_of:
- EntityMention
required: true

parsed_representation: name: parsed_representation description: 'JSON representation of the parsed entity data.

  '
from_schema: https://data.europa.eu/ers/schema/ers
rank: 1000
domain_of:
- EntityMention

context: name: context description: 'Optional context reference (e.g. notice or document ID).

  '
from_schema: https://data.europa.eu/ers/schema/ers
rank: 1000
domain_of:
- EntityMention
</details>

### Induced

<details>
```yaml
name: EntityMention
description: 'An entity mention is a representation of a real-world entity, as provided
  by the ERS.

  It contains the entity data, along with metadata like type and format.

  '
from_schema: https://data.europa.eu/ers/schema/ere
attributes:
  identifiedBy:
    name: identifiedBy
    description: 'The identification triad of the entity mention.

      '
    from_schema: https://data.europa.eu/ers/schema/ers
    rank: 1000
    alias: identifiedBy
    owner: EntityMention
    domain_of:
    - EntityMention
    range: EntityMentionIdentifier
    required: true
  content_type:
    name: content_type
    description: 'A string about the MIME format of `content` (e.g. text/turtle, application/ld+json)

      '
    from_schema: https://data.europa.eu/ers/schema/ers
    rank: 1000
    alias: content_type
    owner: EntityMention
    domain_of:
    - EntityMention
    range: string
    required: true
  content:
    name: content
    description: 'A code string representing the entity mention details (eg, RDF or
      XML description).

      '
    from_schema: https://data.europa.eu/ers/schema/ers
    rank: 1000
    alias: content
    owner: EntityMention
    domain_of:
    - EntityMention
    range: string
    required: true
  parsed_representation:
    name: parsed_representation
    description: 'JSON representation of the parsed entity data.

      '
    from_schema: https://data.europa.eu/ers/schema/ers
    rank: 1000
    alias: parsed_representation
    owner: EntityMention
    domain_of:
    - EntityMention
    range: string
  context:
    name: context
    description: 'Optional context reference (e.g. notice or document ID).

      '
    from_schema: https://data.europa.eu/ers/schema/ers
    rank: 1000
    alias: context
    owner: EntityMention
    domain_of:
    - EntityMention
    range: string