Skip to content

This updates the biomedical schema to make a new parent class "Association" (subClassOf: schema:Thing), of which all association type nodes are a subclass. At this time this includes the classes: ChemicalCompoundAssociation, DiseaseAssociation, and GeneticAssociation. All node types in BMDC that are association nodes are subclasses of one or more of these three association subtypes. The superclass ensures that all of these Association nodes are identifiable. #7551

This updates the biomedical schema to make a new parent class "Association" (subClassOf: schema:Thing), of which all association type nodes are a subclass. At this time this includes the classes: ChemicalCompoundAssociation, DiseaseAssociation, and GeneticAssociation. All node types in BMDC that are association nodes are subclasses of one or more of these three association subtypes. The superclass ensures that all of these Association nodes are identifiable.

This updates the biomedical schema to make a new parent class "Association" (subClassOf: schema:Thing), of which all association type nodes are a subclass. At this time this includes the classes: ChemicalCompoundAssociation, DiseaseAssociation, and GeneticAssociation. All node types in BMDC that are association nodes are subclasses of one or more of these three association subtypes. The superclass ensures that all of these Association nodes are identifiable. #7551

Workflow file for this run

name: Auto approve copybara-service PRs
on:
pull_request
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
if: github.actor == 'copybara-service' || github.actor == 'copybara-service[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"