Class: SubjectInCollection
Association between a subject and a (containing) collection
URI: cfde_schema:SubjectInCollection
classDiagram
class SubjectInCollection
SubjectInCollection : collection_id_namespace
SubjectInCollection : collection_local_id
SubjectInCollection : subject_id_namespace
SubjectInCollection : subject_local_id
Slots
Name | Range | Cardinality | Description | Info |
---|---|---|---|---|
subject_id_namespace | xsd:string | 1..1 | Identifier namespace for this subject | . |
subject_local_id | xsd:string | 1..1 | The ID of this subject | . |
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:SubjectInCollection'] |
native | ['cfde_schema:SubjectInCollection'] |
LinkML Specification
Direct
name: subject_in_collection
description: Association between a subject and a (containing) collection
title: subject_in_collection
from_schema: https://w3id.org/linkml/cfde
attributes:
subject_id_namespace:
name: subject_id_namespace
description: Identifier namespace for this subject
from_schema: https://w3id.org/linkml/cfde
range: string
required: true
subject_local_id:
name: subject_local_id
description: The ID of this subject
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:
subject_in_collection_primary_key:
unique_key_name: subject_in_collection_primary_key
unique_key_slots:
- '[''subject_id_namespace'', ''subject_local_id'', ''collection_id_namespace'',
''collection_local_id'']'
Induced
name: subject_in_collection
description: Association between a subject and a (containing) collection
title: subject_in_collection
from_schema: https://w3id.org/linkml/cfde
attributes:
subject_id_namespace:
name: subject_id_namespace
description: Identifier namespace for this subject
from_schema: https://w3id.org/linkml/cfde
alias: subject_id_namespace
owner: subject_in_collection
range: string
required: true
subject_local_id:
name: subject_local_id
description: The ID of this subject
from_schema: https://w3id.org/linkml/cfde
alias: subject_local_id
owner: subject_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: subject_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: subject_in_collection
range: string
required: true
unique_keys:
subject_in_collection_primary_key:
unique_key_name: subject_in_collection_primary_key
unique_key_slots:
- '[''subject_id_namespace'', ''subject_local_id'', ''collection_id_namespace'',
''collection_local_id'']'