Class: ClassRule
A rule that applies to instances of a class
URI: linkml:ClassRule
classDiagram
class ClassRule
Extensible <|-- ClassRule
Annotatable <|-- ClassRule
CommonMetadata <|-- ClassRule
ClassLevelRule <|-- ClassRule
ClassRule : aliases
ClassRule : alt_descriptions
ClassRule : annotations
ClassRule : bidirectional
ClassRule : broad_mappings
ClassRule : close_mappings
ClassRule : comments
ClassRule : deactivated
ClassRule : deprecated
ClassRule : deprecated_element_has_exact_replacement
ClassRule : deprecated_element_has_possible_replacement
ClassRule : description
ClassRule : elseconditions
ClassRule : exact_mappings
ClassRule : examples
ClassRule : extensions
ClassRule : from_schema
ClassRule : imported_from
ClassRule : in_language
ClassRule : in_subset
ClassRule : mappings
ClassRule : narrow_mappings
ClassRule : notes
ClassRule : open_world
ClassRule : postconditions
ClassRule : preconditions
ClassRule : rank
ClassRule : related_mappings
ClassRule : see_also
ClassRule : source
ClassRule : structured_aliases
ClassRule : title
ClassRule : todos
Inheritance
- ClassLevelRule
- ClassRule [ Extensible Annotatable CommonMetadata]
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
preconditions | 0..1 AnonymousClassExpression |
an expression that must hold in order for the rule to be applicable to an ins... | direct |
postconditions | 0..1 AnonymousClassExpression |
an expression that must hold for an instance of the class, if the preconditio... | direct |
elseconditions | 0..1 AnonymousClassExpression |
an expression that must hold for an instance of the class, if the preconditio... | direct |
bidirectional | 0..1 Boolean |
in addition to preconditions entailing postconditions, the postconditions ent... | direct |
open_world | 0..1 Boolean |
if true, the the postconditions may be omitted in instance data, but it is va... | direct |
rank | 0..1 Integer |
the relative order in which the element occurs, lower values are given preced... | direct |
deactivated | 0..1 Boolean |
a deactivated rule is not executed by the rules engine | direct |
extensions | 0..* Extension |
a tag/text tuple attached to an arbitrary element | Extensible |
annotations | 0..* Annotation |
a collection of tag/text tuples with the semantics of OWL Annotation | Annotatable |
description | 0..1 recommended String |
a description of the element's purpose and use | CommonMetadata |
alt_descriptions | 0..* AltDescription |
A sourced alternative description for an element | CommonMetadata |
title | 0..1 String |
the official title of the element | CommonMetadata |
deprecated | 0..1 String |
Description of why and when this element will no longer be used | CommonMetadata |
todos | 0..* String |
Outstanding issue that needs resolution | CommonMetadata |
notes | 0..* String |
editorial notes about an element intended for internal consumption | CommonMetadata |
comments | 0..* String |
notes and comments about an element intended for external consumption | CommonMetadata |
examples | 0..* Example |
example usages of an element | CommonMetadata |
in_subset | 0..* SubsetDefinition |
used to indicate membership of a term in a defined subset of terms used for a... | CommonMetadata |
from_schema | 0..1 Uri |
id of the schema that defined the element | CommonMetadata |
imported_from | 0..1 String |
the imports entry that this element was derived from | CommonMetadata |
source | 0..1 Uriorcurie |
A related resource from which the element is derived | CommonMetadata |
in_language | 0..1 String |
CommonMetadata | |
see_also | 0..* Uriorcurie |
a reference | CommonMetadata |
deprecated_element_has_exact_replacement | 0..1 Uriorcurie |
When an element is deprecated, it can be automatically replaced by this uri o... | CommonMetadata |
deprecated_element_has_possible_replacement | 0..1 Uriorcurie |
When an element is deprecated, it can be potentially replaced by this uri or ... | CommonMetadata |
aliases | 0..* String |
Alaternate names for the element | CommonMetadata |
structured_aliases | 0..* StructuredAlias |
A list of structured_alias objects | CommonMetadata |
mappings | 0..* Uriorcurie |
A list of terms from different schemas or terminology systems that have compa... | CommonMetadata |
exact_mappings | 0..* Uriorcurie |
A list of terms from different schemas or terminology systems that have ident... | CommonMetadata |
close_mappings | 0..* Uriorcurie |
A list of terms from different schemas or terminology systems that have close... | CommonMetadata |
related_mappings | 0..* Uriorcurie |
A list of terms from different schemas or terminology systems that have relat... | CommonMetadata |
narrow_mappings | 0..* Uriorcurie |
A list of terms from different schemas or terminology systems that have narro... | CommonMetadata |
broad_mappings | 0..* Uriorcurie |
A list of terms from different schemas or terminology systems that have broad... | CommonMetadata |
Usages
used by | used in | type | used |
---|---|---|---|
ClassDefinition | rules | range | ClassRule |
Aliases
- if rule
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/meta
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml:ClassRule |
native | linkml:ClassRule |
close | sh:TripleRule, swrl:Imp |
LinkML Source
Direct
name: class_rule
description: A rule that applies to instances of a class
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- if rule
close_mappings:
- sh:TripleRule
- swrl:Imp
rank: 1000
is_a: class_level_rule
mixins:
- extensible
- annotatable
- common_metadata
status: testing
slots:
- preconditions
- postconditions
- elseconditions
- bidirectional
- open_world
- rank
- deactivated
Induced
name: class_rule
description: A rule that applies to instances of a class
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- if rule
close_mappings:
- sh:TripleRule
- swrl:Imp
rank: 1000
is_a: class_level_rule
mixins:
- extensible
- annotatable
- common_metadata
status: testing
attributes:
preconditions:
name: preconditions
description: an expression that must hold in order for the rule to be applicable
to an instance
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- if
- body
- antecedents
close_mappings:
- swrl:body
rank: 111
slot_uri: sh:condition
alias: preconditions
owner: class_rule
domain_of:
- class_rule
range: anonymous_class_expression
inlined: true
postconditions:
name: postconditions
description: an expression that must hold for an instance of the class, if the
preconditions hold
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- then
- head
- consequents
close_mappings:
- swrl:body
rank: 113
alias: postconditions
owner: class_rule
domain_of:
- class_rule
range: anonymous_class_expression
inlined: true
elseconditions:
name: elseconditions
description: an expression that must hold for an instance of the class, if the
preconditions no not hold
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- else
rank: 115
alias: elseconditions
owner: class_rule
domain_of:
- class_rule
range: anonymous_class_expression
inlined: true
bidirectional:
name: bidirectional
description: in addition to preconditions entailing postconditions, the postconditions
entail the preconditions
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- iff
- if and only if
rank: 1000
alias: bidirectional
owner: class_rule
domain_of:
- class_rule
range: boolean
open_world:
name: open_world
description: if true, the the postconditions may be omitted in instance data,
but it is valid for an inference engine to add these
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
alias: open_world
owner: class_rule
domain_of:
- class_rule
range: boolean
rank:
name: rank
description: the relative order in which the element occurs, lower values are
given precedence
comments:
- the rank of an element does not affect the semantics
in_subset:
- SpecificationSubset
- BasicSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- order
- precedence
- display order
exact_mappings:
- qudt:order
- qb:order
rank: 51
slot_uri: sh:order
alias: rank
owner: class_rule
domain_of:
- common_metadata
- class_rule
range: integer
deactivated:
name: deactivated
description: a deactivated rule is not executed by the rules engine
from_schema: https://w3id.org/linkml/meta
rank: 1000
slot_uri: sh:deactivated
alias: deactivated
owner: class_rule
domain_of:
- class_rule
range: boolean
extensions:
name: extensions
description: a tag/text tuple attached to an arbitrary element
from_schema: https://w3id.org/linkml/extensions
rank: 1000
domain: extensible
multivalued: true
alias: extensions
owner: class_rule
domain_of:
- extension
- extensible
range: extension
inlined: true
annotations:
name: annotations
description: a collection of tag/text tuples with the semantics of OWL Annotation
from_schema: https://w3id.org/linkml/annotations
rank: 1000
is_a: extensions
domain: annotatable
multivalued: true
alias: annotations
owner: class_rule
domain_of:
- annotatable
- annotation
range: annotation
inlined: true
description:
name: description
description: a description of the element's purpose and use
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- definition
exact_mappings:
- dcterms:description
- schema:description
rank: 5
domain: element
slot_uri: skos:definition
alias: description
owner: class_rule
domain_of:
- common_metadata
- permissible_value
range: string
recommended: true
alt_descriptions:
name: alt_descriptions
description: A sourced alternative description for an element
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- alternate definitions
rank: 1000
domain: element
multivalued: true
alias: alt_descriptions
owner: class_rule
domain_of:
- common_metadata
range: alt_description
inlined: true
title:
name: title
description: the official title of the element
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- long name
rank: 3
domain: element
slot_uri: dcterms:title
alias: title
owner: class_rule
domain_of:
- common_metadata
range: string
deprecated:
name: deprecated
description: Description of why and when this element will no longer be used
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
close_mappings:
- owl:deprecated
rank: 1000
domain: element
alias: deprecated
owner: class_rule
domain_of:
- common_metadata
range: string
todos:
name: todos
description: Outstanding issue that needs resolution
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: element
multivalued: true
alias: todos
owner: class_rule
domain_of:
- common_metadata
range: string
notes:
name: notes
description: editorial notes about an element intended for internal consumption
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: element
slot_uri: skos:editorialNote
multivalued: true
alias: notes
owner: class_rule
domain_of:
- common_metadata
range: string
comments:
name: comments
description: notes and comments about an element intended for external consumption
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
exact_mappings:
- rdfs:comment
rank: 1000
domain: element
slot_uri: skos:note
multivalued: true
alias: comments
owner: class_rule
domain_of:
- common_metadata
range: string
examples:
name: examples
description: example usages of an element
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
close_mappings:
- vann:example
rank: 1000
singular_name: example
domain: element
multivalued: true
alias: examples
owner: class_rule
domain_of:
- common_metadata
range: example
inlined: true
in_subset:
name: in_subset
description: used to indicate membership of a term in a defined subset of terms
used for a particular domain or application (e.g. the translator_minimal subset
holding the minimal set of predicates used in a translator knowledge graph)
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: element
slot_uri: OIO:inSubset
multivalued: true
alias: in_subset
owner: class_rule
domain_of:
- common_metadata
range: subset_definition
from_schema:
name: from_schema
description: id of the schema that defined the element
notes:
- A stronger model would be range schema_definition, but this doesn't address
the import model
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: element
slot_uri: skos:inScheme
readonly: supplied by the schema loader
alias: from_schema
owner: class_rule
domain_of:
- common_metadata
range: uri
imported_from:
name: imported_from
description: the imports entry that this element was derived from. Empty means
primary source
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: element
readonly: supplied by the schema loader
alias: imported_from
owner: class_rule
domain_of:
- common_metadata
range: string
source:
name: source
description: A related resource from which the element is derived.
comments:
- The described resource may be derived from the related resource in whole or
in part
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- origin
- derived from
close_mappings:
- prov:wasDerivedFrom
- schema:isBasedOn
rank: 1000
domain: element
slot_uri: dcterms:source
alias: source
owner: class_rule
domain_of:
- common_metadata
range: uriorcurie
in_language:
name: in_language
notes:
- Use a string from IETF BCP 47
from_schema: https://w3id.org/linkml/meta
rank: 1000
slot_uri: schema:inLanguage
alias: in_language
owner: class_rule
domain_of:
- common_metadata
range: string
see_also:
name: see_also
description: a reference
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: element
slot_uri: rdfs:seeAlso
multivalued: true
alias: see_also
owner: class_rule
domain_of:
- common_metadata
range: uriorcurie
deprecated element has exact replacement:
name: deprecated element has exact replacement
description: When an element is deprecated, it can be automatically replaced by
this uri or curie
from_schema: https://w3id.org/linkml/mappings
mappings:
- IAO:0100001
rank: 1000
alias: deprecated_element_has_exact_replacement
owner: class_rule
domain_of:
- common_metadata
range: uriorcurie
deprecated element has possible replacement:
name: deprecated element has possible replacement
description: When an element is deprecated, it can be potentially replaced by
this uri or curie
from_schema: https://w3id.org/linkml/mappings
mappings:
- OIO:consider
rank: 1000
alias: deprecated_element_has_possible_replacement
owner: class_rule
domain_of:
- common_metadata
range: uriorcurie
aliases:
name: aliases
description: Alaternate names for the element
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- synonyms
- alternate names
- alternative labels
- designations
exact_mappings:
- schema:alternateName
rank: 1000
domain: element
slot_uri: skos:altLabel
multivalued: true
alias: aliases
owner: class_rule
domain_of:
- common_metadata
range: string
structured_aliases:
name: structured_aliases
description: A list of structured_alias objects.
from_schema: https://w3id.org/linkml/meta
rank: 1000
slot_uri: skosxl:altLabel
multivalued: true
alias: structured_aliases
owner: class_rule
domain_of:
- common_metadata
range: structured_alias
inlined: true
mappings:
name: mappings
description: A list of terms from different schemas or terminology systems that
have comparable meaning. These may include terms that are precisely equivalent,
broader or narrower in meaning, or otherwise semantically related but not equivalent
from a strict ontological perspective.
from_schema: https://w3id.org/linkml/mappings
aliases:
- xrefs
- identifiers
- alternate identifiers
- alternate ids
rank: 1000
slot_uri: skos:mappingRelation
multivalued: true
alias: mappings
owner: class_rule
domain_of:
- common_metadata
range: uriorcurie
exact mappings:
name: exact mappings
description: A list of terms from different schemas or terminology systems that
have identical meaning.
from_schema: https://w3id.org/linkml/mappings
rank: 1000
is_a: mappings
slot_uri: skos:exactMatch
multivalued: true
inherited: false
alias: exact_mappings
owner: class_rule
domain_of:
- common_metadata
- UnitOfMeasure
range: uriorcurie
close mappings:
name: close mappings
description: A list of terms from different schemas or terminology systems that
have close meaning.
from_schema: https://w3id.org/linkml/mappings
rank: 1000
is_a: mappings
slot_uri: skos:closeMatch
multivalued: true
inherited: false
alias: close_mappings
owner: class_rule
domain_of:
- common_metadata
range: uriorcurie
related mappings:
name: related mappings
description: A list of terms from different schemas or terminology systems that
have related meaning.
from_schema: https://w3id.org/linkml/mappings
rank: 1000
is_a: mappings
slot_uri: skos:relatedMatch
multivalued: true
inherited: false
alias: related_mappings
owner: class_rule
domain_of:
- common_metadata
range: uriorcurie
narrow mappings:
name: narrow mappings
description: A list of terms from different schemas or terminology systems that
have narrower meaning.
from_schema: https://w3id.org/linkml/mappings
rank: 1000
is_a: mappings
slot_uri: skos:narrowMatch
multivalued: true
inherited: false
alias: narrow_mappings
owner: class_rule
domain_of:
- common_metadata
range: uriorcurie
broad mappings:
name: broad mappings
description: A list of terms from different schemas or terminology systems that
have broader meaning.
from_schema: https://w3id.org/linkml/mappings
rank: 1000
is_a: mappings
slot_uri: skos:broadMatch
multivalued: true
inherited: false
alias: broad_mappings
owner: class_rule
domain_of:
- common_metadata
range: uriorcurie