Skip to content

Commit

Permalink
SSSOM 0.11.1 release (#270)
Browse files Browse the repository at this point in the history
Recreating the SSSOM schema files

---------

Co-authored-by: Harshad Hegde <hegdehb@gmail.com>
  • Loading branch information
matentzn and hrshdhgd committed Mar 18, 2023
1 parent 70fd252 commit 385c326
Show file tree
Hide file tree
Showing 12 changed files with 729 additions and 403 deletions.
Binary file modified project/excel/sssom_schema.xlsx
Binary file not shown.
6 changes: 6 additions & 0 deletions project/graphql/sssom_schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ type Mapping
objectSource: EntityReference
objectSourceVersion: String
mappingProvider: Uri
mappingSource: EntityReference
mappingCardinality: MappingCardinalityEnum
mappingTool: String
mappingToolVersion: String
mappingDate: Date
confidence: Double
curationRule: [EntityReference]
curationRuleText: [String]
subjectMatchField: [EntityReference]
objectMatchField: [EntityReference]
matchString: [String]
Expand All @@ -44,6 +47,8 @@ type Mapping
type MappingRegistry
{
mappingRegistryId: EntityReference!
mappingRegistryTitle: String
mappingRegistryDescription: String
imports: [Uri]
mappingSetReferences: [MappingSetReference]
documentation: Uri
Expand All @@ -56,6 +61,7 @@ type MappingSet
mappingSetId: Uri!
mappingSetVersion: String
mappingSetSource: [Uri]
mappingSetTitle: String
mappingSetDescription: String
creatorId: [EntityReference]
creatorLabel: [String]
Expand Down
8 changes: 7 additions & 1 deletion project/jsonld/sssom_schema.context.jsonld
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_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 ",
"_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 ",
"@context": {
"dc": "http://purl.org/dc/terms/",
"dcterms": "http://purl.org/dc/terms/",
Expand Down Expand Up @@ -28,6 +28,9 @@
"@type": "rdfs:Resource",
"@id": "dc:creator"
},
"curation_rule": {
"@type": "rdfs:Resource"
},
"documentation": {
"@type": "@id"
},
Expand Down Expand Up @@ -78,6 +81,9 @@
"@type": "@id",
"@id": "prov:wasDerivedFrom"
},
"mapping_set_title": {
"@id": "dc:title"
},
"mapping_set_version": {
"@id": "owl:versionInfo"
},
Expand Down

0 comments on commit 385c326

Please sign in to comment.