Skip to content

Class: Concept

URI: linkml_common:Concept

classDiagram class Concept click Concept href "../Concept" Identified <|-- Concept click Identified href "../Identified" Intangible <|-- Concept click Intangible href "../Intangible" Concept <|-- CurrencyConcept click CurrencyConcept href "../CurrencyConcept" Concept <|-- QuantityKind click QuantityKind href "../QuantityKind" Concept <|-- UnitConcept click UnitConcept href "../UnitConcept" Concept <|-- PowerPlantType click PowerPlantType href "../PowerPlantType" Concept <|-- ExtractiveIndustryProduct click ExtractiveIndustryProduct href "../ExtractiveIndustryProduct" Concept <|-- ExtractiveIndustryWaste click ExtractiveIndustryWaste href "../ExtractiveIndustryWaste" Concept <|-- FoodTypeConcept click FoodTypeConcept href "../FoodTypeConcept" Concept : id Concept : name Concept : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
Uriorcurie
A unique identifier for a thing Identified
name 0..1
String
A human-readable name for a thing Identified
type 0..1
String
A type for a thing Typed

Usages

used by used in type used
PhysicalEntity classification range Concept
PhysicalEntity ontology_types range Concept
PhysicalDevice classification range Concept
PhysicalDevice ontology_types range Concept
Relationship predicate range Concept
PhysicalSystem classification range Concept
PhysicalSystem ontology_types range Concept
BuiltEnvironmentFeature classification range Concept
BuiltEnvironmentFeature ontology_types range Concept
Facility classification range Concept
Facility ontology_types range Concept
Building classification range Concept
Building ontology_types range Concept
BuiltSystem classification range Concept
BuiltSystem ontology_types range Concept
HealthcareSite classification range Concept
HealthcareSite ontology_types range Concept
HealthcareOrganization classification range Concept
HealthcareOrganization ontology_types range Concept
HealthcareProvider speciality range Concept
SampleMaterial classification range Concept
SampleMaterial ontology_types range Concept
ClinicalCohort classification range Concept
ClinicalCohort ontology_types range Concept
Place classification range Concept
Place ontology_types range Concept
Landform classification range Concept
Landform ontology_types range Concept
AstronomicalBody classification range Concept
AstronomicalBody ontology_types range Concept
FinancialOrganization classification range Concept
FinancialOrganization ontology_types range Concept
EconomicSystem classification range Concept
EconomicSystem ontology_types range Concept
RawMaterial classification range Concept
RawMaterial ontology_types range Concept
Equipment classification range Concept
Equipment ontology_types range Concept
Person classification range Concept
Person ontology_types range Concept
VeterinaryAnimal classification range Concept
VeterinaryAnimal ontology_types range Concept
Organization classification range Concept
Organization ontology_types range Concept
PersonInRole predicate range Concept
AutomatedAgent classification range Concept
AutomatedAgent ontology_types range Concept
CreativeWork classification range Concept
CreativeWork ontology_types range Concept
PowerPlant classification range Concept
PowerPlant ontology_types range Concept
FossilFuelPlant classification range Concept
FossilFuelPlant ontology_types range Concept
NuclearPlant classification range Concept
NuclearPlant ontology_types range Concept
RenewablePlant classification range Concept
RenewablePlant ontology_types range Concept
HydroelectricPlant classification range Concept
HydroelectricPlant ontology_types range Concept
SolarPlant classification range Concept
SolarPlant ontology_types range Concept
WindFarm classification range Concept
WindFarm ontology_types range Concept
ElectricalGrid classification range Concept
ElectricalGrid ontology_types range Concept
ExtractiveIndustryFacility classification range Concept
ExtractiveIndustryFacility ontology_types range Concept
MiningFacility classification range Concept
MiningFacility ontology_types range Concept
WellFacility classification range Concept
WellFacility ontology_types range Concept
QuarryFacility classification range Concept
QuarryFacility ontology_types range Concept
ExtractiveIndustryEquipment classification range Concept
ExtractiveIndustryEquipment ontology_types range Concept
EnvironmentalSite classification range Concept
EnvironmentalSite ontology_types range Concept
EnvironmentalSystem classification range Concept
EnvironmentalSystem ontology_types range Concept
Climate classification range Concept
Climate ontology_types range Concept
IndividualOrganism classification range Concept
IndividualOrganism ontology_types range Concept
OrganismalRelationship predicate range Concept

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:Concept
native linkml_common:Concept
exact biolink:OntologyClass, fhir:CodableConcept

LinkML Source

Direct

name: Concept
from_schema: https://w3id.org/linkml/linkml-common
exact_mappings:
- biolink:OntologyClass
- fhir:CodableConcept
is_a: Intangible
mixins:
- Identified

Induced

name: Concept
from_schema: https://w3id.org/linkml/linkml-common
exact_mappings:
- biolink:OntologyClass
- fhir:CodableConcept
is_a: Intangible
mixins:
- Identified
attributes:
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Concept
    domain_of:
    - Identified
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/linkml/linkml-common
    exact_mappings:
    - rdfs:label
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Concept
    domain_of:
    - Identified
    range: string
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: Concept
    domain_of:
    - Typed
    range: string