Skip to content

Class: AiRmfDocument

Publication metadata for an instance of the AI RMF (e.g., NIST

AI 100-1, January 2023). The Framework is intended to be a

living document, employing a two-number versioning system (major.minor).

URI: nist_ai_rmf:AiRmfDocument

 classDiagram
    class AiRmfDocument
    click AiRmfDocument href "../AiRmfDocument/"
      NamedThing <|-- AiRmfDocument
        click NamedThing href "../NamedThing/"

      AiRmfDocument : description

      AiRmfDocument : doi

      AiRmfDocument : id

      AiRmfDocument : name

      AiRmfDocument : published_date

      AiRmfDocument : publisher

      AiRmfDocument : see_also

      AiRmfDocument : source

      AiRmfDocument : title

      AiRmfDocument : version

Inheritance

Slots

Name Cardinality and Range Description Inheritance
version 0..1
String
Version identifier of the document direct
publisher 0..1
String
The publisher of the document (e direct
doi 0..1
Uriorcurie
Digital Object Identifier for the document direct
published_date 0..1
Date
Date the document was published direct
source 0..1
Uriorcurie
Reference to the source of the element (typically the document direct
id 1
Uriorcurie
A unique identifier for an element NamedThing
name 0..1
String
A short human-readable name NamedThing
title 0..1
String
A human-readable title NamedThing
description 0..1
String
A human-readable description NamedThing
see_also *
Uriorcurie
Related references NamedThing

Usages

used by used in type used
AiRmfFramework document range AiRmfDocument

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nist_ai_rmf:AiRmfDocument
native nist_ai_rmf:AiRmfDocument
related schema:CreativeWork
close nist_csf:CSFMetadata

LinkML Source

Direct

name: AiRmfDocument
description: 'Publication metadata for an instance of the AI RMF (e.g., NIST

  AI 100-1, January 2023). The Framework is intended to be a

  living document, employing a two-number versioning system (major.minor).'
in_subset:
- core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- nist_csf:CSFMetadata
related_mappings:
- schema:CreativeWork
is_a: NamedThing
slots:
- version
- publisher
- doi
- published_date
- source

Induced

name: AiRmfDocument
description: 'Publication metadata for an instance of the AI RMF (e.g., NIST

  AI 100-1, January 2023). The Framework is intended to be a

  living document, employing a two-number versioning system (major.minor).'
in_subset:
- core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- nist_csf:CSFMetadata
related_mappings:
- schema:CreativeWork
is_a: NamedThing
attributes:
  version:
    name: version
    description: Version identifier of the document.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: schema:version
    owner: AiRmfDocument
    domain_of:
    - AiRmfDocument
    range: string
  publisher:
    name: publisher
    description: The publisher of the document (e.g., NIST).
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: dcterms:publisher
    owner: AiRmfDocument
    domain_of:
    - AiRmfDocument
    range: string
  doi:
    name: doi
    description: Digital Object Identifier for the document.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: AiRmfDocument
    domain_of:
    - AiRmfDocument
    range: uriorcurie
  published_date:
    name: published_date
    description: Date the document was published.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: dcterms:issued
    owner: AiRmfDocument
    domain_of:
    - AiRmfDocument
    range: date
  source:
    name: source
    description: 'Reference to the source of the element (typically the document

      or section it originated from).'
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: dcterms:source
    owner: AiRmfDocument
    domain_of:
    - AiRmfDocument
    range: uriorcurie
  id:
    name: id
    description: A unique identifier for an element.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    owner: AiRmfDocument
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    description: A short human-readable name.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: rdfs:label
    owner: AiRmfDocument
    domain_of:
    - NamedThing
    range: string
  title:
    name: title
    description: A human-readable title.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: dcterms:title
    owner: AiRmfDocument
    domain_of:
    - NamedThing
    - PlaybookEntry
    range: string
  description:
    name: description
    description: A human-readable description.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: dcterms:description
    owner: AiRmfDocument
    domain_of:
    - NamedThing
    - PlaybookEntry
    range: string
  see_also:
    name: see_also
    description: Related references.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: rdfs:seeAlso
    owner: AiRmfDocument
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true