Skip to content

Class: Citation

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

URI: [oscal:Citation](https://w3id.org/lmodel/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 * **Citation** [ [HasPropsAndLinks](HasPropsAndLinks.md)] ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [text](text.md) | 1
[MarkupLineType](MarkupLineType.md) | A line of citation text | direct | | [props](props.md) | *
[Property](Property.md) | A list of properties | [HasPropsAndLinks](HasPropsAndLinks.md) | | [links](links.md) | *
[Link](Link.md) | A list of links | [HasPropsAndLinks](HasPropsAndLinks.md) | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Resource](Resource.md) | [citation](citation.md) | range | [Citation](Citation.md) | ## In Subsets * [OscalBackMatter](OscalBackMatter.md) ## 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
    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
    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
    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