Skip to content

Commit

Permalink
Newest biolinkml output + changes from dataset push
Browse files Browse the repository at this point in the history
  • Loading branch information
hsolbrig committed Aug 20, 2019
1 parent a23f344 commit 0f73333
Show file tree
Hide file tree
Showing 73 changed files with 5,856 additions and 766 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
biolinkml = ">=1.4.2"
biolinkml = ">=1.4.5"

[dev-packages]

Expand Down
58 changes: 30 additions & 28 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

109 changes: 109 additions & 0 deletions biolink-model.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,77 @@ type ConfidenceLevel
systematicSynonym: [LabelType]
}

type DataFile
{
id: IdentifierType!
name: LabelType!
category: [IriType]!
relatedTo: [NamedThing]
interactsWith: [NamedThing]
nodeProperty: String
iri: IriType
synonym: [LabelType]
fullName: LabelType
description: NarrativeText
systematicSynonym: [LabelType]
}

type DataSet
{
id: IdentifierType!
name: LabelType!
category: [IriType]!
relatedTo: [NamedThing]
interactsWith: [NamedThing]
nodeProperty: String
iri: IriType
synonym: [LabelType]
fullName: LabelType
description: NarrativeText
systematicSynonym: [LabelType]
}

interface DataSetSummary
{
id: IdentifierType!
name: LabelType!
category: [IriType]!
relatedTo: [NamedThing]
interactsWith: [NamedThing]
nodeProperty: String
iri: IriType
synonym: [LabelType]
fullName: LabelType
description: NarrativeText
systematicSynonym: [LabelType]
title: String
sourceDataFile: DataFile
versionOf: DataSet
type: String
distribution: DistributionLevel
sourceWebPage: String
}

type DataSetVersion
{
id: IdentifierType!
name: LabelType!
category: [IriType]!
relatedTo: [NamedThing]
interactsWith: [NamedThing]
nodeProperty: String
iri: IriType
synonym: [LabelType]
fullName: LabelType
description: NarrativeText
systematicSynonym: [LabelType]
title: String
sourceDataFile: DataFile
versionOf: DataSet
type: String
distribution: DistributionLevel
}

type Device
{
id: IdentifierType!
Expand Down Expand Up @@ -838,6 +909,27 @@ interface DiseaseToThingAssociation
edgeLabel: LabelType!
}

interface DistributionLevel
{
id: IdentifierType!
name: LabelType!
category: [IriType]!
relatedTo: [NamedThing]
interactsWith: [NamedThing]
nodeProperty: String
iri: IriType
synonym: [LabelType]
fullName: LabelType
description: NarrativeText
systematicSynonym: [LabelType]
title: String
sourceDataFile: DataFile
versionOf: DataSet
type: String
distribution: DistributionLevel
downloadURL: String
}

type Drug
{
id: IdentifierType!
Expand Down Expand Up @@ -3517,6 +3609,23 @@ type SeverityValue
subclassOf: [IriType]
}

type SourceFile
{
id: IdentifierType!
name: LabelType!
category: [IriType]!
relatedTo: [NamedThing]
interactsWith: [NamedThing]
nodeProperty: String
iri: IriType
synonym: [LabelType]
fullName: LabelType
description: NarrativeText
systematicSynonym: [LabelType]
sourceVersion: String
retrievedOn: Date
}

interface SpecificityQuantifier
{
}
Expand Down
Loading

0 comments on commit 0f73333

Please sign in to comment.