Skip to content

Commit

Permalink
Deployed 1ddd04b with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Apr 11, 2024
1 parent 0799dc0 commit 5cb4785
Show file tree
Hide file tree
Showing 171 changed files with 30,164 additions and 1,693 deletions.
49 changes: 28 additions & 21 deletions Agent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ <h1 id="class-agent">Class: Agent</h1>
Agent &lt;|-- AutomatedAgent


Agent : classification

Agent --&gt; Concept : classification

Agent : description

Agent : id
Expand All @@ -227,8 +231,6 @@ <h1 id="class-agent">Class: Agent</h1>

Agent --&gt; Concept : ontology_types

Agent : subtype

Agent : type


Expand Down Expand Up @@ -278,9 +280,9 @@ <h2 id="slots">Slots</h2>
<td><a href="../Entity/">Entity</a>, <a href="../NamedThing/">NamedThing</a></td>
</tr>
<tr>
<td><a href="../subtype/">subtype</a></td>
<td>0..1 <br/> <a href="../String/">String</a></td>
<td>An enum with a more specific type</td>
<td><a href="../classification/">classification</a></td>
<td>0..1 <br/> <a href="../Concept/">Concept</a></td>
<td>A precise classification of the thing, using a concept from an ontology, cont...</td>
<td><a href="../NamedThing/">NamedThing</a></td>
</tr>
<tr>
Expand Down Expand Up @@ -309,55 +311,55 @@ <h2 id="usages">Usages</h2>
</thead>
<tbody>
<tr>
<td><a href="../CreativeWork/">CreativeWork</a></td>
<td><a href="../Publication/">Publication</a></td>
<td><a href="../creators/">creators</a></td>
<td>range</td>
<td><a href="./">Agent</a></td>
</tr>
<tr>
<td><a href="../CreativeWork/">CreativeWork</a></td>
<td><a href="../Publication/">Publication</a></td>
<td><a href="../contributors/">contributors</a></td>
<td>range</td>
<td><a href="./">Agent</a></td>
</tr>
<tr>
<td><a href="../CreativeWork/">CreativeWork</a></td>
<td><a href="../Publication/">Publication</a></td>
<td><a href="../contacts/">contacts</a></td>
<td>range</td>
<td><a href="./">Agent</a></td>
</tr>
<tr>
<td><a href="../Dataset/">Dataset</a></td>
<td><a href="../CreativeWork/">CreativeWork</a></td>
<td><a href="../creators/">creators</a></td>
<td>range</td>
<td><a href="./">Agent</a></td>
</tr>
<tr>
<td><a href="../Dataset/">Dataset</a></td>
<td><a href="../CreativeWork/">CreativeWork</a></td>
<td><a href="../contributors/">contributors</a></td>
<td>range</td>
<td><a href="./">Agent</a></td>
</tr>
<tr>
<td><a href="../Dataset/">Dataset</a></td>
<td><a href="../CreativeWork/">CreativeWork</a></td>
<td><a href="../contacts/">contacts</a></td>
<td>range</td>
<td><a href="./">Agent</a></td>
</tr>
<tr>
<td><a href="../Publication/">Publication</a></td>
<td><a href="../Dataset/">Dataset</a></td>
<td><a href="../creators/">creators</a></td>
<td>range</td>
<td><a href="./">Agent</a></td>
</tr>
<tr>
<td><a href="../Publication/">Publication</a></td>
<td><a href="../Dataset/">Dataset</a></td>
<td><a href="../contributors/">contributors</a></td>
<td>range</td>
<td><a href="./">Agent</a></td>
</tr>
<tr>
<td><a href="../Publication/">Publication</a></td>
<td><a href="../Dataset/">Dataset</a></td>
<td><a href="../contacts/">contacts</a></td>
<td>range</td>
<td><a href="./">Agent</a></td>
Expand Down Expand Up @@ -442,7 +444,9 @@ <h3 id="induced">Induced</h3>
range: string
type:
name: type
description: A type for a thing
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
Expand All @@ -452,16 +456,19 @@ <h3 id="induced">Induced</h3>
- Entity
- NamedThing
range: string
subtype:
name: subtype
description: An enum with a more specific type
classification:
name: classification
description: A precise classification of the thing, using a concept from an ontology,
controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
to restrict the range of values which this slot can take, using `values_from`,
or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: subtype
alias: classification
owner: Agent
domain_of:
- NamedThing
range: string
range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
Expand All @@ -481,8 +488,8 @@ <h3 id="induced">Induced</h3>
alias: description
owner: Agent
domain_of:
- TimePoint
- NamedThing
- TimePoint
range: string

</code></pre>
Expand Down
31 changes: 19 additions & 12 deletions AutomatedAgent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ <h1 id="class-automatedagent">Class: AutomatedAgent</h1>
class AutomatedAgent
Agent &lt;|-- AutomatedAgent

AutomatedAgent : classification

AutomatedAgent --&gt; Concept : classification

AutomatedAgent : description

AutomatedAgent : id
Expand All @@ -216,8 +220,6 @@ <h1 id="class-automatedagent">Class: AutomatedAgent</h1>

AutomatedAgent --&gt; Concept : ontology_types

AutomatedAgent : subtype

AutomatedAgent : type


Expand Down Expand Up @@ -265,9 +267,9 @@ <h2 id="slots">Slots</h2>
<td><a href="../Entity/">Entity</a>, <a href="../NamedThing/">NamedThing</a></td>
</tr>
<tr>
<td><a href="../subtype/">subtype</a></td>
<td>0..1 <br/> <a href="../String/">String</a></td>
<td>An enum with a more specific type</td>
<td><a href="../classification/">classification</a></td>
<td>0..1 <br/> <a href="../Concept/">Concept</a></td>
<td>A precise classification of the thing, using a concept from an ontology, cont...</td>
<td><a href="../NamedThing/">NamedThing</a></td>
</tr>
<tr>
Expand Down Expand Up @@ -352,7 +354,9 @@ <h3 id="induced">Induced</h3>
range: string
type:
name: type
description: A type for a thing
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
Expand All @@ -362,16 +366,19 @@ <h3 id="induced">Induced</h3>
- Entity
- NamedThing
range: string
subtype:
name: subtype
description: An enum with a more specific type
classification:
name: classification
description: A precise classification of the thing, using a concept from an ontology,
controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
to restrict the range of values which this slot can take, using `values_from`,
or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: subtype
alias: classification
owner: AutomatedAgent
domain_of:
- NamedThing
range: string
range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
Expand All @@ -391,8 +398,8 @@ <h3 id="induced">Induced</h3>
alias: description
owner: AutomatedAgent
domain_of:
- TimePoint
- NamedThing
- TimePoint
range: string

</code></pre>
Expand Down
31 changes: 19 additions & 12 deletions BasicFoodType/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ <h1 id="class-basicfoodtype">Class: BasicFoodType</h1>
class BasicFoodType
FoodTypeConcept &lt;|-- BasicFoodType

BasicFoodType : classification

BasicFoodType --&gt; Concept : classification

BasicFoodType : description

BasicFoodType : id
Expand All @@ -215,8 +219,6 @@ <h1 id="class-basicfoodtype">Class: BasicFoodType</h1>

BasicFoodType --&gt; Concept : ontology_types

BasicFoodType : subtype

BasicFoodType : type


Expand Down Expand Up @@ -267,9 +269,9 @@ <h2 id="slots">Slots</h2>
<td><a href="../Entity/">Entity</a>, <a href="../NamedThing/">NamedThing</a></td>
</tr>
<tr>
<td><a href="../subtype/">subtype</a></td>
<td>0..1 <br/> <a href="../String/">String</a></td>
<td>An enum with a more specific type</td>
<td><a href="../classification/">classification</a></td>
<td>0..1 <br/> <a href="../Concept/">Concept</a></td>
<td>A precise classification of the thing, using a concept from an ontology, cont...</td>
<td><a href="../NamedThing/">NamedThing</a></td>
</tr>
<tr>
Expand Down Expand Up @@ -352,7 +354,9 @@ <h3 id="induced">Induced</h3>
range: string
type:
name: type
description: A type for a thing
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
Expand All @@ -362,16 +366,19 @@ <h3 id="induced">Induced</h3>
- Entity
- NamedThing
range: string
subtype:
name: subtype
description: An enum with a more specific type
classification:
name: classification
description: A precise classification of the thing, using a concept from an ontology,
controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
to restrict the range of values which this slot can take, using `values_from`,
or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: subtype
alias: classification
owner: BasicFoodType
domain_of:
- NamedThing
range: string
range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
Expand All @@ -391,8 +398,8 @@ <h3 id="induced">Induced</h3>
alias: description
owner: BasicFoodType
domain_of:
- TimePoint
- NamedThing
- TimePoint
range: string

</code></pre>
Expand Down
Loading

0 comments on commit 5cb4785

Please sign in to comment.