Skip to content

Commit

Permalink
Regenerate artifacts from biolink-model.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 9, 2024
1 parent 0d65223 commit 34a1417
Show file tree
Hide file tree
Showing 12 changed files with 19,834 additions and 19,811 deletions.
10 changes: 5 additions & 5 deletions project/graphql/biolink_model.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@ type DiseaseToExposureEventAssociation implements DiseaseToEntityAssociationMixi
category: [CategoryType]
}

type DiseaseToPhenotypicFeatureAssociation implements EntityToPhenotypicFeatureAssociationMixin, DiseaseToEntityAssociationMixin
type DiseaseToPhenotypicFeatureAssociation implements FrequencyQuantifier, EntityToPhenotypicFeatureAssociationMixin, DiseaseToEntityAssociationMixin
{
id: String!
iri: IriType
Expand Down Expand Up @@ -2112,17 +2112,17 @@ type DiseaseToPhenotypicFeatureAssociation implements EntityToPhenotypicFeatureA
category: [CategoryType]
subject: Disease!
object: PhenotypicFeature!
hasCount: Integer
hasTotal: Integer
hasQuotient: Double
hasPercentage: Double
frequencyQualifier: FrequencyValue
subjectAspectQualifier: String
subjectDirectionQualifier: DirectionQualifierEnum
objectAspectQualifier: String
objectDirectionQualifier: DirectionQualifierEnum
qualifiedPredicate: String
sexQualifier: BiologicalSex
hasCount: Integer
hasTotal: Integer
hasQuotient: Double
hasPercentage: Double
}

type Drug implements ChemicalOrDrugOrTreatment, OntologyClass
Expand Down
2 changes: 1 addition & 1 deletion project/jsonld/biolink_model.context.jsonld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"comments": {
"description": "Auto generated by LinkML jsonld context generator",
"generation_date": "2024-01-11T21:14:07",
"generation_date": "2024-02-09T23:02:31",
"source": "biolink_model.yaml"
},
"@context": {
Expand Down
17 changes: 9 additions & 8 deletions project/jsonld/biolink_model.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -31479,6 +31479,7 @@
],
"is_a": "Association",
"mixins": [
"FrequencyQuantifier",
"EntityToPhenotypicFeatureAssociationMixin",
"DiseaseToEntityAssociationMixin"
],
Expand Down Expand Up @@ -31517,17 +31518,17 @@
"association_category",
"disease_to_phenotypic_feature_association_subject",
"disease_to_phenotypic_feature_association_object",
"has_count",
"has_total",
"has_quotient",
"has_percentage",
"frequency_qualifier",
"subject_aspect_qualifier",
"subject_direction_qualifier",
"object_aspect_qualifier",
"object_direction_qualifier",
"qualified_predicate",
"sex_qualifier",
"has_count",
"has_total",
"has_quotient",
"has_percentage"
"sex_qualifier"
],
"slot_usage": {},
"class_uri": "https://w3id.org/biolink/vocab/DiseaseToPhenotypicFeatureAssociation",
Expand Down Expand Up @@ -34361,9 +34362,9 @@
],
"metamodel_version": "1.7.0",
"source_file": "biolink_model.yaml",
"source_file_date": "2024-01-11T21:14:01",
"source_file_size": 376530,
"generation_date": "2024-01-11T21:14:09",
"source_file_date": "2024-02-09T23:02:26",
"source_file_size": 376559,
"generation_date": "2024-02-09T23:02:33",
"@type": "SchemaDefinition",
"@context": [
"project/jsonld/biolink_model.context.jsonld",
Expand Down
Loading

0 comments on commit 34a1417

Please sign in to comment.