Skip to content

Commit

Permalink
Deployed ce6d587 to dev with MkDocs 1.4.2 and mike 1.2.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Jan 31, 2025
1 parent 58cc699 commit cccdbf1
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 1 deletion.
31 changes: 31 additions & 0 deletions dev/docs/ClassDefinition/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ <h1 id="class-classdefinition">Class: ClassDefinition</h1>

ClassDefinition : abstract

ClassDefinition : alias

ClassDefinition : aliases

ClassDefinition : all_of
Expand Down Expand Up @@ -634,6 +636,12 @@ <h2 id="slots">Slots</h2>
<td>direct</td>
</tr>
<tr>
<td><a href="../alias/">alias</a></td>
<td>0..1 <br/> <a href="../String/">String</a></td>
<td>the name used for a slot in the context of its owning class</td>
<td>direct</td>
</tr>
<tr>
<td><a href="../any_of/">any_of</a></td>
<td>0..* <br/> <a href="../AnonymousClassExpression/">AnonymousClassExpression</a></td>
<td>holds if at least one of the expressions hold</td>
Expand Down Expand Up @@ -1178,6 +1186,7 @@ <h3 id="direct">Direct</h3>
- disjoint_with
- children_are_mutually_disjoint
- extra_slots
- alias
slot_usage:
is_a:
name: is_a
Expand Down Expand Up @@ -1607,6 +1616,28 @@ <h3 id="induced">Induced</h3>
domain_of:
- class_definition
range: extra_slots_expression
alias:
name: alias
description: the name used for a slot in the context of its owning class. If
present, this is used instead of the actual slot name.
comments:
- an example of alias is used within this metamodel, slot_definitions is aliases
as slots
- not to be confused with aliases, which indicates a set of terms to be used for
search purposes.
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
rank: 6
domain: slot_definition
slot_uri: skos:prefLabel
alias: alias
owner: class_definition
domain_of:
- slot_definition
- class_definition
- dimension_expression
range: string
any_of:
name: any_of
description: holds if at least one of the expressions hold
Expand Down
1 change: 1 addition & 0 deletions dev/docs/DimensionExpression/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,7 @@ <h3 id="induced">Induced</h3>
owner: dimension_expression
domain_of:
- slot_definition
- class_definition
- dimension_expression
range: string
maximum_cardinality:
Expand Down
7 changes: 7 additions & 0 deletions dev/docs/SlotDefinition/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1890,6 +1890,12 @@ <h2 id="usages">Usages</h2>
</tr>
<tr>
<td><a href="../ClassDefinition/">ClassDefinition</a></td>
<td><a href="../alias/">alias</a></td>
<td>domain</td>
<td><a href="./">SlotDefinition</a></td>
</tr>
<tr>
<td><a href="../ClassDefinition/">ClassDefinition</a></td>
<td><a href="../slot_conditions/">slot_conditions</a></td>
<td>range</td>
<td><a href="./">SlotDefinition</a></td>
Expand Down Expand Up @@ -2371,6 +2377,7 @@ <h3 id="induced">Induced</h3>
owner: slot_definition
domain_of:
- slot_definition
- class_definition
- dimension_expression
range: string
owner:
Expand Down
6 changes: 6 additions & 0 deletions dev/docs/alias/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,11 @@ <h2 id="applicable-classes">Applicable Classes</h2>
<td>no</td>
</tr>
<tr>
<td><a href="../ClassDefinition/">ClassDefinition</a></td>
<td>an element whose instances are complex objects that may have slot-value assig...</td>
<td>no</td>
</tr>
<tr>
<td><a href="../DimensionExpression/">DimensionExpression</a></td>
<td>defines one of the dimensions of an array</td>
<td>no</td>
Expand Down Expand Up @@ -683,6 +688,7 @@ <h2 id="linkml-source">LinkML Source</h2>
alias: alias
domain_of:
- slot_definition
- class_definition
- dimension_expression
range: string

Expand Down
1 change: 1 addition & 0 deletions dev/linkml_model/model/schema/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3092,6 +3092,7 @@ classes:
- disjoint_with
- children_are_mutually_disjoint
- extra_slots
- alias
slot_usage:
is_a:
range: class_definition
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

Binary file modified dev/sitemap.xml.gz
Binary file not shown.

0 comments on commit cccdbf1

Please sign in to comment.