Skip to content

Commit 385c326

Browse files
matentznhrshdhgd
andauthored
SSSOM 0.11.1 release (#270)
Recreating the SSSOM schema files --------- Co-authored-by: Harshad Hegde <[email protected]>
1 parent 70fd252 commit 385c326

File tree

12 files changed

+729
-403
lines changed

12 files changed

+729
-403
lines changed

project/excel/sssom_schema.xlsx

51 Bytes
Binary file not shown.

project/graphql/sssom_schema.graphql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ type Mapping
2424
objectSource: EntityReference
2525
objectSourceVersion: String
2626
mappingProvider: Uri
27+
mappingSource: EntityReference
2728
mappingCardinality: MappingCardinalityEnum
2829
mappingTool: String
2930
mappingToolVersion: String
3031
mappingDate: Date
3132
confidence: Double
33+
curationRule: [EntityReference]
34+
curationRuleText: [String]
3235
subjectMatchField: [EntityReference]
3336
objectMatchField: [EntityReference]
3437
matchString: [String]
@@ -44,6 +47,8 @@ type Mapping
4447
type MappingRegistry
4548
{
4649
mappingRegistryId: EntityReference!
50+
mappingRegistryTitle: String
51+
mappingRegistryDescription: String
4752
imports: [Uri]
4853
mappingSetReferences: [MappingSetReference]
4954
documentation: Uri
@@ -56,6 +61,7 @@ type MappingSet
5661
mappingSetId: Uri!
5762
mappingSetVersion: String
5863
mappingSetSource: [Uri]
64+
mappingSetTitle: String
5965
mappingSetDescription: String
6066
creatorId: [EntityReference]
6167
creatorLabel: [String]

project/jsonld/sssom_schema.context.jsonld

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_comments": "Auto generated from sssom_schema.yaml by jsonldcontextgen.py version: 0.1.1\n Generation date: 2022-06-07T11:23:12\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 ",
2+
"_comments": "Auto generated from sssom_schema.yaml by jsonldcontextgen.py version: 0.1.1\n Generation date: 2023-03-16T14:57:33\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 ",
33
"@context": {
44
"dc": "http://purl.org/dc/terms/",
55
"dcterms": "http://purl.org/dc/terms/",
@@ -28,6 +28,9 @@
2828
"@type": "rdfs:Resource",
2929
"@id": "dc:creator"
3030
},
31+
"curation_rule": {
32+
"@type": "rdfs:Resource"
33+
},
3134
"documentation": {
3235
"@type": "@id"
3336
},
@@ -78,6 +81,9 @@
7881
"@type": "@id",
7982
"@id": "prov:wasDerivedFrom"
8083
},
84+
"mapping_set_title": {
85+
"@id": "dc:title"
86+
},
8187
"mapping_set_version": {
8288
"@id": "owl:versionInfo"
8389
},

0 commit comments

Comments
 (0)