Skip to content

Class: polymer repeat unit (PolymerRepeatUnit)

An abstract part of a polymer that is all instances of a repeated monomer of a single type

URI: chemrof:PolymerRepeatUnit

 classDiagram
    class PolymerRepeatUnit
      ChemicalRelationship <|-- PolymerRepeatUnit

      PolymerRepeatUnit : owl_subclass_of

          PolymerRepeatUnit --> OwlClass : owl_subclass_of

Inheritance

Slots

Name Cardinality and Range Description Inheritance
owl_subclass_of 0..1
OwlClass
Holds between C and P if C owl:subClassOf P OwlClass

See Also

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/chemrof

Mappings

Mapping Type Mapped Value
self chemrof:PolymerRepeatUnit
native chemrof:PolymerRepeatUnit

LinkML Source

Direct

name: PolymerRepeatUnit
description: An abstract part of a polymer that is all instances of a repeated monomer
  of a single type
title: polymer repeat unit
from_schema: https://w3id.org/chemrof
see_also:
- https://en.wikipedia.org/wiki/Repeat_unit
is_a: ChemicalRelationship
slot_usage:
  repetition_of:
    name: repetition_of
    description: the macromolecule that is repeated
    range: Molecule
  degree_of_polymerization:
    name: degree_of_polymerization
    see_also:
    - https://en.wikipedia.org/wiki/Degree_of_polymerization
    range: Count
  mass:
    name: mass
    description: the mass of a polymer repeat unit is the product of the mass of the
      repeated element multiplied by the degree
    range: float

Induced

name: PolymerRepeatUnit
description: An abstract part of a polymer that is all instances of a repeated monomer
  of a single type
title: polymer repeat unit
from_schema: https://w3id.org/chemrof
see_also:
- https://en.wikipedia.org/wiki/Repeat_unit
is_a: ChemicalRelationship
slot_usage:
  repetition_of:
    name: repetition_of
    description: the macromolecule that is repeated
    range: Molecule
  degree_of_polymerization:
    name: degree_of_polymerization
    see_also:
    - https://en.wikipedia.org/wiki/Degree_of_polymerization
    range: Count
  mass:
    name: mass
    description: the mass of a polymer repeat unit is the product of the mass of the
      repeated element multiplied by the degree
    range: float
attributes:
  owl_subclass_of:
    name: owl_subclass_of
    description: 'Holds between C and P if C owl:subClassOf P. Note that in this model,
      most classes are metaclasses (see ''owl class''), where these metaclasses may
      represent *groupings* or specific countable elements or species. We provide
      two different sub-properties of subclass of for two cases: (1) subtype_of, which
      connects grouping classes (e.g. alkane is_a hydrocarbon; alpha-amino-acid is_a
      amino-acid), (2) classified_by, which connects a specific element to a grouping
      class (e.g. methane is_a hydrocarbon; iron is_a metal; serine is_a amino-acid)'
    title: owl subclass of
    from_schema: https://w3id.org/chemrof
    aliases:
    - is a
    exact_mappings:
    - rdfs:subClassOf
    narrow_mappings:
    - bo:family
    rank: 1000
    is_a: classification_relationship
    mixin: true
    domain: OwlClass
    alias: owl_subclass_of
    owner: PolymerRepeatUnit
    domain_of:
    - OwlClass
    range: OwlClass