Skip to content

Commit

Permalink
Deployed 81fe996 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Aug 6, 2024
1 parent f82f492 commit 968c2e3
Show file tree
Hide file tree
Showing 33 changed files with 3,935 additions and 94 deletions.
28 changes: 28 additions & 0 deletions MappingSet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,10 @@ <h1 id="class-mappingset">Class: MappingSet</h1>

MappingSet : creator_label

MappingSet : curie_map

MappingSet --|&gt; prefix : curie_map

MappingSet : extension_definitions

MappingSet --|&gt; extension definition : extension_definitions
Expand Down Expand Up @@ -530,6 +534,12 @@ <h2 id="slots">Slots</h2>
</thead>
<tbody>
<tr>
<td><a href="../curie_map/">curie_map</a></td>
<td>* <br/> <a href="../Prefix/">Prefix</a></td>
<td>A dictionary that contains prefixes as keys and their URI expansions as value...</td>
<td>direct</td>
</tr>
<tr>
<td><a href="../mappings/">mappings</a></td>
<td>* <em>recommended</em> <br/> <a href="../Mapping/">Mapping</a></td>
<td>Contains a list of mapping objects</td>
Expand Down Expand Up @@ -737,6 +747,7 @@ <h3 id="direct">Direct</h3>
description: Represents a set of mappings
from_schema: https://w3id.org/sssom/schema/
slots:
- curie_map
- mappings
- mapping_set_id
- mapping_set_version
Expand Down Expand Up @@ -789,6 +800,23 @@ <h3 id="induced">Induced</h3>
- mapping
required: true
attributes:
curie_map:
name: curie_map
description: A dictionary that contains prefixes as keys and their URI expansions
as values.
from_schema: https://w3id.org/sssom/schema/
see_also:
- https://github.com/mapping-commons/sssom/issues/225
- https://github.com/mapping-commons/sssom/pull/349
- https://github.com/mapping-commons/sssom/blob/master/examples/schema/curie_map.sssom.tsv
rank: 1000
multivalued: true
alias: curie_map
owner: mapping set
domain_of:
- mapping set
range: prefix
inlined: true
mappings:
name: mappings
description: Contains a list of mapping objects
Expand Down
Loading

0 comments on commit 968c2e3

Please sign in to comment.