Skip to content

Class: ExternalReference

Pointer to external reading material shared across CWE entries (ExternalReferenceType in XSD). Identified by Reference_ID (e.g. REF-1).

URI: cwe:ExternalReference

 classDiagram
    class ExternalReference
    click ExternalReference href "../ExternalReference/"
      ExternalReference : authors

      ExternalReference : edition

      ExternalReference : publication

      ExternalReference : publication_day

      ExternalReference : publication_month

      ExternalReference : publication_year

      ExternalReference : publisher

      ExternalReference : reference_id

      ExternalReference : title

      ExternalReference : url

      ExternalReference : url_date

Slots

Name Cardinality and Range Description Inheritance
reference_id 1
String
Globally unique identifier for an external reference (e direct
title 1
String
Descriptive title for a reference or catalog element direct
authors *
String
Authors of the referenced material direct
edition 0..1
String
Edition of the material being referenced direct
publication 0..1
String
Name of the magazine or journal direct
publication_year 0..1
String
Year of publication in YYYY format direct
publication_month 0..1
String
Month of publication in --MM format direct
publication_day 0..1
String
Day of publication in ---DD format direct
publisher 0..1
String
Publisher of the referenced material direct
url 0..1
Uri
URL pointing to the reference resource direct
url_date 0..1
date
Date when the URL was last validated to exist direct

Usages

used by used in type used
WeaknessCatalog external_references range ExternalReference

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self cwe:ExternalReference
native cwe:ExternalReference
related cve:CveReference

LinkML Source

Direct

name: ExternalReference
description: Pointer to external reading material shared across CWE entries (ExternalReferenceType
  in XSD). Identified by Reference_ID (e.g. REF-1).
in_subset:
- cwe_dictionary
from_schema: https://w3id.org/lmodel/cwe
related_mappings:
- cve:CveReference
slots:
- reference_id
- title
- authors
- edition
- publication
- publication_year
- publication_month
- publication_day
- publisher
- url
- url_date
slot_usage:
  reference_id:
    name: reference_id
    identifier: true
    required: true
  title:
    name: title
    required: true

Induced

name: ExternalReference
description: Pointer to external reading material shared across CWE entries (ExternalReferenceType
  in XSD). Identified by Reference_ID (e.g. REF-1).
in_subset:
- cwe_dictionary
from_schema: https://w3id.org/lmodel/cwe
related_mappings:
- cve:CveReference
slot_usage:
  reference_id:
    name: reference_id
    identifier: true
    required: true
  title:
    name: title
    required: true
attributes:
  reference_id:
    name: reference_id
    description: Globally unique identifier for an external reference (e.g. REF-1).
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    slot_uri: dct:identifier
    identifier: true
    alias: reference_id
    owner: ExternalReference
    domain_of:
    - ExternalReference
    range: string
    required: true
  title:
    name: title
    description: Descriptive title for a reference or catalog element.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    slot_uri: dct:title
    alias: title
    owner: ExternalReference
    domain_of:
    - ExternalReference
    range: string
    required: true
  authors:
    name: authors
    description: Authors of the referenced material.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: authors
    owner: ExternalReference
    domain_of:
    - ExternalReference
    range: string
    multivalued: true
  edition:
    name: edition
    description: Edition of the material being referenced.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: edition
    owner: ExternalReference
    domain_of:
    - ExternalReference
    range: string
  publication:
    name: publication
    description: Name of the magazine or journal.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: publication
    owner: ExternalReference
    domain_of:
    - ExternalReference
    range: string
  publication_year:
    name: publication_year
    description: Year of publication in YYYY format.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: publication_year
    owner: ExternalReference
    domain_of:
    - ExternalReference
    range: string
  publication_month:
    name: publication_month
    description: Month of publication in --MM format.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: publication_month
    owner: ExternalReference
    domain_of:
    - ExternalReference
    range: string
  publication_day:
    name: publication_day
    description: Day of publication in ---DD format.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: publication_day
    owner: ExternalReference
    domain_of:
    - ExternalReference
    range: string
  publisher:
    name: publisher
    description: Publisher of the referenced material.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: publisher
    owner: ExternalReference
    domain_of:
    - ExternalReference
    range: string
  url:
    name: url
    description: URL pointing to the reference resource.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    slot_uri: schema:url
    alias: url
    owner: ExternalReference
    domain_of:
    - ExternalReference
    range: uri
  url_date:
    name: url_date
    description: Date when the URL was last validated to exist.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: url_date
    owner: ExternalReference
    domain_of:
    - ExternalReference
    range: date