Skip to content

Commit

Permalink
Deployed 551d641 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Dec 20, 2024
1 parent 57c7543 commit 83d041c
Show file tree
Hide file tree
Showing 11 changed files with 257 additions and 151 deletions.
2 changes: 1 addition & 1 deletion EntityTypeEnum/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ <h2 id="slots">Slots</h2>
</tr>
<tr>
<td><a href="../predicate_type/">predicate_type</a></td>
<td>The type of entity that is being mapped</td>
<td>The type of the predicate used to map the subject and object entities</td>
</tr>
<tr>
<td><a href="../object_type/">object_type</a></td>
Expand Down
32 changes: 32 additions & 0 deletions Mapping/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,10 @@ <h1 id="class-mapping">Class: Mapping</h1>

Mapping --|&gt; predicate_modifier_enum : predicate_modifier

Mapping : predicate_type

Mapping --|&gt; entity_type_enum : predicate_type

Mapping : publication_date

Mapping : reviewer_id
Expand Down Expand Up @@ -698,6 +702,12 @@ <h2 id="slots">Slots</h2>
<td>direct</td>
</tr>
<tr>
<td><a href="../predicate_type/">predicate_type</a></td>
<td>0..1 <br/> <a href="../EntityTypeEnum/">EntityTypeEnum</a></td>
<td>The type of the predicate used to map the subject and object entities</td>
<td>direct</td>
</tr>
<tr>
<td><a href="../mapping_provider/">mapping_provider</a></td>
<td>0..1 <br/> <a href="../Uri/">Uri</a></td>
<td>URL pointing to the source that provided the mapping, for example an ontology...</td>
Expand Down Expand Up @@ -900,6 +910,7 @@ <h3 id="direct">Direct</h3>
- object_type
- object_source
- object_source_version
- predicate_type
- mapping_provider
- mapping_source
- mapping_cardinality
Expand Down Expand Up @@ -1452,6 +1463,27 @@ <h3 id="induced">Induced</h3>
- mapping set
- mapping
range: string
predicate_type:
name: predicate_type
annotations:
propagated:
tag: propagated
value: true
description: The type of the predicate used to map the subject and object entities.
examples:
- value: owl:AnnotationProperty
- value: owl:ObjectProperty
from_schema: https://w3id.org/sssom/schema/
see_also:
- https://github.com/mapping-commons/sssom/issues/143
- https://github.com/mapping-commons/sssom/blob/master/examples/schema/predicate-types.sssom.tsv
rank: 1000
alias: predicate_type
owner: mapping
domain_of:
- mapping set
- mapping
range: entity_type_enum
mapping_provider:
name: mapping_provider
instantiates:
Expand Down
32 changes: 32 additions & 0 deletions MappingSet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ <h1 id="class-mappingset">Class: MappingSet</h1>

MappingSet : other

MappingSet : predicate_type

MappingSet --|&gt; entity_type_enum : predicate_type

MappingSet : publication_date

MappingSet : see_also
Expand Down Expand Up @@ -625,6 +629,12 @@ <h2 id="slots">Slots</h2>
<td>direct</td>
</tr>
<tr>
<td><a href="../predicate_type/">predicate_type</a></td>
<td>0..1 <br/> <a href="../EntityTypeEnum/">EntityTypeEnum</a></td>
<td>The type of the predicate used to map the subject and object entities</td>
<td>direct</td>
</tr>
<tr>
<td><a href="../mapping_provider/">mapping_provider</a></td>
<td>0..1 <br/> <a href="../Uri/">Uri</a></td>
<td>URL pointing to the source that provided the mapping, for example an ontology...</td>
Expand Down Expand Up @@ -759,6 +769,7 @@ <h3 id="direct">Direct</h3>
- object_type
- object_source
- object_source_version
- predicate_type
- mapping_provider
- mapping_tool
- mapping_tool_version
Expand Down Expand Up @@ -1082,6 +1093,27 @@ <h3 id="induced">Induced</h3>
- mapping set
- mapping
range: string
predicate_type:
name: predicate_type
annotations:
propagated:
tag: propagated
value: true
description: The type of the predicate used to map the subject and object entities.
examples:
- value: owl:AnnotationProperty
- value: owl:ObjectProperty
from_schema: https://w3id.org/sssom/schema/
see_also:
- https://github.com/mapping-commons/sssom/issues/143
- https://github.com/mapping-commons/sssom/blob/master/examples/schema/predicate-types.sssom.tsv
rank: 1000
alias: predicate_type
owner: mapping set
domain_of:
- mapping set
- mapping
range: entity_type_enum
mapping_provider:
name: mapping_provider
instantiates:
Expand Down
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,13 @@ <h3 id="quick-reference-for-mapping-metadata">Quick reference for mapping metada
<td>Optional</td>
</tr>
<tr>
<td><strong><a href="predicate_type/">predicate_type</a></strong></td>
<td>The type of the predicate used to map the subject and object entities.</td>
<td>owl class, owl object property, owl data property, owl annotation property, owl named individual, skos concept, rdfs resource, rdfs class, rdfs literal, rdfs datatype, rdf property, composed entity expression</td>
<td>owl:AnnotationProperty</td>
<td>Optional</td>
</tr>
<tr>
<td><strong><a href="mapping_provider/">mapping_provider</a></strong></td>
<td>URL pointing to the source that provided the mapping, for example an ontology that already contains the mappings, or a database from which it was derived.</td>
<td>uri</td>
Expand Down
2 changes: 1 addition & 1 deletion issue_tracker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@

<h1 id="issue_tracker">issue_tracker</h1>
<p><strong>URI</strong>: <a href="https://w3id.org/sssom/issue_tracker">sssom:issue_tracker</a></p>
<p><strong>Applicable to</strong>: <a href="../MappingRegistry/">MappingRegistry</a>, <a href="../MappingSet/">MappingSet</a></p>
<p><strong>Applicable to</strong>: <a href="../MappingSet/">MappingSet</a>, <a href="../MappingRegistry/">MappingRegistry</a></p>
<div class="admonition info">
<p class="admonition-title">Description</p>
<p><em>A URL location of the issue tracker for this entity.</em></p>
Expand Down
12 changes: 11 additions & 1 deletion linkml-index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,11 @@ <h2 id="mapping-metadata-elements">Mapping metadata elements</h2>
<td>Optional</td>
</tr>
<tr>
<td><strong><a href="../predicate_type/">predicate_type</a></strong></td>
<td>The type of the predicate used to map the subject and object entities.</td>
<td>Optional</td>
</tr>
<tr>
<td><strong><a href="../mapping_provider/">mapping_provider</a></strong></td>
<td>URL pointing to the source that provided the mapping, for example an ontology that already contains the mappings, or a database from which it was derived.</td>
<td>Optional</td>
Expand Down Expand Up @@ -1468,6 +1473,11 @@ <h2 id="mappings-set-metadata-elements">Mappings set metadata elements</h2>
<td>Optional</td>
</tr>
<tr>
<td><strong><a href="../predicate_type/">predicate_type</a></strong></td>
<td>The type of the predicate used to map the subject and object entities.</td>
<td>Optional</td>
</tr>
<tr>
<td><strong><a href="../mapping_provider/">mapping_provider</a></strong></td>
<td>URL pointing to the source that provided the mapping, for example an ontology that already contains the mappings, or a database from which it was derived.</td>
<td>Optional</td>
Expand Down Expand Up @@ -1751,7 +1761,7 @@ <h3 id="columnsslotsfields">Columns/Slots/Fields</h3>
</tr>
<tr>
<td><a href="../predicate_type/">predicate_type</a></td>
<td>The type of entity that is being mapped</td>
<td>The type of the predicate used to map the subject and object entities</td>
</tr>
<tr>
<td><a href="../prefix_name/">prefix_name</a></td>
Expand Down
30 changes: 27 additions & 3 deletions predicate_type/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,13 @@
Examples
</a>

</li>

<li class="md-nav__item">
<a href="#see-also" class="md-nav__link">
See Also
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -917,10 +924,10 @@

<h1 id="predicate_type">predicate_type</h1>
<p><strong>URI</strong>: <a href="https://w3id.org/sssom/predicate_type">sssom:predicate_type</a></p>
<p><strong>Applicable to</strong>: </p>
<p><strong>Applicable to</strong>: <a href="../MappingSet/">MappingSet</a>, <a href="../Mapping/">Mapping</a></p>
<div class="admonition info">
<p class="admonition-title">Description</p>
<p><em>The type of entity that is being mapped.</em></p>
<p><em>The type of the predicate used to map the subject and object entities.</em></p>
</div>
<h2 id="properties">Properties</h2>
<ul>
Expand All @@ -942,18 +949,35 @@ <h2 id="examples">Examples</h2>
<p><strong>Example value</strong>:</p>
<p><code>owl:ObjectProperty</code></p>
</div>
<h2 id="see-also">See Also</h2>
<p>These are some relevant resources you might find useful to get additional information about the element,
such as example implementations, issues and pull requests.</p>
<ul>
<li><a href="https://github.com/mapping-commons/sssom/issues/143">https://github.com/mapping-commons/sssom/issues/143</a></li>
<li><a href="https://github.com/mapping-commons/sssom/blob/master/examples/schema/predicate-types.sssom.tsv">https://github.com/mapping-commons/sssom/blob/master/examples/schema/predicate-types.sssom.tsv</a></li>
</ul>
<h2 id="schema-developer-documentation">Schema developer documentation</h2>
<details><summary>LinkML source</summary>


<pre><code class="language-yaml">name: predicate_type
description: The type of entity that is being mapped.
annotations:
propagated:
tag: propagated
value: true
description: The type of the predicate used to map the subject and object entities.
examples:
- value: owl:AnnotationProperty
- value: owl:ObjectProperty
from_schema: https://w3id.org/sssom/schema/
see_also:
- https://github.com/mapping-commons/sssom/issues/143
- https://github.com/mapping-commons/sssom/blob/master/examples/schema/predicate-types.sssom.tsv
rank: 1000
alias: predicate_type
domain_of:
- mapping set
- mapping
range: entity_type_enum

</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 83d041c

Please sign in to comment.