Skip to content

Commit

Permalink
Commit re-generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
gouttegd committed Aug 5, 2024
1 parent ece5aa5 commit 367058e
Show file tree
Hide file tree
Showing 13 changed files with 3,926 additions and 1,053 deletions.
Binary file modified project/excel/sssom_schema.xlsx
Binary file not shown.
53 changes: 53 additions & 0 deletions project/graphql/sssom_schema.graphql
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
type LiteralMapping
{
literal: String!
literalDatatype: Uri
predicateId: EntityReference!
predicateLabel: String
predicateModifier: PredicateModifierEnum
objectId: EntityReference!
objectLabel: String
objectCategory: String
mappingJustification: EntityReference!
authorId: [EntityReference]
authorLabel: [String]
reviewerId: [EntityReference]
reviewerLabel: [String]
creatorId: [EntityReference]
creatorLabel: [String]
license: Uri
literalSource: EntityReference
literalSourceVersion: String
objectType: EntityTypeEnum
objectSource: EntityReference
objectSourceVersion: String
mappingProvider: Uri
mappingSource: EntityReference
mappingCardinality: MappingCardinalityEnum
mappingTool: String
mappingToolVersion: String
mappingDate: Date
confidence: Double
objectMatchField: [EntityReference]
matchString: [String]
literalPreprocessing: [EntityReference]
objectPreprocessing: [EntityReference]
similarityScore: Double
similarityMeasure: String
seeAlso: [String]
other: String
comment: String
}

type Mapping
{
subjectId: EntityReference!
Expand Down Expand Up @@ -60,6 +101,7 @@ type MappingRegistry

type MappingSet
{
curieMap: [Prefix]
mappings: [Mapping]
mappingSetId: Uri!
mappingSetVersion: String
Expand Down Expand Up @@ -100,3 +142,14 @@ type MappingSetReference
localName: String
}

type Prefix
{
prefixName: Ncname!
prefixUrl: Uri
}

type Propagatable
{
propagated: Boolean
}

Loading

0 comments on commit 367058e

Please sign in to comment.