IdentifiedConcept

Class: IdentifiedConcept

Modified

February 16, 2025

An identifier with a label, used for vocabulary terms.

URI: isam:IdentifiedConcept

case 4

%%{init: {'securityLevel': 'loose', 'theme':'neutral', 'themeVariables': { 'fontSize':'14px', 'fontFamily':'Roboto Mono'}}}%%
classDiagram
    direction RL
    class IdentifiedConcept {
      label : string
      pid : uriorcurie
      scheme_name : string
      scheme_uri : string
      
    }
    
    
    
    
    
    IdentifiedConcept --o MaterialSampleRecord : has_context_category
       click MaterialSampleRecord href "MaterialSampleRecord.html" "Documentation"
      
    IdentifiedConcept --o MaterialSampleRecord : has_material_category
       click MaterialSampleRecord href "MaterialSampleRecord.html" "Documentation"
      
    IdentifiedConcept --o MaterialSampleRecord : has_sample_object_type
       click MaterialSampleRecord href "MaterialSampleRecord.html" "Documentation"
      
    IdentifiedConcept --o MaterialSampleRecord : keywords
       click MaterialSampleRecord href "MaterialSampleRecord.html" "Documentation"
      
    IdentifiedConcept --o SamplingEvent : has_context_category
       click SamplingEvent href "SamplingEvent.html" "Documentation"
      
    
    

Slots

Slots in class IdentifiedConcept.
Name Cardinality and Range Description Inheritance
pid 0..1
xsd:anyURI
A string that identifies some resource. Expectation is that it is a URI that is resolvable to some useful represenation of the resource.
direct
label 0..1
xsd:string
A human intelligible string used to identify a thing, i.e. the name to use for the thing; should be unique in the scope of a sample collection or dataset.
direct
scheme_name 0..1
xsd:string
String label for the concept scheme or vocabulary within which the keyword concept is defined. The scheme name can be used to scope keyword to particular categories, e.g. ‘CGI rock classification’, ‘GCMD keywords’, ‘Getty AAT’.
direct
scheme_uri 0..1
xsd:string
Identifier for the concept scheme or vocabulary within which the keyword concept is defined.
direct

Usages

used by used in type used
MaterialSampleRecord has_context_category range IdentifiedConcept
MaterialSampleRecord has_material_category range IdentifiedConcept
MaterialSampleRecord has_sample_object_type range IdentifiedConcept
MaterialSampleRecord keywords range IdentifiedConcept
SamplingEvent has_context_category range IdentifiedConcept
IdentifiedConcept scheme_uri domain IdentifiedConcept

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/isample/schema/1.0

Mappings

Mapping Type Mapped Value
self [‘isam:IdentifiedConcept’]
native [‘isam:IdentifiedConcept’]

LinkML Source

Direct

name: IdentifiedConcept
description: 'An identifier with a label, used for vocabulary terms.

  '
from_schema: https://w3id.org/isample/schema/1.0
rank: 1000
slots:
- pid
- label
- scheme_name
- scheme_uri

Induced

name: IdentifiedConcept
description: 'An identifier with a label, used for vocabulary terms.

  '
from_schema: https://w3id.org/isample/schema/1.0
rank: 1000
attributes:
  pid:
    name: pid
    description: 'A string that identifies some resource. Expectation is that it is
      a URI that is resolvable to some useful represenation of the resource.

      '
    from_schema: https://w3id.org/isample/schema/1.0
    alias: pid
    owner: IdentifiedConcept
    domain_of:
    - MaterialSampleRecord
    - Agent
    - SamplingSite
    - SamplingEvent
    - MaterialSampleCuration
    - IdentifiedConcept
    range: uriorcurie
  label:
    name: label
    description: 'A human intelligible string used to identify a thing, i.e. the name
      to use for the thing; should be unique in the scope of a sample collection or
      dataset.

      '
    from_schema: https://w3id.org/isample/schema/1.0
    close_mappings:
    - rdfs:label
    alias: label
    owner: IdentifiedConcept
    domain_of:
    - MaterialSampleRecord
    - SamplingSite
    - SamplingEvent
    - MaterialSampleCuration
    - SampleRelation
    - IdentifiedConcept
    range: string
  scheme_name:
    name: scheme_name
    description: 'String label for the concept scheme or vocabulary within which the
      keyword concept is defined. The scheme name can be used to scope keyword to
      particular categories, e.g. ''CGI rock classification'', ''GCMD keywords'',
      ''Getty AAT''.

      '
    from_schema: https://w3id.org/isample/schema/1.0
    alias: scheme_name
    owner: IdentifiedConcept
    domain_of:
    - IdentifiedConcept
    range: string
    multivalued: false
  scheme_uri:
    name: scheme_uri
    description: 'Identifier for the concept scheme or vocabulary within which the
      keyword concept is defined.

      '
    from_schema: https://w3id.org/isample/schema/1.0
    domain: IdentifiedConcept
    alias: scheme_uri
    owner: IdentifiedConcept
    domain_of:
    - IdentifiedConcept
    range: string
    multivalued: false