Skip to content

Class: FileDescribesCollection

Association between a summary file and an entire collection described by that file

URI: cfde_schema:FileDescribesCollection

classDiagram class FileDescribesCollection FileDescribesCollection : collection_id_namespace FileDescribesCollection : collection_local_id FileDescribesCollection : file_id_namespace FileDescribesCollection : 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:FileDescribesCollection']
native ['cfde_schema:FileDescribesCollection']

LinkML Specification

Direct

name: file_describes_collection
description: Association between a summary file and an entire collection described
  by that file
title: file_describes_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_describes_collection_primary_key:
    unique_key_name: file_describes_collection_primary_key
    unique_key_slots:
    - '[''file_id_namespace'', ''file_local_id'', ''collection_id_namespace'', ''collection_local_id'']'

Induced

name: file_describes_collection
description: Association between a summary file and an entire collection described
  by that file
title: file_describes_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_describes_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_describes_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_describes_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_describes_collection
    range: string
    required: true
unique_keys:
  file_describes_collection_primary_key:
    unique_key_name: file_describes_collection_primary_key
    unique_key_slots:
    - '[''file_id_namespace'', ''file_local_id'', ''collection_id_namespace'', ''collection_local_id'']'