Skip to content

Commit

Permalink
Regenerated schema files for pydantic branch
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Aug 3, 2024
1 parent 20e1485 commit 8c1c6ad
Show file tree
Hide file tree
Showing 14 changed files with 4,023 additions and 1,139 deletions.
Binary file modified project/excel/sssom_schema.xlsx
Binary file not shown.
47 changes: 47 additions & 0 deletions project/graphql/sssom_schema.graphql
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
# metamodel_version: 1.7.0
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 @@ -100,3 +142,8 @@ type MappingSetReference
localName: String
}

type Propagatable
{
propagated: Boolean
}

Loading

0 comments on commit 8c1c6ad

Please sign in to comment.