Skip to content

Commit

Permalink
Deployed 06eb9ad with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jan 10, 2025
1 parent 83d041c commit 42c7510
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 148 deletions.
6 changes: 5 additions & 1 deletion Mapping/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ <h3 id="induced">Induced</h3>
- mapping
range: EntityReference
required: true
pattern: ^semapv:(MappingReview|ManualMappingCuration|LogicalReasoning|LexicalMatching|CompositeMatching|UnspecifiedMatching|SemanticSimilarityThresholdMatching|LexicalSimilarityThresholdMatching|MappingChaining)$
pattern: ^semapv:(MappingReview|ManualMappingCuration|LogicalReasoning|LexicalMatching|CompositeMatching|UnspecifiedMatching|SemanticSimilarityThresholdMatching|LexicalSimilarityThresholdMatching|MappingChaining|MappingInversion|StructuralMatching|InstanceBasedMatching|BackgroundKnowledgeBasedMatching)$
any_of:
- equals_string: semapv:LexicalMatching
- equals_string: semapv:LogicalReasoning
Expand All @@ -1214,6 +1214,10 @@ <h3 id="induced">Induced</h3>
- equals_string: semapv:MappingChaining
- equals_string: semapv:MappingReview
- equals_string: semapv:ManualMappingCuration
- equals_string: semapv:MappingInversion
- equals_string: semapv:StructuralMatching
- equals_string: semapv:InstanceBasedMatching
- equals_string: semapv:BackgroundKnowledgeBasedMatching
author_id:
name: author_id
description: Identifies the persons or groups responsible for asserting the mappings.
Expand Down
8 changes: 6 additions & 2 deletions mapping_justification/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ <h2 id="properties">Properties</h2>
<li>
<p><strong>Required?</strong>: Required (element has to be added to the mapping or mapping set.)</p>
</li>
<li><strong>Regex pattern</strong>: <code>^semapv:(MappingReview|ManualMappingCuration|LogicalReasoning|LexicalMatching|CompositeMatching|UnspecifiedMatching|SemanticSimilarityThresholdMatching|LexicalSimilarityThresholdMatching|MappingChaining)$</code></li>
<li><strong>Regex pattern</strong>: <code>^semapv:(MappingReview|ManualMappingCuration|LogicalReasoning|LexicalMatching|CompositeMatching|UnspecifiedMatching|SemanticSimilarityThresholdMatching|LexicalSimilarityThresholdMatching|MappingChaining|MappingInversion|StructuralMatching|InstanceBasedMatching|BackgroundKnowledgeBasedMatching)$</code></li>
</ul>
<h2 id="examples">Examples</h2>
<div class="admonition example">
Expand Down Expand Up @@ -960,7 +960,7 @@ <h2 id="schema-developer-documentation">Schema developer documentation</h2>
- mapping
range: EntityReference
required: true
pattern: ^semapv:(MappingReview|ManualMappingCuration|LogicalReasoning|LexicalMatching|CompositeMatching|UnspecifiedMatching|SemanticSimilarityThresholdMatching|LexicalSimilarityThresholdMatching|MappingChaining)$
pattern: ^semapv:(MappingReview|ManualMappingCuration|LogicalReasoning|LexicalMatching|CompositeMatching|UnspecifiedMatching|SemanticSimilarityThresholdMatching|LexicalSimilarityThresholdMatching|MappingChaining|MappingInversion|StructuralMatching|InstanceBasedMatching|BackgroundKnowledgeBasedMatching)$
any_of:
- equals_string: semapv:LexicalMatching
- equals_string: semapv:LogicalReasoning
Expand All @@ -971,6 +971,10 @@ <h2 id="schema-developer-documentation">Schema developer documentation</h2>
- equals_string: semapv:MappingChaining
- equals_string: semapv:MappingReview
- equals_string: semapv:ManualMappingCuration
- equals_string: semapv:MappingInversion
- equals_string: semapv:StructuralMatching
- equals_string: semapv:InstanceBasedMatching
- equals_string: semapv:BackgroundKnowledgeBasedMatching

</code></pre>

Expand Down
2 changes: 1 addition & 1 deletion mapping_set_id/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@

<h1 id="mapping_set_id">mapping_set_id</h1>
<p><strong>URI</strong>: <a href="https://w3id.org/sssom/mapping_set_id">sssom:mapping_set_id</a></p>
<p><strong>Applicable to</strong>: <a href="../MappingSetReference/">MappingSetReference</a>, <a href="../MappingSet/">MappingSet</a></p>
<p><strong>Applicable to</strong>: <a href="../MappingSet/">MappingSet</a>, <a href="../MappingSetReference/">MappingSetReference</a></p>
<div class="admonition info">
<p class="admonition-title">Description</p>
<p><em>A globally unique identifier for the mapping set (not each individual mapping). Should be IRI, ideally resolvable.</em></p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 42c7510

Please sign in to comment.