Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSSOM 0.11.1 release #270

Merged
merged 2 commits into from
Mar 18, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
SSSOM 0.11.1 release
matentzn committed Mar 16, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit e27c89fd3eff5245140327a0e222d6057ff576f9
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
@@ -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]
@@ -44,6 +47,8 @@ type Mapping
type MappingRegistry
{
mappingRegistryId: EntityReference!
mappingRegistryTitle: String
mappingRegistryDescription: String
imports: [Uri]
mappingSetReferences: [MappingSetReference]
documentation: Uri
@@ -56,6 +61,7 @@ type MappingSet
mappingSetId: Uri!
mappingSetVersion: String
mappingSetSource: [Uri]
mappingSetTitle: String
mappingSetDescription: String
creatorId: [EntityReference]
creatorLabel: [String]
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/",
@@ -28,6 +28,9 @@
"@type": "rdfs:Resource",
"@id": "dc:creator"
},
"curation_rule": {
"@type": "rdfs:Resource"
},
"documentation": {
"@type": "@id"
},
@@ -78,6 +81,9 @@
"@type": "@id",
"@id": "prov:wasDerivedFrom"
},
"mapping_set_title": {
"@id": "dc:title"
},
"mapping_set_version": {
"@id": "owl:versionInfo"
},
Loading