Skip to content

Class: Reference

External reference such as an advisory or article.

URI: core:Reference

 classDiagram
    class Reference
    click Reference href "../Reference/"
      Reference : name

      Reference : source

      Reference : url

Slots

Name Cardinality and Range Description Inheritance
url 0..1
Uri
URL pointing to the reference resource direct
name 0..1
String
Name of the entity (product, weakness, reference, etc direct
source 0..1
String
Source or origin of the reference or data direct

Usages

used by used in type used
Vulnerability references range Reference

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self core:Reference
native core:Reference
exact schema:CreativeWork

LinkML Source

Direct

name: Reference
description: External reference such as an advisory or article.
in_subset:
- core
from_schema: https://w3id.org/lmodel/vulnerability-core
exact_mappings:
- schema:CreativeWork
slots:
- url
- name
- source

Induced

name: Reference
description: External reference such as an advisory or article.
in_subset:
- core
from_schema: https://w3id.org/lmodel/vulnerability-core
exact_mappings:
- schema:CreativeWork
attributes:
  url:
    name: url
    description: URL pointing to the reference resource.
    from_schema: https://w3id.org/lmodel/vulnerability-core
    rank: 1000
    slot_uri: schema:url
    alias: url
    owner: Reference
    domain_of:
    - Reference
    range: uri
  name:
    name: name
    description: Name of the entity (product, weakness, reference, etc.).
    from_schema: https://w3id.org/lmodel/vulnerability-core
    aliases:
    - label
    rank: 1000
    slot_uri: rdfs:label
    alias: name
    owner: Reference
    domain_of:
    - Product
    - Reference
    - Weakness
    range: string
  source:
    name: source
    description: Source or origin of the reference or data.
    from_schema: https://w3id.org/lmodel/vulnerability-core
    rank: 1000
    slot_uri: dct:source
    alias: source
    owner: Reference
    domain_of:
    - Reference
    range: string