Class: FileDescribesSubject
Association between a subject and a file containing information about that subject
URI: cfde_schema:FileDescribesSubject
classDiagram
class FileDescribesSubject
FileDescribesSubject : file_id_namespace
FileDescribesSubject : file_local_id
FileDescribesSubject : subject_id_namespace
FileDescribesSubject : subject_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 | . |
subject_id_namespace | xsd:string | 1..1 | Identifier namespace for this subject | . |
subject_local_id | xsd:string | 1..1 | The ID of this subject | . |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/cfde
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['cfde_schema:FileDescribesSubject'] |
native | ['cfde_schema:FileDescribesSubject'] |
LinkML Specification
Direct
name: file_describes_subject
description: Association between a subject and a file containing information about
that subject
title: file_describes_subject
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
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
unique_keys:
file_describes_subject_primary_key:
unique_key_name: file_describes_subject_primary_key
unique_key_slots:
- '[''file_id_namespace'', ''file_local_id'', ''subject_id_namespace'', ''subject_local_id'']'
Induced
name: file_describes_subject
description: Association between a subject and a file containing information about
that subject
title: file_describes_subject
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_subject
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_subject
range: string
required: true
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: file_describes_subject
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: file_describes_subject
range: string
required: true
unique_keys:
file_describes_subject_primary_key:
unique_key_name: file_describes_subject_primary_key
unique_key_slots:
- '[''file_id_namespace'', ''file_local_id'', ''subject_id_namespace'', ''subject_local_id'']'