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 1e06548 commit 3a380ea
Show file tree
Hide file tree
Showing 13 changed files with 4,020 additions and 1,055 deletions.
Binary file modified project/excel/sssom_schema.xlsx
Binary file not shown.
54 changes: 54 additions & 0 deletions project/graphql/sssom_schema.graphql
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
type ExtensionDefinition
{
slotName: Ncname!
property: Uriorcurie
typeHint: Uriorcurie
}

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 @@ -88,6 +136,7 @@ type MappingSet
issueTracker: Uri
other: String
comment: String
extensionDefinitions: [ExtensionDefinition]
}

type MappingSetReference
Expand All @@ -100,3 +149,8 @@ type MappingSetReference
localName: String
}

type Propagatable
{
propagated: Boolean
}

Loading

0 comments on commit 3a380ea

Please sign in to comment.