Skip to content

Class: CollectionDefinedByProject

(Shallow) association between a collection and a project that defined it

URI: cfde_schema:CollectionDefinedByProject

classDiagram class CollectionDefinedByProject CollectionDefinedByProject : collection_id_namespace CollectionDefinedByProject : collection_local_id CollectionDefinedByProject : project_id_namespace CollectionDefinedByProject : project_local_id

Slots

Name Range Cardinality Description Info
collection_id_namespace xsd:string 1..1 ID of the identifier namespace corresponding to the C2M2 submission containing this collection .
collection_local_id xsd:string 1..1 The ID of this collection .
project_id_namespace xsd:string 1..1 ID of the identifier namespace corresponding to the C2M2 submission containing this project .
project_local_id xsd:string 1..1 The ID of this project .

Usages

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: collection_defined_by_project
description: (Shallow) association between a collection and a project that defined
  it
title: collection_defined_by_project
from_schema: https://w3id.org/linkml/cfde
attributes:
  collection_id_namespace:
    name: collection_id_namespace
    description: ID of the identifier namespace corresponding to the C2M2 submission
      containing 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
  project_id_namespace:
    name: project_id_namespace
    description: ID of the identifier namespace corresponding to the C2M2 submission
      containing this project
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  project_local_id:
    name: project_local_id
    description: The ID of this project
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
unique_keys:
  collection_defined_by_project_primary_key:
    unique_key_name: collection_defined_by_project_primary_key
    unique_key_slots:
    - '[''collection_id_namespace'', ''collection_local_id'', ''project_id_namespace'',
      ''project_local_id'']'

Induced

name: collection_defined_by_project
description: (Shallow) association between a collection and a project that defined
  it
title: collection_defined_by_project
from_schema: https://w3id.org/linkml/cfde
attributes:
  collection_id_namespace:
    name: collection_id_namespace
    description: ID of the identifier namespace corresponding to the C2M2 submission
      containing this collection
    from_schema: https://w3id.org/linkml/cfde
    alias: collection_id_namespace
    owner: collection_defined_by_project
    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: collection_defined_by_project
    range: string
    required: true
  project_id_namespace:
    name: project_id_namespace
    description: ID of the identifier namespace corresponding to the C2M2 submission
      containing this project
    from_schema: https://w3id.org/linkml/cfde
    alias: project_id_namespace
    owner: collection_defined_by_project
    range: string
    required: true
  project_local_id:
    name: project_local_id
    description: The ID of this project
    from_schema: https://w3id.org/linkml/cfde
    alias: project_local_id
    owner: collection_defined_by_project
    range: string
    required: true
unique_keys:
  collection_defined_by_project_primary_key:
    unique_key_name: collection_defined_by_project_primary_key
    unique_key_slots:
    - '[''collection_id_namespace'', ''collection_local_id'', ''project_id_namespace'',
      ''project_local_id'']'