Skip to content

Class: Container

An umbrella object that holds the ontology class instances

URI: nexus:Container

 classDiagram
    class Container
    click Container href "../Container/"
      Container : actions





        Container --> "*" Action : actions
        click Action href "../Action/"



      Container : adapters





        Container --> "*" Adapter : adapters
        click Adapter href "../Adapter/"



      Container : aievalresults





        Container --> "*" AiEvalResult : aievalresults
        click AiEvalResult href "../AiEvalResult/"



      Container : aimodelfamilies





        Container --> "*" LargeLanguageModelFamily : aimodelfamilies
        click LargeLanguageModelFamily href "../LargeLanguageModelFamily/"



      Container : aimodels





        Container --> "*" LargeLanguageModel : aimodels
        click LargeLanguageModel href "../LargeLanguageModel/"



      Container : aitasks





        Container --> "*" AiTask : aitasks
        click AiTask href "../AiTask/"



      Container : benchmarkmetadatacards





        Container --> "*" BenchmarkMetadataCard : benchmarkmetadatacards
        click BenchmarkMetadataCard href "../BenchmarkMetadataCard/"



      Container : concepts





        Container --> "*" Concept : concepts
        click Concept href "../Concept/"



      Container : controls





        Container --> "*" Control : controls
        click Control href "../Control/"



      Container : datasets





        Container --> "*" Dataset : datasets
        click Dataset href "../Dataset/"



      Container : documents





        Container --> "*" Documentation : documents
        click Documentation href "../Documentation/"



      Container : entries





        Container --> "*" Entry : entries
        click Entry href "../Entry/"



      Container : evaluations





        Container --> "*" AiEval : evaluations
        click AiEval href "../AiEval/"



      Container : groups





        Container --> "*" Group : groups
        click Group href "../Group/"



      Container : licenses





        Container --> "*" License : licenses
        click License href "../License/"



      Container : llmintrinsics





        Container --> "*" LLMIntrinsic : llmintrinsics
        click LLMIntrinsic href "../LLMIntrinsic/"



      Container : modalities





        Container --> "*" Modality : modalities
        click Modality href "../Modality/"



      Container : obligations





        Container --> "*" Obligation : obligations
        click Obligation href "../Obligation/"



      Container : organizations





        Container --> "*" Organization : organizations
        click Organization href "../Organization/"



      Container : permissions





        Container --> "*" Permission : permissions
        click Permission href "../Permission/"



      Container : policies





        Container --> "*" Policy : policies
        click Policy href "../Policy/"



      Container : prohibitions





        Container --> "*" Prohibition : prohibitions
        click Prohibition href "../Prohibition/"



      Container : riskincidents





        Container --> "*" RiskIncident : riskincidents
        click RiskIncident href "../RiskIncident/"



      Container : rules





        Container --> "*" Rule : rules
        click Rule href "../Rule/"



      Container : stakeholdergroups





        Container --> "*" StakeholderGroup : stakeholdergroups
        click StakeholderGroup href "../StakeholderGroup/"



      Container : stakeholders





        Container --> "*" Stakeholder : stakeholders
        click Stakeholder href "../Stakeholder/"



      Container : taxonomies





        Container --> "*" Taxonomy : taxonomies
        click Taxonomy href "../Taxonomy/"



      Container : vocabularies





        Container --> "*" Vocabulary : vocabularies
        click Vocabulary href "../Vocabulary/"



Slots

Name Cardinality and Range Description Inheritance
organizations *
Organization
A list of organizations direct
licenses *
License
A list of licenses direct
modalities *
Modality
A list of AI modalities direct
aitasks *
AiTask
A list of AI tasks direct
documents *
Documentation
A list of documents direct
datasets *
Dataset
A list of data sets direct
llmintrinsics *
LLMIntrinsic
A list of LLMIntrinsics direct
adapters *
Adapter
A list of Adapters direct
taxonomies *
Taxonomy
A list of taxonomies direct
concepts *
Concept
A list of concepts direct
entries *
Entry
A list of entries direct
groups *
Group
A list of groups direct
vocabularies *
Vocabulary
A list of vocabularies direct
controls *
Control
A list of AI controls direct
riskincidents *
RiskIncident
A list of AI risk incidents direct
stakeholdergroups *
StakeholderGroup
A list of AI stakeholder groups direct
stakeholders *
Stakeholder
A list of stakeholders direct
actions *
Action
A list of risk related actions direct
evaluations *
AiEval
A list of AI evaluation methods direct
aievalresults *
AiEvalResult
A list of AI evaluation results direct
benchmarkmetadatacards *
BenchmarkMetadataCard
A list of AI evaluation benchmark metadata cards direct
aimodelfamilies *
LargeLanguageModelFamily
A list of AI model families direct
aimodels *
LargeLanguageModel
A list of AI models direct
policies *
Policy
A list of policies direct
rules *
Rule
A list of rules direct
prohibitions *
Prohibition
A list of prohibitions direct
permissions *
Permission
A list of Permissions direct
obligations *
Obligation
A list of Obligations direct

Identifier and Mapping Information

Schema Source

  • from schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology

Mappings

Mapping Type Mapped Value
self nexus:Container
native nexus:Container

LinkML Source

Direct

name: Container
description: An umbrella object that holds the ontology class instances
from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
attributes:
  organizations:
    name: organizations
    description: A list of organizations
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Organization
    multivalued: true
    inlined: true
    inlined_as_list: true
  licenses:
    name: licenses
    description: A list of licenses
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: License
    multivalued: true
    inlined: true
    inlined_as_list: true
  modalities:
    name: modalities
    description: A list of AI modalities
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Modality
    multivalued: true
    inlined: true
    inlined_as_list: true
  aitasks:
    name: aitasks
    description: A list of AI tasks
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: AiTask
    multivalued: true
    inlined: true
    inlined_as_list: true
  documents:
    name: documents
    description: A list of documents
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Documentation
    multivalued: true
    inlined: true
    inlined_as_list: true
  datasets:
    name: datasets
    description: A list of data sets
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Dataset
    multivalued: true
    inlined: true
    inlined_as_list: true
  llmintrinsics:
    name: llmintrinsics
    description: A list of LLMIntrinsics
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: LLMIntrinsic
    multivalued: true
    inlined: true
    inlined_as_list: true
  adapters:
    name: adapters
    description: A list of Adapters
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Adapter
    multivalued: true
    inlined: true
    inlined_as_list: true
  taxonomies:
    name: taxonomies
    description: A list of taxonomies
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Taxonomy
    multivalued: true
    inlined: true
    inlined_as_list: true
  concepts:
    name: concepts
    description: A list of concepts
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Concept
    multivalued: true
    inlined: true
    inlined_as_list: true
  entries:
    name: entries
    description: A list of entries
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Entry
    multivalued: true
    inlined: true
    inlined_as_list: true
  groups:
    name: groups
    description: A list of groups
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Group
    multivalued: true
    inlined: true
    inlined_as_list: true
  vocabularies:
    name: vocabularies
    description: A list of vocabularies
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Vocabulary
    multivalued: true
    inlined: true
    inlined_as_list: true
  controls:
    name: controls
    description: A list of AI controls
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Control
    multivalued: true
    inlined: true
    inlined_as_list: true
  riskincidents:
    name: riskincidents
    description: A list of AI risk incidents
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: RiskIncident
    multivalued: true
    inlined: true
    inlined_as_list: true
  stakeholdergroups:
    name: stakeholdergroups
    description: A list of AI stakeholder groups
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: StakeholderGroup
    multivalued: true
    inlined: true
    inlined_as_list: true
  stakeholders:
    name: stakeholders
    description: A list of stakeholders
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Stakeholder
    multivalued: true
    inlined: true
    inlined_as_list: true
  actions:
    name: actions
    description: A list of risk related actions
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Action
    multivalued: true
    inlined: true
    inlined_as_list: true
  evaluations:
    name: evaluations
    description: A list of AI evaluation methods
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: AiEval
    multivalued: true
    inlined: true
    inlined_as_list: true
  aievalresults:
    name: aievalresults
    description: A list of AI evaluation results
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: AiEvalResult
    multivalued: true
    inlined: true
    inlined_as_list: true
  benchmarkmetadatacards:
    name: benchmarkmetadatacards
    description: A list of AI evaluation benchmark metadata cards
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: BenchmarkMetadataCard
    multivalued: true
    inlined: true
    inlined_as_list: true
  aimodelfamilies:
    name: aimodelfamilies
    description: A list of AI model families
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: LargeLanguageModelFamily
    multivalued: true
    inlined: true
    inlined_as_list: true
  aimodels:
    name: aimodels
    description: A list of AI models
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: LargeLanguageModel
    multivalued: true
    inlined: true
    inlined_as_list: true
  policies:
    name: policies
    description: A list of policies
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Policy
    multivalued: true
    inlined: true
    inlined_as_list: true
  rules:
    name: rules
    description: A list of rules
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Rule
    multivalued: true
    inlined: true
    inlined_as_list: true
  prohibitions:
    name: prohibitions
    description: A list of prohibitions
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Prohibition
    multivalued: true
    inlined: true
    inlined_as_list: true
  permissions:
    name: permissions
    description: A list of Permissions
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Permission
    multivalued: true
    inlined: true
    inlined_as_list: true
  obligations:
    name: obligations
    description: A list of Obligations
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain_of:
    - Container
    range: Obligation
    multivalued: true
    inlined: true
    inlined_as_list: true
tree_root: true

Induced

name: Container
description: An umbrella object that holds the ontology class instances
from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
attributes:
  organizations:
    name: organizations
    description: A list of organizations
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: organizations
    owner: Container
    domain_of:
    - Container
    range: Organization
    multivalued: true
    inlined: true
    inlined_as_list: true
  licenses:
    name: licenses
    description: A list of licenses
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: licenses
    owner: Container
    domain_of:
    - Container
    range: License
    multivalued: true
    inlined: true
    inlined_as_list: true
  modalities:
    name: modalities
    description: A list of AI modalities
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: modalities
    owner: Container
    domain_of:
    - Container
    range: Modality
    multivalued: true
    inlined: true
    inlined_as_list: true
  aitasks:
    name: aitasks
    description: A list of AI tasks
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: aitasks
    owner: Container
    domain_of:
    - Container
    range: AiTask
    multivalued: true
    inlined: true
    inlined_as_list: true
  documents:
    name: documents
    description: A list of documents
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: documents
    owner: Container
    domain_of:
    - Container
    range: Documentation
    multivalued: true
    inlined: true
    inlined_as_list: true
  datasets:
    name: datasets
    description: A list of data sets
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: datasets
    owner: Container
    domain_of:
    - Container
    range: Dataset
    multivalued: true
    inlined: true
    inlined_as_list: true
  llmintrinsics:
    name: llmintrinsics
    description: A list of LLMIntrinsics
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: llmintrinsics
    owner: Container
    domain_of:
    - Container
    range: LLMIntrinsic
    multivalued: true
    inlined: true
    inlined_as_list: true
  adapters:
    name: adapters
    description: A list of Adapters
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: adapters
    owner: Container
    domain_of:
    - Container
    range: Adapter
    multivalued: true
    inlined: true
    inlined_as_list: true
  taxonomies:
    name: taxonomies
    description: A list of taxonomies
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: taxonomies
    owner: Container
    domain_of:
    - Container
    range: Taxonomy
    multivalued: true
    inlined: true
    inlined_as_list: true
  concepts:
    name: concepts
    description: A list of concepts
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: concepts
    owner: Container
    domain_of:
    - Container
    range: Concept
    multivalued: true
    inlined: true
    inlined_as_list: true
  entries:
    name: entries
    description: A list of entries
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: entries
    owner: Container
    domain_of:
    - Container
    range: Entry
    multivalued: true
    inlined: true
    inlined_as_list: true
  groups:
    name: groups
    description: A list of groups
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: groups
    owner: Container
    domain_of:
    - Container
    range: Group
    multivalued: true
    inlined: true
    inlined_as_list: true
  vocabularies:
    name: vocabularies
    description: A list of vocabularies
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: vocabularies
    owner: Container
    domain_of:
    - Container
    range: Vocabulary
    multivalued: true
    inlined: true
    inlined_as_list: true
  controls:
    name: controls
    description: A list of AI controls
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: controls
    owner: Container
    domain_of:
    - Container
    range: Control
    multivalued: true
    inlined: true
    inlined_as_list: true
  riskincidents:
    name: riskincidents
    description: A list of AI risk incidents
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: riskincidents
    owner: Container
    domain_of:
    - Container
    range: RiskIncident
    multivalued: true
    inlined: true
    inlined_as_list: true
  stakeholdergroups:
    name: stakeholdergroups
    description: A list of AI stakeholder groups
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: stakeholdergroups
    owner: Container
    domain_of:
    - Container
    range: StakeholderGroup
    multivalued: true
    inlined: true
    inlined_as_list: true
  stakeholders:
    name: stakeholders
    description: A list of stakeholders
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: stakeholders
    owner: Container
    domain_of:
    - Container
    range: Stakeholder
    multivalued: true
    inlined: true
    inlined_as_list: true
  actions:
    name: actions
    description: A list of risk related actions
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: actions
    owner: Container
    domain_of:
    - Container
    range: Action
    multivalued: true
    inlined: true
    inlined_as_list: true
  evaluations:
    name: evaluations
    description: A list of AI evaluation methods
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: evaluations
    owner: Container
    domain_of:
    - Container
    range: AiEval
    multivalued: true
    inlined: true
    inlined_as_list: true
  aievalresults:
    name: aievalresults
    description: A list of AI evaluation results
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: aievalresults
    owner: Container
    domain_of:
    - Container
    range: AiEvalResult
    multivalued: true
    inlined: true
    inlined_as_list: true
  benchmarkmetadatacards:
    name: benchmarkmetadatacards
    description: A list of AI evaluation benchmark metadata cards
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: benchmarkmetadatacards
    owner: Container
    domain_of:
    - Container
    range: BenchmarkMetadataCard
    multivalued: true
    inlined: true
    inlined_as_list: true
  aimodelfamilies:
    name: aimodelfamilies
    description: A list of AI model families
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: aimodelfamilies
    owner: Container
    domain_of:
    - Container
    range: LargeLanguageModelFamily
    multivalued: true
    inlined: true
    inlined_as_list: true
  aimodels:
    name: aimodels
    description: A list of AI models
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: aimodels
    owner: Container
    domain_of:
    - Container
    range: LargeLanguageModel
    multivalued: true
    inlined: true
    inlined_as_list: true
  policies:
    name: policies
    description: A list of policies
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: policies
    owner: Container
    domain_of:
    - Container
    range: Policy
    multivalued: true
    inlined: true
    inlined_as_list: true
  rules:
    name: rules
    description: A list of rules
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: rules
    owner: Container
    domain_of:
    - Container
    range: Rule
    multivalued: true
    inlined: true
    inlined_as_list: true
  prohibitions:
    name: prohibitions
    description: A list of prohibitions
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: prohibitions
    owner: Container
    domain_of:
    - Container
    range: Prohibition
    multivalued: true
    inlined: true
    inlined_as_list: true
  permissions:
    name: permissions
    description: A list of Permissions
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: permissions
    owner: Container
    domain_of:
    - Container
    range: Permission
    multivalued: true
    inlined: true
    inlined_as_list: true
  obligations:
    name: obligations
    description: A list of Obligations
    from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    alias: obligations
    owner: Container
    domain_of:
    - Container
    range: Obligation
    multivalued: true
    inlined: true
    inlined_as_list: true
tree_root: true