Skip to content

Commit

Permalink
Deployed c09299b with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 3, 2024
1 parent c5c23a9 commit 61d016c
Show file tree
Hide file tree
Showing 12 changed files with 741 additions and 206 deletions.
2 changes: 2 additions & 0 deletions ExtensionDefinition/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ <h3 id="direct">Direct</h3>
<pre><code class="language-yaml">name: extension definition
description: A definition of an extension (non-standard) slot.
from_schema: https://w3id.org/sssom/schema/
rank: 1000
attributes:
slot_name:
name: slot_name
Expand Down Expand Up @@ -575,6 +576,7 @@ <h3 id="induced">Induced</h3>
<pre><code class="language-yaml">name: extension definition
description: A definition of an extension (non-standard) slot.
from_schema: https://w3id.org/sssom/schema/
rank: 1000
attributes:
slot_name:
name: slot_name
Expand Down
2 changes: 2 additions & 0 deletions Mapping/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ <h3 id="direct">Direct</h3>
<pre><code class="language-yaml">name: mapping
description: Represents an individual mapping between a pair of entities
from_schema: https://w3id.org/sssom/schema/
rank: 1000
slots:
- subject_id
- subject_label
Expand Down Expand Up @@ -972,6 +973,7 @@ <h3 id="induced">Induced</h3>
<pre><code class="language-yaml">name: mapping
description: Represents an individual mapping between a pair of entities
from_schema: https://w3id.org/sssom/schema/
rank: 1000
attributes:
subject_id:
name: subject_id
Expand Down
2 changes: 2 additions & 0 deletions MappingRegistry/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ <h3 id="direct">Direct</h3>
description: A registry for managing mapping sets. It holds a set of mapping set references,
and can import other registries.
from_schema: https://w3id.org/sssom/schema/
rank: 1000
slots:
- mapping_registry_id
- mapping_registry_title
Expand All @@ -576,6 +577,7 @@ <h3 id="induced">Induced</h3>
description: A registry for managing mapping sets. It holds a set of mapping set references,
and can import other registries.
from_schema: https://w3id.org/sssom/schema/
rank: 1000
attributes:
mapping_registry_id:
name: mapping_registry_id
Expand Down
2 changes: 2 additions & 0 deletions MappingSet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ <h3 id="direct">Direct</h3>
<pre><code class="language-yaml">name: mapping set
description: Represents a set of mappings
from_schema: https://w3id.org/sssom/schema/
rank: 1000
slots:
- curie_map
- mappings
Expand Down Expand Up @@ -787,6 +788,7 @@ <h3 id="induced">Induced</h3>
<pre><code class="language-yaml">name: mapping set
description: Represents a set of mappings
from_schema: https://w3id.org/sssom/schema/
rank: 1000
slot_usage:
license:
name: license
Expand Down
2 changes: 2 additions & 0 deletions MappingSetReference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ <h3 id="direct">Direct</h3>
from the perspective of the registry, for example, providing confidence, or a local
filename or a grouping.
from_schema: https://w3id.org/sssom/schema/
rank: 1000
slots:
- mapping_set_id
- mirror_from
Expand All @@ -582,6 +583,7 @@ <h3 id="induced">Induced</h3>
from the perspective of the registry, for example, providing confidence, or a local
filename or a grouping.
from_schema: https://w3id.org/sssom/schema/
rank: 1000
attributes:
mapping_set_id:
name: mapping_set_id
Expand Down
2 changes: 2 additions & 0 deletions NoTermFound/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ <h3 id="direct">Direct</h3>
see_also:
- https://github.com/mapping-commons/sssom/issues/28
- https://github.com/mapping-commons/sssom/blob/master/examples/schema/no_term_found.sssom.tsv
rank: 1000
class_uri: sssom:NoTermFound

</code></pre>
Expand All @@ -528,6 +529,7 @@ <h3 id="induced">Induced</h3>
see_also:
- https://github.com/mapping-commons/sssom/issues/28
- https://github.com/mapping-commons/sssom/blob/master/examples/schema/no_term_found.sssom.tsv
rank: 1000
class_uri: sssom:NoTermFound

</code></pre>
Expand Down
2 changes: 2 additions & 0 deletions Prefix/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ <h3 id="direct">Direct</h3>
<details>
<pre><code class="language-yaml">name: prefix
from_schema: https://w3id.org/sssom/schema/
rank: 1000
slots:
- prefix_name
- prefix_url
Expand All @@ -539,6 +540,7 @@ <h3 id="induced">Induced</h3>
<details>
<pre><code class="language-yaml">name: prefix
from_schema: https://w3id.org/sssom/schema/
rank: 1000
attributes:
prefix_name:
name: prefix_name
Expand Down
2 changes: 2 additions & 0 deletions Propagatable/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ <h3 id="direct">Direct</h3>
from_schema: https://w3id.org/sssom/schema/
see_also:
- https://github.com/mapping-commons/sssom/issues/305
rank: 1000
attributes:
propagated:
name: propagated
Expand All @@ -533,6 +534,7 @@ <h3 id="induced">Induced</h3>
from_schema: https://w3id.org/sssom/schema/
see_also:
- https://github.com/mapping-commons/sssom/issues/305
rank: 1000
attributes:
propagated:
name: propagated
Expand Down
Loading

0 comments on commit 61d016c

Please sign in to comment.