Skip to content

Class: FileInCollection

Association between a file and a (containing) collection

URI: cfde_schema:FileInCollection

classDiagram class FileInCollection FileInCollection : collection_id_namespace FileInCollection : collection_local_id FileInCollection : file_id_namespace FileInCollection : file_local_id

Slots

Name Range Cardinality Description Info
file_id_namespace xsd:string 1..1 Identifier namespace for this file .
file_local_id xsd:string 1..1 The ID of this file .
collection_id_namespace xsd:string 1..1 Identifier namespace for this collection .
collection_local_id xsd:string 1..1 The ID of this collection .

Usages

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/cfde

Mappings

Mapping Type Mapped Value
self ['cfde_schema:FileInCollection']
native ['cfde_schema:FileInCollection']

LinkML Specification

Direct

name: file_in_collection
description: Association between a file and a (containing) collection
title: file_in_collection
from_schema: https://w3id.org/linkml/cfde
attributes:
  file_id_namespace:
    name: file_id_namespace
    description: Identifier namespace for this file
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  file_local_id:
    name: file_local_id
    description: The ID of this file
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  collection_id_namespace:
    name: collection_id_namespace
    description: Identifier namespace for this collection
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  collection_local_id:
    name: collection_local_id
    description: The ID of this collection
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
unique_keys:
  file_in_collection_primary_key:
    unique_key_name: file_in_collection_primary_key
    unique_key_slots:
    - '[''file_id_namespace'', ''file_local_id'', ''collection_id_namespace'', ''collection_local_id'']'

Induced

name: file_in_collection
description: Association between a file and a (containing) collection
title: file_in_collection
from_schema: https://w3id.org/linkml/cfde
attributes:
  file_id_namespace:
    name: file_id_namespace
    description: Identifier namespace for this file
    from_schema: https://w3id.org/linkml/cfde
    alias: file_id_namespace
    owner: file_in_collection
    range: string
    required: true
  file_local_id:
    name: file_local_id
    description: The ID of this file
    from_schema: https://w3id.org/linkml/cfde
    alias: file_local_id
    owner: file_in_collection
    range: string
    required: true
  collection_id_namespace:
    name: collection_id_namespace
    description: Identifier namespace for this collection
    from_schema: https://w3id.org/linkml/cfde
    alias: collection_id_namespace
    owner: file_in_collection
    range: string
    required: true
  collection_local_id:
    name: collection_local_id
    description: The ID of this collection
    from_schema: https://w3id.org/linkml/cfde
    alias: collection_local_id
    owner: file_in_collection
    range: string
    required: true
unique_keys:
  file_in_collection_primary_key:
    unique_key_name: file_in_collection_primary_key
    unique_key_slots:
    - '[''file_id_namespace'', ''file_local_id'', ''collection_id_namespace'', ''collection_local_id'']'