Skip to content

Class: Citation

An optional citation consisting of end note text using structured markup.

URI: oscal:Citation

 classDiagram
    class Citation
    click Citation href "../Citation/"
      HasPropsAndLinks <|-- Citation
        click HasPropsAndLinks href "../HasPropsAndLinks/"

      Citation : links





        Citation --> "*" Link : links
        click Link href "../Link/"



      Citation : props





        Citation --> "*" Property : props
        click Property href "../Property/"



      Citation : text

Inheritance

Slots

Name Cardinality and Range Description Inheritance
text 1
MarkupLineType
A line of citation text direct
props *
Property
A list of properties HasPropsAndLinks
links *
Link
A list of links HasPropsAndLinks

Usages

used by used in type used
Resource citation range Citation

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/oscal

Mappings

Mapping Type Mapped Value
self oscal:Citation
native oscal:Citation

LinkML Source

Direct

name: Citation
description: An optional citation consisting of end note text using structured markup.
in_subset:
- oscal_back_matter
from_schema: https://w3id.org/lmodel/oscal
mixins:
- HasPropsAndLinks
slots:
- text
slot_usage:
  text:
    name: text
    description: A line of citation text.
    required: true
  links:
    name: links
    range: Link

Induced

name: Citation
description: An optional citation consisting of end note text using structured markup.
in_subset:
- oscal_back_matter
from_schema: https://w3id.org/lmodel/oscal
mixins:
- HasPropsAndLinks
slot_usage:
  text:
    name: text
    description: A line of citation text.
    required: true
  links:
    name: links
    range: Link
attributes:
  text:
    name: text
    description: A line of citation text.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: text
    owner: Citation
    domain_of:
    - Link
    - Citation
    range: MarkupLineType
    required: true
  props:
    name: props
    description: A list of properties.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: props
    owner: Citation
    domain_of:
    - HasPropsAndLinks
    - Resource
    - Addition
    - SystemInformation
    - InformationType
    - ImpactLevel
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - Export
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    range: Property
    multivalued: true
    inlined: true
    inlined_as_list: true
  links:
    name: links
    description: A list of links.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: links
    owner: Citation
    domain_of:
    - HasPropsAndLinks
    - Addition
    - SystemInformation
    - InformationType
    - ImpactLevel
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - Export
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    range: Link
    multivalued: true
    inlined: true
    inlined_as_list: true