Skip to content

Commit 8617919

Browse files
committed
Rebuilding documentation and generated files with Github Action
1 parent 7ed78a0 commit 8617919

File tree

13 files changed

+1265
-989
lines changed

13 files changed

+1265
-989
lines changed

project/excel/sssom_schema.xlsx

-364 Bytes
Binary file not shown.

project/graphql/sssom_schema.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ type Mapping
2929
mappingTool: String
3030
mappingToolVersion: String
3131
mappingDate: Date
32+
publicationDate: Date
3233
confidence: Double
3334
curationRule: [EntityReference]
3435
curationRuleText: [String]
@@ -40,6 +41,7 @@ type Mapping
4041
semanticSimilarityScore: Double
4142
semanticSimilarityMeasure: String
4243
seeAlso: [String]
44+
issueTrackerItem: EntityReference
4345
other: String
4446
comment: String
4547
}
@@ -53,6 +55,7 @@ type MappingRegistry
5355
mappingSetReferences: [MappingSetReference]
5456
documentation: Uri
5557
homepage: Uri
58+
issueTracker: Uri
5659
}
5760

5861
type MappingSet
@@ -76,11 +79,13 @@ type MappingSet
7679
mappingTool: String
7780
mappingToolVersion: String
7881
mappingDate: Date
82+
publicationDate: Date
7983
subjectMatchField: [EntityReference]
8084
objectMatchField: [EntityReference]
8185
subjectPreprocessing: [EntityReference]
8286
objectPreprocessing: [EntityReference]
8387
seeAlso: [String]
88+
issueTracker: Uri
8489
other: String
8590
comment: String
8691
}

project/jsonld/sssom_schema.context.jsonld

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
"comments": {
3-
"description": "Auto generated by LinkML jsonld context generator",
4-
"generation_date": "2023-07-25T10:05:02",
5-
"source": "sssom_schema.yaml"
6-
},
2+
"_comments": "Auto generated from sssom_schema.yaml by jsonldcontextgen.py version: 0.1.1\n Generation date: 2023-07-31T17:42:54\n Schema: sssom\n metamodel version: 1.7.0\n model version: None\n \n id: https://w3id.org/sssom/schema/\n description: Datamodel for Simple Standard for Sharing Ontological Mappings (SSSOM)\n license: https://creativecommons.org/publicdomain/zero/1.0/\n ",
73
"@context": {
84
"dcterms": "http://purl.org/dc/terms/",
95
"linkml": "https://w3id.org/linkml/",
@@ -43,6 +39,12 @@
4339
"imports": {
4440
"@type": "@id"
4541
},
42+
"issue_tracker": {
43+
"@type": "@id"
44+
},
45+
"issue_tracker_item": {
46+
"@type": "rdfs:Resource"
47+
},
4648
"last_updated": {
4749
"@type": "xsd:date"
4850
},

project/jsonld/sssom_schema.jsonld

Lines changed: 75 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@
10991099
{
11001100
"name": "creator_id",
11011101
"definition_uri": "https://w3id.org/sssom/creator_id",
1102-
"description": "Identifies the persons or groups responsible for the creation of the mapping. The creator is the agent that put the mapping in its published form, which may be different from the author, which is a person that was actively involved in the assertion of the mapping. Recommended to be a (pipe-separated) list of ORCIDs or otherwise identifying URLs, but any identifying string (such as name and affiliation) is permissible.",
1102+
"description": "Identifies the persons or groups responsible for the creation of the mapping. The creator is the agent that put the mapping in its published form, which may be different from the author, which is a person that was actively involved in the assertion of the mapping. Recommended to be a list of ORCIDs or otherwise identifying URIs.",
11031103
"from_schema": "https://w3id.org/sssom/schema/",
11041104
"mappings": [
11051105
"http://purl.org/dc/terms/creator"
@@ -1117,7 +1117,7 @@
11171117
{
11181118
"name": "creator_label",
11191119
"definition_uri": "https://w3id.org/sssom/creator_label",
1120-
"description": "A string identifying the creator of this mapping. In the spirit of provenance, consider to use creator_id instead.",
1120+
"description": "A string identifying the creator of this mapping. In the spirit of provenance, consider using creator_id instead.",
11211121
"from_schema": "https://w3id.org/sssom/schema/",
11221122
"slot_uri": "https://w3id.org/sssom/creator_label",
11231123
"multivalued": true,
@@ -1132,7 +1132,7 @@
11321132
{
11331133
"name": "author_id",
11341134
"definition_uri": "https://w3id.org/sssom/author_id",
1135-
"description": "Identifies the persons or groups responsible for asserting the mappings. Recommended to be a (pipe-separated) list of ORCIDs or otherwise identifying URLs, but any identifying string (such as name and affiliation) is permissible.",
1135+
"description": "Identifies the persons or groups responsible for asserting the mappings. Recommended to be a list of ORCIDs or otherwise identifying URIs.",
11361136
"from_schema": "https://w3id.org/sssom/schema/",
11371137
"mappings": [
11381138
"http://purl.org/pav/authoredBy"
@@ -1149,7 +1149,7 @@
11491149
{
11501150
"name": "author_label",
11511151
"definition_uri": "https://w3id.org/sssom/author_label",
1152-
"description": "A string identifying the author of this mapping. In the spirit of provenance, consider to use author_id instead.",
1152+
"description": "A string identifying the author of this mapping. In the spirit of provenance, consider using author_id instead.",
11531153
"from_schema": "https://w3id.org/sssom/schema/",
11541154
"slot_uri": "https://w3id.org/sssom/author_label",
11551155
"multivalued": true,
@@ -1163,7 +1163,7 @@
11631163
{
11641164
"name": "reviewer_id",
11651165
"definition_uri": "https://w3id.org/sssom/reviewer_id",
1166-
"description": "Identifies the persons or groups that reviewed and confirmed the mapping. Recommended to be a (pipe-separated) list of ORCIDs or otherwise identifying URLs, but any identifying string (such as name and affiliation) is permissible.",
1166+
"description": "Identifies the persons or groups that reviewed and confirmed the mapping. Recommended to be a list of ORCIDs or otherwise identifying URIs.",
11671167
"from_schema": "https://w3id.org/sssom/schema/",
11681168
"slot_uri": "https://w3id.org/sssom/reviewer_id",
11691169
"multivalued": true,
@@ -1177,7 +1177,7 @@
11771177
{
11781178
"name": "reviewer_label",
11791179
"definition_uri": "https://w3id.org/sssom/reviewer_label",
1180-
"description": "A string identifying the reviewer of this mapping. In the spirit of provenance, consider to use reviewer_id instead.",
1180+
"description": "A string identifying the reviewer of this mapping. In the spirit of provenance, consider using reviewer_id instead.",
11811181
"from_schema": "https://w3id.org/sssom/schema/",
11821182
"slot_uri": "https://w3id.org/sssom/reviewer_label",
11831183
"multivalued": true,
@@ -1208,7 +1208,7 @@
12081208
{
12091209
"name": "subject_source",
12101210
"definition_uri": "https://w3id.org/sssom/subject_source",
1211-
"description": "URI of ontology source for the subject.",
1211+
"description": "URI of vocabulary or identifier source for the subject.",
12121212
"examples": [
12131213
{
12141214
"value": "obo:mondo.owl",
@@ -1255,7 +1255,7 @@
12551255
{
12561256
"name": "object_source",
12571257
"definition_uri": "https://w3id.org/sssom/object_source",
1258-
"description": "IRI of ontology source for the object. Version IRI preferred.",
1258+
"description": "URI of vocabulary or identifier source for the object.",
12591259
"examples": [
12601260
{
12611261
"value": "obo:mondo.owl",
@@ -1435,6 +1435,11 @@
14351435
"http://purl.org/dc/terms/created"
14361436
],
14371437
"slot_uri": "http://purl.org/dc/terms/created",
1438+
"owner": "Mapping",
1439+
"domain_of": [
1440+
"MappingSet",
1441+
"Mapping"
1442+
],
14381443
"range": "date",
14391444
"@type": "SlotDefinition"
14401445
},
@@ -1454,7 +1459,7 @@
14541459
{
14551460
"name": "subject_match_field",
14561461
"definition_uri": "https://w3id.org/sssom/subject_match_field",
1457-
"description": "A tuple of fields (term annotations on the subject) that was used for the match.",
1462+
"description": "A list of properties (term annotations on the subject) that was used for the match.",
14581463
"from_schema": "https://w3id.org/sssom/schema/",
14591464
"slot_uri": "https://w3id.org/sssom/subject_match_field",
14601465
"multivalued": true,
@@ -1469,7 +1474,7 @@
14691474
{
14701475
"name": "object_match_field",
14711476
"definition_uri": "https://w3id.org/sssom/object_match_field",
1472-
"description": "A tuple of fields (term annotations on the object) that was used for the match.",
1477+
"description": "A list of properties (term annotations on the object) that was used for the match.",
14731478
"from_schema": "https://w3id.org/sssom/schema/",
14741479
"slot_uri": "https://w3id.org/sssom/object_match_field",
14751480
"multivalued": true,
@@ -1616,6 +1621,57 @@
16161621
"range": "string",
16171622
"@type": "SlotDefinition"
16181623
},
1624+
{
1625+
"name": "issue_tracker_item",
1626+
"definition_uri": "https://w3id.org/sssom/issue_tracker_item",
1627+
"description": "The issue tracker item discussing this mapping.",
1628+
"examples": [
1629+
{
1630+
"value": "SSSOM_GITHUB_ISSUE:166",
1631+
"description": "(A URL resolving to an issue discussing a new SSSOM element request)",
1632+
"@type": "Example"
1633+
}
1634+
],
1635+
"from_schema": "https://w3id.org/sssom/schema/",
1636+
"see_also": [
1637+
"https://github.com/mapping-commons/sssom/issues/78",
1638+
"https://github.com/mapping-commons/sssom/pull/259",
1639+
"https://github.com/mapping-commons/sssom/blob/master/examples/schema/issue_tracker_item.sssom.tsv"
1640+
],
1641+
"slot_uri": "https://w3id.org/sssom/issue_tracker_item",
1642+
"owner": "Mapping",
1643+
"domain_of": [
1644+
"Mapping"
1645+
],
1646+
"range": "EntityReference",
1647+
"@type": "SlotDefinition"
1648+
},
1649+
{
1650+
"name": "issue_tracker",
1651+
"definition_uri": "https://w3id.org/sssom/issue_tracker",
1652+
"description": "A URL location of the issue tracker for this entity.",
1653+
"examples": [
1654+
{
1655+
"value": "https://github.com/mapping-commons/mh_mapping_initiative/issues",
1656+
"description": "(A URL resolving to the issue tracker of the Mouse-Human mapping initiative)",
1657+
"@type": "Example"
1658+
}
1659+
],
1660+
"from_schema": "https://w3id.org/sssom/schema/",
1661+
"see_also": [
1662+
"https://github.com/mapping-commons/sssom/issues/78",
1663+
"https://github.com/mapping-commons/sssom/pull/259",
1664+
"https://github.com/mapping-commons/sssom/blob/master/examples/schema/issue_tracker.sssom.tsv"
1665+
],
1666+
"slot_uri": "https://w3id.org/sssom/issue_tracker",
1667+
"owner": "MappingRegistry",
1668+
"domain_of": [
1669+
"MappingSet",
1670+
"MappingRegistry"
1671+
],
1672+
"range": "uri",
1673+
"@type": "SlotDefinition"
1674+
},
16191675
{
16201676
"name": "see_also",
16211677
"definition_uri": "https://w3id.org/sssom/see_also",
@@ -1714,11 +1770,13 @@
17141770
"mapping_tool",
17151771
"mapping_tool_version",
17161772
"mapping_date",
1773+
"publication_date",
17171774
"subject_match_field",
17181775
"object_match_field",
17191776
"subject_preprocessing",
17201777
"object_preprocessing",
17211778
"see_also",
1779+
"issue_tracker",
17221780
"other",
17231781
"comment"
17241782
],
@@ -1764,6 +1822,7 @@
17641822
"mapping_tool",
17651823
"mapping_tool_version",
17661824
"mapping_date",
1825+
"publication_date",
17671826
"confidence",
17681827
"curation_rule",
17691828
"curation_rule_text",
@@ -1775,6 +1834,7 @@
17751834
"semantic_similarity_score",
17761835
"semantic_similarity_measure",
17771836
"see_also",
1837+
"issue_tracker_item",
17781838
"other",
17791839
"comment"
17801840
],
@@ -1794,7 +1854,8 @@
17941854
"imports",
17951855
"mapping_set_references",
17961856
"documentation",
1797-
"homepage"
1857+
"homepage",
1858+
"issue_tracker"
17981859
],
17991860
"slot_usage": {},
18001861
"class_uri": "https://w3id.org/sssom/MappingRegistry",
@@ -1820,9 +1881,9 @@
18201881
],
18211882
"metamodel_version": "1.7.0",
18221883
"source_file": "sssom_schema.yaml",
1823-
"source_file_date": "2023-07-25T10:02:33",
1824-
"source_file_size": 25711,
1825-
"generation_date": "2023-07-25T10:05:03",
1884+
"source_file_date": "2023-07-31T17:42:04",
1885+
"source_file_size": 26565,
1886+
"generation_date": "2023-07-31T17:42:55",
18261887
"@type": "SchemaDefinition",
18271888
"@context": [
18281889
"project/jsonld/sssom_schema.context.jsonld",

0 commit comments

Comments
 (0)