From 8224128764254061dde0f14c2e1d353d6c5def2d Mon Sep 17 00:00:00 2001 From: Sierra Taylor Moxon Date: Mon, 11 Nov 2024 12:33:39 -0800 Subject: [PATCH] ready for release 4.2.5 --- ChangeLog | 14 + biolink-model.yaml | 2 +- class_prefixes.yaml | 2 +- project/graphql/biolink_model.graphql | 2 +- project/jsonld/biolink_model.context.jsonld | 2 +- project/jsonld/biolink_model.jsonld | 8 +- project/jsonschema/biolink_model.schema.json | 2 +- project/owl/biolink_model.owl.ttl | 5660 +- project/protobuf/biolink_model.proto | 2 +- project/shacl/biolink_model.shacl.ttl | 43310 ++++++++-------- project/shex/biolink_model.shex | 2 +- semmed-exclude-list-model.yaml | 2 +- src/biolink_model/datamodel/model.py | 4 +- .../datamodel/pydanticmodel_v2.py | 2 +- src/biolink_model/schema/biolink_model.yaml | 2 +- src/biolink_model/scripts/classprefixes.py | 4 +- 16 files changed, 24517 insertions(+), 24503 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a991a047..42fa4bfd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ CHANGES ======= +4.2.5 +---- +* Update biolink-model.yaml for CTKP requirements by @mbrush in https://github.com/biolink/biolink-model/pull/1526 +* Remove if absent annotations causing downstream issues in python dataclasses by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1528 +* Add disease context qualifier (to the right place this time) by @kevinschaper in https://github.com/biolink/biolink-model/pull/1529 +* ready the repo for release by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1530 +* Predicate inverses & tests by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1532 +* Move disease_context_qualifier up to a higher level mixin by @kevinschaper in https://github.com/biolink/biolink-model/pull/1533 +* add subject/object specialization qualifier to help represent extensions in MAXO and GO-CAM by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1534 +* Add species context qualifier to macromolecular machine association mixin by @kevinschaper in https://github.com/biolink/biolink-model/pull/1535 + + +**Full Changelog**: https://github.com/biolink/biolink-model/compare/v4.2.4...v4.2.5 + 4.2.5-rc2 ---- * disease_context_qualifier additions [Kevin Schaper] diff --git a/biolink-model.yaml b/biolink-model.yaml index ee27fd8e4..2f102eb4f 100644 --- a/biolink-model.yaml +++ b/biolink-model.yaml @@ -6,7 +6,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/ # Version should be kept in sync with primary Git repository release tag -version: 4.2.5-rc2 +version: 4.2.5 ## ------------ ## diff --git a/class_prefixes.yaml b/class_prefixes.yaml index 84581d3ad..e4e198d1d 100644 --- a/class_prefixes.yaml +++ b/class_prefixes.yaml @@ -5,7 +5,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/ # Version should be kept in sync with primary Git repository release tag -version: 4.2.5-rc2 +version: 4.2.5 default_prefix: biolink default_range: string diff --git a/project/graphql/biolink_model.graphql b/project/graphql/biolink_model.graphql index 6fd493e76..a90861b56 100644 --- a/project/graphql/biolink_model.graphql +++ b/project/graphql/biolink_model.graphql @@ -1,5 +1,5 @@ # metamodel_version: 1.7.0 -# version: 4.2.5-rc2 +# version: 4.2.5 type AccessibleDnaRegion implements GenomicEntity, ChemicalEntityOrGeneOrGeneProduct, PhysicalEssence, OntologyClass { id: String! diff --git a/project/jsonld/biolink_model.context.jsonld b/project/jsonld/biolink_model.context.jsonld index 66e6ee423..6d3812dea 100644 --- a/project/jsonld/biolink_model.context.jsonld +++ b/project/jsonld/biolink_model.context.jsonld @@ -1,7 +1,7 @@ { "comments": { "description": "Auto generated by LinkML jsonld context generator", - "generation_date": "2024-11-11T20:23:35", + "generation_date": "2024-11-11T12:31:41", "source": "biolink_model.yaml" }, "@context": { diff --git a/project/jsonld/biolink_model.jsonld b/project/jsonld/biolink_model.jsonld index e3b733cc4..b16967e4d 100644 --- a/project/jsonld/biolink_model.jsonld +++ b/project/jsonld/biolink_model.jsonld @@ -2,7 +2,7 @@ "name": "Biolink-Model", "description": "Entity and association taxonomy and datamodel for life-sciences data", "id": "https://w3id.org/biolink/biolink-model", - "version": "4.2.5-rc2", + "version": "4.2.5", "imports": [ "linkml:types" ], @@ -35903,9 +35903,9 @@ ], "metamodel_version": "1.7.0", "source_file": "biolink_model.yaml", - "source_file_date": "2024-11-11T20:23:31", - "source_file_size": 403808, - "generation_date": "2024-11-11T20:23:37", + "source_file_date": "2024-11-11T12:31:36", + "source_file_size": 403804, + "generation_date": "2024-11-11T12:31:43", "@type": "SchemaDefinition", "@context": [ "project/jsonld/biolink_model.context.jsonld", diff --git a/project/jsonschema/biolink_model.schema.json b/project/jsonschema/biolink_model.schema.json index 305c8a4f0..082daf274 100644 --- a/project/jsonschema/biolink_model.schema.json +++ b/project/jsonschema/biolink_model.schema.json @@ -50842,5 +50842,5 @@ "metamodel_version": "1.7.0", "title": "Biolink-Model", "type": "object", - "version": "4.2.5-rc2" + "version": "4.2.5" } \ No newline at end of file diff --git a/project/owl/biolink_model.owl.ttl b/project/owl/biolink_model.owl.ttl index ae9ee38ff..4652a3bcb 100644 --- a/project/owl/biolink_model.owl.ttl +++ b/project/owl/biolink_model.owl.ttl @@ -80,7 +80,7 @@ a owl:Ontology ; rdfs:label "Biolink-Model" ; dct:license "https://creativecommons.org/publicdomain/zero/1.0/" ; - pav:version "4.2.5-rc2" ; + pav:version "4.2.5" ; skos:definition "Entity and association taxonomy and datamodel for life-sciences data" . biolink:BehavioralOutcome a owl:Class ; @@ -123,10 +123,10 @@ biolink:HospitalizationOutcome a owl:Class ; biolink:MappingCollection a owl:Class ; rdfs:label "mapping collection" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:PredicateMapping ; + owl:minCardinality 0 ; owl:onProperty biolink:predicate_mappings ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:PredicateMapping ; owl:onProperty biolink:predicate_mappings ], linkml:ClassDefinition ; skos:definition "A collection of deprecated mappings." ; @@ -2599,16 +2599,16 @@ biolink:AccessibleDnaRegion a owl:Class ; rdfs:label "accessible dna region" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence ], + owl:someValuesFrom biolink:GenomicEntity ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], + owl:someValuesFrom biolink:PhysicalEssence ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity ], + owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], + owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], biolink:RegulatoryRegion ; skos:altLabel "atac-seq accessible region", "dnase-seq accessible region" ; @@ -2654,28 +2654,28 @@ biolink:AccessibleDnaRegion a owl:Class ; biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation a owl:Class ; rdfs:label "anatomical entity to anatomical entity ontogenic association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; @@ -2688,21 +2688,24 @@ biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation a owl:Class ; rdfs:label "anatomical entity to anatomical entity part of association" ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; @@ -2710,9 +2713,6 @@ biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation a owl:Class ; [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], biolink:AnatomicalEntityToAnatomicalEntityAssociation ; skos:definition "A relationship between two anatomical entities where the relationship is mereological, i.e the two entities are related by parthood. This includes relationships between cellular components and cells, between cells and tissues, tissues and whole organisms" ; skos:inScheme . @@ -2804,25 +2804,25 @@ biolink:BehaviorToBehavioralFeatureAssociation a owl:Class ; rdfs:label "behavior to behavioral feature association" ; rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; owl:allValuesFrom biolink:Behavior ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:BehavioralFeature ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], biolink:Association ; skos:definition "An association between an mixture behavior and a behavioral feature manifested by the individual exhibited or has exhibited the behavior." ; skos:inScheme . @@ -2850,11 +2850,11 @@ biolink:BioticExposure a owl:Class ; biolink:Book a owl:Class ; rdfs:label "book" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:id ], - [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:type ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:id ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:type ], @@ -2878,10 +2878,10 @@ biolink:CaseToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "case to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], + owl:someValuesFrom biolink:CaseToEntityAssociationMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:CaseToEntityAssociationMixin ], + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], biolink:Association ; skos:definition "An association between a case (e.g. individual patient) and a phenotypic feature in which the individual has or has had the phenotype." ; skos:inScheme . @@ -2889,26 +2889,26 @@ biolink:CaseToPhenotypicFeatureAssociation a owl:Class ; biolink:CausalGeneToDiseaseAssociation a owl:Class ; rdfs:label "causal gene to disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:Disease ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], - [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], @@ -3007,13 +3007,13 @@ biolink:CellLineAsAModelOfDiseaseAssociation a owl:Class ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:CellLine ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:CellLine ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; @@ -3030,167 +3030,167 @@ biolink:CellLineToEntityAssociationMixin a owl:Class ; biolink:ChemicalAffectsGeneAssociation a owl:Class ; rdfs:label "chemical affects gene association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_form_or_variant_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; - owl:onProperty biolink:object_aspect_qualifier ], - [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; + owl:onProperty biolink:subject_context_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:species_context_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_direction_qualifier ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:species_context_qualifier ], + owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:subject_context_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_part_qualifier ], + owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:allValuesFrom biolink:ChemicalEntity ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject_direction_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:object_aspect_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:CausalMechanismQualifierEnum ; owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:qualified_predicate ], + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:causal_mechanism_qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntity ; - owl:onProperty biolink:subject ], + owl:minCardinality 0 ; + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:minCardinality 0 ; + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:species_context_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_context_qualifier ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntityDerivativeEnum ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; - owl:onProperty biolink:subject_part_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_derivative_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; - owl:onProperty biolink:object_form_or_variant_qualifier ], + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_context_qualifier ], + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:minCardinality 0 ; owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:causal_mechanism_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; - owl:onProperty biolink:object_part_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:object ], + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_part_qualifier ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_part_qualifier ], + owl:onProperty biolink:object_form_or_variant_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:subject_direction_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_aspect_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_aspect_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; owl:onProperty biolink:subject_part_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ChemicalEntityDerivativeEnum ; + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_context_qualifier ], + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_context_qualifier ], + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:qualified_predicate ], + owl:minCardinality 0 ; + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:object_direction_qualifier ], + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; + owl:onProperty biolink:object_aspect_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_part_qualifier ], biolink:Association ; skos:definition "Describes an effect that a chemical has on a gene or gene product (e.g. an impact of on its abundance, activity,localization, processing, expression, etc.)" ; skos:inScheme . @@ -3198,72 +3198,72 @@ biolink:ChemicalAffectsGeneAssociation a owl:Class ; biolink:ChemicalEntityAssessesNamedThingAssociation a owl:Class ; rdfs:label "chemical entity assesses named thing association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:ChemicalEntity ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], biolink:Association ; skos:inScheme . biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation a owl:Class ; rdfs:label "chemical entity or gene or gene product regulates gene association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_direction_qualifier ], + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:DirectionQualifierEnum ; owl:onProperty biolink:object_direction_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:object_direction_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], biolink:Association ; skos:definition "A regulatory relationship between two genes" ; @@ -3273,106 +3273,106 @@ biolink:ChemicalGeneInteractionAssociation a owl:Class ; rdfs:label "chemical gene interaction association" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_context_qualifier ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_form_or_variant_qualifier ], + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; + owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:subject_context_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; - owl:onProperty biolink:object_form_or_variant_qualifier ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntityDerivativeEnum ; - owl:onProperty biolink:subject_derivative_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:minCardinality 0 ; + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 0 ; owl:onProperty biolink:object_form_or_variant_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:object_form_or_variant_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; owl:onProperty biolink:object_part_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_context_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; owl:onProperty biolink:subject_form_or_variant_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject_part_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_derivative_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; - owl:onProperty biolink:object_part_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_part_qualifier ], + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; + owl:minCardinality 0 ; owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:ChemicalEntity ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 0 ; + owl:onProperty biolink:subject_derivative_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:object_context_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; owl:onProperty biolink:object_context_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ChemicalEntityDerivativeEnum ; + owl:onProperty biolink:subject_derivative_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], biolink:Association ; skos:definition "describes a physical interaction between a chemical entity and a gene or gene product. Any biological or chemical effect resulting from such an interaction are out of scope, and covered by the ChemicalAffectsGeneAssociation type (e.g. impact of a chemical on the abundance, activity, structure, etc, of either participant in the interaction)" ; skos:exactMatch SIO:001257 ; @@ -3381,20 +3381,20 @@ biolink:ChemicalGeneInteractionAssociation a owl:Class ; biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation a owl:Class ; rdfs:label "chemical or drug or treatment side effect disease or phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation ; skos:definition "This association defines a relationship between a chemical or treatment (or procedure) and a disease or phenotypic feature where the disesae or phenotypic feature is a secondary, typically (but not always) undesirable effect." ; skos:inScheme . @@ -3422,38 +3422,38 @@ biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation biolink:ChemicalToChemicalDerivationAssociation a owl:Class ; rdfs:label "chemical to chemical derivation association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:catalyst_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom biolink:ChemicalEntity ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:MacromolecularMachineMixin ; - owl:onProperty biolink:catalyst_qualifier ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ChemicalEntity ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:minCardinality 0 ; + owl:onProperty biolink:catalyst_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntity ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:MacromolecularMachineMixin ; + owl:onProperty biolink:catalyst_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], biolink:ChemicalToChemicalAssociation ; skos:definition "A causal relationship between two chemical entities, where the subject represents the upstream entity and the object represents the downstream. For any such association there is an implicit reaction: IF R has-input C1 AND R has-output C2 AND R enabled-by P AND R type Reaction THEN C1 derives-into C2 catalyst qualifier P" ; skos:inScheme . @@ -3461,19 +3461,19 @@ biolink:ChemicalToChemicalDerivationAssociation a owl:Class ; biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation a owl:Class ; rdfs:label "chemical to disease or phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], + owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], + owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], biolink:Association ; skos:definition "An interaction between a chemical entity and a phenotype or disease, where the presence of the chemical gives rise to or exacerbates the phenotype." ; @@ -3483,25 +3483,25 @@ biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation a owl:Class ; biolink:ChemicalToPathwayAssociation a owl:Class ; rdfs:label "chemical to pathway association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:Pathway ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:ChemicalEntity ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntity ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Pathway ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], biolink:Association ; skos:definition "An interaction between a chemical entity and a biological process or pathway." ; @@ -3537,10 +3537,10 @@ biolink:ChiSquaredAnalysisResult a owl:Class ; biolink:ClinicalFinding a owl:Class ; rdfs:label "clinical finding" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:ClinicalAttribute ; owl:onProperty biolink:has_attribute ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ClinicalAttribute ; + owl:minCardinality 0 ; owl:onProperty biolink:has_attribute ], biolink:PhenotypicFeature ; skos:definition "this category is currently considered broad enough to tag clinical lab measurements and other biological attributes taken as 'clinical traits' with some statistical score, for example, a p value in genetic associations." ; @@ -3549,13 +3549,13 @@ biolink:ClinicalFinding a owl:Class ; biolink:ClinicalMeasurement a owl:Class ; rdfs:label "clinical measurement" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom owl:Thing ; owl:onProperty biolink:has_attribute_type ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:has_attribute_type ], [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; + owl:minCardinality 1 ; owl:onProperty biolink:has_attribute_type ], biolink:ClinicalAttribute ; skos:definition "A clinical measurement is a special kind of attribute which results from a laboratory observation from a subject individual or sample. Measurements can be connected to their subject by the 'has attribute' slot." ; @@ -3618,38 +3618,38 @@ biolink:ConfidenceLevel a owl:Class ; biolink:ContributorAssociation a owl:Class ; rdfs:label "contributor association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:Agent ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 0 ; + owl:onProperty biolink:qualifiers ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:InformationContentEntity ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Agent ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; - owl:onProperty biolink:qualifiers ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom owl:Thing ; owl:onProperty biolink:qualifiers ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:InformationContentEntity ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], biolink:Association ; skos:definition "Any association between an entity (such as a publication) and various agents that contribute to its realisation" ; skos:inScheme . @@ -3657,29 +3657,29 @@ biolink:ContributorAssociation a owl:Class ; biolink:CorrelatedGeneToDiseaseAssociation a owl:Class ; rdfs:label "correlated gene to disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:Disease ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], biolink:GeneToDiseaseAssociation ; skos:inScheme . @@ -3708,26 +3708,26 @@ biolink:DiseaseOrPhenotypicFeatureExposure a owl:Class ; biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation a owl:Class ; rdfs:label "disease or phenotypic feature to genetic inheritance association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToEntityAssociationMixin ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:GeneticInheritance ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneticInheritance ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], biolink:Association ; skos:definition "An association between either a disease or a phenotypic feature and its mode of (genetic) inheritance." ; skos:inScheme . @@ -3735,16 +3735,16 @@ biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation a owl:Class ; biolink:DiseaseOrPhenotypicFeatureToLocationAssociation a owl:Class ; rdfs:label "disease or phenotypic feature to location association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToEntityAssociationMixin ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:AnatomicalEntity ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], biolink:Association ; skos:definition "An association between either a disease or a phenotypic feature and an anatomical entity, where the disease/feature manifests in that site." ; @@ -3754,10 +3754,10 @@ biolink:DiseaseToExposureEventAssociation a owl:Class ; rdfs:label "disease to exposure event association" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:DiseaseToEntityAssociationMixin ], + owl:someValuesFrom biolink:EntityToExposureEventAssociationMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToExposureEventAssociationMixin ], + owl:someValuesFrom biolink:DiseaseToEntityAssociationMixin ], biolink:Association ; skos:definition "An association between an exposure event and a disease." ; skos:inScheme . @@ -3765,41 +3765,41 @@ biolink:DiseaseToExposureEventAssociation a owl:Class ; biolink:DiseaseToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "disease to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:Disease ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:DiseaseToEntityAssociationMixin ], + owl:maxCardinality 1 ; + owl:onProperty biolink:onset_qualifier ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:FrequencyQuantifier ], + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:DiseaseToEntityAssociationMixin ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Disease ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:FrequencyQuantifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 0 ; owl:onProperty biolink:onset_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:PhenotypicFeature ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:Onset ; owl:onProperty biolink:onset_qualifier ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:PhenotypicFeature ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:onset_qualifier ], biolink:Association ; skos:closeMatch dcid:DiseaseSymptomAssociation ; skos:definition "An association between a disease and a phenotypic feature in which the phenotypic feature is associated with the disease in some way." ; @@ -3853,15 +3853,15 @@ biolink:DrugToGeneAssociation a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:DrugToEntityAssociationMixin ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:object ], biolink:Association ; skos:definition "An interaction between a drug and a gene or gene product." ; skos:inScheme ; @@ -3902,32 +3902,32 @@ biolink:DruggableGeneToDiseaseAssociation a owl:Class ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:DruggableGeneCategoryEnum ; - owl:onProperty biolink:has_evidence ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:DruggableGeneCategoryEnum ; + owl:onProperty biolink:has_evidence ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], + owl:minCardinality 0 ; + owl:onProperty biolink:has_evidence ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_evidence ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], biolink:GeneToDiseaseAssociation ; skos:inScheme . @@ -3937,19 +3937,19 @@ biolink:EntityToDiseaseAssociation a owl:Class ; owl:minCardinality 0 ; owl:onProperty biolink:clinical_approval_status ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:ClinicalApprovalStatusEnum ; owl:onProperty biolink:clinical_approval_status ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ResearchPhaseEnum ; + owl:minCardinality 0 ; owl:onProperty biolink:max_research_phase ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ClinicalApprovalStatusEnum ; + owl:maxCardinality 1 ; owl:onProperty biolink:clinical_approval_status ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:ResearchPhaseEnum ; owl:onProperty biolink:max_research_phase ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:max_research_phase ], biolink:Association ; skos:inScheme . @@ -3969,23 +3969,23 @@ biolink:EntityToOutcomeAssociationMixin a owl:Class ; biolink:EntityToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "entity to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:ClinicalApprovalStatusEnum ; + owl:onProperty biolink:clinical_approval_status ], + [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:clinical_approval_status ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:max_research_phase ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:max_research_phase ], [ a owl:Restriction ; owl:allValuesFrom biolink:ResearchPhaseEnum ; owl:onProperty biolink:max_research_phase ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:ClinicalApprovalStatusEnum ; - owl:onProperty biolink:clinical_approval_status ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:clinical_approval_status ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:max_research_phase ], biolink:Association ; skos:inScheme . @@ -4026,20 +4026,20 @@ biolink:Event a owl:Class ; biolink:ExonToTranscriptRelationship a owl:Class ; rdfs:label "exon to transcript relationship" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:Exon ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:Transcript ; owl:onProperty biolink:object ], @@ -4050,26 +4050,26 @@ biolink:ExonToTranscriptRelationship a owl:Class ; biolink:ExposureEventToOutcomeAssociation a owl:Class ; rdfs:label "exposure event to outcome association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:time ; - owl:onProperty biolink:temporal_context_qualifier ], + owl:allValuesFrom biolink:PopulationOfIndividualOrganisms ; + owl:onProperty biolink:population_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:temporal_context_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:population_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:time ; + owl:onProperty biolink:temporal_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:temporal_context_qualifier ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:EntityToOutcomeAssociationMixin ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:PopulationOfIndividualOrganisms ; - owl:onProperty biolink:population_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:population_context_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:population_context_qualifier ], biolink:Association ; skos:definition "An association between an exposure event and an outcome." ; skos:inScheme . @@ -4077,17 +4077,17 @@ biolink:ExposureEventToOutcomeAssociation a owl:Class ; biolink:ExposureEventToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "exposure event to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:ExposureEvent ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:ExposureEvent ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], biolink:Association ; skos:definition "Any association between an environment and a phenotypic feature, where being in the environment influences the phenotype." ; skos:inScheme . @@ -4144,176 +4144,176 @@ biolink:Fungus a owl:Class ; biolink:GeneAffectsChemicalAssociation a owl:Class ; rdfs:label "gene affects chemical association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object_form_or_variant_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:AnatomicalEntity ; owl:onProperty biolink:subject_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:CausalMechanismQualifierEnum ; owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_part_qualifier ], + owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_context_qualifier ], + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; + owl:onProperty biolink:subject_aspect_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ChemicalEntity ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:OrganismTaxon ; owl:onProperty biolink:species_context_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_form_or_variant_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_form_or_variant_qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:causal_mechanism_qualifier ], + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:species_context_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_derivative_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; owl:onProperty biolink:subject_part_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; - owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:causal_mechanism_qualifier ], + owl:onProperty biolink:object_derivative_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_direction_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:qualified_predicate ], + owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:object_direction_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:ChemicalEntityDerivativeEnum ; owl:onProperty biolink:object_derivative_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_context_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; - owl:onProperty biolink:object_part_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_context_qualifier ], + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_direction_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:subject_direction_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:species_context_qualifier ], + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; + owl:minCardinality 0 ; owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:subject_context_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], + owl:minCardinality 0 ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_part_qualifier ], + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntity ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; - owl:onProperty biolink:subject_part_qualifier ], + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntityDerivativeEnum ; - owl:onProperty biolink:object_derivative_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject_part_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:onProperty biolink:causal_mechanism_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:object_derivative_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:qualified_predicate ], + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:subject_context_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_context_qualifier ], biolink:Association ; skos:definition "Describes an effect that a gene or gene product has on a chemical entity (e.g. an impact of on its abundance, activity, localization, processing, transport, etc.)" ; skos:inScheme . @@ -4321,55 +4321,55 @@ biolink:GeneAffectsChemicalAssociation a owl:Class ; biolink:GeneAsAModelOfDiseaseAssociation a owl:Class ; rdfs:label "gene as a model of disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], biolink:GeneToDiseaseAssociation ; skos:inScheme . biolink:GeneHasVariantThatContributesToDiseaseAssociation a owl:Class ; rdfs:label "gene has variant that contributes to disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:subject_form_or_variant_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:Disease ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], @@ -4662,64 +4662,64 @@ biolink:GeneHasVariantThatContributesToDiseaseAssociation a owl:Class ; biolink:GeneRegulatesGeneAssociation a owl:Class ; rdfs:label "gene regulates gene association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:qualified_predicate ], + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object_direction_qualifier ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:qualified_predicate ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 0 ; + owl:onProperty biolink:species_context_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:species_context_qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:DirectionQualifierEnum ; owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:species_context_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:OrganismTaxon ; owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:object_direction_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; @@ -4732,50 +4732,50 @@ biolink:GeneToExpressionSiteAssociation a owl:Class ; rdfs:label "gene to expression site association" ; rdfs:seeAlso ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:object ], + owl:minCardinality 0 ; + owl:onProperty biolink:stage_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:quantifier_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; + owl:minCardinality 0 ; owl:onProperty biolink:quantifier_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:allValuesFrom biolink:OntologyClass ; + owl:onProperty biolink:quantifier_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:stage_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:quantifier_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:quantifier_qualifier ], + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:LifeStage ; owl:onProperty biolink:stage_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:stage_qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], biolink:Association ; skos:definition "An association between a gene and a gene expression site, possibly qualified by stage/timing info." ; skos:editorialNote "TBD: introduce subclasses for distinction between wild-type and experimental conditions?" ; @@ -4784,14 +4784,14 @@ biolink:GeneToExpressionSiteAssociation a owl:Class ; biolink:GeneToGeneCoexpressionAssociation a owl:Class ; rdfs:label "gene to gene coexpression association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GeneExpressionMixin ], @@ -4802,32 +4802,32 @@ biolink:GeneToGeneCoexpressionAssociation a owl:Class ; biolink:GeneToGeneFamilyAssociation a owl:Class ; rdfs:label "gene to gene family association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:Gene ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneFamily ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:GeneFamily ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], biolink:Association ; skos:definition "Set membership of a gene in a family of genes related by common evolutionary ancestry usually inferred by sequence comparisons. The genes in a given family generally share common sequence motifs which generally map onto shared gene product structure-function relationships." ; skos:inScheme . @@ -4835,29 +4835,29 @@ biolink:GeneToGeneFamilyAssociation a owl:Class ; biolink:GeneToGeneHomologyAssociation a owl:Class ; rdfs:label "gene to gene homology association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], @@ -4869,21 +4869,21 @@ biolink:GeneToGeneProductRelationship a owl:Class ; rdfs:label "gene to gene product relationship" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:GeneProductMixin ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneProductMixin ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:Gene ; @@ -4892,8 +4892,8 @@ biolink:GeneToGeneProductRelationship a owl:Class ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], biolink:SequenceFeatureRelationship ; skos:definition "A gene is transcribed and potentially translated to a gene product" ; skos:inScheme . @@ -4901,22 +4901,22 @@ biolink:GeneToGeneProductRelationship a owl:Class ; biolink:GeneToGoTermAssociation a owl:Class ; rdfs:label "gene to go term association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:OntologyClass ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:Gene ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; owl:onProperty biolink:object ], biolink:FunctionalAssociation ; skos:altLabel "functional association" ; @@ -4926,25 +4926,25 @@ biolink:GeneToGoTermAssociation a owl:Class ; biolink:GeneToPathwayAssociation a owl:Class ; rdfs:label "gene to pathway association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:Pathway ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Pathway ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], biolink:Association ; skos:definition "An interaction between a gene or gene product and a biological process or pathway." ; @@ -4953,29 +4953,29 @@ biolink:GeneToPathwayAssociation a owl:Class ; biolink:GeneToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "gene to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; owl:allValuesFrom biolink:PhenotypicFeature ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], + owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], biolink:GeneToDiseaseOrPhenotypicFeatureAssociation ; skos:exactMatch WBVocab:Gene-Phenotype-Association ; skos:inScheme . @@ -4984,10 +4984,10 @@ biolink:Genome a owl:Class ; rdfs:label "genome" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], + owl:someValuesFrom biolink:GenomicEntity ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity ], + owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:PhysicalEssence ], @@ -5003,22 +5003,22 @@ biolink:GenomicBackgroundExposure a owl:Class ; rdfs:label "genomic background exposure" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity ], + owl:someValuesFrom biolink:PhysicalEssence ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence ], + owl:someValuesFrom biolink:ExposureEvent ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], + owl:someValuesFrom biolink:ThingWithTaxon ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ExposureEvent ], + owl:someValuesFrom biolink:GenomicEntity ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneGroupingMixin ], + owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ThingWithTaxon ], + owl:someValuesFrom biolink:GeneGroupingMixin ], biolink:Attribute ; skos:definition "A genomic background exposure is where an individual's specific genomic background of genes, sequence variants or other pre-existing genomic conditions constitute a kind of 'exposure' to the organism, leading to or influencing an outcome." ; skos:inScheme . @@ -5026,20 +5026,20 @@ biolink:GenomicBackgroundExposure a owl:Class ; biolink:GenotypeAsAModelOfDiseaseAssociation a owl:Class ; rdfs:label "genotype as a model of disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Genotype ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Genotype ; + owl:onProperty biolink:subject ], biolink:GenotypeToDiseaseAssociation ; skos:inScheme . @@ -5047,10 +5047,10 @@ biolink:GenotypeToGeneAssociation a owl:Class ; rdfs:label "genotype to gene association" ; rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:Gene ; owl:onProperty biolink:object ], @@ -5059,19 +5059,19 @@ biolink:GenotypeToGeneAssociation a owl:Class ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], biolink:Association ; skos:definition "Any association between a genotype and a gene. The genotype have have multiple variants in that gene or a single one. There is no assumption of cardinality" ; skos:inScheme . @@ -5079,32 +5079,32 @@ biolink:GenotypeToGeneAssociation a owl:Class ; biolink:GenotypeToGenotypePartAssociation a owl:Class ; rdfs:label "genotype to genotype part association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom biolink:Genotype ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom biolink:Genotype ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], biolink:Association ; skos:definition "Any association between one genotype and a genotypic entity that is a sub-component of it" ; skos:inScheme . @@ -5113,27 +5113,27 @@ biolink:GenotypeToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "genotype to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenotypeToEntityAssociationMixin ], + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], + owl:someValuesFrom biolink:GenotypeToEntityAssociationMixin ], [ a owl:Restriction ; owl:allValuesFrom biolink:Genotype ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], biolink:Association ; skos:definition "Any association between one genotype and a phenotypic feature, where having the genotype confers the phenotype, either in isolation or through environment" ; @@ -5142,23 +5142,23 @@ biolink:GenotypeToPhenotypicFeatureAssociation a owl:Class ; biolink:GenotypeToVariantAssociation a owl:Class ; rdfs:label "genotype to variant association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:Genotype ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:SequenceVariant ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], @@ -5166,8 +5166,8 @@ biolink:GenotypeToVariantAssociation a owl:Class ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:allValuesFrom biolink:Genotype ; + owl:onProperty biolink:subject ], biolink:Association ; skos:definition "Any association between a genotype and a sequence variant." ; skos:inScheme . @@ -5206,14 +5206,14 @@ biolink:GeographicExposure a owl:Class ; biolink:GeographicLocationAtTime a owl:Class ; rdfs:label "geographic location at time" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:timepoint ], - [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:timepoint ], [ a owl:Restriction ; owl:allValuesFrom xsd:time ; owl:onProperty biolink:timepoint ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:timepoint ], biolink:GeographicLocation ; skos:definition "a location that can be described in lat/long coordinates, for a particular time" ; skos:inScheme . @@ -5271,11 +5271,17 @@ biolink:Human a owl:Class ; biolink:InformationContentEntityToNamedThingAssociation a owl:Class ; rdfs:label "information content entity to named thing association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom owl:Thing ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], @@ -5286,16 +5292,10 @@ biolink:InformationContentEntityToNamedThingAssociation a owl:Class ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; owl:onProperty biolink:predicate ], biolink:Association ; skos:definition "association between a named thing and a information content entity where the specific context of the relationship between that named thing and the publication is unknown. For example, model organisms databases often capture the knowledge that a gene is found in a journal article, but not specifically the context in which that gene was documented in the article. In these cases, this association with the accompanying predicate 'mentions' could be used. Conversely, for more specific associations (like 'gene to disease association', the publication should be captured as an edge property)." ; @@ -5375,14 +5375,14 @@ biolink:MacromolecularComplex a owl:Class ; biolink:MacromolecularMachineToBiologicalProcessAssociation a owl:Class ; rdfs:label "macromolecular machine to biological process association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:MacromolecularMachineToEntityAssociationMixin ], - [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:BiologicalProcess ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:MacromolecularMachineToEntityAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], @@ -5393,16 +5393,16 @@ biolink:MacromolecularMachineToBiologicalProcessAssociation a owl:Class ; biolink:MacromolecularMachineToCellularComponentAssociation a owl:Class ; rdfs:label "macromolecular machine to cellular component association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:CellularComponent ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:MacromolecularMachineToEntityAssociationMixin ], [ a owl:Restriction ; - owl:allValuesFrom biolink:CellularComponent ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], biolink:FunctionalAssociation ; skos:definition "A functional association between a macromolecular machine (gene, gene product or complex) and a cellular component (as represented in the GO cellular component branch), where the entity carries out its function in the cellular component." ; @@ -5411,9 +5411,6 @@ biolink:MacromolecularMachineToCellularComponentAssociation a owl:Class ; biolink:MacromolecularMachineToMolecularActivityAssociation a owl:Class ; rdfs:label "macromolecular machine to molecular activity association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:allValuesFrom biolink:MolecularActivity ; owl:onProperty biolink:object ], [ a owl:Restriction ; @@ -5422,6 +5419,9 @@ biolink:MacromolecularMachineToMolecularActivityAssociation a owl:Class ; [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], biolink:FunctionalAssociation ; skos:definition "A functional association between a macromolecular machine (gene, gene product or complex) and a molecular activity (as represented in the GO molecular function branch), where the entity carries out the activity, or contributes to its execution." ; skos:inScheme . @@ -5429,31 +5429,31 @@ biolink:MacromolecularMachineToMolecularActivityAssociation a owl:Class ; biolink:MaterialSampleDerivationAssociation a owl:Class ; rdfs:label "material sample derivation association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:MaterialSample ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:MaterialSample ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], biolink:Association ; skos:definition "An association between a material sample and the material entity from which it is derived." ; @@ -5463,10 +5463,10 @@ biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation a owl:Class ; rdfs:label "material sample to disease or phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], + owl:someValuesFrom biolink:MaterialSampleToEntityAssociationMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:MaterialSampleToEntityAssociationMixin ], + owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], biolink:Association ; skos:definition "An association between a material sample and a disease or phenotype." ; skos:inScheme . @@ -5488,22 +5488,22 @@ biolink:MicroRNA a owl:Class ; biolink:MolecularActivityToChemicalEntityAssociation a owl:Class ; rdfs:label "molecular activity to chemical entity association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:MolecularActivity ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:ChemicalEntity ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntity ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:MolecularActivity ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], biolink:Association ; skos:definition "Added in response to capturing relationship between microbiome activities as measured via measurements of blood analytes as collected via blood and stool samples" ; @@ -5512,22 +5512,22 @@ biolink:MolecularActivityToChemicalEntityAssociation a owl:Class ; biolink:MolecularActivityToMolecularActivityAssociation a owl:Class ; rdfs:label "molecular activity to molecular activity association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:MolecularActivity ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:MolecularActivity ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:MolecularActivity ; owl:onProperty biolink:object ], biolink:Association ; skos:definition "Added in response to capturing relationship between microbiome activities as measured via measurements of blood analytes as collected via blood and stool samples" ; @@ -5537,19 +5537,10 @@ biolink:MolecularActivityToPathwayAssociation a owl:Class ; rdfs:label "molecular activity to pathway association" ; rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom biolink:MolecularActivity ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Pathway ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], @@ -5558,10 +5549,19 @@ biolink:MolecularActivityToPathwayAssociation a owl:Class ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Pathway ; + owl:onProperty biolink:object ], biolink:Association ; skos:definition "Association that holds the relationship between a reaction and the pathway it participates in." ; skos:inScheme . @@ -5569,77 +5569,77 @@ biolink:MolecularActivityToPathwayAssociation a owl:Class ; biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation a owl:Class ; rdfs:label "named thing associated with likelihood of named thing association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:subject_context_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_context_qualifier ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:population_context_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:OntologyClass ; owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:PopulationOfIndividualOrganisms ; - owl:onProperty biolink:population_context_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_aspect_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:OntologyClass ; owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:minCardinality 0 ; + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:population_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:population_context_qualifier ], + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:population_context_qualifier ], + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_context_qualifier ], + owl:allValuesFrom biolink:PopulationOfIndividualOrganisms ; + owl:onProperty biolink:population_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_context_qualifier ], + owl:onProperty biolink:object_context_qualifier ], biolink:Association ; skos:inScheme . @@ -5654,13 +5654,13 @@ biolink:NucleosomeModification a owl:Class ; rdfs:label "nucleosome modification" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EpigenomicEntity ], + owl:someValuesFrom biolink:GenomicEntity ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GeneProductIsoformMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity ], + owl:someValuesFrom biolink:EpigenomicEntity ], biolink:BiologicalEntity ; skos:definition "A chemical modification of a histone protein within a nucleosome octomer or a substitution of a histone with a variant histone isoform. e.g. Histone 4 Lysine 20 methylation (H4K20me), histone variant H2AZ substituting H2A." ; skos:inScheme . @@ -5674,16 +5674,25 @@ biolink:ObservedExpectedFrequencyAnalysisResult a owl:Class ; biolink:OrganismTaxonToEnvironmentAssociation a owl:Class ; rdfs:label "organism taxon to environment association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; + owl:allValuesFrom owl:Thing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:OrganismTaxon ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; @@ -5691,59 +5700,50 @@ biolink:OrganismTaxonToEnvironmentAssociation a owl:Class ; [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:OrganismTaxonToEntityAssociation ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], biolink:Association ; skos:inScheme . biolink:OrganismTaxonToOrganismTaxonInteraction a owl:Class ; rdfs:label "organism taxon to organism taxon interaction" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:OrganismTaxon ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:associated_environmental_context ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:associated_environmental_context ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:associated_environmental_context ], [ a owl:Restriction ; owl:allValuesFrom biolink:OrganismTaxon ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty biolink:associated_environmental_context ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], biolink:OrganismTaxonToOrganismTaxonAssociation ; skos:definition "An interaction relationship between two taxa. This may be a symbiotic relationship (encompassing mutualism and parasitism), or it may be non-symbiotic. Example: plague transmitted_by flea; cattle domesticated_by Homo sapiens; plague infects Homo sapiens" ; skos:inScheme . @@ -5751,31 +5751,31 @@ biolink:OrganismTaxonToOrganismTaxonInteraction a owl:Class ; biolink:OrganismTaxonToOrganismTaxonSpecialization a owl:Class ; rdfs:label "organism taxon to organism taxon specialization" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:OrganismTaxon ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:OrganismTaxon ; owl:onProperty biolink:object ], biolink:OrganismTaxonToOrganismTaxonAssociation ; skos:definition "A child-parent relationship between two taxa. For example: Homo sapiens subclass_of Homo" ; @@ -5784,22 +5784,22 @@ biolink:OrganismTaxonToOrganismTaxonSpecialization a owl:Class ; biolink:OrganismToOrganismAssociation a owl:Class ; rdfs:label "organism to organism association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:IndividualOrganism ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:IndividualOrganism ; - owl:onProperty biolink:subject ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:IndividualOrganism ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:IndividualOrganism ; owl:onProperty biolink:subject ], biolink:Association ; skos:inScheme . @@ -5807,7 +5807,7 @@ biolink:OrganismToOrganismAssociation a owl:Class ; biolink:OrganismalEntityAsAModelOfDiseaseAssociation a owl:Class ; rdfs:label "organismal entity as a model of disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; @@ -5819,7 +5819,7 @@ biolink:OrganismalEntityAsAModelOfDiseaseAssociation a owl:Class ; owl:allValuesFrom biolink:OrganismalEntity ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], biolink:Association ; skos:inScheme . @@ -5827,50 +5827,50 @@ biolink:OrganismalEntityAsAModelOfDiseaseAssociation a owl:Class ; biolink:PairwiseMolecularInteraction a owl:Class ; rdfs:label "pairwise molecular interaction" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:interacting_molecules_category ], + [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:id ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; + owl:minCardinality 0 ; owl:onProperty biolink:interacting_molecules_category ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:id ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:OntologyClass ; owl:onProperty biolink:interacting_molecules_category ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:MolecularEntity ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:id ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:interacting_molecules_category ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom biolink:MolecularEntity ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:MolecularEntity ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:id ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:id ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], biolink:PairwiseGeneToGeneInteraction ; skos:definition "An interaction at the molecular level between two physical entities" ; skos:inScheme . @@ -5962,17 +5962,17 @@ biolink:Phenomenon a owl:Class ; biolink:PhenotypicFeatureToDiseaseAssociation a owl:Class ; rdfs:label "phenotypic feature to disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhenotypicFeatureToEntityAssociationMixin ], - [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:PhenotypicFeatureToEntityAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], @@ -5983,10 +5983,10 @@ biolink:PhenotypicFeatureToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "phenotypic feature to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], + owl:someValuesFrom biolink:PhenotypicFeatureToEntityAssociationMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhenotypicFeatureToEntityAssociationMixin ], + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], biolink:Association ; skos:definition "Association between two concept nodes of phenotypic character, qualified by the predicate used. This association may typically be used to specify 'similar_to' or 'member_of' relationships." ; skos:inScheme . @@ -6033,31 +6033,31 @@ biolink:Plant a owl:Class ; biolink:PopulationToPopulationAssociation a owl:Class ; rdfs:label "population to population association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:PopulationOfIndividualOrganisms ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:PopulationOfIndividualOrganisms ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:PopulationOfIndividualOrganisms ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], biolink:Association ; skos:definition "An association between a two populations" ; @@ -6075,194 +6075,194 @@ biolink:PosttranslationalModification a owl:Class ; biolink:PredicateMapping a owl:Class ; rdfs:label "predicate mapping" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_aspect_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_aspect_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:anatomical_context_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:broad_match ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_part_qualifier ], + owl:allValuesFrom owl:Thing ; + owl:onProperty biolink:exact_match ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_direction_qualifier ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_context_qualifier ], + owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:species_context_qualifier ], + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; + owl:maxCardinality 1 ; owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:qualified_predicate ], + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:mapped_predicate ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_part_qualifier ], + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject_form_or_variant_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:exact_match ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_aspect_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:qualified_predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; + owl:minCardinality 0 ; owl:onProperty biolink:narrow_match ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:allValuesFrom biolink:CausalMechanismQualifierEnum ; + owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_context_qualifier ], + owl:onProperty biolink:object_part_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:onProperty biolink:mapped_predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:CausalMechanismQualifierEnum ; - owl:onProperty biolink:causal_mechanism_qualifier ], + owl:allValuesFrom owl:Thing ; + owl:onProperty biolink:broad_match ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:onProperty biolink:object_derivative_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:causal_mechanism_qualifier ], + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:causal_mechanism_qualifier ], + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:qualified_predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:broad_match ], + owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_context_qualifier ], + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_part_qualifier ], + owl:onProperty biolink:object_form_or_variant_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_form_or_variant_qualifier ], + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:mapped_predicate ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_context_qualifier ], + owl:onProperty biolink:broad_match ], + [ a owl:Restriction ; + owl:allValuesFrom owl:Thing ; + owl:onProperty biolink:narrow_match ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:causal_mechanism_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:species_context_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:exact_match ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_direction_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:onProperty biolink:narrow_match ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_part_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; - owl:onProperty biolink:exact_match ], + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:anatomical_context_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:narrow_match ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_part_qualifier ], + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:onProperty biolink:mapped_predicate ], [ a owl:Restriction ; owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:object_direction_qualifier ], + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:exact_match ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_derivative_qualifier ], + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_derivative_qualifier ], + owl:onProperty biolink:subject_aspect_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; + owl:maxCardinality 1 ; owl:onProperty biolink:broad_match ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_context_qualifier ], + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_form_or_variant_qualifier ], + owl:onProperty biolink:mapped_predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:narrow_match ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:species_context_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:object_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:object_derivative_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:mapped_predicate ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:object_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_context_qualifier ], + owl:onProperty biolink:exact_match ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:subject_direction_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object_derivative_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object_direction_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:qualified_predicate ], linkml:ClassDefinition ; skos:definition "A deprecated predicate mapping object contains the deprecated predicate and an example of the rewiring that should be done to use a qualified statement in its place." ; skos:inScheme . @@ -6278,32 +6278,32 @@ biolink:PreprintPublication a owl:Class ; biolink:ProcessRegulatesProcessAssociation a owl:Class ; rdfs:label "process regulates process association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:BiologicalProcess ; - owl:onProperty biolink:object ], + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom biolink:BiologicalProcess ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:BiologicalProcess ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], biolink:Association ; skos:definition "Describes a regulatory relationship between two genes or gene products." ; skos:inScheme . @@ -6319,10 +6319,10 @@ biolink:ProteinDomain a owl:Class ; rdfs:label "protein domain" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], + owl:someValuesFrom biolink:GeneGroupingMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneGroupingMixin ], + owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], biolink:BiologicalEntity ; skos:definition "A conserved part of protein sequence and (tertiary) structure that can evolve, function, and exist independently of the rest of the protein chain. Protein domains maintain their structure and function independently of the proteins in which they are found. e.g. an SH3 domain." ; skos:exactMatch , @@ -6334,10 +6334,10 @@ biolink:ProteinFamily a owl:Class ; rdfs:label "protein family" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], + owl:someValuesFrom biolink:GeneGroupingMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneGroupingMixin ], + owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], biolink:BiologicalEntity ; skos:exactMatch , WIKIDATA:Q2278983 ; @@ -6401,10 +6401,10 @@ biolink:ReactionToCatalystAssociation a owl:Class ; owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], biolink:ReactionToParticipantAssociation ; skos:inScheme . @@ -6412,14 +6412,14 @@ biolink:ReactionToCatalystAssociation a owl:Class ; biolink:ReagentTargetedGene a owl:Class ; rdfs:label "reagent targeted gene" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence ], - [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GenomicEntity ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:OntologyClass ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:PhysicalEssence ], biolink:BiologicalEntity ; skos:altLabel "sequence targeting reagent" ; skos:definition "A gene altered in its expression level in the context of some experiment as a result of being targeted by gene-knockdown reagent(s) such as a morpholino or RNAi." ; @@ -6496,23 +6496,23 @@ biolink:SequenceEnum a owl:Class ; biolink:SequenceVariantModulatesTreatmentAssociation a owl:Class ; rdfs:label "sequence variant modulates treatment association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:SequenceVariant ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:Treatment ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:SequenceVariant ; - owl:onProperty biolink:subject ], biolink:Association ; skos:definition "An association between a sequence variant and a treatment or health intervention. The treatment object itself encompasses both the disease and the drug used." ; skos:inScheme ; @@ -6521,47 +6521,47 @@ biolink:SequenceVariantModulatesTreatmentAssociation a owl:Class ; biolink:Serial a owl:Class ; rdfs:label "serial" ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:id ], + [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:issue ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:iso_abbreviation ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:type ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:id ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:iso_abbreviation ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:issue ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:issue ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; owl:onProperty biolink:volume ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:type ], + owl:minCardinality 0 ; + owl:onProperty biolink:issue ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:volume ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:id ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:type ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:volume ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:id ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:maxCardinality 1 ; owl:onProperty biolink:iso_abbreviation ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:id ], biolink:Publication ; skos:altLabel "journal" ; skos:definition "This class may rarely be instantiated except if use cases of a given knowledge graph support its utility." ; @@ -6610,11 +6610,11 @@ biolink:Snv a owl:Class ; biolink:SocioeconomicExposure a owl:Class ; rdfs:label "socioeconomic exposure" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:has_attribute ], - [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ExposureEvent ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:has_attribute ], [ a owl:Restriction ; owl:allValuesFrom biolink:SocioeconomicAttribute ; owl:onProperty biolink:has_attribute ], @@ -6659,23 +6659,23 @@ biolink:StudyVariable a owl:Class ; biolink:TaxonToTaxonAssociation a owl:Class ; rdfs:label "taxon to taxon association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:OrganismTaxon ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:object ], biolink:Association ; skos:inScheme . @@ -6695,8 +6695,8 @@ biolink:TextMiningResult a owl:Class ; biolink:TranscriptToGeneRelationship a owl:Class ; rdfs:label "transcript to gene relationship" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:Gene ; owl:onProperty biolink:object ], @@ -6704,14 +6704,14 @@ biolink:TranscriptToGeneRelationship a owl:Class ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:Transcript ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], biolink:SequenceFeatureRelationship ; skos:definition "A gene is a collection of transcripts" ; skos:inScheme . @@ -6721,15 +6721,15 @@ biolink:TranscriptionFactorBindingSite a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GenomicEntity ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:OntologyClass ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:PhysicalEssence ], biolink:RegulatoryRegion ; skos:altLabel "binding site", "tf binding site" ; @@ -6747,10 +6747,10 @@ biolink:VariantAsAModelOfDiseaseAssociation a owl:Class ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin ], + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], + owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], @@ -6763,13 +6763,13 @@ biolink:VariantToGeneExpressionAssociation a owl:Class ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GeneExpressionMixin ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], biolink:VariantToGeneAssociation ; skos:definition "An association between a variant and expression of a gene (i.e. e-QTL)" ; @@ -6778,79 +6778,79 @@ biolink:VariantToGeneExpressionAssociation a owl:Class ; biolink:VariantToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "variant to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:VariantToEntityAssociationMixin ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:SequenceVariant ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], biolink:Association ; skos:inScheme . biolink:VariantToPopulationAssociation a owl:Class ; rdfs:label "variant to population association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:VariantToEntityAssociationMixin ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_quotient ], + [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:has_total ], + owl:onProperty biolink:has_quotient ], [ a owl:Restriction ; owl:allValuesFrom biolink:SequenceVariant ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:has_total ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:has_total ], [ a owl:Restriction ; - owl:allValuesFrom biolink:PopulationOfIndividualOrganisms ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_count ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:FrequencyQualifierMixin ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:has_quotient ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:has_total ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:has_quotient ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:PopulationOfIndividualOrganisms ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:FrequencyQuantifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:has_quotient ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:VariantToEntityAssociationMixin ], + owl:someValuesFrom biolink:FrequencyQualifierMixin ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_count ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_total ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:has_count ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:has_count ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], biolink:Association ; skos:definition "An association between a variant and a population, where the variant has particular frequency in the population" ; skos:inScheme . @@ -7415,41 +7415,41 @@ biolink:AdministrativeEntity a owl:Class ; biolink:Article a owl:Class ; rdfs:label "article" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:published_in ], + owl:minCardinality 0 ; + owl:onProperty biolink:volume ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:volume ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty biolink:iso_abbreviation ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:iso_abbreviation ], + owl:onProperty biolink:issue ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:published_in ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:issue ], + owl:onProperty biolink:iso_abbreviation ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:volume ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:issue ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:published_in ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:iso_abbreviation ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:published_in ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:iso_abbreviation ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; owl:onProperty biolink:issue ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:volume ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:volume ], biolink:Publication ; skos:definition "a piece of writing on a particular topic presented as a stand-alone section of a larger publication" ; skos:exactMatch fabio:article, @@ -7460,10 +7460,10 @@ biolink:Behavior a owl:Class ; rdfs:label "behavior" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ActivityAndBehavior ], + owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], + owl:someValuesFrom biolink:ActivityAndBehavior ], biolink:BiologicalProcess ; skos:exactMatch STY:T053, ; @@ -7482,32 +7482,32 @@ biolink:BehavioralFeature a owl:Class ; biolink:BookChapter a owl:Class ; rdfs:label "book chapter" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:published_in ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:published_in ], + owl:maxCardinality 1 ; + owl:onProperty biolink:chapter ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:chapter ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:chapter ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:chapter ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty biolink:volume ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:published_in ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:volume ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:volume ], + owl:maxCardinality 1 ; + owl:onProperty biolink:published_in ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:volume ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:published_in ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:chapter ], biolink:Publication ; skos:inScheme . @@ -7527,18 +7527,18 @@ biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:CellLineToEntityAssociationMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], biolink:Association ; skos:definition "An relationship between a cell line and a disease or a phenotype, where the cell line is derived from an individual with that disease or phenotype." ; skos:inScheme . @@ -7575,32 +7575,32 @@ biolink:ChemicalExposure a owl:Class ; biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation a owl:Class ; rdfs:label "chemical or drug or treatment to disease or phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:FDA_adverse_event_level ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToFeatureOrDiseaseQualifiersMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], + owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], [ a owl:Restriction ; - owl:allValuesFrom biolink:FDAIDAAdverseEventEnum ; + owl:maxCardinality 1 ; owl:onProperty biolink:FDA_adverse_event_level ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:FDA_adverse_event_level ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToFeatureOrDiseaseQualifiersMixin ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], + owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:FDAIDAAdverseEventEnum ; + owl:onProperty biolink:FDA_adverse_event_level ], biolink:Association ; skos:definition "This association defines a relationship between a chemical or treatment (or procedure) and a disease or phenotypic feature where the disease or phenotypic feature is a secondary undesirable effect." ; skos:inScheme . @@ -7729,76 +7729,76 @@ biolink:GeneFamily a owl:Class ; biolink:GenomicSequenceLocalization a owl:Class ; rdfs:label "genomic sequence localization" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:start_interbase_coordinate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:end_interbase_coordinate ], + owl:onProperty biolink:strand ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:end_interbase_coordinate ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:StrandEnum ; - owl:onProperty biolink:strand ], + owl:allValuesFrom biolink:NucleicAcidEntity ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:start_interbase_coordinate ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom biolink:NucleicAcidEntity ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:start_interbase_coordinate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NucleicAcidEntity ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:StrandEnum ; + owl:onProperty biolink:genome_build ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:end_interbase_coordinate ], + owl:onProperty biolink:genome_build ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:maxCardinality 1 ; + owl:onProperty biolink:phase ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:PhaseEnum ; owl:onProperty biolink:phase ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:minCardinality 0 ; + owl:onProperty biolink:end_interbase_coordinate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:start_interbase_coordinate ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:phase ], + owl:onProperty biolink:strand ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:minCardinality 0 ; + owl:onProperty biolink:phase ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:strand ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:genome_build ], + owl:onProperty biolink:end_interbase_coordinate ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:start_interbase_coordinate ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:StrandEnum ; owl:onProperty biolink:strand ], [ a owl:Restriction ; - owl:allValuesFrom biolink:PhaseEnum ; - owl:onProperty biolink:phase ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:end_interbase_coordinate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:StrandEnum ; - owl:onProperty biolink:genome_build ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:genome_build ], biolink:SequenceAssociation ; skos:broadMatch dcid:Chromosome ; @@ -7812,35 +7812,35 @@ biolink:GenotypeToDiseaseAssociation a owl:Class ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GenotypeToEntityAssociationMixin ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom owl:Thing ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; - owl:onProperty biolink:subject ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom owl:Thing ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenotypeToEntityAssociationMixin ], biolink:Association ; skos:inScheme ; skos:note "TODO decide no how to model pathogenicity" . @@ -7856,17 +7856,17 @@ biolink:GeographicLocation a owl:Class ; owl:minCardinality 0 ; owl:onProperty biolink:longitude ], [ a owl:Restriction ; - owl:allValuesFrom xsd:float ; + owl:maxCardinality 1 ; owl:onProperty biolink:longitude ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:latitude ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:latitude ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:float ; owl:onProperty biolink:longitude ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:latitude ], [ a owl:Restriction ; owl:allValuesFrom xsd:float ; owl:onProperty biolink:latitude ], @@ -7936,10 +7936,10 @@ biolink:Polypeptide a owl:Class ; rdfs:label "polypeptide" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrProteinOrPolypeptide ], + owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], + owl:someValuesFrom biolink:ChemicalEntityOrProteinOrPolypeptide ], biolink:BiologicalEntity ; skos:altLabel "amino acid entity" ; skos:definition "A polypeptide is a molecular entity characterized by availability in protein databases of amino-acid-based sequence representations of its precise primary structure; for convenience of representation, partial sequences of various kinds are included, even if they do not represent a physical molecule." ; @@ -7951,40 +7951,40 @@ biolink:Polypeptide a owl:Class ; biolink:ReactionToParticipantAssociation a owl:Class ; rdfs:label "reaction to participant association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:ReactionSideEnum ; - owl:onProperty biolink:reaction_side ], + owl:maxCardinality 1 ; + owl:onProperty biolink:reaction_direction ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:reaction_side ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:ReactionDirectionEnum ; owl:onProperty biolink:reaction_direction ], [ a owl:Restriction ; - owl:allValuesFrom biolink:MolecularEntity ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:ReactionSideEnum ; + owl:onProperty biolink:reaction_side ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:stoichiometry ], + owl:onProperty biolink:reaction_direction ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:reaction_side ], + owl:allValuesFrom biolink:MolecularEntity ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:stoichiometry ], [ a owl:Restriction ; - owl:allValuesFrom xsd:integer ; + owl:minCardinality 0 ; owl:onProperty biolink:stoichiometry ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:reaction_direction ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:reaction_direction ], + owl:onProperty biolink:reaction_side ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:reaction_side ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:integer ; owl:onProperty biolink:stoichiometry ], biolink:ChemicalToChemicalAssociation ; skos:inScheme . @@ -8017,29 +8017,29 @@ biolink:StudyPopulation a owl:Class ; biolink:Treatment a owl:Class ; rdfs:label "treatment" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:Procedure ; - owl:onProperty biolink:has_procedure ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ExposureEvent ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_device ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Device ; - owl:onProperty biolink:has_device ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Drug ; owl:onProperty biolink:has_drug ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ChemicalOrDrugOrTreatment ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ExposureEvent ], + owl:allValuesFrom biolink:Procedure ; + owl:onProperty biolink:has_procedure ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Device ; + owl:onProperty biolink:has_device ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_drug ], + owl:onProperty biolink:has_device ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:has_procedure ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Drug ; + owl:onProperty biolink:has_drug ], biolink:NamedThing ; skos:altLabel "medical action", "medical intervention" ; @@ -8055,35 +8055,35 @@ biolink:VariantToDiseaseAssociation a owl:Class ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:VariantToEntityAssociationMixin ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom owl:Thing ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom owl:Thing ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; - owl:onProperty biolink:subject ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:VariantToEntityAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], biolink:Association ; skos:inScheme ; skos:note "TODO decide no how to model pathogenicity" . @@ -8091,25 +8091,25 @@ biolink:VariantToDiseaseAssociation a owl:Class ; biolink:VariantToGeneAssociation a owl:Class ; rdfs:label "variant to gene association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom biolink:Gene ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:VariantToEntityAssociationMixin ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], biolink:Association ; skos:definition "An association between a variant and a gene, where the variant has a genetic association with the gene (i.e. is in linkage disequilibrium)" ; @@ -8789,14 +8789,11 @@ biolink:ActivityAndBehavior a owl:Class ; biolink:AnatomicalEntityToAnatomicalEntityAssociation a owl:Class ; rdfs:label "anatomical entity to anatomical entity association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], @@ -8806,6 +8803,9 @@ biolink:AnatomicalEntityToAnatomicalEntityAssociation a owl:Class ; [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:object ], biolink:Association ; skos:inScheme . @@ -8837,35 +8837,35 @@ biolink:ChemicalRole a owl:Class ; biolink:ChemicalToChemicalAssociation a owl:Class ; rdfs:label "chemical to chemical association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ChemicalEntity ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntity ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], biolink:Association ; skos:definition "A relationship between two chemical entities. This can encompass actual interactions as well as temporal causal edges, e.g. one chemical converted to another." ; skos:inScheme . @@ -8948,56 +8948,56 @@ biolink:FrequencyQualifierMixin a owl:Class ; biolink:GeneToDiseaseOrPhenotypicFeatureAssociation a owl:Class ; rdfs:label "gene to disease or phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; - owl:onProperty biolink:subject_aspect_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:minCardinality 0 ; owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 0 ; + owl:onProperty biolink:subject_aspect_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], biolink:Association ; skos:inScheme ; skos:narrowMatch WBVocab:Gene-Phenotype-Association, @@ -9053,26 +9053,26 @@ biolink:Onset a owl:Class ; biolink:OrganismTaxonToOrganismTaxonAssociation a owl:Class ; rdfs:label "organism taxon to organism taxon association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:OrganismTaxon ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:OrganismTaxonToEntityAssociation ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], biolink:Association ; skos:definition "A relationship between two organism taxon nodes" ; skos:inScheme . @@ -9120,16 +9120,16 @@ biolink:RegulatoryRegion a owl:Class ; rdfs:label "regulatory region" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity ], + owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], + owl:someValuesFrom biolink:PhysicalEssence ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence ], + owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], + owl:someValuesFrom biolink:GenomicEntity ], biolink:BiologicalEntity ; skos:altLabel "regulatory element" ; skos:definition "A region (or regions) of the genome that contains known or putative regulatory elements that act in cis- or trans- to affect the transcription of gene" ; @@ -9496,11 +9496,8 @@ biolink:DatasetDistribution a owl:Class ; biolink:DatasetSummary a owl:Class ; rdfs:label "dataset summary" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:source_web_page ], - [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:source_logo ], + owl:onProperty biolink:source_web_page ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:source_logo ], @@ -9508,11 +9505,14 @@ biolink:DatasetSummary a owl:Class ; owl:maxCardinality 1 ; owl:onProperty biolink:source_web_page ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:source_web_page ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:source_logo ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:source_logo ], biolink:InformationContentEntity ; skos:definition "an item that holds summary level information about a dataset." ; skos:inScheme . @@ -9541,18 +9541,18 @@ biolink:GeneToGeneAssociation a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], @@ -9638,9 +9638,6 @@ biolink:QuantityValue a owl:Class ; rdfs:label "quantity value" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:has_numeric_value ], - [ a owl:Restriction ; - owl:allValuesFrom ; owl:onProperty biolink:has_unit ], [ a owl:Restriction ; owl:minCardinality 0 ; @@ -9648,11 +9645,14 @@ biolink:QuantityValue a owl:Class ; [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:has_numeric_value ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:has_numeric_value ], [ a owl:Restriction ; owl:allValuesFrom xsd:double ; owl:onProperty biolink:has_numeric_value ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom ; owl:onProperty biolink:has_unit ], biolink:Annotation ; skos:definition "A value of an attribute that is quantitative and measurable, expressed as a combination of a unit and a numeric value" ; @@ -9668,22 +9668,22 @@ biolink:ResourceRoleEnum a owl:Class ; biolink:SequenceFeatureRelationship a owl:Class ; rdfs:label "sequence feature relationship" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NucleicAcidEntity ; - owl:onProperty biolink:subject ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NucleicAcidEntity ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:NucleicAcidEntity ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NucleicAcidEntity ; owl:onProperty biolink:object ], biolink:Association ; skos:definition "For example, a particular exon is part of a particular transcript or gene" ; @@ -9806,9 +9806,12 @@ biolink:DatasetVersion a owl:Class ; rdfs:label "dataset version" ; rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:ingest_date ], + owl:onProperty biolink:has_dataset ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:has_dataset ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty biolink:ingest_date ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; @@ -9817,20 +9820,17 @@ biolink:DatasetVersion a owl:Class ; owl:maxCardinality 1 ; owl:onProperty biolink:has_distribution ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_dataset ], + owl:allValuesFrom biolink:DatasetDistribution ; + owl:onProperty biolink:has_distribution ], [ a owl:Restriction ; owl:allValuesFrom biolink:Dataset ; owl:onProperty biolink:has_dataset ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_dataset ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DatasetDistribution ; owl:onProperty biolink:has_distribution ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_distribution ], + owl:maxCardinality 1 ; + owl:onProperty biolink:ingest_date ], biolink:InformationContentEntity ; skos:definition "an item that holds version level information about a dataset." ; skos:inScheme . @@ -9859,22 +9859,22 @@ biolink:FDAIDAAdverseEventEnum a owl:Class ; biolink:FunctionalAssociation a owl:Class ; rdfs:label "functional association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:MacromolecularMachineMixin ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:OntologyClass ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], biolink:Association ; skos:definition "An association between a macromolecular machine mixin (gene, gene product or complex of gene products) and either a molecular activity, a biological process or a cellular location in which a function is executed." ; @@ -10281,35 +10281,35 @@ biolink:CellularOrganism a owl:Class ; biolink:ChemicalMixture a owl:Class ; rdfs:label "chemical mixture" ; rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:is_supplement ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:drug_regulatory_status_world_wide ], + [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:highest_FDA_approval_status ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:drug_regulatory_status_world_wide ], + owl:onProperty biolink:is_supplement ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:is_supplement ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:ApprovalStatusEnum ; - owl:onProperty biolink:drug_regulatory_status_world_wide ], [ a owl:Restriction ; owl:minCardinality 0 ; + owl:onProperty biolink:highest_FDA_approval_status ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ApprovalStatusEnum ; owl:onProperty biolink:drug_regulatory_status_world_wide ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:is_supplement ], + owl:allValuesFrom biolink:ApprovalStatusEnum ; + owl:onProperty biolink:highest_FDA_approval_status ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:routes_of_delivery ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:highest_FDA_approval_status ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:ApprovalStatusEnum ; - owl:onProperty biolink:highest_FDA_approval_status ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:is_supplement ], + owl:onProperty biolink:drug_regulatory_status_world_wide ], [ a owl:Restriction ; owl:allValuesFrom biolink:DrugDeliveryEnum ; owl:onProperty biolink:routes_of_delivery ], @@ -10338,29 +10338,29 @@ biolink:GeneProductMixin a owl:Class ; biolink:GeneToDiseaseAssociation a owl:Class ; rdfs:label "gene to disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:Disease ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Disease ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], biolink:GeneToDiseaseOrPhenotypicFeatureAssociation ; skos:closeMatch dcid:DiseaseGeneAssociation ; skos:exactMatch SIO:000983 ; @@ -10376,26 +10376,17 @@ biolink:MacromolecularMachineMixin a owl:Class ; biolink:MolecularActivity a owl:Class ; rdfs:label "molecular activity" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_output ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:MolecularEntity ; - owl:onProperty biolink:has_input ], + owl:allValuesFrom biolink:MacromolecularMachineMixin ; + owl:onProperty biolink:enabled_by ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_input ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:Occurrent ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:enabled_by ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:MacromolecularMachineMixin ; - owl:onProperty biolink:enabled_by ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_output ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:Occurrent ], + owl:onProperty biolink:has_input ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:enabled_by ], @@ -10408,6 +10399,15 @@ biolink:MolecularActivity a owl:Class ; [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:OntologyClass ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:MolecularEntity ; + owl:onProperty biolink:has_input ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_output ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:has_output ], biolink:BiologicalProcessOrActivity ; skos:altLabel "molecular event", "molecular function", @@ -10427,26 +10427,29 @@ biolink:PhysicalEssenceOrOccurrent a owl:Class ; biolink:RetrievalSource a owl:Class ; rdfs:label "retrieval source" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:upstream_resource_ids ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:resource_role ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:resource_id ], [ a owl:Restriction ; owl:allValuesFrom xsd:anyURI ; owl:onProperty biolink:xref ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:upstream_resource_ids ], [ a owl:Restriction ; owl:allValuesFrom biolink:ResourceRoleEnum ; owl:onProperty biolink:resource_role ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:resource_id ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:resource_role ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:upstream_resource_ids ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:upstream_resource_ids ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:upstream_resource_ids ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:xref ], @@ -10454,11 +10457,8 @@ biolink:RetrievalSource a owl:Class ; owl:minCardinality 1 ; owl:onProperty biolink:resource_id ], [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:upstream_resource_ids ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:resource_id ], + owl:maxCardinality 1 ; + owl:onProperty biolink:resource_role ], biolink:InformationContentEntity ; skos:definition "Provides information about how a particular InformationResource served as a source from which knowledge expressed in an Edge, or data used to generate this knowledge, was retrieved." ; skos:inScheme . @@ -10814,18 +10814,18 @@ biolink:Genotype a owl:Class ; [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GenomicEntity ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Zygosity ; - owl:onProperty biolink:has_zygosity ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:OntologyClass ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:PhysicalEssence ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:has_zygosity ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence ], + owl:allValuesFrom biolink:Zygosity ; + owl:onProperty biolink:has_zygosity ], biolink:BiologicalEntity ; skos:definition "An information content entity that describes a genome by specifying the total variation in genomic sequence and/or gene expression, relative to some established background" ; skos:exactMatch , @@ -10919,56 +10919,53 @@ biolink:AgentTypeEnum a owl:Class ; biolink:Entity a owl:Class ; rdfs:label "entity" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_attribute ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:id ], + owl:maxCardinality 1 ; + owl:onProperty biolink:deprecated ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:name ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:description ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:boolean ; + owl:minCardinality 0 ; owl:onProperty biolink:deprecated ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:name ], + owl:onProperty biolink:id ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:iri ], + owl:onProperty biolink:name ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Attribute ; - owl:onProperty biolink:has_attribute ], + owl:minCardinality 0 ; + owl:onProperty biolink:type ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:description ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:category ], + owl:onProperty biolink:iri ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:deprecated ], + owl:onProperty biolink:category ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:iri ], + owl:onProperty biolink:id ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; + owl:onProperty biolink:id ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:boolean ; owl:onProperty biolink:deprecated ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Attribute ; + owl:onProperty biolink:has_attribute ], [ a owl:Restriction ; owl:allValuesFrom xsd:anyURI ; owl:onProperty biolink:category ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:type ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:id ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty biolink:name ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:type ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:description ], @@ -10977,10 +10974,13 @@ biolink:Entity a owl:Class ; owl:onProperty biolink:iri ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:id ], + owl:onProperty biolink:iri ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:type ], + owl:onProperty biolink:description ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_attribute ], linkml:ClassDefinition ; skos:definition "Root Biolink Model class for all things and informational relationships, real or imagined." ; skos:inScheme . @@ -11067,10 +11067,10 @@ biolink:NucleicAcidEntity a owl:Class ; owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity ], + owl:someValuesFrom biolink:PhysicalEssence ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence ], + owl:someValuesFrom biolink:GenomicEntity ], biolink:MolecularEntity ; skos:altLabel "genomic entity", "sequence feature" ; @@ -11083,14 +11083,14 @@ biolink:NucleicAcidEntity a owl:Class ; biolink:OrganismalEntity a owl:Class ; rdfs:label "organismal entity" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_attribute ], - [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:SubjectOfInvestigation ], [ a owl:Restriction ; owl:allValuesFrom owl:Thing ; owl:onProperty biolink:has_attribute ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_attribute ], biolink:BiologicalEntity ; skos:definition "A named entity that is either a part of an organism, a whole organism, population or clade of organisms, excluding chemical entities" ; skos:exactMatch , @@ -11160,38 +11160,38 @@ biolink:GeneOrGeneProductOrChemicalPartQualifierEnum a owl:Class ; biolink:BiologicalProcessOrActivity a owl:Class ; rdfs:label "biological process or activity" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:enabled_by ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:enabled_by ], - [ a owl:Restriction ; owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:has_output ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:has_input ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:has_input ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:PhysicalEntity ; + owl:onProperty biolink:enabled_by ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:has_output ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:has_input ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:has_input ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:Occurrent ], + owl:someValuesFrom biolink:OntologyClass ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:enabled_by ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:enabled_by ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty biolink:has_output ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:PhysicalEntity ; - owl:onProperty biolink:enabled_by ], + owl:someValuesFrom biolink:Occurrent ], biolink:BiologicalEntity ; skos:definition "Either an individual molecular activity, or a collection of causally connected molecular activities in a biological system." ; skos:inScheme . @@ -11199,38 +11199,38 @@ biolink:BiologicalProcessOrActivity a owl:Class ; biolink:Agent a owl:Class ; rdfs:label "agent" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:name ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:address ], - [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:name ], + owl:onProperty biolink:address ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:id ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:name ], - [ a owl:Restriction ; - owl:minCardinality 0 ; owl:onProperty biolink:address ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:id ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:address ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:id ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:name ], [ a owl:Restriction ; owl:allValuesFrom xsd:anyURI ; owl:onProperty biolink:affiliation ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:affiliation ], + owl:onProperty biolink:name ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:address ], + owl:onProperty biolink:id ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:affiliation ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:name ], biolink:AdministrativeEntity ; skos:altLabel "group" ; skos:definition "person, group, organization or project that provides a piece of information (i.e. a knowledge association)" ; @@ -11384,13 +11384,13 @@ biolink:DirectionQualifierEnum a owl:Class ; biolink:MolecularEntity a owl:Class ; rdfs:label "molecular entity" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:boolean ; owl:onProperty biolink:is_metabolite ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:is_metabolite ], [ a owl:Restriction ; - owl:allValuesFrom xsd:boolean ; + owl:maxCardinality 1 ; owl:onProperty biolink:is_metabolite ], biolink:ChemicalEntity ; skos:definition "A molecular entity is a chemical entity composed of individual or covalently bonded atoms." ; @@ -11404,10 +11404,10 @@ biolink:BiologicalProcess a owl:Class ; rdfs:label "biological process" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:Occurrent ], + owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], + owl:someValuesFrom biolink:Occurrent ], biolink:BiologicalProcessOrActivity ; skos:broadMatch WIKIDATA:P682 ; skos:definition "One or more causally connected executions of molecular functions" ; @@ -11419,14 +11419,8 @@ biolink:BiologicalProcess a owl:Class ; biolink:InformationContentEntity a owl:Class ; rdfs:label "information content entity" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:date ; - owl:onProperty biolink:creation_date ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:format ], - [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:rights ], + owl:onProperty biolink:license ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:license ], @@ -11434,26 +11428,32 @@ biolink:InformationContentEntity a owl:Class ; owl:minCardinality 0 ; owl:onProperty biolink:rights ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:license ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:rights ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:date ; owl:onProperty biolink:creation_date ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:format ], + owl:onProperty biolink:creation_date ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:license ], + owl:maxCardinality 1 ; + owl:onProperty biolink:rights ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:format ], + owl:onProperty biolink:creation_date ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:rights ], + owl:onProperty biolink:license ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:creation_date ], + owl:onProperty biolink:format ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:format ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:format ], biolink:NamedThing ; skos:altLabel "information", "information artefact", @@ -11477,13 +11477,13 @@ biolink:InformationContentEntity a owl:Class ; biolink:OrganismTaxon a owl:Class ; rdfs:label "organism taxon" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:TaxonomicRank ; + owl:minCardinality 0 ; owl:onProperty biolink:has_taxonomic_rank ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:TaxonomicRank ; owl:onProperty biolink:has_taxonomic_rank ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:has_taxonomic_rank ], biolink:NamedThing ; skos:altLabel "taxon", @@ -11532,50 +11532,50 @@ biolink:CausalMechanismQualifierEnum a owl:Class ; biolink:Attribute a owl:Class ; rdfs:label "attribute" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:iri ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:has_attribute_type ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:iri ], + owl:onProperty biolink:has_quantitative_value ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:has_attribute_type ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_quantitative_value ], + owl:onProperty biolink:has_qualitative_value ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:name ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:name ], + owl:onProperty biolink:iri ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; + owl:maxCardinality 1 ; owl:onProperty biolink:has_attribute_type ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:name ], + owl:allValuesFrom biolink:QuantityValue ; + owl:onProperty biolink:has_quantitative_value ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:has_qualitative_value ], + owl:onProperty biolink:name ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; + owl:maxCardinality 1 ; owl:onProperty biolink:has_qualitative_value ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:iri ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:OntologyClass ; owl:onProperty biolink:has_attribute_type ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_qualitative_value ], + owl:onProperty biolink:name ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], + owl:minCardinality 0 ; + owl:onProperty biolink:iri ], [ a owl:Restriction ; - owl:allValuesFrom biolink:QuantityValue ; - owl:onProperty biolink:has_quantitative_value ], + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:has_qualitative_value ], biolink:NamedThing ; skos:definition "A property or characteristic of an entity. For example, an apple may have properties such as color, shape, age, crispiness. An environmental sample may have attributes such as depth, lat, long, material." ; skos:exactMatch SIO:000614 ; @@ -11601,34 +11601,34 @@ biolink:Gene a owl:Class ; rdfs:label "gene" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence ], + owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:xref ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity ], + owl:someValuesFrom biolink:GeneOrGeneProduct ], [ a owl:Restriction ; owl:allValuesFrom xsd:anyURI ; owl:onProperty biolink:xref ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:xref ], + owl:onProperty biolink:symbol ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneOrGeneProduct ], + owl:someValuesFrom biolink:GenomicEntity ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:symbol ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:symbol ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:symbol ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], + owl:someValuesFrom biolink:PhysicalEssence ], biolink:BiologicalEntity ; skos:broadMatch ; skos:definition "A region (or regions) that includes all of the sequence elements necessary to encode a functional transcript. A gene locus may include regulatory regions, transcribed regions and/or other functional sequence regions." ; @@ -11643,37 +11643,37 @@ biolink:SequenceVariant a owl:Class ; rdfs:label "sequence variant" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity ], + owl:someValuesFrom biolink:PhysicalEssence ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:has_biological_sequence ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:id ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:id ], + owl:allValuesFrom biolink:Gene ; + owl:onProperty biolink:has_gene ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_biological_sequence ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:has_biological_sequence ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_gene ], + owl:maxCardinality 1 ; + owl:onProperty biolink:has_biological_sequence ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence ], + owl:maxCardinality 1 ; + owl:onProperty biolink:id ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Gene ; - owl:onProperty biolink:has_gene ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:id ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], + owl:someValuesFrom biolink:GenomicEntity ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; owl:onProperty biolink:id ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_gene ], biolink:BiologicalEntity ; skos:altLabel "allele" ; skos:closeMatch , @@ -11717,70 +11717,70 @@ biolink:AnatomicalEntity a owl:Class ; biolink:Publication a owl:Class ; rdfs:label "publication" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:mesh_terms ], + owl:maxCardinality 1 ; + owl:onProperty biolink:summary ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:summary ], + owl:onProperty biolink:keywords ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:summary ], + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:xref ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:authors ], + owl:onProperty biolink:summary ], [ a owl:Restriction ; owl:allValuesFrom biolink:Agent ; owl:onProperty biolink:authors ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:name ], + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:mesh_terms ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; owl:onProperty biolink:publication_type ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:keywords ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:summary ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:id ], + owl:minCardinality 0 ; + owl:onProperty biolink:name ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:name ], [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:xref ], + owl:minCardinality 0 ; + owl:onProperty biolink:pages ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:name ], + owl:onProperty biolink:authors ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:maxCardinality 1 ; owl:onProperty biolink:id ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:publication_type ], + owl:onProperty biolink:id ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:xref ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:keywords ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:pages ], - [ a owl:Restriction ; - owl:minCardinality 1 ; owl:onProperty biolink:id ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:pages ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:publication_type ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:name ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:mesh_terms ], - biolink:InformationContentEntity ; - skos:definition "Any ‘published’ piece of information. Publications are considered broadly to include any document or document part made available in print or on the web - which may include scientific journal issues, individual articles, and books - as well as things like pre-prints, white papers, patents, drug labels, web pages, protocol documents, and even a part of a publication if of significant knowledge scope (e.g. a figure, figure legend, or section highlighted by NLP)." ; + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:pages ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:summary ], + biolink:InformationContentEntity ; + skos:definition "Any ‘published’ piece of information. Publications are considered broadly to include any document or document part made available in print or on the web - which may include scientific journal issues, individual articles, and books - as well as things like pre-prints, white papers, patents, drug labels, web pages, protocol documents, and even a part of a publication if of significant knowledge scope (e.g. a figure, figure legend, or section highlighted by NLP)." ; skos:exactMatch IAO:0000311 ; skos:inScheme ; skos:narrowMatch STY:T170, @@ -11802,56 +11802,56 @@ biolink:BiologicalEntity a owl:Class ; biolink:ChemicalEntity a owl:Class ; rdfs:label "chemical entity" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:max_tolerated_dose ], - [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], + owl:someValuesFrom biolink:ChemicalOrDrugOrTreatment ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:trade_name ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ChemicalEntityOrProteinOrPolypeptide ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:is_toxic ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:boolean ; + owl:onProperty biolink:is_toxic ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_chemical_role ], + owl:onProperty biolink:is_toxic ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:trade_name ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrProteinOrPolypeptide ], + owl:minCardinality 0 ; + owl:onProperty biolink:has_chemical_role ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalOrDrugOrTreatment ], + owl:someValuesFrom biolink:PhysicalEssence ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:maxCardinality 1 ; owl:onProperty biolink:max_tolerated_dose ], [ a owl:Restriction ; - owl:allValuesFrom xsd:boolean ; - owl:onProperty biolink:is_toxic ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:trade_name ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:max_tolerated_dose ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:is_toxic ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalRole ; - owl:onProperty biolink:has_chemical_role ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:trade_name ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:max_tolerated_dose ], [ a owl:Restriction ; owl:allValuesFrom biolink:DrugAvailabilityEnum ; owl:onProperty biolink:available_from ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:available_from ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ChemicalRole ; + owl:onProperty biolink:has_chemical_role ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence ], + owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], biolink:NamedThing ; skos:broadMatch STY:T167 ; skos:definition "A chemical entity is a physical entity that pertains to chemistry or biochemistry." ; @@ -11990,260 +11990,260 @@ biolink:association_slot a owl:DatatypeProperty ; biolink:Association a owl:Class ; rdfs:label "association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:category ], + owl:allValuesFrom xsd:boolean ; + owl:onProperty biolink:negated ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:adjusted_p_value ], + owl:maxCardinality 1 ; + owl:onProperty biolink:timepoint ], [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:original_predicate ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object_namespace ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:primary_knowledge_source ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_namespace ], + owl:minCardinality 0 ; + owl:onProperty biolink:object_category_closure ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:primary_knowledge_source ], + owl:onProperty biolink:object_closure ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:original_object ], + owl:onProperty biolink:knowledge_source ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_evidence ], [ a owl:Restriction ; owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:subject_category_closure ], + owl:onProperty biolink:object_category ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_closure ], + owl:onProperty biolink:object_namespace ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:OntologyClass ; + owl:onProperty biolink:subject_category ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:original_object ], + owl:onProperty biolink:negated ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:knowledge_level ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:original_object ], + owl:allValuesFrom biolink:RetrievalSource ; + owl:onProperty biolink:retrieval_source_ids ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:object_category_closure ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:type ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_category_closure ], + owl:onProperty biolink:original_subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:agent_type ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:qualifier ], + owl:onProperty biolink:subject_label_closure ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:qualifier ], + owl:onProperty biolink:retrieval_source_ids ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:OntologyClass ; + owl:onProperty biolink:subject_category_closure ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_category ], + owl:onProperty biolink:p_value ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:adjusted_p_value ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_category ], + owl:onProperty biolink:p_value ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_closure ], + owl:onProperty biolink:subject_closure ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:original_predicate ], + owl:onProperty biolink:knowledge_source ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:KnowledgeLevelEnum ; + owl:onProperty biolink:knowledge_level ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:original_subject ], + owl:onProperty biolink:subject_closure ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:negated ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:maxCardinality 1 ; + owl:onProperty biolink:primary_knowledge_source ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:knowledge_source ], + owl:onProperty biolink:aggregator_knowledge_source ], [ a owl:Restriction ; - owl:allValuesFrom biolink:AgentTypeEnum ; - owl:onProperty biolink:agent_type ], + owl:allValuesFrom biolink:EvidenceType ; + owl:onProperty biolink:has_evidence ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:primary_knowledge_source ], + owl:onProperty biolink:original_object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:agent_type ], + owl:minCardinality 0 ; + owl:onProperty biolink:adjusted_p_value ], [ a owl:Restriction ; owl:allValuesFrom xsd:float ; - owl:onProperty biolink:p_value ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_category ], + owl:onProperty biolink:adjusted_p_value ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:aggregator_knowledge_source ], + owl:onProperty biolink:object_closure ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:subject_namespace ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:knowledge_level ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:original_subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:anyURI ; owl:onProperty biolink:category ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:subject_category_closure ], [ a owl:Restriction ; owl:allValuesFrom biolink:Publication ; owl:onProperty biolink:publications ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_namespace ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:knowledge_source ], + owl:onProperty biolink:object_category ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:minCardinality 0 ; + owl:onProperty biolink:has_supporting_studies ], [ a owl:Restriction ; - owl:allValuesFrom biolink:EvidenceType ; - owl:onProperty biolink:has_evidence ], + owl:allValuesFrom xsd:float ; + owl:onProperty biolink:p_value ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:adjusted_p_value ], + owl:onProperty biolink:subject_category ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:aggregator_knowledge_source ], + owl:allValuesFrom xsd:time ; + owl:onProperty biolink:timepoint ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_closure ], + owl:onProperty biolink:primary_knowledge_source ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:type ], + owl:onProperty biolink:knowledge_source ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_namespace ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:subject_label_closure ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_namespace ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:timepoint ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:object_category ], + owl:onProperty biolink:original_object ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:original_predicate ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:boolean ; - owl:onProperty biolink:negated ], + owl:onProperty biolink:object_category ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:knowledge_level ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_namespace ], + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:publications ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_evidence ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:p_value ], + owl:onProperty biolink:qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:type ], + owl:onProperty biolink:original_object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:KnowledgeLevelEnum ; + owl:maxCardinality 1 ; owl:onProperty biolink:knowledge_level ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:qualifiers ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; + owl:onProperty biolink:object_namespace ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty biolink:object_label_closure ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:AgentTypeEnum ; + owl:onProperty biolink:agent_type ], [ a owl:Restriction ; owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:original_subject ], + owl:allValuesFrom biolink:OntologyClass ; + owl:onProperty biolink:object_category_closure ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:negated ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:float ; - owl:onProperty biolink:adjusted_p_value ], + owl:onProperty biolink:subject_namespace ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_label_closure ], + owl:onProperty biolink:type ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:subject_category ], + owl:minCardinality 0 ; + owl:onProperty biolink:qualifiers ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_closure ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_namespace ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_category_closure ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_label_closure ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_category ], + owl:onProperty biolink:aggregator_knowledge_source ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:timepoint ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_supporting_studies ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_namespace ], + owl:onProperty biolink:subject_category ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:retrieval_source_ids ], + owl:onProperty biolink:primary_knowledge_source ], [ a owl:Restriction ; owl:allValuesFrom biolink:OntologyClass ; owl:onProperty biolink:qualifiers ], [ a owl:Restriction ; - owl:allValuesFrom biolink:RetrievalSource ; - owl:onProperty biolink:retrieval_source_ids ], + owl:minCardinality 1 ; + owl:onProperty biolink:agent_type ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:p_value ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:object_label_closure ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:knowledge_source ], + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:original_predicate ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom biolink:Study ; owl:onProperty biolink:has_supporting_studies ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:category ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:original_predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:original_predicate ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:maxCardinality 1 ; owl:onProperty biolink:original_subject ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:time ; - owl:onProperty biolink:timepoint ], biolink:Entity ; skos:definition "A typed association between two entities, supported by evidence" ; skos:exactMatch OBAN:association, @@ -12264,37 +12264,37 @@ biolink:NamedThing a owl:Class ; rdfs:label "named thing" ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:category ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:full_name ], + owl:onProperty biolink:synonym ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:synonym ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:full_name ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; owl:onProperty biolink:xref ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:provided_by ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:synonym ], + owl:onProperty biolink:full_name ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:category ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:provided_by ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:full_name ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:provided_by ], + owl:onProperty biolink:category ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:anyURI ; owl:onProperty biolink:xref ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:full_name ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:full_name ], biolink:Entity ; skos:definition "a databased entity or concept/class" ; skos:exactMatch STY:T071, @@ -12347,95 +12347,187 @@ biolink:subject a owl:ObjectProperty ; skos:inScheme . [] a owl:Restriction ; - rdfs:subClassOf biolink:VariantToPopulationAssociation ; + rdfs:subClassOf biolink:GeneToPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:VariantToPopulationAssociation . + owl:someValuesFrom biolink:GeneToPhenotypicFeatureAssociation . + +[] a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:SensitivityQuantifier . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Attribute ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Attribute . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:PhenotypicFeatureToPhenotypicFeatureAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:PhenotypicFeatureToPhenotypicFeatureAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:ClinicalAttribute ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:ClinicalAttribute . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:BiologicalProcess ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:BiologicalProcess . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:GeneToGeneFamilyAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:GeneToGeneFamilyAssociation . + +[] a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ChemicalEntityOrProteinOrPolypeptide . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:GeneticInheritance ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:GeneticInheritance . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Treatment ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Treatment . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Event ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Event . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Behavior ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Behavior . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:Disease ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:object ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin . + +[] a owl:Restriction ; + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Outcome ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ] ; + owl:onProperty biolink:object ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToOutcomeAssociationMixin . + owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToDiseaseOrPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToDiseaseOrPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Cohort ; + rdfs:subClassOf biolink:BehavioralFeature ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Cohort . + owl:someValuesFrom biolink:BehavioralFeature . [] a owl:Restriction ; - rdfs:subClassOf biolink:BehavioralExposure ; + rdfs:subClassOf biolink:GenotypeToGeneAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BehavioralExposure . + owl:someValuesFrom biolink:GenotypeToGeneAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:AnatomicalEntityToAnatomicalEntityAssociation ; + rdfs:subClassOf biolink:SocioeconomicExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:AnatomicalEntityToAnatomicalEntityAssociation . + owl:someValuesFrom biolink:SocioeconomicExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:Article ; + rdfs:subClassOf biolink:EnvironmentalFeature ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Article . + owl:someValuesFrom biolink:EnvironmentalFeature . [] a owl:Restriction ; - rdfs:subClassOf biolink:DrugToGeneAssociation ; + rdfs:subClassOf biolink:GeographicLocationAtTime ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DrugToGeneAssociation . + owl:someValuesFrom biolink:GeographicLocationAtTime . [] a owl:Restriction ; - rdfs:subClassOf biolink:PhenotypicFeature ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PhenotypicFeature . + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:SequenceVariant ; + rdfs:subClassOf biolink:MolecularActivityToChemicalEntityAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SequenceVariant . + owl:someValuesFrom biolink:MolecularActivityToChemicalEntityAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Onset ; + rdfs:subClassOf biolink:GeneHasVariantThatContributesToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Onset . + owl:someValuesFrom biolink:GeneHasVariantThatContributesToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:NamedThing ; + rdfs:subClassOf biolink:AdministrativeEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:NamedThing . + owl:someValuesFrom biolink:AdministrativeEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:Entity ; + rdfs:subClassOf biolink:CodingSequence ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Entity . + owl:someValuesFrom biolink:CodingSequence . [] a owl:Restriction ; rdfs:subClassOf biolink:Publication ; @@ -12443,759 +12535,818 @@ biolink:subject a owl:ObjectProperty ; owl:someValuesFrom biolink:Publication . [] a owl:Restriction ; - rdfs:subClassOf biolink:SequenceAssociation ; + rdfs:subClassOf biolink:GeneToExpressionSiteAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SequenceAssociation . + owl:someValuesFrom biolink:GeneToExpressionSiteAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:PosttranslationalModification ; + rdfs:subClassOf biolink:DatasetSummary ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PosttranslationalModification . + owl:someValuesFrom biolink:DatasetSummary . [] a owl:Restriction ; - rdfs:subClassOf biolink:Activity ; + rdfs:subClassOf biolink:SequenceAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Activity . + owl:someValuesFrom biolink:SequenceAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismTaxonToEnvironmentAssociation ; + rdfs:subClassOf biolink:IndividualOrganism ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismTaxonToEnvironmentAssociation . + owl:someValuesFrom biolink:IndividualOrganism . [] a owl:Restriction ; - rdfs:subClassOf biolink:Plant ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Plant . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismalEntity ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismalEntity . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToPathwayAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToPathwayAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:BehavioralFeature ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BehavioralFeature . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation . + rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:sex_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:PhenotypicFeature ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:BiologicalSex ; + owl:onProperty biolink:sex_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:sex_qualifier ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:PhenotypicFeatureToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:MacromolecularMachineToMolecularActivityAssociation ; + rdfs:subClassOf biolink:Book ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MacromolecularMachineToMolecularActivityAssociation . + owl:someValuesFrom biolink:Book . [] a owl:Restriction ; + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Outcome ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneOrGeneProduct . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:DrugToGeneInteractionExposure ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DrugToGeneInteractionExposure . + owl:someValuesFrom biolink:EntityToOutcomeAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalMixture ; + rdfs:subClassOf biolink:GeneToDiseaseOrPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalMixture . - -[] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:SensitivityQuantifier . + owl:someValuesFrom biolink:GeneToDiseaseOrPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:PhenotypicFeatureToDiseaseAssociation ; + rdfs:subClassOf biolink:ChemicalRole ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PhenotypicFeatureToDiseaseAssociation . + owl:someValuesFrom biolink:ChemicalRole . [] a owl:Restriction ; - rdfs:subClassOf biolink:ReactionToCatalystAssociation ; + rdfs:subClassOf biolink:DrugToGeneAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ReactionToCatalystAssociation . + owl:someValuesFrom biolink:DrugToGeneAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:EnvironmentalExposure ; + rdfs:subClassOf biolink:ChemicalGeneInteractionAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:EnvironmentalExposure . + owl:someValuesFrom biolink:ChemicalGeneInteractionAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:TranscriptionFactorBindingSite ; + rdfs:subClassOf biolink:ExposureEventToPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:TranscriptionFactorBindingSite . + owl:someValuesFrom biolink:ExposureEventToPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:SequenceVariantModulatesTreatmentAssociation ; + rdfs:subClassOf biolink:Case ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SequenceVariantModulatesTreatmentAssociation . + owl:someValuesFrom biolink:Case . [] a owl:Restriction ; - rdfs:subClassOf biolink:StudyResult ; + rdfs:subClassOf biolink:DiseaseToPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:StudyResult . + owl:someValuesFrom biolink:DiseaseToPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:PhysiologicalProcess ; + rdfs:subClassOf biolink:Study ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PhysiologicalProcess . + owl:someValuesFrom biolink:Study . [] a owl:Restriction ; - rdfs:subClassOf biolink:CausalGeneToDiseaseAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CausalGeneToDiseaseAssociation . + rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:has_biological_sequence ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:has_biological_sequence ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_biological_sequence ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EpigenomicEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:LifeStage ; + rdfs:subClassOf biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:LifeStage . + owl:someValuesFrom biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Bacterium ; + rdfs:subClassOf biolink:VariantAsAModelOfDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Bacterium . + owl:someValuesFrom biolink:VariantAsAModelOfDiseaseAssociation . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:in_taxon_label ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:in_taxon_label ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:in_taxon_label ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:in_taxon ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:in_taxon ], [ a owl:Restriction ; owl:allValuesFrom biolink:OrganismTaxon ; owl:onProperty biolink:in_taxon ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:in_taxon ] ; + owl:onProperty biolink:in_taxon_label ] ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ThingWithTaxon . [] a owl:Restriction ; - rdfs:subClassOf biolink:Gene ; + rdfs:subClassOf biolink:EntityToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Gene . + owl:someValuesFrom biolink:EntityToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:PathologicalProcess ; + rdfs:subClassOf biolink:ClinicalEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PathologicalProcess . + owl:someValuesFrom biolink:ClinicalEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:PhenotypicSex ; + rdfs:subClassOf biolink:Invertebrate ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PhenotypicSex . + owl:someValuesFrom biolink:Invertebrate . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:RNAProduct ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:RNAProduct . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Entity ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Entity . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:GenomicBackgroundExposure ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:GenomicBackgroundExposure . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:MolecularEntity ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:MolecularEntity . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:BiologicalSex ; + owl:onProperty biolink:sex_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:anatomical_context_qualifier ], + [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:subject_specialization_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object_specialization_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:disease_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Disease ; + owl:onProperty biolink:disease_context_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:subject_specialization_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:minCardinality 0 ; + owl:onProperty biolink:object_specialization_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_specialization_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:PhenotypicFeature ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:disease_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:anatomical_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:object_specialization_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:sex_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ] ; + owl:onProperty biolink:anatomical_context_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:sex_qualifier ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin . + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalExposure ; + rdfs:subClassOf biolink:MolecularActivity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalExposure . + owl:someValuesFrom biolink:MolecularActivity . [] a owl:Restriction ; - rdfs:subClassOf biolink:StudyPopulation ; + rdfs:subClassOf biolink:GeneAffectsChemicalAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:StudyPopulation . + owl:someValuesFrom biolink:GeneAffectsChemicalAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:AdministrativeEntity ; + rdfs:subClassOf biolink:NamedThing ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:AdministrativeEntity . + owl:someValuesFrom biolink:NamedThing . [] a owl:Restriction ; - rdfs:subClassOf biolink:Exon ; + rdfs:subClassOf biolink:ProcessedMaterial ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Exon . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:EntityToDiseaseAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:EntityToDiseaseAssociation . + owl:someValuesFrom biolink:ProcessedMaterial . [] a owl:Restriction ; + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Case ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssenceOrOccurrent . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:Genotype ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Genotype . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:Serial ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Serial . + owl:someValuesFrom biolink:CaseToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:CodingSequence ; + rdfs:subClassOf biolink:ClinicalFinding ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CodingSequence . + owl:someValuesFrom biolink:ClinicalFinding . [] a owl:Restriction ; - rdfs:subClassOf biolink:EnvironmentalFeature ; + rdfs:subClassOf biolink:Snv ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:EnvironmentalFeature . + owl:someValuesFrom biolink:Snv . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:SequenceVariant ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:MaterialSample ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ] ; + owl:onProperty biolink:object ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:VariantToEntityAssociationMixin . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:DiseaseOrPhenotypicFeatureToLocationAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToLocationAssociation . + owl:someValuesFrom biolink:MaterialSampleToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:GrossAnatomicalStructure ; + rdfs:subClassOf biolink:MaterialSample ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GrossAnatomicalStructure . + owl:someValuesFrom biolink:MaterialSample . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToGeneCoexpressionAssociation ; + rdfs:subClassOf biolink:RegulatoryRegion ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToGeneCoexpressionAssociation . + owl:someValuesFrom biolink:RegulatoryRegion . [] a owl:Restriction ; - rdfs:subClassOf biolink:DatasetSummary ; + rdfs:subClassOf biolink:PhenotypicFeatureToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DatasetSummary . + owl:someValuesFrom biolink:PhenotypicFeatureToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalModifier ; + rdfs:subClassOf biolink:Phenomenon ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalModifier . + owl:someValuesFrom biolink:Phenomenon . [] a owl:Restriction ; - rdfs:subClassOf biolink:ObservedExpectedFrequencyAnalysisResult ; + rdfs:subClassOf biolink:DrugToGeneInteractionExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ObservedExpectedFrequencyAnalysisResult . + owl:someValuesFrom biolink:DrugToGeneInteractionExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:FunctionalAssociation ; + rdfs:subClassOf biolink:Activity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:FunctionalAssociation . + owl:someValuesFrom biolink:Activity . [] a owl:Restriction ; + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:CellLine ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrProteinOrPolypeptide . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:GeographicLocationAtTime ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeographicLocationAtTime . + owl:someValuesFrom biolink:CellLineToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:Cell ; + rdfs:subClassOf biolink:Genotype ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Cell . + owl:someValuesFrom biolink:Genotype . [] a owl:Restriction ; - rdfs:subClassOf biolink:PreprintPublication ; + rdfs:subClassOf biolink:ProteinDomain ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PreprintPublication . + owl:someValuesFrom biolink:ProteinDomain . [] a owl:Restriction ; - rdfs:subClassOf biolink:Food ; + rdfs:subClassOf biolink:RetrievalSource ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Food . + owl:someValuesFrom biolink:RetrievalSource . [] a owl:Restriction ; - rdfs:subClassOf biolink:LogOddsAnalysisResult ; + rdfs:subClassOf biolink:ChiSquaredAnalysisResult ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:LogOddsAnalysisResult . + owl:someValuesFrom biolink:ChiSquaredAnalysisResult . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalToChemicalAssociation ; + rdfs:subClassOf biolink:Transcript ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalToChemicalAssociation . + owl:someValuesFrom biolink:Transcript . [] a owl:Restriction ; - rdfs:subClassOf biolink:ConceptCountAnalysisResult ; + rdfs:subClassOf biolink:NucleicAcidEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ConceptCountAnalysisResult . + owl:someValuesFrom biolink:NucleicAcidEntity . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:subject_aspect_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:qualified_predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object_aspect_qualifier ], + [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_direction_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:minCardinality 0 ; + owl:onProperty biolink:disease_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:subject_aspect_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:object_aspect_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:disease_context_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:subject ], + owl:minCardinality 0 ; + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ExposureEvent ; - owl:onProperty biolink:object ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToExposureEventAssociationMixin . - -[] a owl:Restriction ; + owl:allValuesFrom biolink:Disease ; + owl:onProperty biolink:disease_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:object_direction_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_aspect_qualifier ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneProductIsoformMixin . + owl:someValuesFrom biolink:EntityToFeatureOrDiseaseQualifiersMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:Pathway ; + rdfs:subClassOf biolink:Procedure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Pathway . + owl:someValuesFrom biolink:Procedure . [] a owl:Restriction ; - rdfs:subClassOf biolink:Agent ; + rdfs:subClassOf biolink:GeneFamily ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Agent . + owl:someValuesFrom biolink:GeneFamily . [] a owl:Restriction ; - rdfs:subClassOf biolink:RetrievalSource ; + rdfs:subClassOf biolink:DiseaseOrPhenotypicFeatureToLocationAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:RetrievalSource . + owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToLocationAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:BiologicalProcess ; + rdfs:subClassOf biolink:OrganismTaxonToEnvironmentAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BiologicalProcess . + owl:someValuesFrom biolink:OrganismTaxonToEnvironmentAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:MolecularActivityToPathwayAssociation ; + rdfs:subClassOf biolink:PhysiologicalProcess ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MolecularActivityToPathwayAssociation . + owl:someValuesFrom biolink:PhysiologicalProcess . [] a owl:Restriction ; - rdfs:subClassOf biolink:Event ; + rdfs:subClassOf biolink:ObservedExpectedFrequencyAnalysisResult ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Event . + owl:someValuesFrom biolink:ObservedExpectedFrequencyAnalysisResult . [] a owl:Restriction ; - rdfs:subClassOf biolink:Fungus ; + rdfs:subClassOf biolink:BioticExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Fungus . + owl:someValuesFrom biolink:BioticExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:DrugExposure ; + rdfs:subClassOf biolink:ChemicalMixture ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DrugExposure . + owl:someValuesFrom biolink:ChemicalMixture . [] a owl:Restriction ; - rdfs:subClassOf biolink:TextMiningResult ; + rdfs:subClassOf biolink:OrganismToOrganismAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:TextMiningResult . + owl:someValuesFrom biolink:OrganismToOrganismAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:MolecularEntity ; + rdfs:subClassOf biolink:MolecularMixture ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MolecularEntity . + owl:someValuesFrom biolink:MolecularMixture . [] a owl:Restriction ; - rdfs:subClassOf biolink:Procedure ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ChemicalOrDrugOrTreatment . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:TranscriptToGeneRelationship ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Procedure . + owl:someValuesFrom biolink:TranscriptToGeneRelationship . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_biological_sequence ], + owl:allValuesFrom biolink:Gene ; + owl:onProperty biolink:has_gene_or_gene_product ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_biological_sequence ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:has_biological_sequence ] ; + owl:onProperty biolink:has_gene_or_gene_product ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EpigenomicEntity . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:JournalArticle ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:JournalArticle . + owl:someValuesFrom biolink:GeneGroupingMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:Vertebrate ; + rdfs:subClassOf biolink:MacromolecularComplex ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Vertebrate . + owl:someValuesFrom biolink:MacromolecularComplex . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalFinding ; + rdfs:subClassOf biolink:CellularComponent ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalFinding . + owl:someValuesFrom biolink:CellularComponent . [] a owl:Restriction ; - rdfs:subClassOf biolink:GenotypeToGenotypePartAssociation ; + rdfs:subClassOf biolink:Onset ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenotypeToGenotypePartAssociation . + owl:someValuesFrom biolink:Onset . [] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToEntityAssociationMixin . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:GenotypeToVariantAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenotypeToVariantAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:MacromolecularMachineToBiologicalProcessAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MacromolecularMachineToBiologicalProcessAssociation . + owl:someValuesFrom biolink:Outcome . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChiSquaredAnalysisResult ; + rdfs:subClassOf biolink:PathologicalProcessExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChiSquaredAnalysisResult . + owl:someValuesFrom biolink:PathologicalProcessExposure . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:LifeStage ; - owl:onProperty biolink:stage_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:stage_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; - owl:onProperty biolink:phenotypic_state ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:expression_site ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:expression_site ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:quantifier_qualifier ], - [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:stage_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:phenotypic_state ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:quantifier_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:expression_site ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:quantifier_qualifier ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:phenotypic_state ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneExpressionMixin . - -[] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Drug ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:object ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityToEntityAssociationMixin . + owl:someValuesFrom biolink:DrugToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:EvidenceType ; + rdfs:subClassOf biolink:ClinicalModifier ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:EvidenceType . + owl:someValuesFrom biolink:ClinicalModifier . [] a owl:Restriction ; - rdfs:subClassOf biolink:RegulatoryRegion ; + rdfs:subClassOf biolink:ChemicalToChemicalAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:RegulatoryRegion . + owl:someValuesFrom biolink:ChemicalToChemicalAssociation . [] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:Occurrent . + rdfs:subClassOf biolink:Virus ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Virus . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismTaxonToOrganismTaxonInteraction ; + rdfs:subClassOf biolink:DiseaseOrPhenotypicFeatureExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismTaxonToOrganismTaxonInteraction . + owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:ExposureEventToPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:StudyResult ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ExposureEventToPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:StudyResult . [] a owl:Restriction ; - rdfs:subClassOf biolink:Attribute ; + rdfs:subClassOf biolink:Disease ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Attribute . + owl:someValuesFrom biolink:Disease . [] a owl:Restriction ; - rdfs:subClassOf biolink:Transcript ; + rdfs:subClassOf biolink:BiologicalProcessOrActivity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Transcript . + owl:someValuesFrom biolink:BiologicalProcessOrActivity . [] a owl:Restriction ; - rdfs:subClassOf biolink:StudyVariable ; + rdfs:subClassOf biolink:GeneToGeneAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:StudyVariable . + owl:someValuesFrom biolink:GeneToGeneAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:GenotypeAsAModelOfDiseaseAssociation ; + rdfs:subClassOf biolink:DruggableGeneToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenotypeAsAModelOfDiseaseAssociation . + owl:someValuesFrom biolink:DruggableGeneToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:FoodAdditive ; + rdfs:subClassOf biolink:CaseToPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:FoodAdditive . + owl:someValuesFrom biolink:CaseToPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:DrugLabel ; + rdfs:subClassOf biolink:PlanetaryEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DrugLabel . + owl:someValuesFrom biolink:PlanetaryEntity . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; - owl:onProperty biolink:object ] ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin . + owl:someValuesFrom biolink:ChemicalEntityToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:GenotypeToGeneAssociation ; + rdfs:subClassOf biolink:AnatomicalEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenotypeToGeneAssociation . + owl:someValuesFrom biolink:AnatomicalEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:CorrelatedGeneToDiseaseAssociation ; + rdfs:subClassOf biolink:PhysicalEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CorrelatedGeneToDiseaseAssociation . + owl:someValuesFrom biolink:PhysicalEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:MacromolecularMachineToCellularComponentAssociation ; + rdfs:subClassOf biolink:GeographicLocation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MacromolecularMachineToCellularComponentAssociation . + owl:someValuesFrom biolink:GeographicLocation . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToGoTermAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToGoTermAssociation . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:PhysicalEssenceOrOccurrent . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalEntity ; + rdfs:subClassOf biolink:EnvironmentalExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalEntity . + owl:someValuesFrom biolink:EnvironmentalExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneAsAModelOfDiseaseAssociation ; + rdfs:subClassOf biolink:GenotypeToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneAsAModelOfDiseaseAssociation . + owl:someValuesFrom biolink:GenotypeToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation ; + rdfs:subClassOf biolink:Mammal ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation . + owl:someValuesFrom biolink:Mammal . [] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:SpecificityQuantifier . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Patent ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Patent . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:VariantToPhenotypicFeatureAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:VariantToPhenotypicFeatureAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:ExposureEvent ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Disease ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:DiseaseToEntityAssociationMixin . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:ProteinIsoform ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ProteinIsoform . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:TranscriptToGeneRelationship ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:TranscriptToGeneRelationship . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:ContributorAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ContributorAssociation . - -[] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:Outcome . + owl:someValuesFrom biolink:EntityToExposureEventAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:ProteinDomain ; + rdfs:subClassOf biolink:Pathway ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ProteinDomain . + owl:someValuesFrom biolink:Pathway . [] a owl:Restriction ; rdfs:subClassOf biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation ; @@ -13203,502 +13354,550 @@ biolink:subject a owl:ObjectProperty ; owl:someValuesFrom biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:DatasetDistribution ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DatasetDistribution . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:Treatment ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Treatment . - -[] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PathologicalEntityMixin . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:VariantAsAModelOfDiseaseAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:VariantAsAModelOfDiseaseAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:MaterialSample ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MaterialSample . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:Drug ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Drug . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:MacromolecularComplex ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MacromolecularComplex . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:SmallMolecule ; + rdfs:subClassOf biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SmallMolecule . + owl:someValuesFrom biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Genome ; + rdfs:subClassOf biolink:Gene ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Genome . + owl:someValuesFrom biolink:Gene . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalEntity ; + rdfs:subClassOf biolink:OrganismalEntityAsAModelOfDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalEntity . + owl:someValuesFrom biolink:OrganismalEntityAsAModelOfDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:GenotypicSex ; + rdfs:subClassOf biolink:GenotypeToVariantAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenotypicSex . + owl:someValuesFrom biolink:GenotypeToVariantAssociation . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:species_context_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ] ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OrganismTaxonToEntityAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:BiologicalSex ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BiologicalSex . + owl:someValuesFrom biolink:MacromolecularMachineToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:RNAProduct ; + rdfs:subClassOf biolink:ReactionToParticipantAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:RNAProduct . + owl:someValuesFrom biolink:ReactionToParticipantAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:VariantToPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:GeneToGoTermAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:VariantToPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:GeneToGoTermAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ProcessedMaterial ; + rdfs:subClassOf biolink:OrganismTaxonToOrganismTaxonAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ProcessedMaterial . + owl:someValuesFrom biolink:OrganismTaxonToOrganismTaxonAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:PhenotypicQuality ; + rdfs:subClassOf biolink:ChemicalEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PhenotypicQuality . + owl:someValuesFrom biolink:ChemicalEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalIntervention ; + rdfs:subClassOf biolink:SeverityValue ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalIntervention . + owl:someValuesFrom biolink:SeverityValue . [] a owl:Restriction ; - rdfs:subClassOf biolink:SocioeconomicExposure ; + rdfs:subClassOf biolink:MacromolecularMachineToBiologicalProcessAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SocioeconomicExposure . + owl:someValuesFrom biolink:MacromolecularMachineToBiologicalProcessAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ProteinFamily ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ProteinFamily . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:SubjectOfInvestigation . [] a owl:Restriction ; - rdfs:subClassOf biolink:DiseaseToPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:ComplexChemicalExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DiseaseToPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:ComplexChemicalExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:BookChapter ; + rdfs:subClassOf biolink:CellLineAsAModelOfDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BookChapter . + owl:someValuesFrom biolink:CellLineAsAModelOfDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:DiagnosticAid ; + rdfs:subClassOf biolink:Human ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DiagnosticAid . + owl:someValuesFrom biolink:Human . [] a owl:Restriction ; - rdfs:subClassOf biolink:WebPage ; + rdfs:subClassOf biolink:AccessibleDnaRegion ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:WebPage . + owl:someValuesFrom biolink:AccessibleDnaRegion . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:MaterialSample ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Disease ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:object ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:MaterialSampleToEntityAssociationMixin . + owl:someValuesFrom biolink:DiseaseToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismTaxonToOrganismTaxonSpecialization ; + rdfs:subClassOf biolink:PhenotypicSex ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismTaxonToOrganismTaxonSpecialization . + owl:someValuesFrom biolink:PhenotypicSex . [] a owl:Restriction ; - rdfs:subClassOf biolink:ReagentTargetedGene ; + rdfs:subClassOf biolink:NucleosomeModification ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ReagentTargetedGene . + owl:someValuesFrom biolink:NucleosomeModification . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:CellLine ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:SequenceVariant ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:CellLineToEntityAssociationMixin . + owl:someValuesFrom biolink:VariantToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation ; + rdfs:subClassOf biolink:ContributorAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation . + owl:someValuesFrom biolink:ContributorAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:CellularOrganism ; + rdfs:subClassOf biolink:Fungus ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CellularOrganism . + owl:someValuesFrom biolink:Fungus . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Genome ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Genome . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:xref ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:xref ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:synonym ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:synonym ] ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneProductMixin . + owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:ExonToTranscriptRelationship ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:ExonToTranscriptRelationship . [] a owl:Restriction ; - rdfs:subClassOf biolink:DatasetVersion ; + rdfs:subClassOf biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DatasetVersion . + owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation ; + rdfs:subClassOf biolink:CellularOrganism ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation . + owl:someValuesFrom biolink:CellularOrganism . [] a owl:Restriction ; - rdfs:subClassOf biolink:Virus ; + rdfs:subClassOf biolink:CorrelatedGeneToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Virus . + owl:someValuesFrom biolink:CorrelatedGeneToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:IndividualOrganism ; + rdfs:subClassOf biolink:PhenotypicFeature ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:IndividualOrganism . + owl:someValuesFrom biolink:PhenotypicFeature . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalAffectsGeneAssociation ; + rdfs:subClassOf biolink:Exon ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalAffectsGeneAssociation . + owl:someValuesFrom biolink:Exon . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToGeneFamilyAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToGeneFamilyAssociation . + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:subject ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GeneToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalRole ; + rdfs:subClassOf biolink:PairwiseMolecularInteraction ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalRole . + owl:someValuesFrom biolink:PairwiseMolecularInteraction . [] a owl:Restriction ; - rdfs:subClassOf biolink:Book ; + rdfs:subClassOf biolink:BookChapter ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Book . + owl:someValuesFrom biolink:BookChapter . [] a owl:Restriction ; - rdfs:subClassOf biolink:GenotypeToPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:Polypeptide ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenotypeToPhenotypicFeatureAssociation . - -[] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalOrDrugOrTreatment . + owl:someValuesFrom biolink:Polypeptide . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:Gene ; - owl:onProperty biolink:has_gene_or_gene_product ], - [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_gene_or_gene_product ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneGroupingMixin . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:InformationContentEntity ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:InformationContentEntity . - -[] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:double ; - owl:onProperty biolink:has_quotient ], + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_percentage ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:qualified_predicate ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:object_aspect_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:has_total ], + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_count ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_total ], + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:has_quotient ], + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:integer ; - owl:onProperty biolink:has_total ], + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:subject_direction_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_percentage ], + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:has_count ], + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_quotient ], + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:double ; - owl:onProperty biolink:has_percentage ], + owl:minCardinality 0 ; + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:integer ; - owl:onProperty biolink:has_count ] ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_aspect_qualifier ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:FrequencyQuantifier . + owl:someValuesFrom biolink:FeatureOrDiseaseQualifiersToEntityMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:EnvironmentalFoodContaminant ; + rdfs:subClassOf biolink:OrganismTaxonToOrganismTaxonInteraction ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:EnvironmentalFoodContaminant . + owl:someValuesFrom biolink:OrganismTaxonToOrganismTaxonInteraction . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToGeneProductRelationship ; + rdfs:subClassOf biolink:EnvironmentalProcess ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToGeneProductRelationship . + owl:someValuesFrom biolink:EnvironmentalProcess . [] a owl:Restriction ; - rdfs:subClassOf biolink:Invertebrate ; + rdfs:subClassOf biolink:MolecularActivityToMolecularActivityAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Invertebrate . + owl:someValuesFrom biolink:MolecularActivityToMolecularActivityAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalToChemicalDerivationAssociation ; + rdfs:subClassOf biolink:Association ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalToChemicalDerivationAssociation . + owl:someValuesFrom biolink:Association . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalEntityAssessesNamedThingAssociation ; + rdfs:subClassOf biolink:GrossAnatomicalStructure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalEntityAssessesNamedThingAssociation . + owl:someValuesFrom biolink:GrossAnatomicalStructure . [] a owl:Restriction ; - rdfs:subClassOf biolink:AccessibleDnaRegion ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:AccessibleDnaRegion . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:PathologicalEntityMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:TaxonToTaxonAssociation ; + rdfs:subClassOf biolink:GeneAsAModelOfDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:TaxonToTaxonAssociation . + owl:someValuesFrom biolink:GeneAsAModelOfDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:SequenceFeatureRelationship ; + rdfs:subClassOf biolink:RNAProductIsoform ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SequenceFeatureRelationship . + owl:someValuesFrom biolink:RNAProductIsoform . + +[] a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:PhysicalEssence . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:name ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:name ], + owl:onProperty biolink:frequency_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:name ] ; + owl:onProperty biolink:frequency_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty biolink:frequency_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:MacromolecularMachineMixin . + owl:someValuesFrom biolink:FrequencyQualifierMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:ExposureEventToOutcomeAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:ExposureEventToOutcomeAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Association ; + rdfs:subClassOf biolink:PosttranslationalModification ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Association . + owl:someValuesFrom biolink:PosttranslationalModification . [] a owl:Restriction ; - rdfs:subClassOf biolink:GenotypeToDiseaseAssociation ; + rdfs:subClassOf biolink:DatasetVersion ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenotypeToDiseaseAssociation . + owl:someValuesFrom biolink:DatasetVersion . [] a owl:Restriction ; - rdfs:subClassOf biolink:PairwiseGeneToGeneInteraction ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PairwiseGeneToGeneInteraction . + rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Genotype ; + owl:onProperty biolink:subject ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GenotypeToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:PlanetaryEntity ; + rdfs:subClassOf biolink:Cell ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PlanetaryEntity . + owl:someValuesFrom biolink:Cell . [] a owl:Restriction ; - rdfs:subClassOf biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:OrganismTaxonToOrganismTaxonSpecialization ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:OrganismTaxonToOrganismTaxonSpecialization . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalCourse ; + rdfs:subClassOf biolink:AnatomicalEntityToAnatomicalEntityAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalCourse . + owl:someValuesFrom biolink:AnatomicalEntityToAnatomicalEntityAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:VariantToGeneExpressionAssociation ; + rdfs:subClassOf biolink:MaterialSampleDerivationAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:VariantToGeneExpressionAssociation . + owl:someValuesFrom biolink:MaterialSampleDerivationAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:MolecularActivityToMolecularActivityAssociation ; + rdfs:subClassOf biolink:VariantToPopulationAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MolecularActivityToMolecularActivityAssociation . + owl:someValuesFrom biolink:VariantToPopulationAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Protein ; + rdfs:subClassOf biolink:GeographicExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Protein . + owl:someValuesFrom biolink:GeographicExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:MolecularActivity ; + rdfs:subClassOf biolink:NoncodingRNAProduct ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MolecularActivity . + owl:someValuesFrom biolink:NoncodingRNAProduct . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneticInheritance ; + rdfs:subClassOf biolink:LogOddsAnalysisResult ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneticInheritance . + owl:someValuesFrom biolink:LogOddsAnalysisResult . [] a owl:Restriction ; - rdfs:subClassOf biolink:PopulationOfIndividualOrganisms ; + rdfs:subClassOf biolink:Plant ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PopulationOfIndividualOrganisms . + owl:someValuesFrom biolink:Plant . [] a owl:Restriction ; - rdfs:subClassOf biolink:PathologicalProcessExposure ; + rdfs:subClassOf biolink:ProteinFamily ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PathologicalProcessExposure . - -[] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:timepoint ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:time ; - owl:onProperty biolink:timepoint ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:timepoint ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ExposureEvent . + owl:someValuesFrom biolink:ProteinFamily . [] a owl:Restriction ; - rdfs:subClassOf biolink:InformationContentEntityToNamedThingAssociation ; + rdfs:subClassOf biolink:OrganismAttribute ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:InformationContentEntityToNamedThingAssociation . + owl:someValuesFrom biolink:OrganismAttribute . [] a owl:Restriction ; rdfs:subClassOf biolink:RelativeFrequencyAnalysisResult ; @@ -13706,184 +13905,128 @@ biolink:subject a owl:ObjectProperty ; owl:someValuesFrom biolink:RelativeFrequencyAnalysisResult . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:ComplexMolecularMixture ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:ComplexMolecularMixture . [] a owl:Restriction ; - rdfs:subClassOf biolink:Haplotype ; + rdfs:subClassOf biolink:MolecularActivityToPathwayAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Haplotype . + owl:someValuesFrom biolink:MolecularActivityToPathwayAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:BioticExposure ; + rdfs:subClassOf biolink:StudyPopulation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BioticExposure . + owl:someValuesFrom biolink:StudyPopulation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Hospitalization ; + rdfs:subClassOf biolink:MacromolecularMachineToMolecularActivityAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Hospitalization . - -[] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct . + owl:someValuesFrom biolink:MacromolecularMachineToMolecularActivityAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalTrial ; + rdfs:subClassOf biolink:GeneRegulatesGeneAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalTrial . - -[] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Drug ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:DrugToEntityAssociationMixin . + owl:someValuesFrom biolink:GeneRegulatesGeneAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:MicroRNA ; + rdfs:subClassOf biolink:BehaviorToBehavioralFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MicroRNA . - -[] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence . + owl:someValuesFrom biolink:BehaviorToBehavioralFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeographicExposure ; + rdfs:subClassOf biolink:ChemicalExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeographicExposure . + owl:someValuesFrom biolink:ChemicalExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalMeasurement ; + rdfs:subClassOf biolink:EvidenceType ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalMeasurement . - -[] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:id ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:id ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:id ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass . + owl:someValuesFrom biolink:EvidenceType . [] a owl:Restriction ; - rdfs:subClassOf biolink:Device ; + rdfs:subClassOf biolink:Hospitalization ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Device . + owl:someValuesFrom biolink:Hospitalization . [] a owl:Restriction ; - rdfs:subClassOf biolink:DiseaseToExposureEventAssociation ; + rdfs:subClassOf biolink:JournalArticle ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DiseaseToExposureEventAssociation . + owl:someValuesFrom biolink:JournalArticle . [] a owl:Restriction ; - rdfs:subClassOf biolink:BiologicalEntity ; + rdfs:subClassOf biolink:ProteinIsoform ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BiologicalEntity . + owl:someValuesFrom biolink:ProteinIsoform . [] a owl:Restriction ; - rdfs:subClassOf biolink:PhenotypicFeatureToPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:PairwiseGeneToGeneInteraction ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PhenotypicFeatureToPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:PairwiseGeneToGeneInteraction . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalToPathwayAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalToPathwayAssociation . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ActivityAndBehavior . [] a owl:Restriction ; - rdfs:subClassOf biolink:ComplexChemicalExposure ; + rdfs:subClassOf biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ComplexChemicalExposure . + owl:someValuesFrom biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:NucleosomeModification ; + rdfs:subClassOf biolink:VariantToGeneAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:NucleosomeModification . + owl:someValuesFrom biolink:VariantToGeneAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:DiseaseOrPhenotypicFeature ; + rdfs:subClassOf biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DiseaseOrPhenotypicFeature . + owl:someValuesFrom biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Patent ; + rdfs:subClassOf biolink:EnvironmentalFoodContaminant ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Patent . + owl:someValuesFrom biolink:EnvironmentalFoodContaminant . [] a owl:Restriction ; - rdfs:subClassOf biolink:Human ; + rdfs:subClassOf biolink:Dataset ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Human . + owl:someValuesFrom biolink:Dataset . [] a owl:Restriction ; - rdfs:subClassOf biolink:SiRNA ; + rdfs:subClassOf biolink:TranscriptionFactorBindingSite ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SiRNA . - -[] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PathognomonicityQuantifier . + owl:someValuesFrom biolink:TranscriptionFactorBindingSite . [] a owl:Restriction ; - rdfs:subClassOf biolink:BiologicalProcessOrActivity ; + rdfs:subClassOf biolink:TaxonToTaxonAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BiologicalProcessOrActivity . + owl:someValuesFrom biolink:TaxonToTaxonAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:SocioeconomicAttribute ; + rdfs:subClassOf biolink:DiseaseOrPhenotypicFeature ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SocioeconomicAttribute . + owl:someValuesFrom biolink:DiseaseOrPhenotypicFeature . [] a owl:Restriction ; - rdfs:subClassOf biolink:ProcessRegulatesProcessAssociation ; + rdfs:subClassOf biolink:DrugExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ProcessRegulatesProcessAssociation . + owl:someValuesFrom biolink:DrugExposure . [] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:RelationshipQuantifier . + rdfs:subClassOf biolink:DiseaseToExposureEventAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:DiseaseToExposureEventAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:DruggableGeneToDiseaseAssociation ; + rdfs:subClassOf biolink:Protein ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DruggableGeneToDiseaseAssociation . + owl:someValuesFrom biolink:Protein . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismToOrganismAssociation ; + rdfs:subClassOf biolink:BiologicalSex ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismToOrganismAssociation . + owl:someValuesFrom biolink:BiologicalSex . [] a owl:Restriction ; rdfs:subClassOf biolink:GenomicSequenceLocalization ; @@ -13891,735 +14034,592 @@ biolink:subject a owl:ObjectProperty ; owl:someValuesFrom biolink:GenomicSequenceLocalization . [] a owl:Restriction ; - rdfs:subClassOf biolink:VariantToDiseaseAssociation ; + rdfs:subClassOf biolink:ProcessRegulatesProcessAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:VariantToDiseaseAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:GeneRegulatesGeneAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneRegulatesGeneAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:PairwiseMolecularInteraction ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PairwiseMolecularInteraction . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:Disease ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Disease . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:AnatomicalEntity ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:AnatomicalEntity . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:Study ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Study . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:CellLineAsAModelOfDiseaseAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CellLineAsAModelOfDiseaseAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:MaterialSampleDerivationAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MaterialSampleDerivationAssociation . + owl:someValuesFrom biolink:ProcessRegulatesProcessAssociation . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_specialization_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:anatomical_context_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:onProperty biolink:has_total ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:sex_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:has_count ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:subject ], + owl:minCardinality 0 ; + owl:onProperty biolink:has_quotient ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:allValuesFrom xsd:integer ; + owl:onProperty biolink:has_total ], [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:object_specialization_qualifier ], + owl:allValuesFrom xsd:double ; + owl:onProperty biolink:has_percentage ], [ a owl:Restriction ; - owl:allValuesFrom biolink:BiologicalSex ; - owl:onProperty biolink:sex_qualifier ], + owl:allValuesFrom xsd:double ; + owl:onProperty biolink:has_quotient ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_specialization_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_specialization_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:PhenotypicFeature ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:sex_qualifier ], + owl:onProperty biolink:has_quotient ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:disease_context_qualifier ], + owl:onProperty biolink:has_percentage ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_specialization_qualifier ], + owl:onProperty biolink:has_total ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:disease_context_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Disease ; - owl:onProperty biolink:disease_context_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:has_percentage ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom xsd:integer ; + owl:onProperty biolink:has_count ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:anatomical_context_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:subject_specialization_qualifier ] ; + owl:onProperty biolink:has_count ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin . + owl:someValuesFrom biolink:FrequencyQuantifier . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneAffectsChemicalAssociation ; + rdfs:subClassOf biolink:PathologicalProcess ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneAffectsChemicalAssociation . + owl:someValuesFrom biolink:PathologicalProcess . [] a owl:Restriction ; - rdfs:subClassOf biolink:ReactionToParticipantAssociation ; + rdfs:subClassOf biolink:ChemicalEntityAssessesNamedThingAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ReactionToParticipantAssociation . + owl:someValuesFrom biolink:ChemicalEntityAssessesNamedThingAssociation . [] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:PhenotypicFeature ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:sex_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:sex_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:BiologicalSex ; - owl:onProperty biolink:sex_qualifier ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhenotypicFeatureToEntityAssociationMixin . + rdfs:subClassOf biolink:GeneToGeneHomologyAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:GeneToGeneHomologyAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:NoncodingRNAProduct ; + rdfs:subClassOf biolink:ChemicalAffectsGeneAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:NoncodingRNAProduct . + owl:someValuesFrom biolink:ChemicalAffectsGeneAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismAttribute ; + rdfs:subClassOf biolink:MacromolecularMachineToCellularComponentAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismAttribute . + owl:someValuesFrom biolink:MacromolecularMachineToCellularComponentAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalGeneInteractionAssociation ; + rdfs:subClassOf biolink:Cohort ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalGeneInteractionAssociation . + owl:someValuesFrom biolink:Cohort . [] a owl:Restriction ; - rdfs:subClassOf biolink:Mammal ; + rdfs:subClassOf biolink:MicroRNA ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Mammal . + owl:someValuesFrom biolink:MicroRNA . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:ReactionToCatalystAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:ReactionToCatalystAssociation . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_aspect_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_aspect_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_aspect_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_direction_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:qualified_predicate ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:disease_context_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:qualified_predicate ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_aspect_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:object_direction_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_aspect_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:qualified_predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:disease_context_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Disease ; - owl:onProperty biolink:disease_context_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:subject_direction_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_direction_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:onProperty biolink:has_biological_sequence ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_direction_qualifier ], + owl:onProperty biolink:has_biological_sequence ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_aspect_qualifier ] ; + owl:onProperty biolink:has_biological_sequence ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToFeatureOrDiseaseQualifiersMixin . + owl:someValuesFrom biolink:GenomicEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:CommonDataElement ; + rdfs:subClassOf biolink:GeneToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CommonDataElement . + owl:someValuesFrom biolink:GeneToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:BehaviorToBehavioralFeatureAssociation ; + rdfs:subClassOf biolink:Serial ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BehaviorToBehavioralFeatureAssociation . + owl:someValuesFrom biolink:Serial . [] a owl:Restriction ; - rdfs:subClassOf biolink:RNAProductIsoform ; + rdfs:subClassOf biolink:ClinicalCourse ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:RNAProductIsoform . + owl:someValuesFrom biolink:ClinicalCourse . [] a owl:Restriction ; - rdfs:subClassOf biolink:EnvironmentalProcess ; + rdfs:subClassOf biolink:Food ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:EnvironmentalProcess . + owl:someValuesFrom biolink:Food . [] a owl:Restriction ; - rdfs:subClassOf biolink:CellularComponent ; + rdfs:subClassOf biolink:GenotypeToGenotypePartAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CellularComponent . + owl:someValuesFrom biolink:GenotypeToGenotypePartAssociation . [] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Genotype ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenotypeToEntityAssociationMixin . + rdfs:subClassOf biolink:ClinicalTrial ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:ClinicalTrial . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:PathologicalAnatomicalStructure ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:PathologicalAnatomicalStructure . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:CausalGeneToDiseaseAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:CausalGeneToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:PhysicalEntity ; + rdfs:subClassOf biolink:SequenceVariant ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PhysicalEntity . + owl:someValuesFrom biolink:SequenceVariant . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismTaxon ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismTaxon . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GeneProductIsoformMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:PathologicalAnatomicalStructure ; + rdfs:subClassOf biolink:PhenotypicQuality ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PathologicalAnatomicalStructure . + owl:someValuesFrom biolink:PhenotypicQuality . [] a owl:Restriction ; - rdfs:subClassOf biolink:ExposureEventToOutcomeAssociation ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:Occurrent . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:CellLine ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ExposureEventToOutcomeAssociation . + owl:someValuesFrom biolink:CellLine . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:OrganismTaxon ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin . + owl:someValuesFrom biolink:OrganismTaxonToEntityAssociation . [] a owl:Restriction ; + rdfs:subClassOf biolink:Device ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Device . + +[] a owl:Restriction ; + rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:name ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:name ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:name ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:SubjectOfInvestigation . + owl:someValuesFrom biolink:MacromolecularMachineMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:ConfidenceLevel ; + rdfs:subClassOf biolink:SequenceFeatureRelationship ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ConfidenceLevel . + owl:someValuesFrom biolink:SequenceFeatureRelationship . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToGeneAssociation ; + rdfs:subClassOf biolink:PopulationToPopulationAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToGeneAssociation . + owl:someValuesFrom biolink:PopulationToPopulationAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Zygosity ; + rdfs:subClassOf biolink:ClinicalMeasurement ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Zygosity . + owl:someValuesFrom biolink:ClinicalMeasurement . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalAttribute ; + rdfs:subClassOf biolink:SiRNA ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalAttribute . + owl:someValuesFrom biolink:SiRNA . [] a owl:Restriction ; - rdfs:subClassOf biolink:CellLine ; + rdfs:subClassOf biolink:VariantToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CellLine . + owl:someValuesFrom biolink:VariantToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:EntityToPhenotypicFeatureAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociation . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GeneOrGeneProduct . [] a owl:Restriction ; - rdfs:subClassOf biolink:GenomicBackgroundExposure ; + rdfs:subClassOf biolink:WebPage ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenomicBackgroundExposure . + owl:someValuesFrom biolink:WebPage . [] a owl:Restriction ; - rdfs:subClassOf biolink:Dataset ; + rdfs:subClassOf biolink:SmallMolecule ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Dataset . + owl:someValuesFrom biolink:SmallMolecule . [] a owl:Restriction ; - rdfs:subClassOf biolink:Behavior ; + rdfs:subClassOf biolink:LifeStage ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Behavior . + owl:someValuesFrom biolink:LifeStage . [] a owl:Restriction ; - rdfs:subClassOf biolink:Case ; + rdfs:subClassOf biolink:PathologicalAnatomicalExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Case . + owl:someValuesFrom biolink:PathologicalAnatomicalExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToExpressionSiteAssociation ; + rdfs:subClassOf biolink:BehavioralExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToExpressionSiteAssociation . + owl:someValuesFrom biolink:BehavioralExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismalEntityAsAModelOfDiseaseAssociation ; + rdfs:subClassOf biolink:EntityToPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismalEntityAsAModelOfDiseaseAssociation . + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:DiseaseOrPhenotypicFeatureExposure ; + rdfs:subClassOf biolink:Article ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureExposure . + owl:someValuesFrom biolink:Article . [] a owl:Restriction ; - rdfs:subClassOf biolink:SeverityValue ; + rdfs:subClassOf biolink:Vertebrate ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SeverityValue . + owl:someValuesFrom biolink:Vertebrate . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneFamily ; + rdfs:subClassOf biolink:OrganismalEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneFamily . + owl:someValuesFrom biolink:OrganismalEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:Phenomenon ; + rdfs:subClassOf biolink:GenotypicSex ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Phenomenon . + owl:someValuesFrom biolink:GenotypicSex . [] a owl:Restriction ; - rdfs:subClassOf biolink:Snv ; + rdfs:subClassOf biolink:PopulationOfIndividualOrganisms ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Snv . + owl:someValuesFrom biolink:PopulationOfIndividualOrganisms . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeographicLocation ; + rdfs:subClassOf biolink:BiologicalEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeographicLocation . + owl:someValuesFrom biolink:BiologicalEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:Zygosity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:Zygosity . [] a owl:Restriction ; - rdfs:subClassOf biolink:NucleicAcidSequenceMotif ; + rdfs:subClassOf biolink:InformationContentEntityToNamedThingAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:NucleicAcidSequenceMotif . + owl:someValuesFrom biolink:InformationContentEntityToNamedThingAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:PathologicalAnatomicalExposure ; + rdfs:subClassOf biolink:CommonDataElement ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PathologicalAnatomicalExposure . + owl:someValuesFrom biolink:CommonDataElement . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:Disease ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:id ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ] ; + owl:onProperty biolink:id ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:id ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin . + owl:someValuesFrom biolink:OntologyClass . [] a owl:Restriction ; - rdfs:subClassOf biolink:Polypeptide ; + rdfs:subClassOf biolink:ChemicalToChemicalDerivationAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Polypeptide . + owl:someValuesFrom biolink:ChemicalToChemicalDerivationAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToDiseaseAssociation ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:RelationshipQuantifier . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Haplotype ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToDiseaseAssociation . + owl:someValuesFrom biolink:Haplotype . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:minCardinality 0 ; + owl:onProperty biolink:timepoint ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom xsd:time ; + owl:onProperty biolink:timepoint ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ] ; + owl:onProperty biolink:timepoint ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneToEntityAssociationMixin . + owl:someValuesFrom biolink:ExposureEvent . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:StudyVariable ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:StudyVariable . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:GeneToGeneProductRelationship ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:GeneToGeneProductRelationship . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:SocioeconomicAttribute ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:SocioeconomicAttribute . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:DiagnosticAid ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:DiagnosticAid . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:GenotypeAsAModelOfDiseaseAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:GenotypeAsAModelOfDiseaseAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:SequenceVariantModulatesTreatmentAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:SequenceVariantModulatesTreatmentAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:FunctionalAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:FunctionalAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:ClinicalIntervention ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:ClinicalIntervention . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:GeneToPathwayAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:GeneToPathwayAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:NucleicAcidSequenceMotif ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:NucleicAcidSequenceMotif . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:InformationContentEntity ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:InformationContentEntity . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:ConfidenceLevel ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:ConfidenceLevel . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:subject ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:synonym ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:species_context_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:species_context_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:species_context_qualifier ], + owl:onProperty biolink:synonym ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:xref ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ] ; + owl:minCardinality 0 ; + owl:onProperty biolink:xref ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:MacromolecularMachineToEntityAssociationMixin . + owl:someValuesFrom biolink:GeneProductMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:PopulationToPopulationAssociation ; + rdfs:subClassOf biolink:Drug ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PopulationToPopulationAssociation . + owl:someValuesFrom biolink:Drug . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Agent ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Agent . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:FoodAdditive ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:FoodAdditive . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:TextMiningResult ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:TextMiningResult . [] a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:SpecificityQuantifier . + owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:DrugLabel ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:DrugLabel . [] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_biological_sequence ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_biological_sequence ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:has_biological_sequence ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity . + owl:someValuesFrom biolink:PathognomonicityQuantifier . [] a owl:Restriction ; - rdfs:subClassOf biolink:VariantToGeneAssociation ; + rdfs:subClassOf biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:VariantToGeneAssociation . + owl:someValuesFrom biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:VariantToGeneExpressionAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:VariantToGeneExpressionAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Bacterium ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Bacterium . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Case ; - owl:onProperty biolink:subject ] ; + owl:onProperty biolink:object ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:CaseToEntityAssociationMixin . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:GeneHasVariantThatContributesToDiseaseAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneHasVariantThatContributesToDiseaseAssociation . + owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty biolink:frequency_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:frequency_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:expression_site ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:OntologyClass ; + owl:onProperty biolink:quantifier_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:expression_site ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], + owl:maxCardinality 1 ; + owl:onProperty biolink:expression_site ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:quantifier_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:quantifier_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:phenotypic_state ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:LifeStage ; + owl:onProperty biolink:stage_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:minCardinality 0 ; + owl:onProperty biolink:phenotypic_state ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:frequency_qualifier ], + owl:onProperty biolink:stage_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:stage_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:subject ] ; + owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; + owl:onProperty biolink:phenotypic_state ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:FrequencyQualifierMixin . + owl:someValuesFrom biolink:GeneExpressionMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismTaxonToOrganismTaxonAssociation ; + rdfs:subClassOf biolink:ReagentTargetedGene ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismTaxonToOrganismTaxonAssociation . - -[] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ActivityAndBehavior . + owl:someValuesFrom biolink:ReagentTargetedGene . [] a owl:Restriction ; - rdfs:subClassOf biolink:ExonToTranscriptRelationship ; + rdfs:subClassOf biolink:PreprintPublication ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ExonToTranscriptRelationship . + owl:someValuesFrom biolink:PreprintPublication . [] a owl:Restriction ; - rdfs:subClassOf biolink:CaseToPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:DatasetDistribution ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CaseToPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:DatasetDistribution . [] a owl:Restriction ; - rdfs:subClassOf biolink:MolecularMixture ; + rdfs:subClassOf biolink:ChemicalToPathwayAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MolecularMixture . + owl:someValuesFrom biolink:ChemicalToPathwayAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ComplexMolecularMixture ; + rdfs:subClassOf biolink:OrganismTaxon ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ComplexMolecularMixture . + owl:someValuesFrom biolink:OrganismTaxon . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToGeneHomologyAssociation ; + rdfs:subClassOf biolink:GeneToGeneCoexpressionAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToGeneHomologyAssociation . + owl:someValuesFrom biolink:GeneToGeneCoexpressionAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:NucleicAcidEntity ; + rdfs:subClassOf biolink:ConceptCountAnalysisResult ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:NucleicAcidEntity . + owl:someValuesFrom biolink:ConceptCountAnalysisResult . [] a owl:Restriction ; - rdfs:subClassOf biolink:MolecularActivityToChemicalEntityAssociation ; + rdfs:subClassOf biolink:GenotypeToPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MolecularActivityToChemicalEntityAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_direction_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_aspect_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:qualified_predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_direction_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:object_direction_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_direction_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_aspect_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_aspect_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:subject_direction_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_aspect_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:qualified_predicate ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_direction_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_aspect_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:qualified_predicate ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_aspect_qualifier ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:FeatureOrDiseaseQualifiersToEntityMixin . + owl:someValuesFrom biolink:GenotypeToPhenotypicFeatureAssociation . diff --git a/project/protobuf/biolink_model.proto b/project/protobuf/biolink_model.proto index 3756c2749..a79773cf5 100644 --- a/project/protobuf/biolink_model.proto +++ b/project/protobuf/biolink_model.proto @@ -1,7 +1,7 @@ syntax="proto3"; package // metamodel_version: 1.7.0 -// version: 4.2.5-rc2 +// version: 4.2.5 // A region (or regions) of a chromatinized genome that has been measured to be more accessible to an enzyme such as DNase-I or Tn5 Transpose message AccessibleDnaRegion { diff --git a/project/shacl/biolink_model.shacl.ttl b/project/shacl/biolink_model.shacl.ttl index 6c412be7f..f745e2bd9 100644 --- a/project/shacl/biolink_model.shacl.ttl +++ b/project/shacl/biolink_model.shacl.ttl @@ -16,37 +16,40 @@ biolink:AccessibleDnaRegion a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "connects a genomic feature to its sequence" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:has_biological_sequence ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdf:type ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:in_taxon ], + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], + sh:order 6 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; @@ -58,12 +61,23 @@ biolink:AccessibleDnaRegion a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:synonym ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:full_name ], + sh:order 3 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -71,51 +85,44 @@ biolink:AccessibleDnaRegion a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "connects a genomic feature to its sequence" ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:has_biological_sequence ], + sh:order 4 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ] ; + sh:order 10 ; + sh:path rdf:type ] ; sh:targetClass biolink:AccessibleDnaRegion . biolink:Activity a sh:NodeShape ; sh:closed true ; sh:description "An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 2 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:order 8 ; + sh:path rdfs:label ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:category ], + sh:order 11 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; @@ -123,20 +130,12 @@ biolink:Activity a sh:NodeShape ; sh:order 5 ; sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:full_name ], + sh:order 4 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -144,29 +143,30 @@ biolink:Activity a sh:NodeShape ; sh:order 9 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:category ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:deprecated ], + sh:order 1 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdfs:label ] ; + sh:order 7 ; + sh:path rdf:type ] ; sh:targetClass biolink:Activity . biolink:ActivityAndBehavior a sh:NodeShape ; @@ -177,40 +177,19 @@ biolink:ActivityAndBehavior a sh:NodeShape ; biolink:AdministrativeEntity a sh:NodeShape ; sh:closed false ; - sh:ignoredProperties ( biolink:affiliation biolink:address rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:ignoredProperties ( rdf:type biolink:address biolink:affiliation ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], + sh:order 2 ; + sh:path biolink:full_name ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:full_name ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -218,15 +197,25 @@ biolink:AdministrativeEntity a sh:NodeShape ; sh:order 11 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:type ], + sh:order 0 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdfs:label ], + sh:order 5 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -234,6 +223,17 @@ biolink:AdministrativeEntity a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -250,50 +250,59 @@ biolink:AdministrativeEntity a sh:NodeShape ; biolink:AnatomicalEntityToAnatomicalEntityAssociation a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:property [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 35 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 31 ; + sh:path biolink:id ], [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 20 ; sh:path biolink:object_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:class biolink:AnatomicalEntity ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -301,17 +310,23 @@ biolink:AnatomicalEntityToAnatomicalEntityAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 34 ; + sh:path rdf:type ], [ sh:class biolink:AnatomicalEntity ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -319,257 +334,207 @@ biolink:AnatomicalEntityToAnatomicalEntityAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:order 36 ; + sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:knowledge_source ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:original_object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ] ; - sh:targetClass biolink:AnatomicalEntityToAnatomicalEntityAssociation . - -biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "A relationship between two anatomical entities where the relationship is ontogenic, i.e. the two entities are related by development. A number of different relationship types can be used to specify the precise nature of the relationship." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:path biolink:iri ] ; + sh:targetClass biolink:AnatomicalEntityToAnatomicalEntityAssociation . + +biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "A relationship between two anatomical entities where the relationship is ontogenic, i.e. the two entities are related by development. A number of different relationship types can be used to specify the precise nature of the relationship." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 24 ; sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], [ sh:class biolink:AnatomicalEntity ; sh:description "the structure at an earlier time" ; sh:maxCount 1 ; @@ -577,51 +542,29 @@ biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 3 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -630,45 +573,68 @@ biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation a sh:NodeShape ; sh:order 1 ; sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "the structure at a later time" ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path dct:description ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 6 ; + sh:path biolink:publications ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 28 ; sh:path biolink:p_value ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 31 ; + sh:path biolink:id ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -680,69 +646,85 @@ biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 38 ; sh:path biolink:deprecated ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 26 ; - sh:path biolink:object_label_closure ] ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "the structure at a later time" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ] ; sh:targetClass biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation . biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation a sh:NodeShape ; sh:closed true ; sh:description "A relationship between two anatomical entities where the relationship is mereological, i.e the two entities are related by parthood. This includes relationships between cellular components and cells, between cells and tissues, tissues and whole organisms" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:EvidenceType ; + sh:property [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "the whole" ; + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; @@ -760,48 +742,61 @@ biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "the part" ; - sh:maxCount 1 ; - sh:minCount 1 ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 16 ; sh:path biolink:original_object ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; @@ -815,71 +810,95 @@ biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation a sh:NodeShape ; sh:order 13 ; sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 34 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "the whole" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 36 ; sh:path dct:description ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -887,50 +906,31 @@ biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + [ sh:class biolink:AnatomicalEntity ; + sh:description "the part" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ] ; + sh:order 17 ; + sh:path biolink:subject_category ] ; sh:targetClass biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation . biolink:Annotation a sh:NodeShape ; @@ -944,81 +944,65 @@ biolink:Article a sh:NodeShape ; sh:description "a piece of writing on a particular topic presented as a stand-alone section of a larger publication" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; + sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path dct:type ], + [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path biolink:license ], - [ sh:datatype xsd:anyURI ; - sh:description "The enclosing parent serial containing the article should have industry-standard identifier from ISSN." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:published_in ], [ sh:datatype xsd:string ; sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 22 ; sh:path rdfs:label ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:creation_date ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "Optional value, if used locally as a convenience, is set to the iso abbreviation of the 'published in' parent." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:iso_abbreviation ], - [ sh:datatype xsd:string ; + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:format ], + sh:order 14 ; + sh:path biolink:creation_date ], [ sh:datatype xsd:string ; + sh:description "issue of a newspaper, a scientific journal or magazine for reference purpose" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path rdf:type ], - [ sh:class biolink:Agent ; - sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:authors ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:has_attribute ], + sh:order 3 ; + sh:path biolink:issue ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:xref ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:volume ], + sh:order 23 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:rights ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + sh:order 21 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:deprecated ], + sh:order 17 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; sh:nodeKind sh:Literal ; @@ -1031,44 +1015,39 @@ biolink:Article a sh:NodeShape ; sh:order 16 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "issue of a newspaper, a scientific journal or magazine for reference purpose" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:issue ], - [ sh:datatype xsd:string ; - sh:description "executive summary of a publication" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:summary ], + sh:order 12 ; + sh:path biolink:rights ], [ sh:datatype xsd:anyURI ; - sh:description "mesh terms tagging a publication" ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:mesh_terms ], + sh:order 20 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:provided_by ], + sh:order 13 ; + sh:path biolink:format ], [ sh:datatype xsd:string ; sh:description "keywords tagging a publication" ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:keywords ], [ sh:datatype xsd:string ; - sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; + sh:description "executive summary of a publication" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:summary ], + [ sh:datatype xsd:anyURI ; + sh:description "The enclosing parent serial containing the article should have industry-standard identifier from ISSN." ; + sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path dct:type ], + sh:order 0 ; + sh:path biolink:published_in ], [ sh:datatype xsd:string ; sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; sh:maxCount 1 ; @@ -1076,76 +1055,73 @@ biolink:Article a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 18 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:volume ], [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:description "mesh terms tagging a publication" ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:category ], + sh:order 8 ; + sh:path biolink:mesh_terms ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path dct:description ] ; + sh:order 19 ; + sh:path biolink:iri ], + [ sh:class biolink:Agent ; + sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:authors ] ; sh:targetClass biolink:Article . biolink:Association a sh:NodeShape ; sh:closed true ; sh:description "A typed association between two entities, supported by evidence" ; - sh:ignoredProperties ( biolink:object_part_qualifier biolink:onset_qualifier biolink:object_form_or_variant_qualifier biolink:quantifier_qualifier biolink:reaction_side biolink:frequency_qualifier biolink:stoichiometry biolink:phenotypic_state biolink:genome_build biolink:has_count biolink:max_research_phase biolink:causal_mechanism_qualifier biolink:expression_site rdf:type biolink:has_percentage biolink:object_direction_qualifier biolink:end_interbase_coordinate biolink:object_derivative_qualifier biolink:object_specialization_qualifier biolink:subject_aspect_qualifier biolink:catalyst_qualifier biolink:has_quotient biolink:subject_derivative_qualifier biolink:start_interbase_coordinate biolink:subject_context_qualifier biolink:strand biolink:has_total biolink:population_context_qualifier biolink:qualified_predicate biolink:sex_qualifier biolink:subject_direction_qualifier biolink:temporal_context_qualifier biolink:subject_part_qualifier biolink:interacting_molecules_category biolink:FDA_adverse_event_level biolink:object_aspect_qualifier biolink:disease_context_qualifier biolink:subject_form_or_variant_qualifier biolink:phase biolink:reaction_direction biolink:clinical_approval_status biolink:associated_environmental_context biolink:subject_specialization_qualifier biolink:object_context_qualifier biolink:stage_qualifier biolink:species_context_qualifier biolink:anatomical_context_qualifier ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:ignoredProperties ( biolink:max_research_phase biolink:subject_form_or_variant_qualifier biolink:subject_context_qualifier biolink:catalyst_qualifier biolink:has_total biolink:qualified_predicate biolink:disease_context_qualifier biolink:expression_site biolink:has_quotient biolink:reaction_side biolink:temporal_context_qualifier biolink:object_aspect_qualifier biolink:strand biolink:has_percentage biolink:end_interbase_coordinate biolink:object_specialization_qualifier biolink:clinical_approval_status biolink:frequency_qualifier biolink:subject_part_qualifier biolink:object_part_qualifier biolink:quantifier_qualifier biolink:subject_direction_qualifier biolink:object_derivative_qualifier rdf:type biolink:phase biolink:object_direction_qualifier biolink:has_count biolink:genome_build biolink:stoichiometry biolink:object_form_or_variant_qualifier biolink:anatomical_context_qualifier biolink:associated_environmental_context biolink:causal_mechanism_qualifier biolink:population_context_qualifier biolink:interacting_molecules_category biolink:phenotypic_state biolink:reaction_direction biolink:species_context_qualifier biolink:onset_qualifier biolink:sex_qualifier biolink:subject_specialization_qualifier biolink:start_interbase_coordinate biolink:subject_aspect_qualifier biolink:stage_qualifier biolink:object_context_qualifier biolink:FDA_adverse_event_level biolink:subject_derivative_qualifier ) ; + sh:property [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:negated ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; @@ -1153,15 +1129,63 @@ biolink:Association a sh:NodeShape ; sh:order 14 ; sh:path biolink:original_subject ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; @@ -1169,44 +1193,60 @@ biolink:Association a sh:NodeShape ; sh:order 28 ; sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -1215,17 +1255,40 @@ biolink:Association a sh:NodeShape ; sh:order 0 ; sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path dct:description ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; @@ -1238,101 +1301,58 @@ biolink:Association a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 29 ; sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 26 ; sh:path biolink:object_label_closure ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 34 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 35 ; + sh:path rdfs:label ] ; + sh:targetClass biolink:Association . + +biolink:Bacterium a sh:NodeShape ; + sh:closed true ; + sh:description "A member of a group of unicellular microorganisms lacking a nuclear membrane, that reproduce by binary fission and are often motile." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 3 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ] ; - sh:targetClass biolink:Association . - -biolink:Bacterium a sh:NodeShape ; - sh:closed true ; - sh:description "A member of a group of unicellular microorganisms lacking a nuclear membrane, that reproduce by binary fission and are often motile." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -1348,95 +1368,68 @@ biolink:Bacterium a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], + sh:order 5 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 8 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ] ; + sh:order 1 ; + sh:path biolink:in_taxon_label ] ; sh:targetClass biolink:Bacterium . biolink:BehaviorToBehavioralFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between an mixture behavior and a behavioral feature manifested by the individual exhibited or has exhibited the behavior." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Publication ; + sh:property [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 17 ; + sh:path biolink:agent_type ], + [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 11 ; sh:path biolink:publications ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 42 ; - sh:path biolink:has_attribute ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 49 ; - sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path rdf:type ], + sh:order 48 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:subject_label_closure ], + sh:order 28 ; + sh:path biolink:subject_namespace ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; @@ -1444,27 +1437,28 @@ biolink:BehaviorToBehavioralFeatureAssociation a sh:NodeShape ; sh:order 16 ; sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 31 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 34 ; + sh:path biolink:adjusted_p_value ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:timepoint ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 40 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 51 ; - sh:path biolink:object_direction_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -1472,12 +1466,46 @@ biolink:BehaviorToBehavioralFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 36 ; sh:path biolink:id ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 53 ; + sh:path biolink:frequency_qualifier ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 47 ; + sh:path biolink:has_percentage ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 30 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 48 ; - sh:path biolink:subject_aspect_qualifier ], + sh:order 43 ; + sh:path biolink:deprecated ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 26 ; + sh:path biolink:subject_category_closure ], [ sh:class biolink:Behavior ; sh:description "behavior that is the subject of the association" ; sh:maxCount 1 ; @@ -1485,294 +1513,231 @@ biolink:BehaviorToBehavioralFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + [ sh:class biolink:BehavioralFeature ; + sh:description "behavioral feature that is the object of the association" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:anatomical_context_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 46 ; + sh:path biolink:has_quotient ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 45 ; + sh:path biolink:has_total ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 33 ; sh:path biolink:p_value ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:category ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 35 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:anyURI ; sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:subject_specialization_qualifier ], + sh:order 6 ; + sh:path biolink:object_specialization_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:BehavioralFeature ; - sh:description "behavioral feature that is the object of the association" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 19 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path dct:description ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:order 25 ; + sh:path biolink:object_closure ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 44 ; - sh:path biolink:has_count ], + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:disease_context_qualifier ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:subject_category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 17 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 52 ; - sh:path biolink:qualified_predicate ], + sh:order 8 ; + sh:path biolink:negated ], [ sh:class biolink:BiologicalSex ; sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:sex_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:negated ], + sh:order 42 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:original_predicate ], + sh:order 5 ; + sh:path biolink:subject_specialization_qualifier ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path rdfs:label ], - [ sh:datatype xsd:double ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:has_quotient ], + sh:order 14 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:object_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 52 ; + sh:path biolink:qualified_predicate ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path biolink:timepoint ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 27 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path biolink:deprecated ], + sh:order 41 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path biolink:iri ], + sh:order 7 ; + sh:path biolink:anatomical_context_qualifier ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 49 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path rdf:type ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 32 ; sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:object_specialization_qualifier ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:category ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 50 ; sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:has_total ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:object_label_closure ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 53 ; - sh:path biolink:frequency_qualifier ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:disease_context_qualifier ], + sh:order 21 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:original_subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 37 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_supporting_studies ], + sh:order 29 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:knowledge_source ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 47 ; - sh:path biolink:has_percentage ], + sh:order 44 ; + sh:path biolink:has_count ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:object_category_closure ] ; + sh:order 24 ; + sh:path biolink:subject_closure ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 51 ; + sh:path biolink:object_direction_qualifier ] ; sh:targetClass biolink:BehaviorToBehavioralFeatureAssociation . biolink:BehavioralExposure a sh:NodeShape ; sh:closed true ; sh:description "A behavioral exposure is a factor relating to behavior impacting an individual." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:provided_by ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_qualitative_value ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdfs:label ], + sh:order 0 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -1780,40 +1745,75 @@ biolink:BehavioralExposure a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:full_name ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_attribute_type ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], + [ sh:datatype xsd:string ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:xref ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_qualitative_value ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:synonym ], + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; - sh:path biolink:category ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:xref ] ; + sh:path biolink:category ] ; sh:targetClass biolink:BehavioralExposure . biolink:BehavioralOutcome a sh:NodeShape ; @@ -1824,502 +1824,500 @@ biolink:BehavioralOutcome a sh:NodeShape ; biolink:BiologicalEntity a sh:NodeShape ; sh:closed false ; - sh:ignoredProperties ( biolink:enabled_by biolink:has_input biolink:has_zygosity biolink:has_gene_or_gene_product rdf:type biolink:has_biological_sequence biolink:has_output biolink:has_gene biolink:symbol ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:ignoredProperties ( biolink:has_gene_or_gene_product biolink:enabled_by biolink:has_biological_sequence biolink:has_gene biolink:has_zygosity biolink:has_input rdf:type biolink:symbol biolink:has_output ) ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 9 ; + sh:path rdf:type ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 11 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 5 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ] ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:BiologicalEntity . biolink:BiologicalProcessOrActivity a sh:NodeShape ; sh:closed true ; sh:description "Either an individual molecular activity, or a collection of causally connected molecular activities in a biological system." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:property [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:category ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 10 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], + sh:order 5 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:provided_by ], + [ sh:class biolink:NamedThing ; + sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_input ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:id ], + sh:order 14 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path dct:description ], - [ sh:class biolink:PhysicalEntity ; - sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; + [ sh:class biolink:NamedThing ; + sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:enabled_by ], + sh:order 1 ; + sh:path biolink:has_output ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], + sh:order 11 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:in_taxon_label ], - [ sh:class biolink:NamedThing ; - sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_output ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 13 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:deprecated ], + sh:order 3 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:iri ], + sh:order 12 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:class biolink:PhysicalEntity ; + sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:enabled_by ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; - sh:path biolink:full_name ], - [ sh:class biolink:NamedThing ; - sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_input ] ; + sh:path biolink:full_name ] ; sh:targetClass biolink:BiologicalProcessOrActivity . biolink:BioticExposure a sh:NodeShape ; sh:closed true ; sh:description "An external biotic exposure is an intake of (sometimes pathological) biological organisms (including viruses)." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:id ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_attribute_type ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:synonym ], + sh:order 12 ; + sh:path rdf:type ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_qualitative_value ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:xref ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:provided_by ], [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], + sh:order 5 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_attribute_type ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], + sh:order 8 ; + sh:path biolink:xref ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:category ], + sh:order 13 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdfs:label ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdfs:label ] ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_qualitative_value ] ; sh:targetClass biolink:BioticExposure . biolink:Book a sh:NodeShape ; sh:closed true ; sh:description "This class may rarely be instantiated except if use cases of a given knowledge graph support its utility." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:license ], + sh:order 10 ; + sh:path biolink:creation_date ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "executive summary of a publication" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:summary ], + [ sh:datatype xsd:anyURI ; + sh:description "mesh terms tagging a publication" ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:mesh_terms ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path dct:type ], [ sh:datatype xsd:string ; sh:description "Should generally be set to an ontology class defined term for 'book'." ; sh:nodeKind sh:Literal ; sh:order 17 ; sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path rdfs:label ], + sh:order 15 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path dct:description ], + sh:order 12 ; + sh:path biolink:full_name ], [ sh:class biolink:Agent ; sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:authors ], [ sh:datatype xsd:string ; - sh:description "Books should have industry-standard identifier such as from ISBN." ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:id ], + sh:order 13 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "keywords tagging a publication" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:keywords ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 8 ; + sh:path biolink:rights ], + [ sh:datatype xsd:string ; + sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], + sh:order 18 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "Books should have industry-standard identifier such as from ISBN." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:full_name ], + sh:order 14 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:format ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path dct:type ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 21 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:license ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:pages ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "keywords tagging a publication" ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:provided_by ], + sh:order 3 ; + sh:path biolink:keywords ], [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:xref ] ; + sh:targetClass biolink:Book . + +biolink:BookChapter a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; + sh:order 19 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:rights ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; - sh:path biolink:creation_date ], - [ sh:datatype xsd:anyURI ; - sh:description "mesh terms tagging a publication" ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:mesh_terms ], + sh:path biolink:license ], [ sh:datatype xsd:string ; - sh:description "executive summary of a publication" ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:summary ], + sh:order 14 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:iri ] ; - sh:targetClass biolink:Book . - -biolink:BookChapter a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 18 ; sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; + sh:description "chapter of a book" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:id ], + sh:order 2 ; + sh:path biolink:chapter ], [ sh:class biolink:Agent ; sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:authors ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; + sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:deprecated ], + sh:order 9 ; + sh:path dct:type ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:synonym ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:anyURI ; + sh:description "mesh terms tagging a publication" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:mesh_terms ], [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:rights ], + sh:order 22 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "keywords tagging a publication" ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:keywords ], - [ sh:datatype xsd:anyURI ; - sh:description "The enclosing parent book containing the chapter should have industry-standard identifier from ISBN." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:published_in ], - [ sh:datatype xsd:string ; - sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; + [ sh:datatype xsd:string ; + sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:pages ], [ sh:datatype xsd:string ; + sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:license ], - [ sh:datatype xsd:string ; - sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path dct:type ], - [ sh:datatype xsd:anyURI ; - sh:description "mesh terms tagging a publication" ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:mesh_terms ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path rdf:type ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:provided_by ], + sh:order 1 ; + sh:path biolink:volume ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 12 ; + sh:path biolink:format ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path dct:description ], + sh:order 13 ; + sh:path biolink:creation_date ], [ sh:datatype xsd:string ; sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; sh:maxCount 1 ; @@ -2327,49 +2325,51 @@ biolink:BookChapter a sh:NodeShape ; sh:order 21 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "chapter of a book" ; + sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:chapter ], + sh:order 17 ; + sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "executive summary of a publication" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:summary ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:format ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:synonym ], + sh:order 24 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:volume ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:order 11 ; + sh:path biolink:rights ], + [ sh:datatype xsd:anyURI ; + sh:description "The enclosing parent book containing the chapter should have industry-standard identifier from ISBN." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:creation_date ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 0 ; + sh:path biolink:published_in ], + [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:xref ] ; + sh:order 20 ; + sh:path rdf:type ] ; sh:targetClass biolink:BookChapter . biolink:CaseToEntityAssociationMixin a sh:NodeShape ; @@ -2403,230 +2403,263 @@ biolink:CaseToPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between a case (e.g. individual patient) and a phenotypic feature in which the individual has or has had the phenotype." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:property [ sh:class biolink:Case ; + sh:description "the case (e.g. patient) that has the property" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:knowledge_level ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 43 ; + sh:path biolink:deprecated ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:qualifiers ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path rdf:type ], [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:object_specialization_qualifier ], + sh:order 20 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 50 ; - sh:path biolink:object_aspect_qualifier ], + sh:order 52 ; + sh:path biolink:qualified_predicate ], [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 47 ; - sh:path biolink:has_percentage ], + sh:order 46 ; + sh:path biolink:has_quotient ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 40 ; + sh:path rdfs:label ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:subject_category_closure ], + sh:order 3 ; + sh:path biolink:sex_qualifier ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:Case ; - sh:description "the case (e.g. patient) that has the property" ; + sh:order 13 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; - sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:object_specialization_qualifier ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path biolink:timepoint ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 35 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 30 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 45 ; + sh:path biolink:has_total ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:negated ], + sh:order 28 ; + sh:path biolink:subject_namespace ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 17 ; + sh:path biolink:agent_type ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 51 ; + sh:path biolink:object_direction_qualifier ], [ sh:class biolink:Disease ; sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:disease_context_qualifier ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 44 ; - sh:path biolink:has_count ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 8 ; + sh:path biolink:negated ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:subject_namespace ], + sh:order 34 ; + sh:path biolink:adjusted_p_value ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 23 ; sh:path biolink:object_category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 42 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:category ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:p_value ], + sh:order 44 ; + sh:path biolink:has_count ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 37 ; sh:path biolink:iri ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_object ], - [ sh:class biolink:PhenotypicFeature ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 49 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:object_label_closure ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:has_total ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:knowledge_source ], + sh:order 47 ; + sh:path biolink:has_percentage ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 9 ; + sh:path biolink:qualifier ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 26 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:category ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 53 ; + sh:path biolink:frequency_qualifier ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category ], + sh:order 42 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 52 ; - sh:path biolink:qualified_predicate ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 48 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:timepoint ], + sh:order 50 ; + sh:path biolink:object_aspect_qualifier ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 14 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 7 ; + sh:path biolink:anatomical_context_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path dct:description ], - [ sh:datatype xsd:double ; + sh:order 33 ; + sh:path biolink:p_value ], + [ sh:class biolink:PhenotypicFeature ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:has_quotient ], + sh:order 15 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 48 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:retrieval_source_ids ], + sh:order 21 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; @@ -2638,44 +2671,24 @@ biolink:CaseToPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:subject_specialization_qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 51 ; - sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path rdf:type ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 17 ; - sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:anatomical_context_qualifier ], + sh:order 19 ; + sh:path biolink:original_subject ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 49 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:object_category_closure ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -2683,223 +2696,242 @@ biolink:CaseToPhenotypicFeatureAssociation a sh:NodeShape ; sh:order 29 ; sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path rdfs:label ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:sex_qualifier ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 24 ; + sh:path biolink:subject_closure ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:original_predicate ], + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 36 ; - sh:path biolink:id ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 53 ; - sh:path biolink:frequency_qualifier ] ; + sh:path biolink:id ] ; sh:targetClass biolink:CaseToPhenotypicFeatureAssociation . biolink:CausalGeneToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:property [ sh:class biolink:Disease ; + sh:description "disease" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 53 ; - sh:path biolink:frequency_qualifier ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 22 ; sh:path biolink:original_predicate ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 44 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "gene in which variation is shown to cause the disease." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:has_count ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:order 31 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:publications ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 44 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:subject_closure ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:adjusted_p_value ], + sh:order 7 ; + sh:path biolink:subject_specialization_qualifier ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 46 ; + sh:path biolink:has_count ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 24 ; sh:path biolink:subject_category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:object_category_closure ], + sh:order 6 ; + sh:path biolink:disease_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 47 ; - sh:path biolink:has_total ], + sh:order 21 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:order 33 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_evidence ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:object_specialization_qualifier ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path biolink:category ], + sh:order 4 ; + sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 51 ; sh:path biolink:object_aspect_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 29 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:publications ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 18 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 52 ; - sh:path biolink:qualified_predicate ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "gene in which variation is shown to cause the disease." ; + sh:order 11 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:double ; + sh:order 50 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 48 ; - sh:path biolink:has_quotient ], + sh:order 30 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path dct:description ], + sh:order 42 ; + sh:path rdfs:label ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:original_object ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_supporting_studies ], + sh:order 9 ; + sh:path biolink:anatomical_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:object_namespace ], + sh:order 52 ; + sh:path biolink:qualified_predicate ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 47 ; + sh:path biolink:has_total ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 28 ; sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_closure ], + sh:order 53 ; + sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:disease_context_qualifier ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 19 ; - sh:path biolink:agent_type ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:subject_aspect_qualifier ], + sh:order 39 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path rdf:type ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:object_direction_qualifier ], + sh:order 27 ; + sh:path biolink:object_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 40 ; + sh:path biolink:category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:iri ], + sh:order 45 ; + sh:path biolink:deprecated ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -2907,16 +2939,24 @@ biolink:CausalGeneToDiseaseAssociation a sh:NodeShape ; sh:order 25 ; sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:order 38 ; + sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:sex_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:object_specialization_qualifier ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:double ; sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; @@ -2924,151 +2964,86 @@ biolink:CausalGeneToDiseaseAssociation a sh:NodeShape ; sh:order 49 ; sh:path biolink:has_percentage ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 50 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:subject_specialization_qualifier ], + sh:order 16 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:qualifier ], + sh:order 32 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_subject ], + sh:order 23 ; + sh:path biolink:original_object ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 35 ; sh:path biolink:p_value ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 18 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:object_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:order 43 ; + sh:path dct:description ], + [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 42 ; - sh:path rdfs:label ], + sh:order 48 ; + sh:path biolink:has_quotient ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:timepoint ], - [ sh:class biolink:Disease ; - sh:description "disease" ; + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; + sh:order 19 ; + sh:path biolink:agent_type ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 5 ; + sh:path biolink:sex_qualifier ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:anatomical_context_qualifier ] ; + sh:order 1 ; + sh:path rdf:predicate ] ; sh:targetClass biolink:CausalGeneToDiseaseAssociation . biolink:Cell a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:in_taxon_label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -3080,80 +3055,110 @@ biolink:Cell a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:provided_by ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:synonym ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 9 ; + sh:path rdf:type ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ] ; + sh:order 6 ; + sh:path biolink:id ] ; sh:targetClass biolink:Cell . biolink:CellLineAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 45 ; + sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 43 ; + sh:path biolink:qualified_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; @@ -3167,108 +3172,74 @@ biolink:CellLineAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 44 ; - sh:path biolink:disease_context_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 19 ; sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:frequency_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 39 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 44 ; + sh:path biolink:disease_context_qualifier ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 36 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; @@ -3280,150 +3251,190 @@ biolink:CellLineAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "The relationship to the disease" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:subject_aspect_qualifier ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 41 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:has_supporting_studies ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 42 ; sh:path biolink:object_direction_qualifier ], - [ sh:class biolink:CellLine ; - sh:description "A cell line derived from an organismal entity with a disease state that is used as a model of that disease." ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "The relationship to the disease" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path biolink:object_aspect_qualifier ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 35 ; sh:path rdfs:label ], + [ sh:class biolink:CellLine ; + sh:description "A cell line derived from an organismal entity with a disease state that is used as a model of that disease." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 40 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path biolink:qualified_predicate ] ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ] ; sh:targetClass biolink:CellLineAsAModelOfDiseaseAssociation . biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:description "An relationship between a cell line and a disease or a phenotype, where the cell line is derived from an individual with that disease or phenotype." ; - sh:ignoredProperties ( biolink:subject_aspect_qualifier biolink:object_aspect_qualifier biolink:disease_context_qualifier rdf:type biolink:object_direction_qualifier biolink:frequency_qualifier biolink:qualified_predicate biolink:subject_direction_qualifier ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:OntologyClass ; + sh:ignoredProperties ( biolink:frequency_qualifier biolink:subject_direction_qualifier biolink:qualified_predicate biolink:disease_context_qualifier biolink:subject_aspect_qualifier rdf:type biolink:object_aspect_qualifier biolink:object_direction_qualifier ) ; + sh:property [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], + sh:order 32 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:qualifier ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -3431,27 +3442,12 @@ biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:class biolink:DiseaseOrPhenotypicFeature ; sh:description "disease or phenotype" ; sh:maxCount 1 ; @@ -3459,6 +3455,17 @@ biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -3466,161 +3473,147 @@ biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:order 38 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 36 ; sh:path dct:description ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 35 ; + sh:path rdfs:label ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 26 ; sh:path biolink:object_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 24 ; sh:path biolink:object_namespace ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ] ; + sh:order 7 ; + sh:path biolink:has_evidence ] ; sh:targetClass biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation . biolink:CellLineToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:description "An relationship between a cell line and another entity" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:CellLine ; + sh:property [ sh:class biolink:CellLine ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; @@ -3633,54 +3626,21 @@ biolink:CellLineToEntityAssociationMixin a sh:NodeShape ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 2 ; - sh:path rdf:object ] ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ] ; sh:targetClass biolink:CellLineToEntityAssociationMixin . biolink:CellularOrganism a sh:NodeShape ; sh:closed true ; sh:description "" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; @@ -3690,6 +3650,17 @@ biolink:CellularOrganism a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path rdf:type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; @@ -3702,10 +3673,11 @@ biolink:CellularOrganism a sh:NodeShape ; sh:order 4 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -3713,466 +3685,478 @@ biolink:CellularOrganism a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 5 ; - sh:path biolink:synonym ] ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdfs:label ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:xref ] ; sh:targetClass biolink:CellularOrganism . biolink:ChemicalAffectsGeneAssociation a sh:NodeShape ; sh:closed true ; sh:description "Describes an effect that a chemical has on a gene or gene product (e.g. an impact of on its abundance, activity,localization, processing, expression, etc.)" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 52 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OrganismTaxon ; - sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:species_context_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:property [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:qualified_predicate ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 16 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 27 ; - sh:path biolink:agent_type ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:Literal ; + sh:order 46 ; + sh:path biolink:id ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 42 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; + sh:order 20 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path biolink:p_value ], - [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ‘mutation’ combines with the core concept ‘Gene X’ to express the compose concept ‘a mutation of Gene X’. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; + sh:order 40 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:AnatomicalEntity ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:object_form_or_variant_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:object_context_qualifier ], + [ sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ‘metabolite’ combines with a ‘Chemical X’ core concept to express the composed concept ‘a metabolite of Chemical X’. This qualifier is for the subject of an association (or statement)." ; + sh:in ( "metabolite" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:knowledge_source ], + sh:order 2 ; + sh:path biolink:subject_derivative_qualifier ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:primary_knowledge_source ], + sh:order 31 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 35 ; + sh:path biolink:object_closure ], + [ sh:description "A statement qualifier representing a type of molecular control mechanism through which an effect of a chemical on a gene or gene product is mediated (e.g. 'agonism', 'inhibition', 'allosteric modulation', 'channel blocker')" ; + sh:in ( "binding" "inhibition" "antibody_inhibition" "antagonism" "molecular_channel_blockage" "inverse_agonism" "negative_allosteric_modulation" "agonism" "molecular_channel_opening" "positive_allosteric_modulation" "potentiation" "activation" "inducer" "transcriptional_regulation" "signaling_mediated_control" "stabilization" "stimulation" "releasing_activity" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:subject_category ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:publications ], + sh:order 11 ; + sh:path biolink:causal_mechanism_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:AnatomicalEntity ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:subject_context_qualifier ], - [ sh:class biolink:ChemicalEntity ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path rdf:subject ], - [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ‘mutation’ combines with the core concept ‘Gene X’ to express the compose concept ‘a mutation of Gene X’. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:subject_form_or_variant_qualifier ], + sh:order 50 ; + sh:path rdfs:label ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 28 ; sh:path biolink:timepoint ], - [ sh:description "A statement qualifier representing a type of molecular control mechanism through which an effect of a chemical on a gene or gene product is mediated (e.g. 'agonism', 'inhibition', 'allosteric modulation', 'channel blocker')" ; - sh:in ( "binding" "inhibition" "antibody_inhibition" "antagonism" "molecular_channel_blockage" "inverse_agonism" "negative_allosteric_modulation" "agonism" "molecular_channel_opening" "positive_allosteric_modulation" "potentiation" "activation" "inducer" "transcriptional_regulation" "signaling_mediated_control" "stabilization" "stimulation" "releasing_activity" ) ; + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:causal_mechanism_qualifier ], + sh:order 8 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:anatomical_context_qualifier ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 33 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 32 ; + sh:path biolink:subject_category ], + [ sh:class biolink:ChemicalEntity ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 44 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:aggregator_knowledge_source ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path rdf:subject ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 37 ; sh:path biolink:object_category_closure ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ‘mutation’ combines with the core concept ‘Gene X’ to express the compose concept ‘a mutation of Gene X’. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:subject_direction_qualifier ], + sh:order 6 ; + sh:path biolink:object_form_or_variant_qualifier ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 51 ; - sh:path dct:description ], + sh:order 47 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 50 ; - sh:path rdfs:label ], - [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; - sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:object_part_qualifier ], + sh:order 34 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 53 ; sh:path biolink:deprecated ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 26 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path biolink:object_closure ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 5 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:original_object ], + sh:order 18 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:qualifier ], - [ sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ‘metabolite’ combines with a ‘Chemical X’ core concept to express the composed concept ‘a metabolite of Chemical X’. This qualifier is for the subject of an association (or statement)." ; - sh:in ( "metabolite" ) ; + sh:order 13 ; + sh:path biolink:qualified_predicate ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:subject_derivative_qualifier ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 17 ; + sh:path rdf:object ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 30 ; sh:path biolink:original_predicate ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:negated ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 38 ; sh:path biolink:subject_namespace ], - [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the subject of an association (or statement)." ; - sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:subject_part_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path biolink:object_label_closure ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path rdf:predicate ], + sh:order 51 ; + sh:path dct:description ], + [ sh:class biolink:AnatomicalEntity ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:subject_context_qualifier ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 48 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 47 ; - sh:path biolink:iri ], - [ sh:class biolink:AnatomicalEntity ; - sh:maxCount 1 ; + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:object_context_qualifier ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 45 ; + sh:path biolink:has_supporting_studies ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 17 ; - sh:path rdf:object ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:qualifiers ], + sh:order 27 ; + sh:path biolink:agent_type ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 36 ; sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:id ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 49 ; - sh:path rdf:type ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + [ sh:class biolink:OrganismTaxon ; + sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:anatomical_context_qualifier ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:order 14 ; + sh:path biolink:species_context_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 45 ; - sh:path biolink:has_supporting_studies ] ; - sh:targetClass biolink:ChemicalAffectsGeneAssociation . - -biolink:ChemicalEntityAssessesNamedThingAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:order 33 ; + sh:path biolink:object_category ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; + sh:order 26 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 52 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 43 ; + sh:path biolink:p_value ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; + sh:order 44 ; sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 23 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 3 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], + sh:order 24 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 39 ; + sh:path biolink:object_namespace ], + [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ‘mutation’ combines with the core concept ‘Gene X’ to express the compose concept ‘a mutation of Gene X’. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 0 ; + sh:path biolink:subject_form_or_variant_qualifier ], + [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the subject of an association (or statement)." ; + sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:subject_part_qualifier ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 42 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 49 ; + sh:path rdf:type ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 26 ; + sh:order 41 ; sh:path biolink:object_label_closure ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; + sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:object_part_qualifier ] ; + sh:targetClass biolink:ChemicalAffectsGeneAssociation . + +biolink:ChemicalEntityAssessesNamedThingAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:original_object ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 24 ; sh:path biolink:object_namespace ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 34 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], + sh:order 38 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; @@ -4180,66 +4164,54 @@ biolink:ChemicalEntityAssessesNamedThingAssociation a sh:NodeShape ; sh:order 28 ; sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:original_subject ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 36 ; + sh:path dct:description ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:class biolink:ChemicalEntity ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -4247,128 +4219,146 @@ biolink:ChemicalEntityAssessesNamedThingAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 23 ; - sh:path biolink:subject_namespace ] ; - sh:targetClass biolink:ChemicalEntityAssessesNamedThingAssociation . - -biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "A regulatory relationship between two genes" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:adjusted_p_value ], + sh:order 32 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 20 ; + sh:order 19 ; sh:path biolink:subject_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:agent_type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ] ; + sh:targetClass biolink:ChemicalEntityAssessesNamedThingAssociation . + +biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "A regulatory relationship between two genes" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 7 ; + sh:path biolink:publications ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:original_object ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 4 ; + sh:path biolink:negated ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 3 ; - sh:path rdf:object ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_predicate ], + sh:order 30 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:iri ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_evidence ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 25 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:object_direction_qualifier ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:id ], + sh:order 24 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 21 ; + sh:path biolink:object_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 26 ; sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "the direction is always from regulator to regulated" ; + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path rdf:predicate ], + sh:order 12 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 35 ; sh:path rdf:type ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_level ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 15 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:deprecated ], + sh:order 32 ; + sh:path biolink:id ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; @@ -4376,100 +4366,97 @@ biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation a sh:NodeShape sh:order 29 ; sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:order 33 ; + sh:path biolink:iri ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:primary_knowledge_source ], + sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:agent_type ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 19 ; sh:path biolink:object_category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 38 ; - sh:path biolink:has_attribute ], + sh:order 23 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 36 ; sh:path rdfs:label ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 1 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 3 ; + sh:path rdf:object ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:timepoint ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 18 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:order 16 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_supporting_studies ], + sh:order 38 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 27 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "the direction is always from regulator to regulated" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -4477,16 +4464,29 @@ biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation a sh:NodeShape sh:order 37 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category_closure ] ; + sh:order 10 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:object_direction_qualifier ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path biolink:original_object ], + [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 1 ; + sh:path rdf:subject ] ; sh:targetClass biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation . biolink:ChemicalEntityOrProteinOrPolypeptide a sh:NodeShape ; @@ -4499,20 +4499,20 @@ biolink:ChemicalEntityToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:description "An interaction between a chemical entity and another entity" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; + sh:property [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; sh:description "the chemical entity that is an interactor" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 0 ; sh:path rdf:subject ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -4525,35 +4525,34 @@ biolink:ChemicalEntityToEntityAssociationMixin a sh:NodeShape ; biolink:ChemicalExposure a sh:NodeShape ; sh:closed true ; sh:description "A chemical exposure is an intake of a particular chemical entity." ; - sh:ignoredProperties ( biolink:has_gene_or_gene_product rdf:type ) ; + sh:ignoredProperties ( rdf:type biolink:has_gene_or_gene_product ) ; sh:property [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], + sh:order 5 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:provided_by ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_attribute_type ], + sh:order 10 ; + sh:path biolink:synonym ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:category ], + sh:order 7 ; + sh:path biolink:provided_by ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -4561,50 +4560,35 @@ biolink:ChemicalExposure a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:xref ], + sh:order 9 ; + sh:path biolink:full_name ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_attribute_type ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path dct:description ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:xref ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 0 ; sh:path biolink:has_quantitative_value ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_qualitative_value ], [ sh:datatype xsd:string ; sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; @@ -4616,7 +4600,23 @@ biolink:ChemicalExposure a sh:NodeShape ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; - sh:path biolink:timepoint ] ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:category ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_qualitative_value ] ; sh:targetClass biolink:ChemicalExposure . biolink:ChemicalGeneInteractionAssociation a sh:NodeShape ; @@ -4624,65 +4624,88 @@ biolink:ChemicalGeneInteractionAssociation a sh:NodeShape ; sh:description "describes a physical interaction between a chemical entity and a gene or gene product. Any biological or chemical effect resulting from such an interaction are out of scope, and covered by the ChemicalAffectsGeneAssociation type (e.g. impact of a chemical on the abundance, activity, structure, etc, of either participant in the interaction)" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 42 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:qualifier ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 31 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 20 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:id ], + sh:order 44 ; + sh:path dct:description ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 37 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:object_category_closure ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:qualifiers ], - [ sh:class biolink:AnatomicalEntity ; - sh:maxCount 1 ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:object_context_qualifier ], - [ sh:class biolink:AnatomicalEntity ; + sh:order 45 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path biolink:category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 46 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:subject_context_qualifier ], + sh:order 14 ; + sh:path biolink:publications ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 29 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:subject_label_closure ], - [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the subject of an association (or statement)." ; - sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:subject_part_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:retrieval_source_ids ], + sh:order 16 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:original_object ], + sh:order 9 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; @@ -4690,161 +4713,158 @@ biolink:ChemicalGeneInteractionAssociation a sh:NodeShape ; sh:order 43 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path biolink:original_subject ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + sh:order 39 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:anatomical_context_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 40 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 32 ; sh:path biolink:object_namespace ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 24 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 10 ; - sh:path rdf:object ], - [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; - sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:object_part_qualifier ], + sh:minCount 1 ; + sh:order 20 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path biolink:object_label_closure ], + [ sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ‘metabolite’ combines with a ‘Chemical X’ core concept to express the composed concept ‘a metabolite of Chemical X’. This qualifier is for the subject of an association (or statement)." ; + sh:in ( "metabolite" ) ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:subject_derivative_qualifier ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 23 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 36 ; + sh:path biolink:p_value ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:object_category_closure ], + sh:order 35 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 42 ; - sh:path rdf:type ], + sh:order 22 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:negated ], [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ‘mutation’ combines with the core concept ‘Gene X’ to express the compose concept ‘a mutation of Gene X’. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:object_form_or_variant_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path biolink:qualifier ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:object_category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 15 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:AnatomicalEntity ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 3 ; + sh:path biolink:subject_context_qualifier ], + [ sh:class biolink:AnatomicalEntity ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:object_closure ], + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:object_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 27 ; + sh:path biolink:subject_closure ], + [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; + sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:deprecated ], + sh:order 5 ; + sh:path biolink:object_part_qualifier ], [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ‘mutation’ combines with the core concept ‘Gene X’ to express the compose concept ‘a mutation of Gene X’. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:subject_form_or_variant_qualifier ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 44 ; - sh:path dct:description ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 10 ; + sh:path rdf:object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:subject_category ], + sh:order 26 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:subject_label_closure ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 19 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:class biolink:AnatomicalEntity ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:negated ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:publications ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path biolink:category ], - [ sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ‘metabolite’ combines with a ‘Chemical X’ core concept to express the composed concept ‘a metabolite of Chemical X’. This qualifier is for the subject of an association (or statement)." ; - sh:in ( "metabolite" ) ; + sh:order 7 ; + sh:path biolink:anatomical_context_qualifier ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:subject_derivative_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 21 ; + sh:path biolink:timepoint ], [ sh:class biolink:ChemicalEntity ; sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; @@ -4852,41 +4872,21 @@ biolink:ChemicalGeneInteractionAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the subject of an association (or statement)." ; + sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:predicate ], + sh:order 1 ; + sh:path biolink:subject_part_qualifier ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 38 ; sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:p_value ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 45 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path biolink:iri ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:timepoint ] ; + sh:order 28 ; + sh:path biolink:object_closure ] ; sh:targetClass biolink:ChemicalGeneInteractionAssociation . biolink:ChemicalMixture a sh:NodeShape ; @@ -4898,98 +4898,102 @@ biolink:ChemicalMixture a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path biolink:synonym ], - [ sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; - sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:highest_FDA_approval_status ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 19 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:is_toxic ], [ sh:datatype xsd:string ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:trade_name ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:deprecated ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_chemical_role ], + sh:order 6 ; + sh:path biolink:max_tolerated_dose ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:provided_by ], + [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; + sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; + sh:order 3 ; + sh:path biolink:routes_of_delivery ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 5 ; + sh:path biolink:available_from ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path rdfs:label ], + sh:order 18 ; + sh:path dct:description ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:xref ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:boolean ; + sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:iri ], - [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; - sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; - sh:order 3 ; - sh:path biolink:routes_of_delivery ], - [ sh:datatype xsd:string ; + sh:order 7 ; + sh:path biolink:is_toxic ], + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:has_chemical_role ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path rdf:type ], + sh:order 20 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:full_name ], + sh:order 17 ; + sh:path rdfs:label ], + [ sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; + sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:highest_FDA_approval_status ], [ sh:datatype xsd:string ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:is_supplement ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path dct:description ], [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:drug_regulatory_status_world_wide ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 5 ; - sh:path biolink:available_from ], [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:max_tolerated_dose ], + sh:order 14 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -4997,16 +5001,12 @@ biolink:ChemicalMixture a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:provided_by ] ; + sh:order 11 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:ChemicalMixture . biolink:ChemicalOrDrugOrTreatment a sh:NodeShape ; @@ -5018,41 +5018,42 @@ biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation sh:closed true ; sh:description "This association defines a relationship between a chemical or treatment (or procedure) and a disease or phenotypic feature where the disesae or phenotypic feature is a secondary, typically (but not always) undesirable effect." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:property [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 29 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:subject_category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 44 ; - sh:path biolink:has_attribute ], + sh:order 25 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path dct:description ], + sh:order 4 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:order 16 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; + sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:disease_context_qualifier ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:class biolink:DiseaseOrPhenotypicFeature ; sh:description "disease or phenotype" ; sh:maxCount 1 ; @@ -5060,22 +5061,21 @@ biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 18 ; - sh:path biolink:knowledge_level ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:qualifiers ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:publications ], - [ sh:description "" ; - sh:in ( "life_threatening_adverse_event" "serious_adverse_event" "suspected_adverse_reaction" "unexpected_adverse_event" ) ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:FDA_adverse_event_level ], [ sh:datatype ; sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; @@ -5083,145 +5083,95 @@ biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation sh:order 46 ; sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:qualifier ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:qualified_predicate ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:knowledge_source ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; + sh:order 27 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:adjusted_p_value ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:object_category_closure ], + sh:order 40 ; + sh:path biolink:category ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 28 ; sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:qualifiers ], + sh:order 15 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:subject_label_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 33 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 19 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path biolink:category ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:order 10 ; + sh:path biolink:negated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 44 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:subject_category ], + sh:order 9 ; + sh:path biolink:disease_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:iri ], + sh:order 23 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 6 ; + sh:path biolink:object_aspect_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:object_closure ], + sh:order 26 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; - sh:description "the chemical entity or entity that is an interactor" ; + sh:order 8 ; + sh:path biolink:qualified_predicate ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:nodeKind sh:Literal ; + sh:order 43 ; + sh:path dct:description ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:negated ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 22 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:deprecated ], + sh:order 30 ; + sh:path biolink:subject_namespace ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 18 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; @@ -5229,97 +5179,62 @@ biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation sh:order 42 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:original_object ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:object_label_closure ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_subject ], + sh:order 11 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:object_namespace ], + sh:order 17 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:retrieval_source_ids ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:subject_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ] ; - sh:targetClass biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation . - -biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "This association defines a relationship between a chemical or treatment (or procedure) and a disease or phenotypic feature where the disease or phenotypic feature is a secondary undesirable effect." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:order 45 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:object_aspect_qualifier ], + sh:order 39 ; + sh:path biolink:iri ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:object_namespace ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 36 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; @@ -5327,170 +5242,206 @@ biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation a sh:No sh:order 35 ; sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path rdf:type ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:qualified_predicate ], + sh:order 20 ; + sh:path biolink:timepoint ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 19 ; + sh:path biolink:agent_type ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 37 ; sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:object_closure ], + sh:order 38 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path rdf:type ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 32 ; + sh:path biolink:subject_label_closure ], + [ sh:description "" ; + sh:in ( "life_threatening_adverse_event" "serious_adverse_event" "suspected_adverse_reaction" "unexpected_adverse_event" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path biolink:original_predicate ], + sh:order 3 ; + sh:path biolink:FDA_adverse_event_level ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 21 ; + sh:path biolink:original_subject ] ; + sh:targetClass biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation . + +biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "This association defines a relationship between a chemical or treatment (or procedure) and a disease or phenotypic feature where the disease or phenotypic feature is a secondary undesirable effect." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:publications ], + [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; + sh:description "the chemical entity or entity that is an interactor" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 1 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path dct:description ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 11 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:object_direction_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 46 ; + sh:path biolink:frequency_qualifier ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 19 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_subject ], + sh:order 20 ; + sh:path biolink:timepoint ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 29 ; + sh:path biolink:object_category_closure ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_closure ], + sh:order 17 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 16 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:adjusted_p_value ], + sh:order 23 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 40 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:subject_namespace ], + sh:order 21 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:original_object ], + sh:order 43 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path rdf:type ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_evidence ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 44 ; sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:order 37 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:timepoint ], + sh:order 34 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:negated ], + sh:order 2 ; + sh:path rdf:predicate ], [ sh:description "" ; sh:in ( "life_threatening_adverse_event" "serious_adverse_event" "suspected_adverse_reaction" "unexpected_adverse_event" ) ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:FDA_adverse_event_level ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category ], + sh:order 12 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:disease_context_qualifier ], - [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; - sh:description "the chemical entity or entity that is an interactor" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:qualified_predicate ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 1 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:nodeKind sh:Literal ; + sh:order 45 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:knowledge_source ], + sh:order 35 ; + sh:path biolink:p_value ], [ sh:class biolink:DiseaseOrPhenotypicFeature ; sh:description "disease or phenotype" ; sh:maxCount 1 ; @@ -5498,144 +5449,135 @@ biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation a sh:No sh:nodeKind sh:IRI ; sh:order 3 ; sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_evidence ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 22 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:frequency_qualifier ], + sh:order 15 ; + sh:path biolink:knowledge_source ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:order 31 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 42 ; - sh:path rdfs:label ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:qualifiers ], + sh:order 36 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:id ], + sh:order 4 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 18 ; sh:path biolink:knowledge_level ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:publications ] ; - sh:targetClass biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation . - -biolink:ChemicalToChemicalAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "A relationship between two chemical entities. This can encompass actual interactions as well as temporal causal edges, e.g. one chemical converted to another." ; - sh:ignoredProperties ( biolink:reaction_direction rdf:type biolink:reaction_side biolink:stoichiometry biolink:catalyst_qualifier ) ; - sh:property [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 33 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 27 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:order 38 ; + sh:path biolink:id ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 9 ; + sh:path biolink:disease_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 42 ; + sh:path rdfs:label ], [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:negated ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 6 ; + sh:path biolink:object_aspect_qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; + sh:order 30 ; sh:path biolink:subject_namespace ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path biolink:iri ] ; + sh:targetClass biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation . + +biolink:ChemicalToChemicalAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "A relationship between two chemical entities. This can encompass actual interactions as well as temporal causal edges, e.g. one chemical converted to another." ; + sh:ignoredProperties ( biolink:stoichiometry biolink:reaction_direction biolink:catalyst_qualifier biolink:reaction_side rdf:type ) ; + sh:property [ sh:class biolink:ChemicalEntity ; + sh:description "the chemical element that is the target of the statement" ; sh:maxCount 1 ; sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -5643,95 +5585,107 @@ biolink:ChemicalToChemicalAssociation a sh:NodeShape ; sh:order 18 ; sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 36 ; + sh:path dct:description ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 35 ; sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; - sh:description "the chemical entity or entity that is an interactor" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 0 ; - sh:path rdf:subject ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:has_supporting_studies ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], + [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; + sh:description "the chemical entity or entity that is an interactor" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 33 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; @@ -5743,221 +5697,215 @@ biolink:ChemicalToChemicalAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 37 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:ChemicalEntity ; - sh:description "the chemical element that is the target of the statement" ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 38 ; + sh:path biolink:deprecated ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 28 ; + sh:path biolink:p_value ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ] ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ] ; sh:targetClass biolink:ChemicalToChemicalAssociation . biolink:ChemicalToChemicalDerivationAssociation a sh:NodeShape ; sh:closed true ; sh:description "A causal relationship between two chemical entities, where the subject represents the upstream entity and the object represents the downstream. For any such association there is an implicit reaction: IF R has-input C1 AND R has-output C2 AND R enabled-by P AND R type Reaction THEN C1 derives-into C2 catalyst qualifier P" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:property [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:category ], + sh:order 32 ; + sh:path biolink:id ], [ sh:class biolink:MacromolecularMachineMixin ; sh:description "this connects the derivation edge to the chemical entity that catalyzes the reaction that causes the subject chemical to transform into the object chemical." ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 0 ; sh:path biolink:catalyst_qualifier ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:original_object ], + sh:order 15 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:object_namespace ], + sh:order 10 ; + sh:path biolink:primary_knowledge_source ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 13 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:iri ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_level ], + sh:order 39 ; + sh:path biolink:deprecated ], [ sh:class biolink:ChemicalEntity ; - sh:description "the upstream chemical entity" ; + sh:description "the downstream chemical entity" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path rdf:subject ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path rdfs:label ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_namespace ], + sh:order 3 ; + sh:path rdf:object ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 28 ; sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:ChemicalEntity ; - sh:description "the downstream chemical entity" ; - sh:maxCount 1 ; - sh:minCount 1 ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path rdf:object ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 38 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:negated ], + sh:order 25 ; + sh:path biolink:object_namespace ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_evidence ], + sh:order 18 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 27 ; sh:path biolink:object_label_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 38 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:subject_closure ], + sh:order 9 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdf:type ], + sh:order 37 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:deprecated ], + sh:order 24 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category_closure ], + sh:order 23 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 29 ; sh:path biolink:p_value ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + [ sh:class biolink:ChemicalEntity ; + sh:description "the upstream chemical entity" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:knowledge_source ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path rdf:subject ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; @@ -5970,201 +5918,209 @@ biolink:ChemicalToChemicalDerivationAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:object_closure ], + sh:order 4 ; + sh:path biolink:negated ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_supporting_studies ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 19 ; sh:path biolink:object_category ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category ], + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path rdf:predicate ] ; - sh:targetClass biolink:ChemicalToChemicalDerivationAssociation . - -biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "An interaction between a chemical entity and a phenotype or disease, where the presence of the chemical gives rise to or exacerbates the phenotype." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:order 36 ; + sh:path rdfs:label ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 10 ; + sh:order 11 ; sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 25 ; + sh:order 26 ; sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; - sh:description "the chemical entity or entity that is an interactor" ; + sh:order 2 ; + sh:path rdf:predicate ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 12 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 30 ; + sh:path biolink:adjusted_p_value ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 33 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:order 35 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; + sh:order 17 ; sh:path biolink:original_object ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 21 ; + sh:path biolink:object_closure ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:order 6 ; + sh:path biolink:qualifiers ] ; + sh:targetClass biolink:ChemicalToChemicalDerivationAssociation . + +biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "An interaction between a chemical entity and a phenotype or disease, where the presence of the chemical gives rise to or exacerbates the phenotype." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "the disease or phenotype that is affected by the chemical" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; @@ -6177,88 +6133,139 @@ biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:id ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "the disease or phenotype that is affected by the chemical" ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; + sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ] ; + sh:order 36 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ] ; sh:targetClass biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation . biolink:ChemicalToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:description "An interaction between a chemical entity and another entity" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; + sh:property [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; sh:minCount 1 ; @@ -6271,160 +6278,140 @@ biolink:ChemicalToEntityAssociationMixin a sh:NodeShape ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ] ; + sh:path rdf:object ] ; sh:targetClass biolink:ChemicalToEntityAssociationMixin . biolink:ChemicalToPathwayAssociation a sh:NodeShape ; sh:closed true ; sh:description "An interaction between a chemical entity and a biological process or pathway." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:ChemicalEntity ; - sh:description "the chemical entity that is affecting the pathway" ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 32 ; + sh:path biolink:iri ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -6432,82 +6419,95 @@ biolink:ChemicalToPathwayAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], + [ sh:class biolink:Pathway ; + sh:description "the pathway that is affected by the chemical" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 36 ; + sh:path dct:description ], + [ sh:class biolink:ChemicalEntity ; + sh:description "the chemical entity that is affecting the pathway" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:class biolink:Pathway ; - sh:description "the pathway that is affected by the chemical" ; + sh:order 28 ; + sh:path biolink:p_value ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ] ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ] ; sh:targetClass biolink:ChemicalToPathwayAssociation . biolink:ChiSquaredAnalysisResult a sh:NodeShape ; @@ -6515,22 +6515,58 @@ biolink:ChiSquaredAnalysisResult a sh:NodeShape ; sh:description "A result of a chi squared analysis." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdfs:label ], + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:license ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -6543,11 +6579,6 @@ biolink:ChiSquaredAnalysisResult a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:creation_date ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:license ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -6555,32 +6586,10 @@ biolink:ChiSquaredAnalysisResult a sh:NodeShape ; sh:order 6 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], + sh:order 1 ; + sh:path biolink:rights ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -6588,73 +6597,45 @@ biolink:ChiSquaredAnalysisResult a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:rights ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 2 ; - sh:path biolink:format ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ] ; + sh:path biolink:format ] ; sh:targetClass biolink:ChiSquaredAnalysisResult . biolink:ClinicalCourse a sh:NodeShape ; sh:closed true ; sh:description "The course a disease typically takes from its onset, progression in time, and eventual resolution or death of the affected individual" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], + sh:order 10 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], + sh:order 8 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:iri ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:synonym ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -6662,58 +6643,79 @@ biolink:ClinicalCourse a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:full_name ], + sh:order 14 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path dct:description ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ] ; + sh:order 5 ; + sh:path biolink:id ] ; sh:targetClass biolink:ClinicalCourse . biolink:ClinicalEntity a sh:NodeShape ; sh:closed true ; sh:description "Any entity or process that exists in the clinical domain and outside the biological realm. Diseases are placed under biological entities" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:type ], + sh:order 6 ; + sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:provided_by ], + sh:order 9 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -6721,17 +6723,11 @@ biolink:ClinicalEntity a sh:NodeShape ; sh:order 2 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:category ], + sh:order 8 ; + sh:path rdfs:label ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; @@ -6743,6 +6739,12 @@ biolink:ClinicalEntity a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -6750,33 +6752,32 @@ biolink:ClinicalEntity a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:synonym ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdfs:label ] ; + sh:order 0 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:ClinicalEntity . biolink:ClinicalFinding a sh:NodeShape ; sh:closed true ; sh:description "this category is currently considered broad enough to tag clinical lab measurements and other biological attributes taken as 'clinical traits' with some statistical score, for example, a p value in genetic associations." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:ClinicalAttribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:property [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:category ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; @@ -6787,24 +6788,11 @@ biolink:ClinicalFinding a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; @@ -6818,26 +6806,33 @@ biolink:ClinicalFinding a sh:NodeShape ; sh:order 6 ; sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], + sh:order 10 ; + sh:path rdfs:label ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path rdf:type ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -6845,95 +6840,95 @@ biolink:ClinicalFinding a sh:NodeShape ; sh:order 4 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ] ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:class biolink:ClinicalAttribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:ClinicalFinding . biolink:ClinicalIntervention a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:id ], + sh:order 2 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path rdfs:label ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:provided_by ], + sh:order 5 ; + sh:path biolink:iri ], [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:type ], + sh:order 1 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:full_name ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], + sh:order 4 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path dct:description ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:deprecated ], + sh:order 0 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ] ; + sh:order 7 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:category ] ; sh:targetClass biolink:ClinicalIntervention . biolink:ClinicalMeasurement a sh:NodeShape ; sh:closed true ; sh:description "A clinical measurement is a special kind of attribute which results from a laboratory observation from a subject individual or sample. Measurements can be connected to their subject by the 'has attribute' slot." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; + sh:property [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; sh:minCount 1 ; @@ -6941,43 +6936,37 @@ biolink:ClinicalMeasurement a sh:NodeShape ; sh:order 1 ; sh:path biolink:has_attribute_type ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], + sh:order 12 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:synonym ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -6986,104 +6975,111 @@ biolink:ClinicalMeasurement a sh:NodeShape ; sh:order 5 ; sh:path biolink:id ], [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], + sh:order 7 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:provided_by ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:has_qualitative_value ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:iri ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ] ; + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ] ; sh:targetClass biolink:ClinicalMeasurement . biolink:ClinicalModifier a sh:NodeShape ; sh:closed true ; sh:description "Used to characterize and specify the phenotypic abnormalities defined in the phenotypic abnormality sub-ontology, with respect to severity, laterality, and other aspects" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:full_name ], + sh:order 7 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:iri ], + sh:order 11 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ], + sh:order 0 ; + sh:path rdfs:label ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; + sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_attribute_type ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], + sh:order 12 ; + sh:path dct:description ], [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], + sh:order 10 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path rdfs:label ], + sh:order 4 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -7091,114 +7087,124 @@ biolink:ClinicalModifier a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:id ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_attribute_type ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ] ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:ClinicalModifier . biolink:ClinicalTrial a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], + sh:order 7 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdfs:label ], + sh:order 0 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:category ], + sh:order 4 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:provided_by ], + sh:order 8 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:iri ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; - sh:path biolink:deprecated ] ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:xref ] ; sh:targetClass biolink:ClinicalTrial . biolink:CodingSequence a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "connects a genomic feature to its sequence" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:has_biological_sequence ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:category ], + sh:order 2 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdfs:label ], + sh:order 7 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -7206,42 +7212,34 @@ biolink:CodingSequence a sh:NodeShape ; sh:order 5 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], + sh:order 0 ; + sh:path biolink:has_biological_sequence ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:order 8 ; + sh:path biolink:iri ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:synonym ], + sh:order 9 ; + sh:path biolink:category ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:deprecated ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdf:type ], + sh:order 6 ; + sh:path biolink:synonym ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -7253,63 +7251,43 @@ biolink:CodingSequence a sh:NodeShape ; sh:order 4 ; sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:id ], + sh:order 11 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:iri ] ; + sh:order 10 ; + sh:path rdf:type ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:in_taxon ] ; sh:targetClass biolink:CodingSequence . biolink:Cohort a sh:NodeShape ; sh:closed true ; sh:description "A group of people banded together or treated as a group who share common characteristics. A cohort 'study' is a particular form of longitudinal study that samples a cohort, performing a cross-section at intervals through time." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], + sh:order 3 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -7317,15 +7295,28 @@ biolink:Cohort a sh:NodeShape ; sh:order 8 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], + sh:order 6 ; + sh:path biolink:id ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -7333,22 +7324,31 @@ biolink:Cohort a sh:NodeShape ; sh:order 11 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 9 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ] ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:Cohort . biolink:CommonDataElement a sh:NodeShape ; @@ -7356,65 +7356,59 @@ biolink:CommonDataElement a sh:NodeShape ; sh:description "A Common Data Element (CDE) is a standardized, precisely defined question, paired with a set of allowable responses, used systematically across different sites, studies, or clinical trials to ensure consistent data collection. Multiple CDEs (from one or more Collections) can be curated into Forms. (https://cde.nlm.nih.gov/home)" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:format ], + sh:order 9 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdfs:label ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:order 1 ; + sh:path biolink:rights ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:creation_date ], + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 2 ; + sh:path biolink:format ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], + sh:order 3 ; + sh:path biolink:creation_date ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:full_name ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:license ], + sh:order 12 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -7422,6 +7416,18 @@ biolink:CommonDataElement a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; @@ -7430,19 +7436,13 @@ biolink:CommonDataElement a sh:NodeShape ; [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:rights ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:license ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ] ; + sh:order 4 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:CommonDataElement . biolink:ComplexChemicalExposure a sh:NodeShape ; @@ -7450,73 +7450,51 @@ biolink:ComplexChemicalExposure a sh:NodeShape ; sh:description "A complex chemical exposure is an intake of a chemical mixture (e.g. gasoline), other than a drug." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], + sh:order 4 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 5 ; + sh:path biolink:id ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:id ], + sh:order 0 ; + sh:path rdfs:label ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:has_qualitative_value ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -7524,45 +7502,45 @@ biolink:ComplexChemicalExposure a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:iri ], + sh:order 12 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 11 ; - sh:path rdf:type ] ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:ComplexChemicalExposure . biolink:ComplexMolecularMixture a sh:NodeShape ; sh:closed true ; sh:description "A complex molecular mixture is a chemical mixture composed of two or more molecular entities with unknown concentration and stoichiometry." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:trade_name ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path rdf:type ], - [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; + sh:property [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; sh:order 3 ; sh:path biolink:routes_of_delivery ], @@ -7572,182 +7550,204 @@ biolink:ComplexMolecularMixture a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:iri ], - [ sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; - sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:highest_FDA_approval_status ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:synonym ], [ sh:datatype xsd:boolean ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:is_toxic ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path rdf:type ], [ sh:class biolink:ChemicalRole ; sh:description "A role is particular behaviour which a chemical entity may exhibit." ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path biolink:has_chemical_role ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:xref ], + sh:order 20 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:is_supplement ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 5 ; - sh:path biolink:available_from ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:provided_by ], [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:drug_regulatory_status_world_wide ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path dct:description ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 5 ; + sh:path biolink:available_from ], [ sh:datatype xsd:string ; sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:max_tolerated_dose ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; + sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path rdfs:label ], + sh:order 1 ; + sh:path biolink:highest_FDA_approval_status ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path biolink:full_name ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:has_attribute ] ; - sh:targetClass biolink:ComplexMolecularMixture . - -biolink:ConceptCountAnalysisResult a sh:NodeShape ; - sh:closed true ; - sh:description "A result of a concept count analysis." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 10 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; - sh:path dct:description ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:creation_date ], + sh:order 18 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 7 ; + sh:order 12 ; sh:path biolink:synonym ], [ sh:datatype xsd:string ; + sh:description "" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], + sh:order 4 ; + sh:path biolink:trade_name ] ; + sh:targetClass biolink:ComplexMolecularMixture . + +biolink:ConceptCountAnalysisResult a sh:NodeShape ; + sh:closed true ; + sh:description "A result of a concept count analysis." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:rights ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 8 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ], + sh:order 2 ; + sh:path biolink:format ], [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:license ], + sh:order 6 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:id ], + sh:order 9 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], + sh:order 4 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:category ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:iri ], + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:format ], + sh:order 0 ; + sh:path biolink:license ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:full_name ], + sh:order 7 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:creation_date ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdfs:label ] ; + sh:order 1 ; + sh:path biolink:rights ] ; sh:targetClass biolink:ConceptCountAnalysisResult . biolink:ConfidenceLevel a sh:NodeShape ; @@ -7755,20 +7755,38 @@ biolink:ConfidenceLevel a sh:NodeShape ; sh:description "Level of confidence in a statement" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:format ], + sh:order 6 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:order 9 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:creation_date ], + sh:order 2 ; + sh:path biolink:format ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; @@ -7783,52 +7801,30 @@ biolink:ConfidenceLevel a sh:NodeShape ; [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:license ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], + sh:order 1 ; + sh:path biolink:rights ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ], + sh:order 12 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:full_name ], + sh:order 0 ; + sh:path biolink:license ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:rights ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdfs:label ], + sh:order 3 ; + sh:path biolink:creation_date ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -7836,102 +7832,74 @@ biolink:ConfidenceLevel a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ] ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:ConfidenceLevel . biolink:ContributorAssociation a sh:NodeShape ; sh:closed true ; sh:description "Any association between an entity (such as a publication) and various agents that contribute to its realisation" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:property [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "generally one of the predicate values 'provider', 'publisher', 'editor' or 'author'" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 28 ; sh:path biolink:p_value ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "generally one of the predicate values 'provider', 'publisher', 'editor' or 'author'" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 19 ; sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], [ sh:class biolink:OntologyClass ; sh:description "this field can be used to annotate special characteristics of an agent relationship, such as the fact that a given author agent of a publication is the 'corresponding author'" ; sh:nodeKind sh:IRI ; @@ -7942,71 +7910,119 @@ biolink:ContributorAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:InformationContentEntity ; - sh:description "information content entity which an agent has helped realise" ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:Agent ; + sh:description "agent helping to realise the given entity (e.g. such as a publication)" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 32 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -8017,180 +8033,137 @@ biolink:ContributorAssociation a sh:NodeShape ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:class biolink:Agent ; - sh:description "agent helping to realise the given entity (e.g. such as a publication)" ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:class biolink:InformationContentEntity ; + sh:description "information content entity which an agent has helped realise" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ] ; + sh:order 0 ; + sh:path rdf:subject ] ; sh:targetClass biolink:ContributorAssociation . biolink:CorrelatedGeneToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:property [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 51 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:subject_aspect_qualifier ], + sh:order 46 ; + sh:path biolink:has_count ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:order 21 ; + sh:path biolink:original_subject ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:sex_qualifier ], + sh:order 6 ; + sh:path biolink:disease_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path rdf:type ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:order 51 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:has_count ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 44 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:anatomical_context_qualifier ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:iri ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 48 ; + sh:path biolink:has_quotient ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "gene in which variation is shown to correlate with the disease." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 19 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:order 32 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:subject_specialization_qualifier ], + sh:order 49 ; + sh:path biolink:has_percentage ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:qualifiers ], + sh:order 28 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 52 ; + sh:path biolink:qualified_predicate ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 33 ; sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 9 ; + sh:path biolink:anatomical_context_qualifier ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 18 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path dct:description ], + sh:order 10 ; + sh:path biolink:negated ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; @@ -8201,46 +8174,84 @@ biolink:CorrelatedGeneToDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 17 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 50 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 30 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path biolink:p_value ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:subject_category ], + sh:order 12 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:qualifier ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:datatype xsd:anyURI ; sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:object_specialization_qualifier ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:publications ], [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path biolink:original_predicate ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 7 ; + sh:path biolink:subject_specialization_qualifier ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 53 ; - sh:path biolink:frequency_qualifier ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:order 43 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path biolink:p_value ], + sh:order 23 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path biolink:iri ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:subject_category_closure ], + sh:order 29 ; + sh:path biolink:object_category_closure ], [ sh:class biolink:Disease ; sh:description "disease" ; sh:maxCount 1 ; @@ -8248,96 +8259,46 @@ biolink:CorrelatedGeneToDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "gene in which variation is shown to correlate with the disease." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:publications ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 25 ; + sh:path biolink:object_category ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:object_direction_qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:nodeKind sh:Literal ; + sh:order 53 ; + sh:path biolink:frequency_qualifier ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; - sh:order 50 ; - sh:path biolink:subject_direction_qualifier ], + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:sex_qualifier ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 49 ; - sh:path biolink:has_percentage ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 27 ; sh:path biolink:object_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 52 ; - sh:path biolink:qualified_predicate ], - [ sh:datatype xsd:double ; + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 48 ; - sh:path biolink:has_quotient ], + sh:order 22 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 42 ; - sh:path rdfs:label ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 47 ; - sh:path biolink:has_total ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:disease_context_qualifier ], + sh:order 15 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; @@ -8345,46 +8306,85 @@ biolink:CorrelatedGeneToDiseaseAssociation a sh:NodeShape ; sh:order 20 ; sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:subject_label_closure ], + sh:order 16 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 19 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 36 ; sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 45 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:negated ], + sh:order 47 ; + sh:path biolink:has_total ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:subject_category ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:primary_knowledge_source ], + sh:order 38 ; + sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 40 ; + sh:path biolink:category ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:subject_namespace ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 42 ; + sh:path rdfs:label ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 44 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 18 ; - sh:path biolink:knowledge_level ] ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:object_namespace ] ; sh:targetClass biolink:CorrelatedGeneToDiseaseAssociation . biolink:DatasetSummary a sh:NodeShape ; @@ -8392,31 +8392,59 @@ biolink:DatasetSummary a sh:NodeShape ; sh:description "an item that holds summary level information about a dataset." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path rdf:type ], + sh:order 4 ; + sh:path biolink:format ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:creation_date ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:license ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:rights ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:full_name ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path dct:description ], + sh:order 10 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; @@ -8424,96 +8452,50 @@ biolink:DatasetSummary a sh:NodeShape ; sh:order 14 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:source_web_page ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:format ], + sh:order 11 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path schema1:logo ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:category ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 17 ; sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 16 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:id ], + sh:order 15 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:iri ], + sh:order 0 ; + sh:path biolink:source_web_page ], [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:license ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:creation_date ] ; + sh:order 9 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:DatasetSummary . biolink:DatasetVersion a sh:NodeShape ; sh:closed true ; sh:description "an item that holds version level information about a dataset." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; @@ -8522,52 +8504,65 @@ biolink:DatasetVersion a sh:NodeShape ; [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:rights ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:has_attribute ], + sh:order 3 ; + sh:path biolink:license ], [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:ingest_date ], + sh:order 12 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:synonym ], [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:xref ], + sh:order 13 ; + sh:path biolink:category ], [ sh:datatype xsd:date ; sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:creation_date ], - [ sh:class biolink:DatasetDistribution ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path dct:distribution ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:format ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path rdfs:label ], + sh:order 9 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:rights ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:provided_by ], @@ -8576,28 +8571,33 @@ biolink:DatasetVersion a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:has_dataset ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path rdf:type ], + sh:order 18 ; + sh:path biolink:deprecated ], + [ sh:class biolink:DatasetDistribution ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path dct:distribution ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:license ], + sh:order 1 ; + sh:path biolink:ingest_date ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:id ] ; + sh:order 15 ; + sh:path rdfs:label ] ; sh:targetClass biolink:DatasetVersion . biolink:DiagnosticAid a sh:NodeShape ; @@ -8605,24 +8605,21 @@ biolink:DiagnosticAid a sh:NodeShape ; sh:description "A device or substance used to help diagnose disease or injury" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:id ], + sh:order 7 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path dct:description ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:deprecated ], + sh:order 2 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; @@ -8633,90 +8630,95 @@ biolink:DiagnosticAid a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:xref ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdfs:label ], + sh:order 4 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:synonym ], + sh:order 5 ; + sh:path biolink:iri ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:deprecated ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:type ], + sh:order 8 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ] ; + sh:order 3 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:DiagnosticAid . biolink:DiseaseOrPhenotypicFeatureExposure a sh:NodeShape ; sh:closed true ; sh:description "A disease or phenotypic feature state, when viewed as an exposure, represents an precondition, leading to or influencing an outcome, e.g. HIV predisposing an individual to infections; a relative deficiency of skin pigmentation predisposing an individual to skin cancer." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:category ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_attribute_type ], + [ sh:datatype xsd:string ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], + sh:order 1 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 13 ; + sh:path dct:description ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:has_qualitative_value ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:full_name ], + sh:order 5 ; + sh:path biolink:iri ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; @@ -8724,50 +8726,48 @@ biolink:DiseaseOrPhenotypicFeatureExposure a sh:NodeShape ; sh:order 0 ; sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:provided_by ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:category ], + sh:order 9 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:order 10 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdfs:label ], + sh:order 15 ; + sh:path biolink:deprecated ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; - sh:path biolink:has_attribute ] ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:xref ] ; sh:targetClass biolink:DiseaseOrPhenotypicFeatureExposure . biolink:DiseaseOrPhenotypicFeatureOutcome a sh:NodeShape ; @@ -8779,14 +8779,7 @@ biolink:DiseaseOrPhenotypicFeatureOutcome a sh:NodeShape ; biolink:DiseaseOrPhenotypicFeatureToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; @@ -8799,155 +8792,143 @@ biolink:DiseaseOrPhenotypicFeatureToEntityAssociationMixin a sh:NodeShape ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; - sh:path rdf:subject ] ; + sh:path rdf:subject ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ] ; sh:targetClass biolink:DiseaseOrPhenotypicFeatureToEntityAssociationMixin . biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between either a disease or a phenotypic feature and its mode of (genetic) inheritance." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:property [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:original_object ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "disease or phenotype" ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 25 ; sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 36 ; sh:path dct:description ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "disease or phenotype" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 33 ; + sh:path biolink:category ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; @@ -8960,149 +8941,145 @@ biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation a sh:NodeShape sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], + [ sh:class biolink:GeneticInheritance ; + sh:description "genetic inheritance associated with the specified disease or phenotypic feature." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 31 ; + sh:path biolink:id ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path rdf:type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 28 ; sh:path biolink:p_value ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + sh:order 32 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:GeneticInheritance ; - sh:description "genetic inheritance associated with the specified disease or phenotypic feature." ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ] ; + sh:order 8 ; + sh:path biolink:knowledge_source ] ; sh:targetClass biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation . biolink:DiseaseOrPhenotypicFeatureToLocationAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between either a disease or a phenotypic feature and an anatomical entity, where the disease/feature manifests in that site." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:property [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 26 ; sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "disease or phenotype" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:AnatomicalEntity ; sh:description "anatomical entity in which the disease or feature is found." ; sh:maxCount 1 ; @@ -9116,160 +9093,183 @@ biolink:DiseaseOrPhenotypicFeatureToLocationAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 24 ; sh:path biolink:object_namespace ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 25 ; sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 32 ; sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + sh:order 35 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:deprecated ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path rdf:type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "disease or phenotype" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 3 ; + sh:path biolink:negated ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; - sh:path biolink:knowledge_source ] ; + sh:path biolink:knowledge_source ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ] ; sh:targetClass biolink:DiseaseOrPhenotypicFeatureToLocationAssociation . biolink:DiseaseToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:property [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:class biolink:Disease ; sh:description "disease class" ; sh:maxCount 1 ; @@ -9277,24 +9277,56 @@ biolink:DiseaseToEntityAssociationMixin a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ] ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ] ; sh:targetClass biolink:DiseaseToEntityAssociationMixin . biolink:DiseaseToExposureEventAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between an exposure event and a disease." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:ExposureEvent ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -9302,16 +9334,67 @@ biolink:DiseaseToExposureEventAssociation a sh:NodeShape ; sh:order 24 ; sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 34 ; + sh:path rdf:type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:class biolink:Disease ; + sh:description "disease class" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -9319,6 +9402,11 @@ biolink:DiseaseToExposureEventAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -9330,24 +9418,66 @@ biolink:DiseaseToExposureEventAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; @@ -9361,209 +9491,250 @@ biolink:DiseaseToExposureEventAssociation a sh:NodeShape ; sh:order 18 ; sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:Disease ; - sh:description "disease class" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:path biolink:retrieval_source_ids ] ; + sh:targetClass biolink:DiseaseToExposureEventAssociation . + +biolink:DiseaseToPhenotypicFeatureAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "An association between a disease and a phenotypic feature in which the phenotypic feature is associated with the disease in some way." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 46 ; + sh:path dct:description ], [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:negated ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 38 ; - sh:path biolink:deprecated ], + sh:path biolink:p_value ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:sex_qualifier ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 22 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 28 ; + sh:path biolink:object_category ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 37 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + sh:path biolink:publications ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:disease_context_qualifier ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:has_count ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; + sh:order 23 ; sh:path biolink:timepoint ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], + sh:order 2 ; + sh:path biolink:has_total ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 40 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 26 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:ExposureEvent ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:order 45 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 3 ; + sh:path biolink:has_quotient ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 6 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:order 51 ; + sh:path biolink:object_aspect_qualifier ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 15 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 12 ; + sh:path biolink:anatomical_context_qualifier ], [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 48 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Onset ; + sh:description "a qualifier used in a phenotypic association to state when the phenotype appears is in the subject." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:onset_qualifier ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 31 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 33 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ] ; - sh:targetClass biolink:DiseaseToExposureEventAssociation . - -biolink:DiseaseToPhenotypicFeatureAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "An association between a disease and a phenotypic feature in which the phenotypic feature is associated with the disease in some way." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 14 ; + sh:path biolink:qualifier ], + [ sh:class biolink:PhenotypicFeature ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:order 7 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:has_total ], + sh:order 24 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 49 ; - sh:path biolink:subject_aspect_qualifier ], + sh:order 18 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:qualifier ], + sh:order 41 ; + sh:path biolink:id ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 50 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:double ; sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:has_percentage ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 16 ; - sh:path biolink:publications ], [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:qualifiers ], + sh:order 11 ; + sh:path biolink:object_specialization_qualifier ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 42 ; + sh:path biolink:iri ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path biolink:adjusted_p_value ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; @@ -9571,22 +9742,35 @@ biolink:DiseaseToPhenotypicFeatureAssociation a sh:NodeShape ; sh:order 21 ; sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path rdfs:label ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:order 49 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:p_value ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 54 ; + sh:path biolink:frequency_qualifier ], + [ sh:class biolink:Disease ; + sh:description "disease class" ; sh:maxCount 1 ; - sh:order 52 ; - sh:path biolink:object_direction_qualifier ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path rdf:subject ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 43 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 53 ; + sh:path biolink:qualified_predicate ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; @@ -9598,362 +9782,173 @@ biolink:DiseaseToPhenotypicFeatureAssociation a sh:NodeShape ; sh:order 35 ; sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:original_subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:object_category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 47 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:PhenotypicFeature ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path rdf:object ], + sh:order 44 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + sh:order 30 ; + sh:path biolink:object_closure ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:anatomical_context_qualifier ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 52 ; + sh:path biolink:object_direction_qualifier ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path dct:description ], - [ sh:class biolink:Onset ; - sh:description "a qualifier used in a phenotypic association to state when the phenotype appears is in the subject." ; - sh:maxCount 1 ; + sh:order 25 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:onset_qualifier ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path biolink:category ], + sh:order 47 ; + sh:path biolink:has_attribute ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:subject_category ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:double ; - sh:maxCount 1 ; + sh:order 34 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:has_quotient ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 40 ; - sh:path biolink:has_supporting_studies ], + sh:order 20 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:has_evidence ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 48 ; - sh:path biolink:deprecated ], + sh:order 10 ; + sh:path biolink:subject_specialization_qualifier ] ; + sh:targetClass biolink:DiseaseToPhenotypicFeatureAssociation . + +biolink:DrugExposure a sh:NodeShape ; + sh:closed true ; + sh:description "A drug exposure is an intake of a particular drug." ; + sh:ignoredProperties ( rdf:type biolink:has_gene_or_gene_product ) ; + sh:property [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 41 ; + sh:order 6 ; sh:path biolink:id ], - [ sh:class biolink:Disease ; - sh:description "disease class" ; + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path rdf:subject ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 44 ; - sh:path rdf:type ], + sh:order 4 ; + sh:path biolink:has_qualitative_value ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 51 ; - sh:path biolink:object_aspect_qualifier ], + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 53 ; - sh:path biolink:qualified_predicate ], + sh:order 7 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:sex_qualifier ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:disease_context_qualifier ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; + sh:order 2 ; + sh:path rdfs:label ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; - sh:order 22 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:original_object ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 54 ; - sh:path biolink:frequency_qualifier ], + sh:order 11 ; + sh:path biolink:category ], [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; - sh:maxCount 1 ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 10 ; - sh:path biolink:subject_specialization_qualifier ], + sh:path biolink:synonym ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_attribute_type ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 42 ; + sh:order 5 ; sh:path biolink:iri ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:object_specialization_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:adjusted_p_value ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 50 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:full_name ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 1 ; - sh:path biolink:has_count ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path rdf:predicate ], + sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:primary_knowledge_source ] ; - sh:targetClass biolink:DiseaseToPhenotypicFeatureAssociation . - -biolink:DrugExposure a sh:NodeShape ; - sh:closed true ; - sh:description "A drug exposure is an intake of a particular drug." ; - sh:ignoredProperties ( biolink:has_gene_or_gene_product rdf:type ) ; - sh:property [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:synonym ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_qualitative_value ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:xref ], + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 12 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 1 ; - sh:path biolink:has_quantitative_value ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ] ; + sh:path rdf:type ] ; sh:targetClass biolink:DrugExposure . biolink:DrugLabel a sh:NodeShape ; sh:closed true ; sh:description "a document accompanying a drug or its container that provides written, printed or graphic information about the drug, including drug contents, specific instructions or warnings for administration, storage and disposal instructions, etc." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:license ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:rights ], - [ sh:datatype xsd:anyURI ; + sh:property [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 16 ; sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:license ], [ sh:datatype xsd:string ; sh:description "executive summary of a publication" ; sh:maxCount 1 ; @@ -9966,27 +9961,32 @@ biolink:DrugLabel a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:creation_date ], - [ sh:datatype xsd:string ; - sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path rdfs:label ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:anyURI ; sh:description "mesh terms tagging a publication" ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:mesh_terms ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:format ], + sh:order 21 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "keywords tagging a publication" ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:keywords ], [ sh:datatype xsd:string ; sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; sh:maxCount 1 ; @@ -9995,36 +9995,47 @@ biolink:DrugLabel a sh:NodeShape ; sh:order 14 ; sh:path biolink:id ], [ sh:datatype xsd:string ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path rdf:type ], + sh:order 9 ; + sh:path biolink:format ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:full_name ], + sh:order 8 ; + sh:path biolink:rights ], [ sh:datatype xsd:string ; - sh:description "keywords tagging a publication" ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:keywords ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 13 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], + sh:order 18 ; + sh:path rdfs:label ], + [ sh:class biolink:Agent ; + sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:authors ], [ sh:datatype xsd:string ; - sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:pages ], + sh:order 11 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path dct:type ], + [ sh:datatype xsd:string ; + sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:pages ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -10032,45 +10043,34 @@ biolink:DrugLabel a sh:NodeShape ; sh:order 19 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:provided_by ], + sh:order 12 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:Agent ; - sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:authors ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:deprecated ] ; + sh:order 17 ; + sh:path rdf:type ] ; sh:targetClass biolink:DrugLabel . biolink:DrugToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:description "An interaction between a drug and another entity" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Drug ; - sh:description "the drug that is an interactor" ; + sh:property [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -10078,41 +10078,100 @@ biolink:DrugToEntityAssociationMixin a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:class biolink:Drug ; + sh:description "the drug that is an interactor" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ] ; + sh:order 0 ; + sh:path rdf:subject ] ; sh:targetClass biolink:DrugToEntityAssociationMixin . biolink:DrugToGeneAssociation a sh:NodeShape ; sh:closed true ; sh:description "An interaction between a drug and a gene or gene product." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 16 ; sh:path biolink:original_object ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; @@ -10124,54 +10183,40 @@ biolink:DrugToGeneAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:order 36 ; + sh:path dct:description ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the gene or gene product that is affected by the drug" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:class biolink:Drug ; sh:description "the drug that is an interactor" ; sh:maxCount 1 ; @@ -10179,18 +10224,27 @@ biolink:DrugToGeneAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:order 38 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 33 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -10198,145 +10252,102 @@ biolink:DrugToGeneAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 35 ; sh:path rdfs:label ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 28 ; sh:path biolink:p_value ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "the gene or gene product that is affected by the drug" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ] ; + sh:order 13 ; + sh:path biolink:timepoint ] ; sh:targetClass biolink:DrugToGeneAssociation . biolink:DrugToGeneInteractionExposure a sh:NodeShape ; sh:closed true ; sh:description "drug to gene interaction exposure is a drug exposure is where the interactions of the drug with specific genes are known to constitute an 'exposure' to the organism, leading to or influencing an outcome." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], + sh:property [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:iri ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path biolink:category ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:has_qualitative_value ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:iri ], + sh:order 11 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -10344,49 +10355,33 @@ biolink:DrugToGeneInteractionExposure a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Gene ; - sh:description "connects an entity with one or more gene or gene products" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_gene_or_gene_product ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:full_name ], + sh:order 3 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path rdfs:label ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 15 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:deprecated ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -10400,39 +10395,33 @@ biolink:DrugToGeneInteractionExposure a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:full_name ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:timepoint ], + [ sh:class biolink:Gene ; + sh:description "connects an entity with one or more gene or gene products" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_gene_or_gene_product ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:xref ] ; + sh:order 13 ; + sh:path rdf:type ] ; sh:targetClass biolink:DrugToGeneInteractionExposure . biolink:DruggableGeneToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category ], - [ sh:class biolink:Disease ; + sh:property [ sh:class biolink:Disease ; sh:description "disease" ; sh:maxCount 1 ; sh:minCount 1 ; @@ -10444,224 +10433,233 @@ biolink:DruggableGeneToDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 17 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path biolink:original_predicate ], + sh:order 16 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 51 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 31 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:original_object ], + sh:order 49 ; + sh:path biolink:has_percentage ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:iri ], - [ sh:datatype xsd:double ; + sh:order 11 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 48 ; - sh:path biolink:has_quotient ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_supporting_studies ], + sh:order 42 ; + sh:path rdfs:label ], + [ sh:description "connects an association to an instance of supporting evidence" ; + sh:in ( "tclin" "tbio" "tchem" "tdark" ) ; + sh:order 14 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:object_label_closure ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 19 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:knowledge_source ], + sh:order 51 ; + sh:path biolink:object_aspect_qualifier ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:order 24 ; + sh:path biolink:subject_category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 29 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 47 ; - sh:path biolink:has_total ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:order 20 ; + sh:path biolink:timepoint ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:disease_context_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:object_closure ], + sh:order 25 ; + sh:path biolink:object_category ], [ sh:datatype xsd:integer ; sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 46 ; sh:path biolink:has_count ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 44 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:object_namespace ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 18 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 49 ; - sh:path biolink:has_percentage ], + sh:order 9 ; + sh:path biolink:anatomical_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:qualifier ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:publications ], + sh:order 39 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:id ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 30 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "gene in which variation is correlated with the disease in a protective manner, or if the product produced by the gene can be targeted by a small molecule and this leads to a protective or improving disease state." ; sh:maxCount 1 ; - sh:order 50 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 44 ; - sh:path biolink:has_attribute ], - [ sh:description "connects an association to an instance of supporting evidence" ; - sh:in ( "tclin" "tbio" "tchem" "tdark" ) ; - sh:order 14 ; - sh:path biolink:has_evidence ], + sh:order 47 ; + sh:path biolink:has_total ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:object_category_closure ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:object_direction_qualifier ], + sh:order 28 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 45 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:subject_category ], + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path biolink:p_value ], [ sh:datatype xsd:anyURI ; sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:object_specialization_qualifier ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 42 ; - sh:path rdfs:label ], + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:disease_context_qualifier ], [ sh:class biolink:BiologicalSex ; sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:sex_qualifier ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 50 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path biolink:category ], + sh:order 10 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 52 ; - sh:path biolink:qualified_predicate ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:subject_aspect_qualifier ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:publications ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 19 ; - sh:path biolink:agent_type ], + sh:order 4 ; + sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:anatomical_context_qualifier ], + sh:order 43 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:qualifiers ], + sh:order 48 ; + sh:path biolink:has_quotient ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 52 ; + sh:path biolink:qualified_predicate ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 41 ; sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 27 ; + sh:path biolink:object_closure ], [ sh:datatype ; sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; @@ -10669,95 +10667,75 @@ biolink:DruggableGeneToDiseaseAssociation a sh:NodeShape ; sh:order 53 ; sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:deprecated ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "gene in which variation is correlated with the disease in a protective manner, or if the product produced by the gene can be targeted by a small molecule and this leads to a protective or improving disease state." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 32 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; - sh:maxCount 1 ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:subject_specialization_qualifier ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:order 40 ; + sh:path biolink:category ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:primary_knowledge_source ], + sh:order 36 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 21 ; sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:object_label_closure ], + sh:order 22 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path dct:description ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 38 ; + sh:path biolink:id ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 18 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 7 ; + sh:path biolink:subject_specialization_qualifier ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:timepoint ] ; + sh:order 15 ; + sh:path biolink:knowledge_source ] ; sh:targetClass biolink:DruggableGeneToDiseaseAssociation . biolink:Entity a sh:NodeShape ; sh:closed false ; sh:description "Root Biolink Model class for all things and informational relationships, real or imagined." ; - sh:ignoredProperties ( biolink:longitude biolink:knowledge_level biolink:quantifier_qualifier biolink:has_drug biolink:has_chemical_role biolink:subject_category biolink:pages biolink:object_category_closure biolink:has_device biolink:max_research_phase biolink:qualifiers schema1:logo biolink:expression_site biolink:end_interbase_coordinate biolink:resource_id biolink:subject_category_closure biolink:object_specialization_qualifier biolink:subject_context_qualifier biolink:object_closure biolink:license biolink:aggregator_knowledge_source biolink:object_category biolink:in_taxon biolink:keywords biolink:interacting_molecules_category rdf:predicate biolink:xref biolink:in_taxon_label biolink:has_supporting_studies biolink:species_context_qualifier biolink:highest_FDA_approval_status biolink:available_from biolink:adjusted_p_value biolink:object_form_or_variant_qualifier dct:type biolink:has_dataset biolink:knowledge_source biolink:latitude biolink:issue biolink:has_procedure biolink:has_count biolink:enabled_by biolink:authors biolink:causal_mechanism_qualifier biolink:has_percentage biolink:creation_date biolink:publications biolink:object_derivative_qualifier biolink:summary biolink:has_quantitative_value biolink:subject_aspect_qualifier biolink:subject_derivative_qualifier dct:distribution biolink:has_biological_sequence biolink:distribution_download_url biolink:is_toxic biolink:subject_direction_qualifier biolink:is_metabolite biolink:subject_form_or_variant_qualifier biolink:has_zygosity biolink:has_taxonomic_rank biolink:subject_specialization_qualifier biolink:stage_qualifier biolink:subject_closure biolink:symbol biolink:catalyst_qualifier biolink:has_attribute_type biolink:drug_regulatory_status_world_wide biolink:frequency_qualifier biolink:chapter biolink:phenotypic_state biolink:stoichiometry biolink:genome_build biolink:rights biolink:max_tolerated_dose biolink:published_in biolink:original_object rdf:type biolink:has_evidence biolink:object_namespace biolink:object_direction_qualifier biolink:format biolink:subject_label_closure biolink:synonym biolink:is_supplement biolink:full_name biolink:timepoint biolink:upstream_resource_ids biolink:subject_namespace biolink:has_quotient biolink:start_interbase_coordinate biolink:primary_knowledge_source biolink:qualified_predicate biolink:sex_qualifier biolink:subject_part_qualifier biolink:object_aspect_qualifier biolink:disease_context_qualifier biolink:provided_by biolink:phase biolink:clinical_approval_status biolink:routes_of_delivery biolink:anatomical_context_qualifier biolink:object_part_qualifier biolink:onset_qualifier biolink:ingest_date biolink:source_web_page biolink:has_gene_or_gene_product biolink:reaction_side biolink:volume biolink:affiliation biolink:qualifier biolink:trade_name biolink:original_predicate rdf:object biolink:has_qualitative_value biolink:has_input biolink:original_subject biolink:p_value biolink:mesh_terms biolink:resource_role biolink:strand biolink:has_total biolink:population_context_qualifier biolink:has_output biolink:has_gene biolink:negated biolink:temporal_context_qualifier biolink:FDA_adverse_event_level biolink:reaction_direction biolink:object_label_closure biolink:associated_environmental_context biolink:object_context_qualifier biolink:address rdf:subject biolink:iso_abbreviation biolink:retrieval_source_ids biolink:agent_type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path rdf:type ], - [ sh:class biolink:Attribute ; + sh:ignoredProperties ( biolink:subject_form_or_variant_qualifier biolink:expression_site biolink:trade_name biolink:creation_date biolink:original_predicate biolink:object_specialization_qualifier biolink:quantifier_qualifier biolink:subject_direction_qualifier biolink:drug_regulatory_status_world_wide rdf:predicate biolink:has_zygosity biolink:full_name biolink:has_qualitative_value dct:type biolink:object_closure biolink:aggregator_knowledge_source biolink:resource_id biolink:mesh_terms biolink:population_context_qualifier biolink:phenotypic_state biolink:species_context_qualifier biolink:highest_FDA_approval_status biolink:affiliation biolink:license biolink:has_gene_or_gene_product biolink:has_quantitative_value biolink:has_chemical_role biolink:reaction_side biolink:temporal_context_qualifier biolink:object_aspect_qualifier biolink:publications biolink:timepoint biolink:has_procedure biolink:clinical_approval_status biolink:is_metabolite biolink:subject_part_qualifier biolink:routes_of_delivery biolink:resource_role biolink:object_derivative_qualifier biolink:phase biolink:pages biolink:object_namespace biolink:stoichiometry biolink:anatomical_context_qualifier biolink:qualifiers biolink:has_taxonomic_rank biolink:subject_category_closure biolink:interacting_molecules_category biolink:subject_namespace biolink:has_device biolink:enabled_by biolink:adjusted_p_value biolink:upstream_resource_ids biolink:sex_qualifier biolink:subject_specialization_qualifier biolink:start_interbase_coordinate biolink:stage_qualifier biolink:object_context_qualifier biolink:subject_category biolink:object_label_closure biolink:address biolink:provided_by biolink:rights biolink:qualified_predicate biolink:has_quotient biolink:in_taxon biolink:has_percentage biolink:end_interbase_coordinate biolink:volume biolink:authors biolink:object_part_qualifier biolink:has_output biolink:qualifier biolink:object_direction_qualifier biolink:distribution_download_url biolink:has_count biolink:in_taxon_label biolink:longitude schema1:logo biolink:has_biological_sequence biolink:has_gene biolink:associated_environmental_context biolink:causal_mechanism_qualifier biolink:published_in biolink:format biolink:knowledge_source biolink:original_subject biolink:has_attribute_type biolink:available_from biolink:primary_knowledge_source rdf:object biolink:subject_aspect_qualifier biolink:has_dataset biolink:keywords biolink:max_research_phase biolink:subject_context_qualifier biolink:catalyst_qualifier biolink:has_total biolink:disease_context_qualifier biolink:xref biolink:object_category biolink:chapter biolink:object_category_closure biolink:strand biolink:symbol biolink:knowledge_level biolink:retrieval_source_ids biolink:frequency_qualifier biolink:has_evidence biolink:p_value rdf:subject rdf:type biolink:agent_type biolink:summary biolink:genome_build biolink:object_form_or_variant_qualifier biolink:ingest_date dct:distribution biolink:subject_label_closure biolink:original_object biolink:has_input biolink:is_toxic biolink:issue biolink:latitude biolink:has_supporting_studies biolink:reaction_direction biolink:has_drug biolink:subject_derivative_qualifier biolink:synonym biolink:onset_qualifier biolink:negated biolink:is_supplement biolink:iso_abbreviation biolink:subject_closure biolink:FDA_adverse_event_level biolink:max_tolerated_dose biolink:source_web_page ) ; + sh:property [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 6 ; @@ -10774,291 +10752,312 @@ biolink:Entity a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; - sh:path biolink:iri ] ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path rdf:type ] ; sh:targetClass biolink:Entity . biolink:EntityToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:knowledge_source ], + sh:order 35 ; + sh:path biolink:category ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:has_evidence ], [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path biolink:deprecated ], + sh:order 2 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:adjusted_p_value ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 6 ; + sh:path biolink:qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:has_evidence ], + sh:order 24 ; + sh:path biolink:object_category_closure ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 16 ; sh:path biolink:original_subject ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 27 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 23 ; sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 14 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:negated ], + sh:order 28 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:subject_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 22 ; + sh:path biolink:object_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 39 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:p_value ], + sh:order 38 ; + sh:path dct:description ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:object_category_closure ], + sh:order 19 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path biolink:object_closure ], + sh:order 12 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:iri ], + sh:order 36 ; + sh:path rdf:type ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 17 ; sh:path biolink:original_predicate ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:id ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 34 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path rdf:predicate ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 32 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:subject_category ], + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_namespace ], + sh:order 18 ; + sh:path biolink:original_object ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:object_category ], - [ sh:description "" ; - sh:in ( "approved_for_condition" "fda_approved_for_condition" "not_approved_for_condition" "post_approval_withdrawal" "off_label_use" "not_provided" ) ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:clinical_approval_status ], + sh:order 7 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 37 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path dct:description ], + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:object_category ], + [ sh:in ( "pre_clinical_research_phase" "clinical_trial_phase" "clinical_trial_phase_1" "clinical_trial_phase_2" "clinical_trial_phase_3" "clinical_trial_phase_4" "not_provided" ) ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:max_research_phase ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:timepoint ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 39 ; - sh:path biolink:has_attribute ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:in ( "pre_clinical_research_phase" "clinical_trial_phase" "clinical_trial_phase_1" "clinical_trial_phase_2" "clinical_trial_phase_3" "clinical_trial_phase_4" "not_provided" ) ; + sh:order 25 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:max_research_phase ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path rdf:object ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:subject_label_closure ], + sh:order 30 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:qualifiers ], + sh:order 21 ; + sh:path biolink:subject_closure ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 29 ; sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "" ; + sh:in ( "approved_for_condition" "fda_approved_for_condition" "not_approved_for_condition" "post_approval_withdrawal" "off_label_use" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 0 ; + sh:path biolink:clinical_approval_status ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:original_object ] ; + sh:order 40 ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:EntityToDiseaseAssociation . biolink:EntityToDiseaseAssociationMixin a sh:NodeShape ; sh:closed false ; sh:description "mixin class for any association whose object (target node) is a disease" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:property [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:disease_context_qualifier ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdf:predicate ], + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:object_aspect_qualifier ], + sh:order 0 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:subject_direction_qualifier ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:order 4 ; + sh:path biolink:qualified_predicate ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:disease_context_qualifier ], + sh:order 3 ; + sh:path biolink:object_direction_qualifier ], [ sh:class biolink:Disease ; sh:description "disease" ; sh:maxCount 1 ; @@ -11066,43 +11065,44 @@ biolink:EntityToDiseaseAssociationMixin a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path rdf:object ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualified_predicate ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 2 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path rdf:subject ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:object_direction_qualifier ] ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path rdf:predicate ] ; sh:targetClass biolink:EntityToDiseaseAssociationMixin . biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:property [ sh:class biolink:DiseaseOrPhenotypicFeature ; sh:description "disease or phenotype" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -11123,44 +11123,32 @@ biolink:EntityToExposureEventAssociationMixin a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:class biolink:ExposureEvent ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; - sh:path rdf:subject ] ; + sh:path rdf:subject ], + [ sh:class biolink:ExposureEvent ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ] ; sh:targetClass biolink:EntityToExposureEventAssociationMixin . biolink:EntityToFeatureOrDiseaseQualifiersMixin a sh:NodeShape ; sh:closed false ; sh:description "Qualifiers for entity to disease or phenotype associations." ; - sh:ignoredProperties ( biolink:has_count biolink:has_quotient biolink:anatomical_context_qualifier rdf:type biolink:subject_specialization_qualifier biolink:has_percentage biolink:has_total biolink:object_specialization_qualifier biolink:sex_qualifier ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:ignoredProperties ( biolink:has_percentage biolink:has_count biolink:object_specialization_qualifier biolink:anatomical_context_qualifier biolink:has_total biolink:sex_qualifier biolink:subject_specialization_qualifier biolink:has_quotient rdf:type ) ; + sh:property [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:subject_direction_qualifier ], + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:disease_context_qualifier ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -11175,18 +11163,6 @@ biolink:EntityToFeatureOrDiseaseQualifiersMixin a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path rdf:object ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:disease_context_qualifier ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:frequency_qualifier ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; @@ -11203,27 +11179,51 @@ biolink:EntityToFeatureOrDiseaseQualifiersMixin a sh:NodeShape ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; - sh:path biolink:qualified_predicate ] ; - sh:targetClass biolink:EntityToFeatureOrDiseaseQualifiersMixin . - -biolink:EntityToOutcomeAssociationMixin a sh:NodeShape ; - sh:closed false ; - sh:description "An association between some entity and an outcome" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Outcome ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:path biolink:qualified_predicate ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:frequency_qualifier ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:subject_direction_qualifier ] ; + sh:targetClass biolink:EntityToFeatureOrDiseaseQualifiersMixin . + +biolink:EntityToOutcomeAssociationMixin a sh:NodeShape ; + sh:closed false ; + sh:description "An association between some entity and an outcome" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], + [ sh:class biolink:Outcome ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -11241,24 +11241,17 @@ biolink:EntityToPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:has_evidence ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 16 ; + sh:path biolink:original_subject ], + [ sh:description "" ; + sh:in ( "approved_for_condition" "fda_approved_for_condition" "not_approved_for_condition" "post_approval_withdrawal" "off_label_use" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:iri ], + sh:order 0 ; + sh:path biolink:clinical_approval_status ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; @@ -11266,231 +11259,288 @@ biolink:EntityToPhenotypicFeatureAssociation a sh:NodeShape ; sh:order 30 ; sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path rdf:predicate ], + sh:order 37 ; + sh:path rdfs:label ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:timepoint ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path biolink:iri ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:original_object ], - [ sh:description "" ; - sh:in ( "approved_for_condition" "fda_approved_for_condition" "not_approved_for_condition" "post_approval_withdrawal" "off_label_use" "not_provided" ) ; + sh:order 27 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:clinical_approval_status ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:qualifier ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:subject ], + sh:order 14 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:negated ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 40 ; sh:path biolink:deprecated ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:object_category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:subject_label_closure ], + sh:order 12 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_namespace ], + sh:order 21 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 38 ; sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path biolink:category ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 29 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path rdf:type ], + sh:order 11 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 28 ; sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:subject_closure ], + sh:order 25 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:object_category ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:retrieval_source_ids ], + sh:order 32 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 22 ; sh:path biolink:object_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:id ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:subject_category_closure ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 13 ; sh:path biolink:knowledge_level ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 39 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path rdf:predicate ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 24 ; sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + [ sh:in ( "pre_clinical_research_phase" "clinical_trial_phase" "clinical_trial_phase_1" "clinical_trial_phase_2" "clinical_trial_phase_3" "clinical_trial_phase_4" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path rdfs:label ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:publications ], + sh:order 1 ; + sh:path biolink:max_research_phase ], [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path biolink:category ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:original_predicate ], + sh:order 36 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_namespace ], + sh:order 18 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 33 ; + sh:path biolink:id ] ; + sh:targetClass biolink:EntityToPhenotypicFeatureAssociation . + +biolink:EntityToPhenotypicFeatureAssociationMixin a sh:NodeShape ; + sh:closed false ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_subject ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:has_supporting_studies ], - [ sh:in ( "pre_clinical_research_phase" "clinical_trial_phase" "clinical_trial_phase_1" "clinical_trial_phase_2" "clinical_trial_phase_3" "clinical_trial_phase_4" "not_provided" ) ; + sh:order 14 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:max_research_phase ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:sex_qualifier ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:negated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 39 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:NamedThing ; + sh:order 9 ; + sh:path biolink:has_total ], + [ sh:class biolink:PhenotypicFeature ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path rdf:object ] ; - sh:targetClass biolink:EntityToPhenotypicFeatureAssociation . - -biolink:EntityToPhenotypicFeatureAssociationMixin a sh:NodeShape ; - sh:closed false ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:NamedThing ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:object_specialization_qualifier ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:subject_specialization_qualifier ], + [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:frequency_qualifier ], + sh:order 16 ; + sh:path biolink:qualified_predicate ], [ sh:class biolink:Disease ; sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; sh:maxCount 1 ; @@ -11502,85 +11552,35 @@ biolink:EntityToPhenotypicFeatureAssociationMixin a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:has_quotient ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:subject_specialization_qualifier ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:object_specialization_qualifier ], + sh:order 17 ; + sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:integer ; sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:has_count ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:has_total ], [ sh:datatype xsd:double ; sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path biolink:has_percentage ], - [ sh:class biolink:PhenotypicFeature ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], [ sh:datatype xsd:string ; sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:anatomical_context_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:qualified_predicate ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:object_direction_qualifier ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:sex_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:subject_aspect_qualifier ] ; + sh:order 13 ; + sh:path biolink:subject_direction_qualifier ] ; sh:targetClass biolink:EntityToPhenotypicFeatureAssociationMixin . biolink:EnvironmentalExposure a sh:NodeShape ; @@ -11588,26 +11588,16 @@ biolink:EnvironmentalExposure a sh:NodeShape ; sh:description "A environmental exposure is a factor relating to abiotic processes in the environment including sunlight (UV-B), atmospheric (heat, cold, general pollution) and water-born contaminants." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:order 10 ; + sh:path biolink:synonym ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:full_name ], + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_qualitative_value ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -11615,11 +11605,25 @@ biolink:EnvironmentalExposure a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:has_attribute_type ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -11627,32 +11631,34 @@ biolink:EnvironmentalExposure a sh:NodeShape ; sh:order 15 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], + sh:order 9 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:category ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_qualitative_value ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:synonym ], + sh:order 5 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -11660,40 +11666,38 @@ biolink:EnvironmentalExposure a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; - sh:path rdfs:label ] ; + sh:path rdfs:label ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:timepoint ] ; sh:targetClass biolink:EnvironmentalExposure . biolink:EnvironmentalFeature a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path dct:description ], + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; @@ -11701,20 +11705,20 @@ biolink:EnvironmentalFeature a sh:NodeShape ; sh:order 8 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:full_name ], + sh:order 7 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:provided_by ], + sh:order 5 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:type ], + sh:order 3 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -11728,54 +11732,52 @@ biolink:EnvironmentalFeature a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], + sh:order 11 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 9 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:deprecated ] ; + sh:order 2 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:EnvironmentalFeature . biolink:EnvironmentalFoodContaminant a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; + sh:property [ sh:datatype xsd:string ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:max_tolerated_dose ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 16 ; sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:provided_by ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_chemical_role ], + sh:order 10 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -11786,75 +11788,96 @@ biolink:EnvironmentalFoodContaminant a sh:NodeShape ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 1 ; sh:path biolink:available_from ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:max_tolerated_dose ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path dct:description ], + sh:order 3 ; + sh:path biolink:is_toxic ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:synonym ], + sh:order 9 ; + sh:path biolink:id ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:xref ], [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], - [ sh:datatype xsd:boolean ; + sh:order 14 ; + sh:path dct:description ], + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_chemical_role ], + [ sh:datatype xsd:string ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:is_toxic ], + sh:order 0 ; + sh:path biolink:trade_name ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:iri ], + sh:order 12 ; + sh:path rdf:type ] ; + sh:targetClass biolink:EnvironmentalFoodContaminant . + +biolink:EnvironmentalProcess a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; + sh:order 4 ; sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:trade_name ] ; - sh:targetClass biolink:EnvironmentalFoodContaminant . - -biolink:EnvironmentalProcess a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:order 3 ; + sh:path biolink:synonym ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; @@ -11865,32 +11888,16 @@ biolink:EnvironmentalProcess a sh:NodeShape ; sh:order 7 ; sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:synonym ], + sh:order 9 ; + sh:path dct:description ], [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], + sh:order 1 ; + sh:path biolink:xref ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -11898,29 +11905,22 @@ biolink:EnvironmentalProcess a sh:NodeShape ; sh:order 11 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], + sh:order 0 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path dct:description ], + sh:order 2 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ] ; + sh:order 5 ; + sh:path biolink:iri ] ; sh:targetClass biolink:EnvironmentalProcess . biolink:EpidemiologicalOutcome a sh:NodeShape ; @@ -11944,201 +11944,223 @@ biolink:Event a sh:NodeShape ; sh:closed true ; sh:description "Something that happens at a given place and time." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path dct:description ], + sh:order 1 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:id ], + sh:order 5 ; + sh:path biolink:iri ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:category ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], + sh:order 9 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:provided_by ], + sh:order 2 ; + sh:path biolink:full_name ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 7 ; - sh:path rdf:type ] ; + sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:id ] ; sh:targetClass biolink:Event . biolink:ExonToTranscriptRelationship a sh:NodeShape ; sh:closed true ; sh:description "A transcript is formed from multiple exons" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 35 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 36 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 34 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:Exon ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 26 ; sh:path biolink:object_label_closure ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 33 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 31 ; + sh:path biolink:id ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:original_predicate ], - [ sh:class biolink:Exon ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 20 ; sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 23 ; sh:path biolink:subject_namespace ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], [ sh:class biolink:Transcript ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -12151,95 +12173,73 @@ biolink:ExonToTranscriptRelationship a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 30 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 19 ; sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 32 ; + sh:path biolink:iri ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 38 ; sh:path biolink:deprecated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ] ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:knowledge_source ] ; sh:targetClass biolink:ExonToTranscriptRelationship . biolink:ExposureEventToOutcomeAssociation a sh:NodeShape ; @@ -12247,133 +12247,113 @@ biolink:ExposureEventToOutcomeAssociation a sh:NodeShape ; sh:description "An association between an exposure event and an outcome." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:has_supporting_studies ], + sh:order 22 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 25 ; sh:path biolink:subject_namespace ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:original_predicate ], + sh:order 16 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:order 11 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:retrieval_source_ids ], + sh:order 8 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_namespace ], + sh:order 38 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path rdf:predicate ], + sh:order 28 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 18 ; + sh:path biolink:original_object ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:Outcome ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 4 ; + sh:path rdf:object ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_subject ], + sh:order 17 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:primary_knowledge_source ], + sh:order 26 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:adjusted_p_value ], - [ sh:class biolink:Outcome ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 4 ; - sh:path rdf:object ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 39 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:publications ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:object_category ], + sh:order 36 ; + sh:path rdf:type ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; @@ -12386,27 +12366,6 @@ biolink:ExposureEventToOutcomeAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 40 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:original_object ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 39 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; @@ -12414,283 +12373,241 @@ biolink:ExposureEventToOutcomeAssociation a sh:NodeShape ; sh:order 37 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path rdf:type ], - [ sh:class biolink:PopulationOfIndividualOrganisms ; - sh:description "a biological population (general, study, cohort, etc.) with a specific set of characteristics to constrain an association." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:population_context_qualifier ], + sh:order 21 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 30 ; sh:path biolink:p_value ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path dct:description ], + sh:order 10 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:id ], - [ sh:datatype xsd:time ; - sh:description "a constraint of time placed upon the truth value of an association. for time intervales, use temporal interval qualifier." ; + sh:order 3 ; + sh:path rdf:predicate ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:temporal_context_qualifier ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:subject ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 13 ; sh:path biolink:knowledge_level ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 27 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path biolink:object_closure ], + sh:order 33 ; + sh:path biolink:id ], + [ sh:class biolink:PopulationOfIndividualOrganisms ; + sh:description "a biological population (general, study, cohort, etc.) with a specific set of characteristics to constrain an association." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:population_context_qualifier ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:qualifier ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 7 ; - sh:path biolink:qualifiers ] ; + sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:object_category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 29 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path biolink:category ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:time ; + sh:description "a constraint of time placed upon the truth value of an association. for time intervales, use temporal interval qualifier." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:temporal_context_qualifier ] ; sh:targetClass biolink:ExposureEventToOutcomeAssociation . biolink:ExposureEventToPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:description "Any association between an environment and a phenotypic feature, where being in the environment influences the phenotype." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:negated ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:has_total ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 47 ; - sh:path biolink:has_percentage ], + sh:order 38 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 25 ; sh:path biolink:object_closure ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:p_value ], - [ sh:class biolink:PhenotypicFeature ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path rdf:type ], + sh:order 53 ; + sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path dct:description ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:subject_specialization_qualifier ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:publications ], + sh:order 21 ; + sh:path biolink:original_object ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 43 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:timepoint ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:order 24 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:sex_qualifier ], + sh:order 22 ; + sh:path biolink:subject_category ], + [ sh:class biolink:PhenotypicFeature ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 51 ; + sh:path biolink:object_direction_qualifier ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 26 ; sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:has_quotient ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:retrieval_source_ids ], + sh:order 23 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 40 ; sh:path rdfs:label ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:object_specialization_qualifier ], + sh:order 44 ; + sh:path biolink:has_count ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 52 ; + sh:path biolink:qualified_predicate ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_evidence ], + sh:order 4 ; + sh:path biolink:disease_context_qualifier ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 49 ; sh:path biolink:subject_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 42 ; - sh:path biolink:has_attribute ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 51 ; - sh:path biolink:object_direction_qualifier ], + sh:order 6 ; + sh:path biolink:object_specialization_qualifier ], [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:anatomical_context_qualifier ], + sh:order 9 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:id ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:order 29 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:disease_context_qualifier ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:order 3 ; + sh:path biolink:sex_qualifier ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 52 ; - sh:path biolink:qualified_predicate ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category ], + sh:order 5 ; + sh:path biolink:subject_specialization_qualifier ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -12698,75 +12615,52 @@ biolink:ExposureEventToPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 44 ; - sh:path biolink:has_count ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:subject_namespace ], + sh:order 12 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:publications ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 17 ; sh:path biolink:agent_type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:object_category_closure ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 53 ; - sh:path biolink:frequency_qualifier ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:order 50 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:primary_knowledge_source ], + sh:order 45 ; + sh:path biolink:has_total ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:object_namespace ], + sh:order 7 ; + sh:path biolink:anatomical_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:subject_label_closure ], + sh:order 13 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 50 ; - sh:path biolink:object_aspect_qualifier ], + sh:order 37 ; + sh:path biolink:iri ], [ sh:class biolink:ExposureEvent ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -12774,54 +12668,142 @@ biolink:ExposureEventToPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:p_value ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 20 ; sh:path biolink:original_predicate ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 30 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:original_subject ], + sh:order 34 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 35 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 48 ; - sh:path biolink:subject_aspect_qualifier ] ; - sh:targetClass biolink:ExposureEventToPhenotypicFeatureAssociation . - -biolink:FeatureOrDiseaseQualifiersToEntityMixin a sh:NodeShape ; - sh:closed false ; - sh:description "Qualifiers for disease or phenotype to entity associations." ; - sh:ignoredProperties ( biolink:has_count biolink:has_quotient rdf:type biolink:has_percentage biolink:has_total biolink:sex_qualifier ) ; - sh:property [ sh:datatype xsd:string ; + sh:order 41 ; + sh:path dct:description ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:negated ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 42 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; + sh:order 48 ; sh:path biolink:subject_aspect_qualifier ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:frequency_qualifier ], + sh:order 47 ; + sh:path biolink:has_percentage ], + [ sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 46 ; + sh:path biolink:has_quotient ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualified_predicate ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:order 36 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path rdf:type ] ; + sh:targetClass biolink:ExposureEventToPhenotypicFeatureAssociation . + +biolink:FeatureOrDiseaseQualifiersToEntityMixin a sh:NodeShape ; + sh:closed false ; + sh:description "Qualifiers for disease or phenotype to entity associations." ; + sh:ignoredProperties ( biolink:has_percentage biolink:has_count biolink:sex_qualifier biolink:has_total biolink:has_quotient rdf:type ) ; + sh:property [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 3 ; @@ -12840,11 +12822,18 @@ biolink:FeatureOrDiseaseQualifiersToEntityMixin a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path rdf:predicate ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:subject_direction_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:qualified_predicate ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -12852,6 +12841,17 @@ biolink:FeatureOrDiseaseQualifiersToEntityMixin a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path rdf:subject ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; @@ -12865,69 +12865,48 @@ biolink:Food a sh:NodeShape ; sh:description "A substance consumed by a living organism as a source of nutrition" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:trade_name ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:xref ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:deprecated ], + sh:order 18 ; + sh:path dct:description ], [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path rdf:type ], + sh:order 9 ; + sh:path biolink:provided_by ], [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:drug_regulatory_status_world_wide ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path dct:description ], + sh:order 12 ; + sh:path biolink:synonym ], [ sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:highest_FDA_approval_status ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:provided_by ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_chemical_role ], + sh:order 13 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "" ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path rdf:type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:is_supplement ], + sh:order 20 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; @@ -12940,59 +12919,120 @@ biolink:Food a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:max_tolerated_dose ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:full_name ], + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:has_chemical_role ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:xref ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:category ], [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; sh:order 3 ; sh:path biolink:routes_of_delivery ], - [ sh:datatype xsd:boolean ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:is_toxic ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:id ], + sh:order 0 ; + sh:path biolink:is_supplement ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 19 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:trade_name ], + [ sh:datatype xsd:boolean ; + sh:description "" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:is_toxic ], [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 5 ; sh:path biolink:available_from ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:category ] ; + sh:order 14 ; + sh:path biolink:iri ] ; sh:targetClass biolink:Food . biolink:FoodAdditive a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path rdfs:label ], + sh:order 2 ; + sh:path biolink:max_tolerated_dose ], + [ sh:datatype xsd:boolean ; + sh:description "" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:is_toxic ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:xref ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:trade_name ], [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 1 ; sh:path biolink:available_from ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:iri ], + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_chemical_role ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -13000,11 +13040,11 @@ biolink:FoodAdditive a sh:NodeShape ; sh:order 16 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:full_name ], + sh:order 14 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -13012,90 +13052,50 @@ biolink:FoodAdditive a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:xref ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 15 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:trade_name ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:category ], + sh:order 8 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:max_tolerated_dose ], + sh:order 13 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:synonym ], + sh:order 12 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 5 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:path biolink:provided_by ] ; + sh:targetClass biolink:FoodAdditive . + +biolink:FrequencyQualifierMixin a sh:NodeShape ; + sh:closed false ; + sh:description "Qualifier for frequency type associations" ; + sh:ignoredProperties ( biolink:has_percentage biolink:has_count biolink:object_specialization_qualifier biolink:anatomical_context_qualifier biolink:has_total biolink:sex_qualifier biolink:subject_direction_qualifier biolink:qualified_predicate biolink:disease_context_qualifier biolink:subject_specialization_qualifier biolink:subject_aspect_qualifier biolink:has_quotient rdf:type biolink:object_aspect_qualifier biolink:object_direction_qualifier ) ; + sh:property [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path dct:description ], - [ sh:datatype xsd:boolean ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:is_toxic ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_chemical_role ] ; - sh:targetClass biolink:FoodAdditive . - -biolink:FrequencyQualifierMixin a sh:NodeShape ; - sh:closed false ; - sh:description "Qualifier for frequency type associations" ; - sh:ignoredProperties ( biolink:has_count biolink:subject_aspect_qualifier biolink:has_quotient biolink:object_aspect_qualifier biolink:disease_context_qualifier biolink:anatomical_context_qualifier rdf:type biolink:subject_specialization_qualifier biolink:has_percentage biolink:has_total biolink:object_direction_qualifier biolink:qualified_predicate biolink:subject_direction_qualifier biolink:sex_qualifier biolink:object_specialization_qualifier ) ; - sh:property [ sh:class biolink:NamedThing ; + sh:order 0 ; + sh:path biolink:frequency_qualifier ], + [ sh:class biolink:NamedThing ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path rdf:object ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:frequency_qualifier ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -13115,151 +13115,140 @@ biolink:FrequencyQualifierMixin a sh:NodeShape ; biolink:FrequencyQuantifier a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:has_count ], - [ sh:datatype xsd:double ; + sh:property [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:has_quotient ], + sh:order 3 ; + sh:path biolink:has_percentage ], [ sh:datatype xsd:integer ; sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:has_total ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:has_count ], [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:has_percentage ] ; + sh:order 2 ; + sh:path biolink:has_quotient ] ; sh:targetClass biolink:FrequencyQuantifier . biolink:FunctionalAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between a macromolecular machine mixin (gene, gene product or complex of gene products) and either a molecular activity, a biological process or a cellular location in which a function is executed." ; - sh:ignoredProperties ( biolink:species_context_qualifier rdf:type ) ; - sh:property [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:MacromolecularMachineMixin ; - sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; + sh:ignoredProperties ( rdf:type biolink:species_context_qualifier ) ; + sh:property [ sh:class biolink:OntologyClass ; + sh:description "class describing the activity, process or localization of the gene product" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 32 ; sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:negated ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 34 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:OntologyClass ; - sh:description "class describing the activity, process or localization of the gene product" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 31 ; + sh:path biolink:id ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 38 ; sh:path biolink:deprecated ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 23 ; sh:path biolink:subject_namespace ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:MacromolecularMachineMixin ; + sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 33 ; + sh:path biolink:category ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; @@ -13267,156 +13256,165 @@ biolink:FunctionalAssociation a sh:NodeShape ; sh:order 13 ; sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 36 ; + sh:path dct:description ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 35 ; + sh:path rdfs:label ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 20 ; sh:path biolink:object_closure ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 37 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 29 ; sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ] ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ] ; sh:targetClass biolink:FunctionalAssociation . biolink:Fungus a sh:NodeShape ; sh:closed true ; sh:description "A kingdom of eukaryotic, heterotrophic organisms that live as saprobes or parasites, including mushrooms, yeasts, smuts, molds, etc. They reproduce either sexually or asexually, and have life cycles that range from simple to complex. Filamentous fungi refer to those that grow as multicellular colonies (mushrooms and molds)." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:property [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], + sh:order 5 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 8 ; + sh:path biolink:category ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -13424,16 +13422,23 @@ biolink:Fungus a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -13441,16 +13446,11 @@ biolink:Fungus a sh:NodeShape ; sh:order 4 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ] ; + sh:order 10 ; + sh:path rdfs:label ] ; sh:targetClass biolink:Fungus . biolink:GeneAffectsChemicalAssociation a sh:NodeShape ; @@ -13463,204 +13463,209 @@ biolink:GeneAffectsChemicalAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 48 ; sh:path biolink:iri ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 40 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 49 ; + sh:path biolink:category ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 46 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 43 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 52 ; + sh:path dct:description ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:object_category ], + sh:order 23 ; + sh:path biolink:has_evidence ], + [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ‘mutation’ combines with the core concept ‘Gene X’ to express the compose concept ‘a mutation of Gene X’. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:subject_form_or_variant_qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:negated ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 29 ; sh:path biolink:timepoint ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:qualifiers ], + sh:order 46 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 32 ; sh:path biolink:original_object ], - [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ‘mutation’ combines with the core concept ‘Gene X’ to express the compose concept ‘a mutation of Gene X’. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:object_form_or_variant_qualifier ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; + sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:object_part_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:adjusted_p_value ], + sh:order 42 ; + sh:path biolink:object_label_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 38 ; sh:path biolink:object_category_closure ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 27 ; + sh:path biolink:knowledge_level ], [ sh:class biolink:OrganismTaxon ; sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 15 ; sh:path biolink:species_context_qualifier ], - [ sh:class biolink:AnatomicalEntity ; - sh:maxCount 1 ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:subject_context_qualifier ], + sh:order 37 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path rdf:predicate ], - [ sh:class biolink:AnatomicalEntity ; + sh:order 35 ; + sh:path biolink:subject_closure ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:object_context_qualifier ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 8 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:agent_type ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:anatomical_context_qualifier ], - [ sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ‘metabolite’ combines with a ‘Chemical X’ core concept to express the composed concept ‘a metabolite of Chemical X’. This qualifier is for the object of an association (or statement)." ; - sh:in ( "metabolite" ) ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:object_derivative_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 47 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 30 ; sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:object_closure ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 24 ; sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; - sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; + sh:order 54 ; + sh:path biolink:deprecated ], + [ sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ‘metabolite’ combines with a ‘Chemical X’ core concept to express the composed concept ‘a metabolite of Chemical X’. This qualifier is for the object of an association (or statement)." ; + sh:in ( "metabolite" ) ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:object_part_qualifier ], + sh:order 11 ; + sh:path biolink:object_derivative_qualifier ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:publications ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the subject of an association (or statement)." ; + sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:subject_aspect_qualifier ], + sh:order 1 ; + sh:path biolink:subject_part_qualifier ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 45 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ‘metabolite’ combines with a ‘Chemical X’ core concept to express the composed concept ‘a metabolite of Chemical X’. This qualifier is for the subject of an association (or statement)." ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:subject_derivative_qualifier ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 53 ; - sh:path biolink:has_attribute ], + sh:order 14 ; + sh:path biolink:qualified_predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path biolink:subject_label_closure ], + sh:order 36 ; + sh:path biolink:object_closure ], + [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ‘mutation’ combines with the core concept ‘Gene X’ to express the compose concept ‘a mutation of Gene X’. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:object_form_or_variant_qualifier ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 51 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 25 ; sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 44 ; - sh:path biolink:p_value ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:class biolink:AnatomicalEntity ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 27 ; - sh:path biolink:knowledge_level ], - [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ‘mutation’ combines with the core concept ‘Gene X’ to express the compose concept ‘a mutation of Gene X’. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:anatomical_context_qualifier ], + [ sh:class biolink:AnatomicalEntity ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:subject_form_or_variant_qualifier ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 4 ; + sh:path biolink:subject_context_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 49 ; - sh:path biolink:category ], + sh:order 39 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 53 ; + sh:path biolink:has_attribute ], [ sh:class biolink:GeneOrGeneProduct ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -13668,124 +13673,126 @@ biolink:GeneAffectsChemicalAssociation a sh:NodeShape ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 16 ; sh:path rdf:subject ], - [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the subject of an association (or statement)." ; - sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:subject_part_qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 54 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ‘metabolite’ combines with a ‘Chemical X’ core concept to express the composed concept ‘a metabolite of Chemical X’. This qualifier is for the subject of an association (or statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 51 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 42 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:ChemicalEntity ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 2 ; + sh:path biolink:subject_derivative_qualifier ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path rdf:object ], + sh:order 28 ; + sh:path biolink:agent_type ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 43 ; - sh:path biolink:retrieval_source_ids ], + sh:order 33 ; + sh:path biolink:subject_category ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:description "A statement qualifier representing a type of molecular control mechanism through which an effect of a chemical on a gene or gene product is mediated (e.g. 'agonism', 'inhibition', 'allosteric modulation', 'channel blocker')" ; sh:in ( "binding" "inhibition" "antibody_inhibition" "antagonism" "molecular_channel_blockage" "inverse_agonism" "negative_allosteric_modulation" "agonism" "molecular_channel_opening" "positive_allosteric_modulation" "potentiation" "activation" "inducer" "transcriptional_regulation" "signaling_mediated_control" "stabilization" "stimulation" "releasing_activity" ) ; sh:maxCount 1 ; sh:order 12 ; sh:path biolink:causal_mechanism_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:ChemicalEntity ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 33 ; - sh:path biolink:subject_category ], + sh:order 18 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:qualified_predicate ], + sh:order 20 ; + sh:path biolink:qualifier ], + [ sh:class biolink:AnatomicalEntity ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:object_context_qualifier ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 50 ; sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 44 ; + sh:path biolink:p_value ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 52 ; - sh:path dct:description ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:order 31 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:object_category ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:object_direction_qualifier ], + sh:order 5 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 47 ; - sh:path biolink:id ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:negated ] ; + sh:order 17 ; + sh:path rdf:predicate ] ; sh:targetClass biolink:GeneAffectsChemicalAssociation . biolink:GeneAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "A gene that has a role in modeling the disease. This may be a model organism ortholog of a known disease gene, or it may be a gene whose mutants recapitulate core features of the disease." ; + sh:property [ sh:class biolink:Disease ; + sh:description "disease" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:subject_category_closure ], + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 53 ; + sh:path biolink:frequency_qualifier ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:object_specialization_qualifier ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -13794,320 +13801,313 @@ biolink:GeneAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:order 38 ; sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 44 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:original_object ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 16 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; - sh:order 50 ; - sh:path biolink:subject_direction_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 49 ; + sh:path biolink:has_percentage ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path dct:description ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 51 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:adjusted_p_value ], - [ sh:class biolink:Disease ; - sh:description "disease" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 11 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_closure ], + sh:order 17 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_supporting_studies ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_subject ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; - sh:maxCount 1 ; + sh:order 39 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:sex_qualifier ], + sh:order 29 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 48 ; sh:path biolink:has_quotient ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:anatomical_context_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "A gene that has a role in modeling the disease. This may be a model organism ortholog of a known disease gene, or it may be a gene whose mutants recapitulate core features of the disease." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 42 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 22 ; sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path rdf:type ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 49 ; - sh:path biolink:has_percentage ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:order 36 ; + sh:path biolink:adjusted_p_value ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 27 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:object_specialization_qualifier ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:order 46 ; + sh:path biolink:has_count ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:object_direction_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path biolink:p_value ], + sh:order 26 ; + sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category ], + sh:order 24 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:iri ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:description "The relationship to the disease" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:subject_specialization_qualifier ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 44 ; - sh:path biolink:has_attribute ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:order 9 ; + sh:path biolink:anatomical_context_qualifier ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:has_count ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:minCount 1 ; + sh:order 19 ; + sh:path biolink:agent_type ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:timepoint ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:order 3 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:disease_context_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 5 ; + sh:path biolink:sex_qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:object_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:order 45 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 47 ; - sh:path biolink:has_total ], + sh:order 42 ; + sh:path rdfs:label ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:disease_context_qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 30 ; sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 52 ; - sh:path biolink:qualified_predicate ], + sh:order 35 ; + sh:path biolink:p_value ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:negated ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:deprecated ], + sh:order 20 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:qualifier ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:publications ], + sh:order 7 ; + sh:path biolink:subject_specialization_qualifier ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 51 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 21 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:object_direction_qualifier ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_evidence ], + sh:nodeKind sh:Literal ; + sh:order 52 ; + sh:path biolink:qualified_predicate ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 18 ; sh:path biolink:knowledge_level ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:knowledge_source ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 31 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 53 ; - sh:path biolink:frequency_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:subject_label_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 47 ; + sh:path biolink:has_total ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 19 ; - sh:path biolink:agent_type ], + sh:order 50 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "The relationship to the disease" ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 15 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 40 ; sh:path biolink:category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 23 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 43 ; + sh:path dct:description ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:subject_category ] ; + sh:order 13 ; + sh:path biolink:publications ] ; sh:targetClass biolink:GeneAsAModelOfDiseaseAssociation . biolink:GeneExpressionMixin a sh:NodeShape ; sh:closed false ; sh:description "Observed gene expression intensity, context (site, stage) and associated phenotypic status within which the expression occurs." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:LifeStage ; - sh:description "stage during which gene or protein expression of takes place." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:stage_qualifier ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "in experiments (e.g. gene expression) assaying diseased or unhealthy tissue, the phenotypic state can be put here, e.g. MONDO ID. For healthy tissues, use XXX." ; + sh:property [ sh:class biolink:OntologyClass ; + sh:description "Optional quantitative value indicating degree of expression." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:phenotypic_state ], + sh:order 0 ; + sh:path biolink:quantifier_qualifier ], [ sh:class biolink:AnatomicalEntity ; sh:description "location in which gene or protein expression takes place. May be cell, tissue, or organ." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:expression_site ], - [ sh:class biolink:OntologyClass ; - sh:description "Optional quantitative value indicating degree of expression." ; + [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "in experiments (e.g. gene expression) assaying diseased or unhealthy tissue, the phenotypic state can be put here, e.g. MONDO ID. For healthy tissues, use XXX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:quantifier_qualifier ] ; + sh:order 3 ; + sh:path biolink:phenotypic_state ], + [ sh:class biolink:LifeStage ; + sh:description "stage during which gene or protein expression of takes place." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:stage_qualifier ] ; sh:targetClass biolink:GeneExpressionMixin . biolink:GeneGroupingMixin a sh:NodeShape ; @@ -14125,383 +14125,422 @@ biolink:GeneHasVariantThatContributesToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:order 36 ; + sh:path biolink:p_value ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:object_specialization_qualifier ], + sh:order 16 ; + sh:path biolink:knowledge_source ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 51 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:order 40 ; + sh:path biolink:iri ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:subject_specialization_qualifier ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 38 ; - sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; + sh:order 37 ; + sh:path biolink:adjusted_p_value ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 48 ; - sh:path biolink:has_total ], + sh:order 41 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:order 18 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:publications ], + sh:order 30 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 50 ; + sh:path biolink:has_percentage ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 33 ; sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:id ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 54 ; + sh:path biolink:frequency_qualifier ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_evidence ], + sh:order 45 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path rdfs:label ], + sh:order 34 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 46 ; sh:path biolink:deprecated ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:sex_qualifier ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 52 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 20 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ‘mutation’ combines with the core concept ‘Gene X’ to express the compose concept ‘a mutation of Gene X’. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:qualifier ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "A gene that has a role in modeling the disease. This may be a model organism ortholog of a known disease gene, or it may be a gene whose mutants recapitulate core features of the disease." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 1 ; - sh:path rdf:subject ], + sh:order 0 ; + sh:path biolink:subject_form_or_variant_qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 32 ; sh:path biolink:object_namespace ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 19 ; - sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 53 ; - sh:path biolink:qualified_predicate ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:object_category_closure ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 31 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:object_direction_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 47 ; + sh:path biolink:has_count ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path biolink:iri ], + sh:order 2 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:order 6 ; + sh:path biolink:sex_qualifier ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 47 ; - sh:path biolink:has_count ], + sh:order 23 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 21 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:knowledge_source ], + sh:order 53 ; + sh:path biolink:qualified_predicate ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 26 ; sh:path biolink:object_category ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 50 ; - sh:path biolink:has_percentage ], [ sh:datatype xsd:string ; - sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ‘mutation’ combines with the core concept ‘Gene X’ to express the compose concept ‘a mutation of Gene X’. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:subject_form_or_variant_qualifier ], - [ sh:class biolink:Disease ; - sh:description "disease" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 12 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path rdf:predicate ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 11 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 54 ; - sh:path biolink:frequency_qualifier ], + sh:order 22 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:original_object ], + sh:order 17 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:qualifiers ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:p_value ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:order 39 ; + sh:path biolink:id ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:datatype xsd:double ; + sh:minCount 1 ; + sh:order 20 ; + sh:path biolink:agent_type ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "A gene that has a role in modeling the disease. This may be a model organism ortholog of a known disease gene, or it may be a gene whose mutants recapitulate core features of the disease." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 49 ; - sh:path biolink:has_quotient ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 1 ; + sh:path rdf:subject ], [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path biolink:category ], + sh:order 9 ; + sh:path biolink:object_specialization_qualifier ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 10 ; + sh:path biolink:anatomical_context_qualifier ], + [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:negated ], + sh:order 49 ; + sh:path biolink:has_quotient ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 44 ; sh:path dct:description ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 51 ; - sh:path biolink:subject_direction_qualifier ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:anatomical_context_qualifier ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path biolink:original_subject ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 52 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 45 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:object_closure ], + sh:order 29 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 42 ; sh:path rdf:type ], + [ sh:class biolink:Disease ; + sh:description "disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path rdf:object ], [ sh:class biolink:Disease ; sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 7 ; - sh:path biolink:disease_context_qualifier ] ; + sh:path biolink:disease_context_qualifier ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:object_direction_qualifier ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 38 ; + sh:path biolink:has_supporting_studies ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 19 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 43 ; + sh:path rdfs:label ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 48 ; + sh:path biolink:has_total ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:subject_specialization_qualifier ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 35 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:original_object ] ; sh:targetClass biolink:GeneHasVariantThatContributesToDiseaseAssociation . biolink:GeneProductIsoformMixin a sh:NodeShape ; sh:closed false ; sh:description "This is an abstract class that can be mixed in with different kinds of gene products to indicate that the gene product is intended to represent a specific isoform rather than a canonical or reference or generic product. The designation of canonical or reference may be arbitrary, or it may represent the superclass of all isoforms." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:property [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ], + sh:order 0 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:synonym ] ; + sh:order 1 ; + sh:path biolink:xref ] ; sh:targetClass biolink:GeneProductIsoformMixin . biolink:GeneRegulatesGeneAssociation a sh:NodeShape ; sh:closed true ; sh:description "Describes a regulatory relationship between two genes or gene products." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:property [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:negated ], + sh:order 28 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:subject_namespace ], + sh:order 5 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:negated ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 17 ; sh:path biolink:timepoint ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 42 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 26 ; + sh:path biolink:object_category_closure ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 15 ; sh:path biolink:knowledge_level ], - [ sh:description "the aspect of the object gene or gene product that is being regulated, must be a descendant of \"activity_or_abundance\"\"" ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 0 ; - sh:path biolink:object_aspect_qualifier ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 30 ; + sh:path biolink:object_label_closure ], [ sh:class biolink:OrganismTaxon ; sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; sh:maxCount 1 ; @@ -14509,91 +14548,45 @@ biolink:GeneRegulatesGeneAssociation a sh:NodeShape ; sh:order 3 ; sh:path biolink:species_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; + sh:order 20 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:qualifier ], + sh:order 37 ; + sh:path biolink:category ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path rdf:type ], + sh:order 39 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:qualifiers ], + sh:order 24 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 32 ; sh:path biolink:p_value ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:qualified_predicate ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path rdf:predicate ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path biolink:object_direction_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 40 ; sh:path dct:description ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -14602,69 +14595,48 @@ biolink:GeneRegulatesGeneAssociation a sh:NodeShape ; sh:order 35 ; sh:path biolink:id ], [ sh:class biolink:GeneOrGeneProduct ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 4 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:original_object ], + sh:order 6 ; + sh:path rdf:object ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_supporting_studies ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 6 ; - sh:path rdf:object ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 41 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 4 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:qualified_predicate ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 33 ; sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; @@ -14672,211 +14644,243 @@ biolink:GeneRegulatesGeneAssociation a sh:NodeShape ; sh:order 13 ; sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 12 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:publications ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path biolink:object_direction_qualifier ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 42 ; - sh:path biolink:deprecated ], + sh:order 38 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:subject_label_closure ], + sh:order 18 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path biolink:iri ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path biolink:category ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 21 ; + sh:path biolink:subject_category ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:has_evidence ], + [ sh:description "the aspect of the object gene or gene product that is being regulated, must be a descendant of \"activity_or_abundance\"\"" ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:original_subject ] ; + sh:minCount 1 ; + sh:order 0 ; + sh:path biolink:object_aspect_qualifier ] ; sh:targetClass biolink:GeneRegulatesGeneAssociation . biolink:GeneToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type biolink:subject_form_or_variant_qualifier ) ; - sh:property [ sh:class biolink:OntologyClass ; + sh:property [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:subject_category ], + sh:order 25 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 45 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "gene in which variation is correlated with the disease, may be protective or causative or associative, or as a model" ; + sh:order 43 ; + sh:path dct:description ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 40 ; + sh:path biolink:category ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:nodeKind sh:Literal ; + sh:order 47 ; + sh:path biolink:has_total ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:object_specialization_qualifier ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:anyURI ; sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:subject_specialization_qualifier ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 49 ; + sh:path biolink:has_percentage ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:object_namespace ], + sh:order 21 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 51 ; sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 42 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 30 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 27 ; + sh:path biolink:object_closure ], [ sh:class biolink:Disease ; sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:disease_context_qualifier ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path dct:description ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 18 ; - sh:path biolink:knowledge_level ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 52 ; + sh:path biolink:qualified_predicate ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 53 ; - sh:path biolink:frequency_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 11 ; + sh:path biolink:qualifier ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "gene in which variation is correlated with the disease, may be protective or causative or associative, or as a model" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:subject_category_closure ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 44 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 47 ; - sh:path biolink:has_total ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path biolink:category ], + sh:order 46 ; + sh:path biolink:has_count ], [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:object_specialization_qualifier ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 36 ; + sh:path biolink:adjusted_p_value ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 48 ; - sh:path biolink:has_quotient ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_subject ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 18 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 19 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:subject_category ], [ sh:class biolink:Disease ; sh:description "disease" ; sh:maxCount 1 ; @@ -14884,425 +14888,386 @@ biolink:GeneToDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 52 ; - sh:path biolink:qualified_predicate ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:has_count ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 42 ; - sh:path rdfs:label ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 22 ; sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_evidence ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 50 ; - sh:path biolink:subject_direction_qualifier ], + sh:order 4 ; + sh:path biolink:object_direction_qualifier ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:qualifiers ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:deprecated ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:anatomical_context_qualifier ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:publications ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 17 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:negated ], + sh:order 15 ; + sh:path biolink:knowledge_source ], [ sh:class biolink:BiologicalSex ; sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:sex_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 29 ; sh:path biolink:object_category_closure ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 49 ; - sh:path biolink:has_percentage ] ; - sh:targetClass biolink:GeneToDiseaseAssociation . - -biolink:GeneToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type biolink:subject_form_or_variant_qualifier ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "gene in which variation is correlated with the phenotypic feature" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path rdf:subject ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:order 28 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path biolink:p_value ], + sh:order 39 ; + sh:path biolink:iri ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:original_object ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 20 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:qualifier ], + sh:order 35 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 49 ; - sh:path biolink:has_percentage ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path rdf:object ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; - sh:maxCount 1 ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:has_count ], + sh:order 41 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:order 38 ; + sh:path biolink:id ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:subject_specialization_qualifier ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:retrieval_source_ids ], + sh:order 10 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 32 ; sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:adjusted_p_value ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:order 53 ; + sh:path biolink:frequency_qualifier ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:disease_context_qualifier ], + sh:order 50 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:datatype xsd:string ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:anatomical_context_qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:object_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path rdf:predicate ], + sh:order 23 ; + sh:path biolink:original_object ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 19 ; sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 48 ; sh:path biolink:has_quotient ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 44 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ] ; + sh:targetClass biolink:GeneToDiseaseAssociation . + +biolink:GeneToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type biolink:subject_form_or_variant_qualifier ) ; + sh:property [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_evidence ], + sh:order 28 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:anatomical_context_qualifier ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 51 ; + sh:path biolink:object_aspect_qualifier ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 43 ; sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:object_specialization_qualifier ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:negated ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:object_direction_qualifier ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:subject_specialization_qualifier ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 40 ; + sh:path biolink:category ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 46 ; + sh:path biolink:has_count ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:order 31 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:publications ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 53 ; + sh:path biolink:frequency_qualifier ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:sex_qualifier ], + sh:order 37 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:object_category ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:object_specialization_qualifier ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 47 ; + sh:path biolink:has_total ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 27 ; sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 52 ; + sh:path biolink:qualified_predicate ], [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:subject_aspect_qualifier ], + [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path rdf:object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 24 ; sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 52 ; - sh:path biolink:qualified_predicate ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:sex_qualifier ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 51 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 35 ; + sh:path biolink:p_value ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:anatomical_context_qualifier ], + sh:order 15 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_closure ], + sh:order 39 ; + sh:path biolink:iri ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 18 ; sh:path biolink:knowledge_level ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 44 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 53 ; - sh:path biolink:frequency_qualifier ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:order 49 ; + sh:path biolink:has_percentage ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path biolink:original_predicate ], + sh:order 33 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 42 ; - sh:path rdfs:label ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:order 21 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 47 ; - sh:path biolink:has_total ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 20 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:double ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path rdf:type ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_supporting_studies ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 48 ; + sh:path biolink:has_quotient ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; - sh:order 50 ; - sh:path biolink:subject_direction_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path biolink:adjusted_p_value ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 19 ; + sh:path biolink:agent_type ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "gene in which variation is correlated with the phenotypic feature" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path rdf:subject ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -15310,45 +15275,87 @@ biolink:GeneToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:order 45 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:iri ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 16 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path biolink:category ], + sh:order 32 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path rdf:predicate ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:qualifiers ], + sh:order 29 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_subject ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 42 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:object_direction_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 22 ; + sh:path biolink:original_predicate ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 50 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 38 ; - sh:path biolink:id ] ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 30 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:disease_context_qualifier ] ; sh:targetClass biolink:GeneToDiseaseOrPhenotypicFeatureAssociation . biolink:GeneToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:class biolink:GeneOrGeneProduct ; + sh:description "gene that is the subject of the association" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; @@ -15361,14 +15368,7 @@ biolink:GeneToEntityAssociationMixin a sh:NodeShape ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "gene that is the subject of the association" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 0 ; - sh:path rdf:subject ] ; + sh:path rdf:object ] ; sh:targetClass biolink:GeneToEntityAssociationMixin . biolink:GeneToExpressionSiteAssociation a sh:NodeShape ; @@ -15376,40 +15376,16 @@ biolink:GeneToExpressionSiteAssociation a sh:NodeShape ; sh:description "An association between a gene and a gene expression site, possibly qualified by stage/timing info." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:order 40 ; + sh:path biolink:deprecated ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "Gene or gene product positively within the specified anatomical entity (or subclass, i.e. cellular component) location." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path rdf:subject ], + sh:order 29 ; + sh:path biolink:retrieval_source_ids ], [ sh:class biolink:OntologyClass ; sh:description "can be used to indicate magnitude, or also ranking" ; sh:maxCount 1 ; @@ -15422,12 +15398,24 @@ biolink:GeneToExpressionSiteAssociation a sh:NodeShape ; sh:minCount 1 ; sh:order 14 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:LifeStage ; + sh:description "stage at which the gene is expressed in the site" ; sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:stage_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_namespace ], + sh:order 21 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "Gene or gene product positively within the specified anatomical entity (or subclass, i.e. cellular component) location." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; @@ -15435,30 +15423,39 @@ biolink:GeneToExpressionSiteAssociation a sh:NodeShape ; sh:order 34 ; sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:qualifier ], + sh:order 10 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:object_label_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 19 ; sh:path biolink:subject_category ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "location in which the gene is expressed" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -15466,256 +15463,251 @@ biolink:GeneToExpressionSiteAssociation a sh:NodeShape ; sh:order 20 ; sh:path biolink:object_category ], [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:timepoint ], + sh:order 31 ; + sh:path biolink:adjusted_p_value ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:original_object ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:order 6 ; + sh:path biolink:qualifier ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "location in which the gene is expressed" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:has_supporting_studies ], + sh:order 4 ; + sh:path rdf:object ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 22 ; + sh:path biolink:object_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 38 ; sh:path dct:description ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 30 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:subject_closure ], + sh:order 25 ; + sh:path biolink:subject_namespace ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 16 ; sh:path biolink:original_subject ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 39 ; + sh:path biolink:has_attribute ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path biolink:publications ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:adjusted_p_value ], + sh:order 5 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 37 ; + sh:path rdfs:label ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:subject_category_closure ], + sh:order 7 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "expression relationship" ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 27 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path rdf:predicate ], + sh:order 26 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "expression relationship" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:id ], + sh:order 3 ; + sh:path rdf:predicate ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 35 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path biolink:object_closure ], - [ sh:class biolink:LifeStage ; - sh:description "stage at which the gene is expressed in the site" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:stage_qualifier ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:object_label_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 11 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 39 ; - sh:path biolink:has_attribute ], + sh:order 15 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:retrieval_source_ids ] ; + sh:order 18 ; + sh:path biolink:original_object ] ; sh:targetClass biolink:GeneToExpressionSiteAssociation . biolink:GeneToGeneAssociation a sh:NodeShape ; sh:closed false ; sh:description "abstract parent class for different kinds of gene-gene or gene product to gene product relationships. Includes homology and interaction." ; - sh:ignoredProperties ( biolink:interacting_molecules_category biolink:quantifier_qualifier biolink:expression_site rdf:type biolink:stage_qualifier biolink:phenotypic_state ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:ignoredProperties ( biolink:interacting_molecules_category biolink:phenotypic_state biolink:quantifier_qualifier biolink:stage_qualifier biolink:expression_site rdf:type ) ; + sh:property [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:original_predicate ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 36 ; + sh:path dct:description ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; @@ -15723,22 +15715,21 @@ biolink:GeneToGeneAssociation a sh:NodeShape ; sh:order 29 ; sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -15750,56 +15741,30 @@ biolink:GeneToGeneAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 25 ; sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; + sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -15807,205 +15772,96 @@ biolink:GeneToGeneAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 34 ; + sh:path rdf:type ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 33 ; sh:path biolink:category ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ] ; - sh:targetClass biolink:GeneToGeneAssociation . - -biolink:GeneToGeneCoexpressionAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "Indicates that two genes are co-expressed, generally under the same conditions." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_supporting_studies ], [ sh:class biolink:OntologyClass ; - sh:description "Optional quantitative value indicating degree of expression." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:quantifier_qualifier ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:subject_label_closure ], + sh:order 35 ; + sh:path rdfs:label ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 16 ; + sh:order 12 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 4 ; - sh:path rdf:subject ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:original_subject ], + sh:order 30 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:subject_namespace ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 26 ; + sh:order 22 ; sh:path biolink:object_category_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; + sh:order 1 ; sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:qualifier ], [ sh:class biolink:GeneOrGeneProduct ; sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 6 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 2 ; + sh:path rdf:object ] ; + sh:targetClass biolink:GeneToGeneAssociation . + +biolink:GeneToGeneCoexpressionAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "Indicates that two genes are co-expressed, generally under the same conditions." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 42 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_closure ], + sh:order 5 ; + sh:path rdf:predicate ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_supporting_studies ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 11 ; sh:path biolink:has_evidence ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:timepoint ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 41 ; - sh:path biolink:has_attribute ], [ sh:class biolink:DiseaseOrPhenotypicFeature ; sh:description "in experiments (e.g. gene expression) assaying diseased or unhealthy tissue, the phenotypic state can be put here, e.g. MONDO ID. For healthy tissues, use XXX." ; sh:maxCount 1 ; @@ -16013,229 +15869,313 @@ biolink:GeneToGeneCoexpressionAssociation a sh:NodeShape ; sh:order 3 ; sh:path biolink:phenotypic_state ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category ], + sh:order 23 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:primary_knowledge_source ], + sh:order 18 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:knowledge_level ], + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path rdf:type ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:negated ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:adjusted_p_value ], - [ sh:class biolink:LifeStage ; - sh:description "stage during which gene or protein expression of takes place." ; + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:stage_qualifier ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:p_value ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "location in which gene or protein expression takes place. May be cell, tissue, or organ." ; + sh:order 13 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Optional quantitative value indicating degree of expression." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:expression_site ], + sh:order 0 ; + sh:path biolink:quantifier_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:object_label_closure ], + sh:order 40 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:iri ] ; - sh:targetClass biolink:GeneToGeneCoexpressionAssociation . - -biolink:GeneToGeneFamilyAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "Set membership of a gene in a family of genes related by common evolutionary ancestry usually inferred by sequence comparisons. The genes in a given family generally share common sequence motifs which generally map onto shared gene product structure-function relationships." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 20 ; + sh:order 24 ; sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path rdfs:label ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:order 16 ; - sh:path biolink:original_object ], + sh:path biolink:agent_type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 26 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 42 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; + sh:order 36 ; sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 20 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 37 ; + sh:path biolink:category ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 30 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path biolink:id ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 4 ; + sh:path rdf:subject ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; + sh:order 19 ; sh:path biolink:original_predicate ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + [ sh:class biolink:LifeStage ; + sh:description "stage during which gene or protein expression of takes place." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 2 ; + sh:path biolink:stage_qualifier ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 28 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 33 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 6 ; + sh:path rdf:object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; + sh:order 22 ; sh:path biolink:object_category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 41 ; + sh:path biolink:has_attribute ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 9 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; + sh:order 8 ; sh:path biolink:qualifier ], - [ sh:datatype xsd:float ; + [ sh:class biolink:AnatomicalEntity ; + sh:description "location in which gene or protein expression takes place. May be cell, tissue, or organ." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:expression_site ] ; + sh:targetClass biolink:GeneToGeneCoexpressionAssociation . + +biolink:GeneToGeneFamilyAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "Set membership of a gene in a family of genes related by common evolutionary ancestry usually inferred by sequence comparisons. The genes in a given family generally share common sequence motifs which generally map onto shared gene product structure-function relationships." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 29 ; sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:class biolink:GeneFamily ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], [ sh:class biolink:Gene ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -16243,44 +16183,95 @@ biolink:GeneToGeneFamilyAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 33 ; sh:path biolink:category ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 19 ; sh:path biolink:subject_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "membership of the gene in the given gene family." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:GeneFamily ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -16288,39 +16279,48 @@ biolink:GeneToGeneFamilyAssociation a sh:NodeShape ; sh:order 38 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ] ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "membership of the gene in the given gene family." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ] ; sh:targetClass biolink:GeneToGeneFamilyAssociation . biolink:GeneToGeneHomologyAssociation a sh:NodeShape ; @@ -16328,174 +16328,152 @@ biolink:GeneToGeneHomologyAssociation a sh:NodeShape ; sh:description "A homology association between two genes. May be orthology (in which case the species of subject and object should differ) or paralogy (in which case the species may be the same)" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 16 ; sh:path biolink:original_object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 23 ; sh:path biolink:subject_namespace ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 36 ; sh:path dct:description ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 28 ; + sh:path biolink:p_value ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 37 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], [ sh:class biolink:GeneOrGeneProduct ; sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; sh:maxCount 1 ; @@ -16503,172 +16481,230 @@ biolink:GeneToGeneHomologyAssociation a sh:NodeShape ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 0 ; sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:original_subject ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 38 ; sh:path biolink:deprecated ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; sh:description "homology relationship type" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; - sh:path rdf:predicate ] ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ] ; sh:targetClass biolink:GeneToGeneHomologyAssociation . biolink:GeneToGeneProductRelationship a sh:NodeShape ; sh:closed true ; sh:description "A gene is transcribed and potentially translated to a gene product" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:property [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:original_object ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 33 ; + sh:path biolink:category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 35 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 25 ; sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:class biolink:GeneProductMixin ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:has_supporting_studies ], - [ sh:class biolink:GeneProductMixin ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -16680,116 +16716,121 @@ biolink:GeneToGeneProductRelationship a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 29 ; sh:path biolink:adjusted_p_value ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], - [ sh:class biolink:Gene ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 38 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Gene ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; + sh:order 0 ; + sh:path rdf:subject ] ; + sh:targetClass biolink:GeneToGeneProductRelationship . + +biolink:GeneToGoTermAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "class describing the activity, process or localization of the gene product" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:class biolink:Gene ; + sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ] ; - sh:targetClass biolink:GeneToGeneProductRelationship . - -biolink:GeneToGoTermAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; @@ -16801,30 +16842,29 @@ biolink:GeneToGoTermAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; @@ -16832,56 +16872,73 @@ biolink:GeneToGoTermAssociation a sh:NodeShape ; sh:order 14 ; sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], [ sh:class biolink:OntologyClass ; - sh:description "class describing the activity, process or localization of the gene product" ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -16889,11 +16946,33 @@ biolink:GeneToGoTermAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:id ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; @@ -16901,156 +16980,136 @@ biolink:GeneToGoTermAssociation a sh:NodeShape ; sh:order 15 ; sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:order 36 ; + sh:path dct:description ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 38 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ] ; + sh:targetClass biolink:GeneToGoTermAssociation . + +biolink:GeneToPathwayAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "An interaction between a gene or gene product and a biological process or pathway." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 32 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 19 ; sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 28 ; sh:path biolink:p_value ], - [ sh:class biolink:Gene ; - sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 38 ; sh:path biolink:deprecated ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path dct:description ], + [ sh:class biolink:Pathway ; + sh:description "the pathway that includes or is affected by the gene or gene product" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 2 ; + sh:path rdf:object ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; - sh:path biolink:agent_type ] ; - sh:targetClass biolink:GeneToGoTermAssociation . - -biolink:GeneToPathwayAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "An interaction between a gene or gene product and a biological process or pathway." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; @@ -17064,42 +17123,44 @@ biolink:GeneToPathwayAssociation a sh:NodeShape ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 0 ; sh:path rdf:subject ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 23 ; sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 24 ; sh:path biolink:object_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; @@ -17107,30 +17168,44 @@ biolink:GeneToPathwayAssociation a sh:NodeShape ; sh:order 35 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:class biolink:Pathway ; - sh:description "the pathway that includes or is affected by the gene or gene product" ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; - sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -17138,144 +17213,39 @@ biolink:GeneToPathwayAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 31 ; + sh:path biolink:id ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ] ; + sh:order 6 ; + sh:path biolink:publications ] ; sh:targetClass biolink:GeneToPathwayAssociation . biolink:GeneToPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:subject_specialization_qualifier ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; - sh:maxCount 1 ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:disease_context_qualifier ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path biolink:p_value ], + sh:order 44 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; @@ -17283,17 +17253,21 @@ biolink:GeneToPhenotypicFeatureAssociation a sh:NodeShape ; sh:order 16 ; sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:object_namespace ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 19 ; - sh:path biolink:agent_type ], + sh:order 51 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:publications ], [ sh:class biolink:GeneOrGeneProduct ; sh:description "gene in which variation is correlated with the phenotypic feature" ; sh:maxCount 1 ; @@ -17302,298 +17276,320 @@ biolink:GeneToPhenotypicFeatureAssociation a sh:NodeShape ; sh:order 0 ; sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:object_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:subject_category_closure ], + sh:order 52 ; + sh:path biolink:qualified_predicate ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 51 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_supporting_studies ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:subject_category ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:order 25 ; + sh:path biolink:object_category ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:order 14 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:disease_context_qualifier ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 50 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 52 ; - sh:path biolink:qualified_predicate ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 45 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 18 ; - sh:path biolink:knowledge_level ], + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:order 11 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:object_specialization_qualifier ], + sh:order 7 ; + sh:path biolink:anatomical_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_closure ], + sh:order 32 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:iri ], + sh:order 21 ; + sh:path biolink:original_subject ], [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "absorption" "aggregation" "interaction" "release" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:subject_aspect_qualifier ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:sex_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category ], - [ sh:class biolink:PhenotypicFeature ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path biolink:adjusted_p_value ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:order 29 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 47 ; - sh:path biolink:has_total ], + sh:order 15 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 42 ; - sh:path rdfs:label ], - [ sh:datatype xsd:double ; + sh:order 23 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 48 ; - sh:path biolink:has_quotient ], + sh:order 35 ; + sh:path biolink:p_value ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:object_direction_qualifier ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:subject_specialization_qualifier ], [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:anatomical_context_qualifier ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 20 ; + sh:path biolink:timepoint ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 18 ; + sh:path biolink:knowledge_level ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 19 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path biolink:original_predicate ], + sh:order 47 ; + sh:path biolink:has_total ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 40 ; sh:path biolink:category ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 49 ; + sh:path biolink:has_percentage ], + [ sh:class biolink:PhenotypicFeature ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:object_specialization_qualifier ], [ sh:datatype ; sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 53 ; sh:path biolink:frequency_qualifier ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 44 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 24 ; + sh:path biolink:subject_category ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_evidence ], + sh:order 3 ; + sh:path biolink:sex_qualifier ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 43 ; + sh:path dct:description ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:publications ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:order 46 ; + sh:path biolink:has_count ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:retrieval_source_ids ], + sh:order 37 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 31 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path rdf:type ], + sh:order 39 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:qualifier ], + sh:order 30 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:adjusted_p_value ], + sh:order 33 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; + sh:order 41 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 49 ; - sh:path biolink:has_percentage ], + sh:order 27 ; + sh:path biolink:object_closure ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:object_category_closure ], + sh:order 12 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 42 ; + sh:path rdfs:label ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:order 22 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:has_count ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 50 ; - sh:path biolink:subject_direction_qualifier ] ; + sh:order 48 ; + sh:path biolink:has_quotient ] ; sh:targetClass biolink:GeneToPhenotypicFeatureAssociation . biolink:Genome a sh:NodeShape ; sh:closed true ; sh:description "A genome is the sum of genetic material within a cell or virion." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "connects a genomic feature to its sequence" ; + sh:property [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:has_biological_sequence ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 8 ; + sh:path biolink:iri ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], + sh:order 3 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:synonym ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -17602,163 +17598,167 @@ biolink:Genome a sh:NodeShape ; sh:order 1 ; sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:order 0 ; + sh:path biolink:has_biological_sequence ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:in_taxon ], + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:full_name ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ], + sh:order 12 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdf:type ] ; + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:in_taxon ] ; sh:targetClass biolink:Genome . biolink:GenomicBackgroundExposure a sh:NodeShape ; sh:closed true ; sh:description "A genomic background exposure is where an individual's specific genomic background of genes, sequence variants or other pre-existing genomic conditions constitute a kind of 'exposure' to the organism, leading to or influencing an outcome." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:time ; + sh:property [ sh:datatype xsd:string ; + sh:description "connects a genomic feature to its sequence" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:has_biological_sequence ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:category ], + [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:provided_by ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:xref ], - [ sh:class biolink:Gene ; - sh:description "connects an entity with one or more gene or gene products" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_gene_or_gene_product ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:category ], + sh:order 4 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path rdfs:label ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_attribute_type ], + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:iri ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path biolink:xref ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:id ], + sh:order 13 ; + sh:path biolink:full_name ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:has_qualitative_value ], - [ sh:datatype xsd:string ; - sh:description "connects a genomic feature to its sequence" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:has_biological_sequence ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path dct:description ], + sh:order 19 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Gene ; + sh:description "connects an entity with one or more gene or gene products" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_gene_or_gene_product ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:full_name ], + sh:order 16 ; + sh:path rdf:type ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 8 ; sh:path biolink:has_quantitative_value ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:deprecated ], + sh:order 5 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path rdf:type ] ; + sh:order 11 ; + sh:path biolink:provided_by ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_attribute_type ] ; sh:targetClass biolink:GenomicBackgroundExposure . biolink:GenomicEntity a sh:NodeShape ; @@ -17776,12 +17776,27 @@ biolink:GenomicSequenceLocalization a sh:NodeShape ; sh:closed true ; sh:description "A relationship between a sequence feature and a nucleic acid entity it is localized to. The reference entity may be a chromosome, chromosome region or information entity such as a contig." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:property [ sh:datatype xsd:integer ; + sh:description "The position at which the subject nucleic acid entity starts on the chromosome or other entity to which it is located on. (ie: the start of the sequence being referenced is 0)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_object ], + sh:order 0 ; + sh:path biolink:start_interbase_coordinate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 30 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path rdf:type ], [ sh:class biolink:NucleicAcidEntity ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -17789,141 +17804,141 @@ biolink:GenomicSequenceLocalization a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path rdf:subject ], + [ sh:class biolink:NucleicAcidEntity ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path rdf:object ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 17 ; + sh:path biolink:agent_type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 26 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 25 ; sh:path biolink:object_closure ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:original_predicate ], + sh:order 15 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:negated ], + sh:order 10 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 19 ; sh:path biolink:original_subject ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:qualifier ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:retrieval_source_ids ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path biolink:iri ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:order 21 ; + sh:path biolink:original_object ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:publications ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 17 ; - sh:path biolink:agent_type ], + sh:order 42 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path rdf:type ], + sh:order 28 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_supporting_studies ], + sh:order 40 ; + sh:path rdfs:label ], [ sh:description "The version of the genome on which a feature is located. For example, GRCh38 for Homo sapiens." ; sh:in ( "+" "-" "." "?" ) ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:genome_build ], - [ sh:description "The strand on which a feature is located. Has a value of '+' (sense strand or forward strand) or '-' (anti-sense strand or reverse strand)." ; - sh:in ( "+" "-" "." "?" ) ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 37 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:strand ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 42 ; - sh:path biolink:has_attribute ], - [ sh:description "The phase for a coding sequence entity. For example, phase of a CDS as represented in a GFF3 with a value of 0, 1 or 2." ; - sh:in ( "0" "1" "2" ) ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:phase ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 35 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_closure ], + sh:order 8 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -17931,299 +17946,264 @@ biolink:GenomicSequenceLocalization a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:NucleicAcidEntity ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:description "The strand on which a feature is located. Has a value of '+' (sense strand or forward strand) or '-' (anti-sense strand or reverse strand)." ; + sh:in ( "+" "-" "." "?" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path rdf:object ], + sh:order 3 ; + sh:path biolink:strand ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 33 ; sh:path biolink:p_value ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "The phase for a coding sequence entity. For example, phase of a CDS as represented in a GFF3 with a value of 0, 1 or 2." ; + sh:in ( "0" "1" "2" ) ; sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:phase ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 38 ; + sh:path biolink:category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path dct:description ], + sh:order 43 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:publications ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:knowledge_level ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 23 ; sh:path biolink:object_category ], - [ sh:datatype xsd:integer ; - sh:description "The position at which the subject nucleic acid entity ends on the chromosome or other entity to which it is located on." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:end_interbase_coordinate ], - [ sh:datatype xsd:integer ; - sh:description "The position at which the subject nucleic acid entity starts on the chromosome or other entity to which it is located on. (ie: the start of the sequence being referenced is 0)." ; + sh:order 36 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:start_interbase_coordinate ], + sh:order 13 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:integer ; + sh:description "The position at which the subject nucleic acid entity ends on the chromosome or other entity to which it is located on." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path biolink:deprecated ], + sh:order 1 ; + sh:path biolink:end_interbase_coordinate ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path rdfs:label ], + sh:order 29 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:knowledge_source ] ; + sh:order 24 ; + sh:path biolink:subject_closure ] ; sh:targetClass biolink:GenomicSequenceLocalization . biolink:GenotypeAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:property [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 39 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 34 ; + sh:path rdf:type ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:order 28 ; + sh:path biolink:p_value ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path biolink:qualified_predicate ], + sh:order 45 ; + sh:path biolink:frequency_qualifier ], [ sh:class biolink:Disease ; sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 44 ; sh:path biolink:disease_context_qualifier ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "The relationship to the disease" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 42 ; sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:frequency_qualifier ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 36 ; + sh:path dct:description ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:subject_aspect_qualifier ], + sh:order 3 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 41 ; + sh:path biolink:object_aspect_qualifier ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 37 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -18231,18 +18211,23 @@ biolink:GenotypeAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "The relationship to the disease" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 40 ; + sh:path biolink:subject_direction_qualifier ], [ sh:class biolink:Genotype ; sh:description "A genotype that has a role in modeling the disease." ; sh:maxCount 1 ; @@ -18251,16 +18236,34 @@ biolink:GenotypeAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:order 0 ; sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 43 ; + sh:path biolink:qualified_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:Disease ; sh:description "disease" ; sh:maxCount 1 ; @@ -18269,31 +18272,28 @@ biolink:GenotypeAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:order 2 ; sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path biolink:object_aspect_qualifier ], + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ] ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ] ; sh:targetClass biolink:GenotypeAsAModelOfDiseaseAssociation . biolink:GenotypeToDiseaseAssociation a sh:NodeShape ; @@ -18305,275 +18305,275 @@ biolink:GenotypeToDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 35 ; sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 43 ; + sh:path biolink:qualified_predicate ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + [ sh:class biolink:Disease ; + sh:description "a disease that is associated with that genotype" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 42 ; + sh:path biolink:object_direction_qualifier ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 40 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "E.g. is pathogenic for" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:Genotype ; - sh:description "a genotype that is associated in some way with a disease state" ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:frequency_qualifier ], + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:order 39 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 36 ; + sh:path dct:description ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path biolink:object_aspect_qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 24 ; sh:path biolink:object_namespace ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 45 ; + sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path biolink:qualified_predicate ], + sh:order 32 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 23 ; sh:path biolink:subject_namespace ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 26 ; sh:path biolink:object_label_closure ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 42 ; - sh:path biolink:object_direction_qualifier ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 44 ; - sh:path biolink:disease_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 31 ; + sh:path biolink:id ], + [ sh:class biolink:Genotype ; + sh:description "a genotype that is associated in some way with a disease state" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:subject_direction_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:negated ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 18 ; + sh:path biolink:object_category ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 44 ; + sh:path biolink:disease_context_qualifier ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:Disease ; - sh:description "a disease that is associated with that genotype" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "E.g. is pathogenic for" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ] ; + sh:order 19 ; + sh:path biolink:subject_closure ] ; sh:targetClass biolink:GenotypeToDiseaseAssociation . biolink:GenotypeToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:property [ sh:class biolink:Genotype ; + sh:description "genotype that is the subject of the association" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -18581,25 +18581,24 @@ biolink:GenotypeToEntityAssociationMixin a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:class biolink:Genotype ; - sh:description "genotype that is the subject of the association" ; + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ] ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ] ; sh:targetClass biolink:GenotypeToEntityAssociationMixin . biolink:GenotypeToGeneAssociation a sh:NodeShape ; sh:closed true ; sh:description "Any association between a genotype and a gene. The genotype have have multiple variants in that gene or a single one. There is no assumption of cardinality" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:property [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -18607,55 +18606,84 @@ biolink:GenotypeToGeneAssociation a sh:NodeShape ; sh:order 38 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:Gene ; - sh:description "gene implicated in genotype" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 36 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:p_value ], + [ sh:class biolink:Genotype ; + sh:description "parent genotype" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 0 ; + sh:path rdf:subject ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "the relationship type used to connect genotype to gene" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -18663,194 +18691,226 @@ biolink:GenotypeToGeneAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:id ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 33 ; sh:path biolink:category ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 29 ; sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:Gene ; + sh:description "gene implicated in genotype" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 16 ; - sh:path biolink:original_object ], + sh:path biolink:original_object ] ; + sh:targetClass biolink:GenotypeToGeneAssociation . + +biolink:GenotypeToGenotypePartAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "Any association between one genotype and a genotypic entity that is a sub-component of it" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:Genotype ; - sh:description "parent genotype" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "the relationship type used to connect genotype to gene" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 32 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:has_supporting_studies ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:p_value ], + [ sh:class biolink:Genotype ; + sh:description "child genotype" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ] ; - sh:targetClass biolink:GenotypeToGeneAssociation . - -biolink:GenotypeToGenotypePartAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "Any association between one genotype and a genotypic entity that is a sub-component of it" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 36 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 33 ; + sh:path biolink:category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; @@ -18858,11 +18918,18 @@ biolink:GenotypeToGenotypePartAssociation a sh:NodeShape ; sh:order 15 ; sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; @@ -18870,74 +18937,35 @@ biolink:GenotypeToGenotypePartAssociation a sh:NodeShape ; sh:order 3 ; sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 35 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 31 ; + sh:path biolink:id ], [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:Genotype ; - sh:description "child genotype" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:Genotype ; sh:description "parent genotype" ; sh:maxCount 1 ; @@ -18945,36 +18973,23 @@ biolink:GenotypeToGenotypePartAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; @@ -18986,184 +19001,109 @@ biolink:GenotypeToGenotypePartAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:qualifier ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ] ; + sh:order 18 ; + sh:path biolink:object_category ] ; sh:targetClass biolink:GenotypeToGenotypePartAssociation . biolink:GenotypeToPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:description "Any association between one genotype and a phenotypic feature, where having the genotype confers the phenotype, either in isolation or through environment" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:sex_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 42 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:property [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 48 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:order 40 ; + sh:path rdfs:label ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:knowledge_source ], + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:double ; sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 47 ; sh:path biolink:has_percentage ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:object_closure ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:id ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:has_total ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:object_namespace ], + sh:order 22 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 50 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 41 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:object_label_closure ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 42 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:timepoint ], + sh:order 34 ; + sh:path biolink:adjusted_p_value ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:qualifier ], [ sh:class biolink:PhenotypicFeature ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -19171,254 +19111,334 @@ biolink:GenotypeToPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_closure ], [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 44 ; - sh:path biolink:has_count ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_object ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:publications ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:order 51 ; - sh:path biolink:object_direction_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 45 ; + sh:path biolink:has_total ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 37 ; + sh:path biolink:iri ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 17 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path dct:description ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:order 46 ; + sh:path biolink:has_quotient ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:object_specialization_qualifier ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:order 33 ; + sh:path biolink:p_value ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:subject_specialization_qualifier ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 19 ; sh:path biolink:original_subject ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 35 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path rdf:type ], + sh:order 36 ; + sh:path biolink:id ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:category ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 44 ; + sh:path biolink:has_count ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path rdfs:label ], + sh:order 50 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:anatomical_context_qualifier ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:sex_qualifier ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 49 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 43 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:adjusted_p_value ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 26 ; + sh:path biolink:subject_category_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 23 ; sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:anatomical_context_qualifier ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + [ sh:class biolink:Genotype ; + sh:description "genotype that is associated with the phenotypic feature" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:disease_context_qualifier ], + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:negated ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; + sh:order 51 ; + sh:path biolink:object_direction_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 53 ; - sh:path biolink:frequency_qualifier ], + sh:order 25 ; + sh:path biolink:object_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:double ; + sh:order 13 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:has_quotient ], + sh:order 48 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path biolink:timepoint ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:publications ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:order 5 ; + sh:path biolink:subject_specialization_qualifier ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:retrieval_source_ids ], + sh:order 4 ; + sh:path biolink:disease_context_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 52 ; + sh:path biolink:qualified_predicate ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 30 ; sh:path biolink:subject_label_closure ], - [ sh:class biolink:Genotype ; - sh:description "genotype that is associated with the phenotypic feature" ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path biolink:iri ], + sh:order 29 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 52 ; - sh:path biolink:qualified_predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 6 ; + sh:path biolink:object_specialization_qualifier ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:subject_category_closure ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:nodeKind sh:Literal ; + sh:order 21 ; + sh:path biolink:original_object ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 49 ; - sh:path biolink:subject_direction_qualifier ] ; + sh:nodeKind sh:Literal ; + sh:order 53 ; + sh:path biolink:frequency_qualifier ] ; sh:targetClass biolink:GenotypeToPhenotypicFeatureAssociation . biolink:GenotypeToVariantAssociation a sh:NodeShape ; sh:closed true ; sh:description "Any association between a genotype and a sequence variant." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:has_supporting_studies ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:SequenceVariant ; - sh:description "gene implicated in genotype" ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; sh:description "the relationship type used to connect genotype to gene" ; sh:maxCount 1 ; @@ -19426,58 +19446,70 @@ biolink:GenotypeToVariantAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:negated ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 36 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:SequenceVariant ; + sh:description "gene implicated in genotype" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:class biolink:Genotype ; sh:description "parent genotype" ; sh:maxCount 1 ; @@ -19485,155 +19517,92 @@ biolink:GenotypeToVariantAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 31 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 33 ; - sh:path biolink:category ] ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ] ; sh:targetClass biolink:GenotypeToVariantAssociation . biolink:GenotypicSex a sh:NodeShape ; sh:closed true ; sh:description "An attribute corresponding to the genotypic sex of the individual, based upon genotypic composition of sex chromosomes." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path rdfs:label ], + sh:order 10 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; @@ -19649,12 +19618,28 @@ biolink:GenotypicSex a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:synonym ], [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], + sh:order 7 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:full_name ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; @@ -19667,21 +19652,36 @@ biolink:GenotypicSex a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:deprecated ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_attribute_type ], + [ sh:datatype xsd:string ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], + sh:order 0 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ] ; + sh:order 5 ; + sh:path biolink:id ] ; sh:targetClass biolink:GenotypicSex . biolink:GeographicExposure a sh:NodeShape ; @@ -19689,163 +19689,157 @@ biolink:GeographicExposure a sh:NodeShape ; sh:description "A geographic exposure is a factor relating to geographic proximity to some impactful entity." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], + sh:order 6 ; + sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:category ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:deprecated ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_attribute_type ], + [ sh:datatype xsd:string ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdfs:label ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_qualitative_value ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], + sh:order 8 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:iri ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_qualitative_value ], + sh:order 12 ; + sh:path rdf:type ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:category ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:xref ], + sh:order 7 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdfs:label ], + sh:order 9 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 10 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:provided_by ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ] ; + sh:order 13 ; + sh:path dct:description ] ; sh:targetClass biolink:GeographicExposure . biolink:GeographicLocation a sh:NodeShape ; sh:closed true ; sh:description "a location that can be described in lat/long coordinates" ; - sh:ignoredProperties ( biolink:timepoint rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; + sh:ignoredProperties ( rdf:type biolink:timepoint ) ; + sh:property [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:float ; - sh:description "longitude" ; + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:longitude ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 5 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path rdf:type ], - [ sh:datatype xsd:float ; - sh:description "latitude" ; - sh:maxCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:latitude ], + sh:order 8 ; + sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path rdfs:label ], + [ sh:datatype xsd:float ; + sh:description "latitude" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:latitude ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -19853,53 +19847,40 @@ biolink:GeographicLocation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ] ; - sh:targetClass biolink:GeographicLocation . - -biolink:GeographicLocationAtTime a sh:NodeShape ; - sh:closed true ; - sh:description "a location that can be described in lat/long coordinates, for a particular time" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:float ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:datatype xsd:float ; sh:description "longitude" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; + sh:order 1 ; sh:path biolink:longitude ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; + sh:order 13 ; + sh:path biolink:deprecated ] ; + sh:targetClass biolink:GeographicLocation . + +biolink:GeographicLocationAtTime a sh:NodeShape ; + sh:closed true ; + sh:description "a location that can be described in lat/long coordinates, for a particular time" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; @@ -19911,12 +19892,23 @@ biolink:GeographicLocationAtTime a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:synonym ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:timepoint ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:category ], [ sh:datatype xsd:float ; sh:description "latitude" ; sh:maxCount 1 ; @@ -19929,63 +19921,56 @@ biolink:GeographicLocationAtTime a sh:NodeShape ; sh:order 13 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:iri ], + sh:order 12 ; + sh:path dct:description ], + [ sh:datatype xsd:float ; + sh:description "longitude" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:longitude ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path rdf:type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:category ], + sh:order 8 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:synonym ] ; + sh:order 7 ; + sh:path biolink:id ] ; sh:targetClass biolink:GeographicLocationAtTime . biolink:GrossAnatomicalStructure a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -19993,106 +19978,77 @@ biolink:GrossAnatomicalStructure a sh:NodeShape ; sh:order 13 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ] ; - sh:targetClass biolink:GrossAnatomicalStructure . - -biolink:Haplotype a sh:NodeShape ; - sh:closed true ; - sh:description "A set of zero or more Alleles on a single instance of a Sequence[VMC]" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; - sh:order 10 ; + sh:order 9 ; sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:synonym ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; + sh:order 8 ; sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], + sh:order 11 ; + sh:path dct:description ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 5 ; + sh:order 3 ; sh:path biolink:xref ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; + sh:order 6 ; sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:full_name ], + sh:order 4 ; + sh:path biolink:full_name ] ; + sh:targetClass biolink:GrossAnatomicalStructure . + +biolink:Haplotype a sh:NodeShape ; + sh:closed true ; + sh:description "A set of zero or more Alleles on a single instance of a Sequence[VMC]" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -20105,101 +20061,145 @@ biolink:Haplotype a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path rdfs:label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:has_biological_sequence ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:iri ] ; + sh:order 12 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdf:type ] ; sh:targetClass biolink:Haplotype . biolink:Hospitalization a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], + sh:order 7 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:provided_by ], + sh:order 4 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:category ], + sh:order 9 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:synonym ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path biolink:deprecated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:id ], + sh:order 1 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:type ], + sh:order 5 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ] ; + sh:order 2 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:Hospitalization . biolink:HospitalizationOutcome a sh:NodeShape ; @@ -20212,23 +20212,18 @@ biolink:Human a sh:NodeShape ; sh:closed true ; sh:description "A member of the the species Homo sapiens." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 8 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -20236,184 +20231,194 @@ biolink:Human a sh:NodeShape ; sh:order 4 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 11 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], + sh:order 6 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:synonym ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 10 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ] ; + sh:order 7 ; + sh:path biolink:iri ] ; sh:targetClass biolink:Human . biolink:InformationContentEntityToNamedThingAssociation a sh:NodeShape ; sh:closed true ; sh:description "association between a named thing and a information content entity where the specific context of the relationship between that named thing and the publication is unknown. For example, model organisms databases often capture the knowledge that a gene is found in a journal article, but not specifically the context in which that gene was documented in the article. In these cases, this association with the accompanying predicate 'mentions' could be used. Conversely, for more specific associations (like 'gene to disease association', the publication should be captured as an edge property)." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:EvidenceType ; + sh:property [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 33 ; sh:path biolink:category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; @@ -20421,29 +20426,45 @@ biolink:InformationContentEntityToNamedThingAssociation a sh:NodeShape ; sh:order 11 ; sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path rdf:type ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; @@ -20451,81 +20472,93 @@ biolink:InformationContentEntityToNamedThingAssociation a sh:NodeShape ; sh:order 8 ; sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 36 ; + sh:path dct:description ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:original_predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ] ; + sh:order 35 ; + sh:path rdfs:label ] ; sh:targetClass biolink:InformationContentEntityToNamedThingAssociation . biolink:Invertebrate a sh:NodeShape ; sh:closed true ; sh:description "An animal lacking a vertebral column. This group consists of 98% of all animal species." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; @@ -20542,67 +20575,34 @@ biolink:Invertebrate a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:deprecated ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ] ; + sh:order 3 ; + sh:path biolink:xref ] ; sh:targetClass biolink:Invertebrate . biolink:JournalArticle a sh:NodeShape ; @@ -20610,179 +20610,181 @@ biolink:JournalArticle a sh:NodeShape ; sh:description "an article, typically presenting results of research, that is published in an issue of a scientific journal." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 21 ; + sh:path rdf:type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:rights ], + sh:order 25 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 22 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Optional value, if used locally as a convenience, is set to the iso abbreviation of the 'published in' parent." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:iso_abbreviation ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path biolink:license ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:full_name ], + sh:order 18 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; + sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:format ], + sh:order 2 ; + sh:path biolink:volume ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "executive summary of a publication" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path dct:description ], + sh:order 6 ; + sh:path biolink:summary ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 17 ; sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path biolink:rights ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path dct:type ], + sh:order 20 ; + sh:path biolink:category ], [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:description "The enclosing parent serial containing the article should have industry-standard identifier from ISSN." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:xref ], + sh:order 0 ; + sh:path biolink:published_in ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 19 ; sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:deprecated ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 24 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:category ], + [ sh:class biolink:Agent ; + sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:authors ], [ sh:datatype xsd:string ; - sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:volume ], - [ sh:datatype xsd:string ; - sh:description "Optional value, if used locally as a convenience, is set to the iso abbreviation of the 'published in' parent." ; - sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:format ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:iso_abbreviation ], + sh:order 9 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "keywords tagging a publication" ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:keywords ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; + sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:creation_date ], + sh:order 10 ; + sh:path dct:type ], [ sh:datatype xsd:string ; + sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path rdf:type ], + sh:order 5 ; + sh:path biolink:pages ], + [ sh:datatype xsd:anyURI ; + sh:description "mesh terms tagging a publication" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:mesh_terms ], [ sh:datatype xsd:string ; sh:description "issue of a newspaper, a scientific journal or magazine for reference purpose" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:issue ], - [ sh:datatype xsd:anyURI ; - sh:description "The enclosing parent serial containing the article should have industry-standard identifier from ISSN." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:published_in ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:pages ], - [ sh:datatype xsd:string ; - sh:description "executive summary of a publication" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:summary ], - [ sh:datatype xsd:string ; - sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:id ], - [ sh:class biolink:Agent ; - sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:authors ], - [ sh:datatype xsd:string ; - sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path rdfs:label ], - [ sh:datatype xsd:anyURI ; - sh:description "mesh terms tagging a publication" ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:mesh_terms ] ; + sh:order 14 ; + sh:path biolink:creation_date ] ; sh:targetClass biolink:JournalArticle . biolink:LogOddsAnalysisResult a sh:NodeShape ; sh:closed true ; sh:description "A result of a log odds ratio analysis." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:iri ], + sh:order 5 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], + sh:order 0 ; + sh:path biolink:license ], [ sh:datatype xsd:string ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], + sh:order 1 ; + sh:path biolink:rights ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:id ], + sh:order 2 ; + sh:path biolink:format ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -20790,11 +20792,16 @@ biolink:LogOddsAnalysisResult a sh:NodeShape ; sh:order 15 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:full_name ], + sh:order 3 ; + sh:path biolink:creation_date ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -20802,26 +20809,22 @@ biolink:LogOddsAnalysisResult a sh:NodeShape ; sh:order 10 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:creation_date ], + sh:order 9 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:format ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 13 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], + sh:order 7 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; @@ -20829,47 +20832,45 @@ biolink:LogOddsAnalysisResult a sh:NodeShape ; sh:order 12 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:rights ], + sh:order 8 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:license ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], + sh:order 11 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ] ; + sh:order 6 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:LogOddsAnalysisResult . biolink:MacromolecularComplex a sh:NodeShape ; sh:closed true ; sh:description "A stable assembly of two or more macromolecules, i.e. proteins, nucleic acids, carbohydrates or lipids, in which at least one component is a protein and the constituent parts function together." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:property [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:xref ], + sh:order 6 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdf:type ], + sh:order 2 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:id ], + sh:order 8 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -20882,27 +20883,38 @@ biolink:MacromolecularComplex a sh:NodeShape ; sh:order 9 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path rdfs:label ], + sh:order 5 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:full_name ], + sh:order 0 ; + sh:path rdfs:label ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:synonym ], + sh:order 11 ; + sh:path dct:description ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -20910,46 +20922,98 @@ biolink:MacromolecularComplex a sh:NodeShape ; sh:order 13 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:in_taxon ], + sh:order 10 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:in_taxon_label ] ; + sh:order 7 ; + sh:path biolink:id ] ; sh:targetClass biolink:MacromolecularComplex . biolink:MacromolecularMachineToBiologicalProcessAssociation a sh:NodeShape ; sh:closed true ; sh:description "A functional association between a macromolecular machine (gene, gene product or complex) and a biological process or pathway (as represented in the GO biological process branch), where the entity carries out some part of the process, regulates it, or acts upstream of it." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 27 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:p_value ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdf:type ], + [ sh:class biolink:BiologicalProcess ; + sh:description "class describing the activity, process or localization of the gene product" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_level ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:MacromolecularMachineMixin ; + sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:qualifier ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; @@ -20957,67 +21021,48 @@ biolink:MacromolecularMachineToBiologicalProcessAssociation a sh:NodeShape ; sh:order 10 ; sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:object_label_closure ], + sh:order 33 ; + sh:path biolink:iri ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 31 ; sh:path biolink:has_supporting_studies ], - [ sh:class biolink:BiologicalProcess ; - sh:description "class describing the activity, process or localization of the gene product" ; - sh:maxCount 1 ; - sh:minCount 1 ; + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 8 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 38 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_subject ], + sh:order 4 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 17 ; sh:path biolink:original_object ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:MacromolecularMachineMixin ; - sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -21026,73 +21071,56 @@ biolink:MacromolecularMachineToBiologicalProcessAssociation a sh:NodeShape ; sh:order 32 ; sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:p_value ], + sh:order 5 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 21 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 38 ; - sh:path biolink:has_attribute ], + sh:order 7 ; + sh:path biolink:publications ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 13 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:subject_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 15 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:iri ], + sh:order 36 ; + sh:path rdfs:label ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; @@ -21100,44 +21128,16 @@ biolink:MacromolecularMachineToBiologicalProcessAssociation a sh:NodeShape ; sh:order 30 ; sh:path biolink:adjusted_p_value ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category_closure ], + sh:order 6 ; + sh:path biolink:qualifiers ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path dct:description ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], + sh:order 18 ; + sh:path biolink:subject_category ], [ sh:class biolink:OrganismTaxon ; sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; sh:maxCount 1 ; @@ -21145,176 +21145,146 @@ biolink:MacromolecularMachineToBiologicalProcessAssociation a sh:NodeShape ; sh:order 3 ; sh:path biolink:species_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 37 ; + sh:path dct:description ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 14 ; + sh:path biolink:timepoint ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:object_namespace ] ; + sh:order 34 ; + sh:path biolink:category ] ; sh:targetClass biolink:MacromolecularMachineToBiologicalProcessAssociation . biolink:MacromolecularMachineToCellularComponentAssociation a sh:NodeShape ; sh:closed true ; sh:description "A functional association between a macromolecular machine (gene, gene product or complex) and a cellular component (as represented in the GO cellular component branch), where the entity carries out its function in the cellular component." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:property [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 29 ; + sh:path biolink:p_value ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:object_closure ], + sh:order 30 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path dct:description ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; + sh:order 17 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:negated ], + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:CellularComponent ; - sh:description "class describing the activity, process or localization of the gene product" ; + sh:order 24 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:original_predicate ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:agent_type ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 7 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:deprecated ], + sh:order 32 ; + sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:iri ], + sh:order 25 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; + sh:order 27 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:adjusted_p_value ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_level ], + sh:order 26 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 33 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:original_object ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], + sh:order 21 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 10 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 14 ; + sh:path biolink:timepoint ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_supporting_studies ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 23 ; sh:path biolink:object_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:object_label_closure ], [ sh:class biolink:OrganismTaxon ; sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; sh:maxCount 1 ; @@ -21322,93 +21292,136 @@ biolink:MacromolecularMachineToCellularComponentAssociation a sh:NodeShape ; sh:order 3 ; sh:path biolink:species_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], + sh:order 5 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 35 ; sh:path rdf:type ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_predicate ], + sh:order 4 ; + sh:path biolink:negated ], + [ sh:class biolink:CellularComponent ; + sh:description "class describing the activity, process or localization of the gene product" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:qualifier ], + sh:order 15 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path rdfs:label ], + sh:order 37 ; + sh:path dct:description ], + [ sh:class biolink:MacromolecularMachineMixin ; + sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:subject_category ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 38 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:p_value ], + sh:order 36 ; + sh:path rdfs:label ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:subject_category_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category ], + sh:order 19 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:id ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 20 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:agent_type ], - [ sh:class biolink:MacromolecularMachineMixin ; - sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path biolink:deprecated ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_supporting_studies ] ; + sh:order 6 ; + sh:path biolink:qualifiers ] ; sh:targetClass biolink:MacromolecularMachineToCellularComponentAssociation . biolink:MacromolecularMachineToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:description "an association which has a macromolecular machine mixin as a subject" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:NamedThing ; + sh:property [ sh:class biolink:OrganismTaxon ; + sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:species_context_qualifier ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; @@ -21421,31 +21434,43 @@ biolink:MacromolecularMachineToEntityAssociationMixin a sh:NodeShape ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:OrganismTaxon ; - sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:species_context_qualifier ] ; + sh:path rdf:object ] ; sh:targetClass biolink:MacromolecularMachineToEntityAssociationMixin . biolink:MacromolecularMachineToMolecularActivityAssociation a sh:NodeShape ; sh:closed true ; sh:description "A functional association between a macromolecular machine (gene, gene product or complex) and a molecular activity (as represented in the GO molecular function branch), where the entity carries out the activity, or contributes to its execution." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:object_label_closure ], + sh:order 24 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 38 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:id ], + [ sh:class biolink:MolecularActivity ; + sh:description "class describing the activity, process or localization of the gene product" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; @@ -21459,73 +21484,11 @@ biolink:MacromolecularMachineToMolecularActivityAssociation a sh:NodeShape ; sh:order 13 ; sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:iri ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], + sh:order 9 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; @@ -21538,18 +21501,6 @@ biolink:MacromolecularMachineToMolecularActivityAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:subject_category ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:id ], [ sh:class biolink:OrganismTaxon ; sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; sh:maxCount 1 ; @@ -21557,38 +21508,38 @@ biolink:MacromolecularMachineToMolecularActivityAssociation a sh:NodeShape ; sh:order 3 ; sh:path biolink:species_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:category ], + sh:order 35 ; + sh:path rdf:type ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 30 ; sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:timepoint ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 37 ; + sh:path dct:description ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category_closure ], + sh:order 7 ; + sh:path biolink:publications ], [ sh:class biolink:MacromolecularMachineMixin ; sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; sh:maxCount 1 ; @@ -21596,91 +21547,147 @@ biolink:MacromolecularMachineToMolecularActivityAssociation a sh:NodeShape ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_predicate ], + sh:order 15 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:object_namespace ], + sh:order 36 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path biolink:category ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 28 ; sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 38 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_subject ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 14 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:MolecularActivity ; - sh:description "class describing the activity, process or localization of the gene product" ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:negated ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path rdfs:label ], + sh:order 27 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], + sh:order 33 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path dct:description ], + sh:order 21 ; + sh:path biolink:object_closure ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:object_namespace ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category_closure ] ; + sh:order 22 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:knowledge_level ] ; sh:targetClass biolink:MacromolecularMachineToMolecularActivityAssociation . biolink:Mammal a sh:NodeShape ; sh:closed true ; sh:description "A member of the class Mammalia, a clade of endothermic amniotes distinguished from reptiles and birds by the possession of hair, three middle ear bones, mammary glands, and a neocortex" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], + sh:property [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -21688,112 +21695,223 @@ biolink:Mammal a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:id ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], + sh:order 11 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], + sh:order 9 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:xref ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:path biolink:deprecated ] ; + sh:targetClass biolink:Mammal . + +biolink:MappingCollection a sh:NodeShape ; + sh:closed false ; + sh:description "A collection of deprecated mappings." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:class biolink:PredicateMapping ; + sh:description "A collection of relationships that are not used in biolink, but have biolink patterns that can be used to replace them. This is a temporary slot to help with the transition to the fully qualified predicate model in Biolink3." ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path biolink:predicate_mappings ] ; + sh:targetClass biolink:MappingCollection . + +biolink:MaterialSampleDerivationAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "An association between a material sample and the material entity from which it is derived." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; - sh:path biolink:category ], + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; + sh:order 32 ; sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; - sh:path rdf:type ], + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "derivation relationship" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; - sh:path biolink:in_taxon_label ], + sh:path rdf:predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ] ; - sh:targetClass biolink:Mammal . - -biolink:MappingCollection a sh:NodeShape ; - sh:closed false ; - sh:description "A collection of deprecated mappings." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:PredicateMapping ; - sh:description "A collection of relationships that are not used in biolink, but have biolink patterns that can be used to replace them. This is a temporary slot to help with the transition to the fully qualified predicate model in Biolink3." ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 0 ; - sh:path biolink:predicate_mappings ] ; - sh:targetClass biolink:MappingCollection . - -biolink:MaterialSampleDerivationAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "An association between a material sample and the material entity from which it is derived." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:order 36 ; + sh:path dct:description ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], [ sh:class biolink:NamedThing ; sh:description "the material entity the sample was derived from. This may be another material sample, or any other material entity, including for example an organism, a geographic feature, or some environmental material." ; sh:maxCount 1 ; @@ -21801,12 +21919,12 @@ biolink:MaterialSampleDerivationAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; @@ -21818,84 +21936,34 @@ biolink:MaterialSampleDerivationAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 16 ; sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdfs:label ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 37 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "derivation relationship" ; + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:class biolink:MaterialSample ; sh:description "the material sample being described" ; sh:maxCount 1 ; @@ -21903,178 +21971,85 @@ biolink:MaterialSampleDerivationAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ] ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:qualifier ] ; sh:targetClass biolink:MaterialSampleDerivationAssociation . biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between a material sample and a disease or phenotype." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:property [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 3 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 34 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 35 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 25 ; sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -22082,23 +22057,51 @@ biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:original_predicate ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 30 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -22111,118 +22114,115 @@ biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 38 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:class biolink:MaterialSample ; + sh:description "the material sample being described" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 16 ; sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:class biolink:MaterialSample ; - sh:description "the material sample being described" ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "disease or phenotype" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 19 ; sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 36 ; sh:path dct:description ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "disease or phenotype" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ] ; + sh:order 7 ; + sh:path biolink:has_evidence ] ; sh:targetClass biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation . biolink:MaterialSampleToEntityAssociationMixin a sh:NodeShape ; @@ -22246,42 +22246,26 @@ biolink:MaterialSampleToEntityAssociationMixin a sh:NodeShape ; [ sh:class biolink:MaterialSample ; sh:description "the material sample being described" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ] ; - sh:targetClass biolink:MaterialSampleToEntityAssociationMixin . - -biolink:MicroRNA a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; sh:order 0 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:path rdf:subject ] ; + sh:targetClass biolink:MaterialSampleToEntityAssociationMixin . + +biolink:MicroRNA a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 11 ; + sh:path dct:description ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; @@ -22293,6 +22277,11 @@ biolink:MicroRNA a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -22300,46 +22289,64 @@ biolink:MicroRNA a sh:NodeShape ; sh:order 5 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ], + sh:order 0 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:in_taxon_label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:in_taxon ] ; + [ sh:datatype xsd:string ; + sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path rdf:type ] ; sh:targetClass biolink:MicroRNA . biolink:ModelToDiseaseAssociationMixin a sh:NodeShape ; sh:closed false ; sh:description "This mixin is used for any association class for which the subject (source node) plays the role of a 'model', in that it recapitulates some features of the disease in a way that is useful for studying the disease outside a patient carrying the disease" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:class biolink:NamedThing ; + sh:description "The entity that serves as the model of the disease. This may be an organism, a strain of organism, a genotype or variant that exhibits similar features, or a gene that when mutated exhibits features of the disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; sh:description "The relationship to the disease" ; sh:maxCount 1 ; sh:minCount 1 ; @@ -22352,14 +22359,7 @@ biolink:ModelToDiseaseAssociationMixin a sh:NodeShape ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:NamedThing ; - sh:description "The entity that serves as the model of the disease. This may be an organism, a strain of organism, a genotype or variant that exhibits similar features, or a gene that when mutated exhibits features of the disease" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ] ; + sh:path rdf:object ] ; sh:targetClass biolink:ModelToDiseaseAssociationMixin . biolink:MolecularActivityToChemicalEntityAssociation a sh:NodeShape ; @@ -22367,285 +22367,181 @@ biolink:MolecularActivityToChemicalEntityAssociation a sh:NodeShape ; sh:description "Added in response to capturing relationship between microbiome activities as measured via measurements of blood analytes as collected via blood and stool samples" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 32 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 26 ; sh:path biolink:object_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:class biolink:MolecularActivity ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 33 ; + sh:path biolink:category ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:original_predicate ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 37 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:ChemicalEntity ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 30 ; - sh:path biolink:has_supporting_studies ] ; - sh:targetClass biolink:MolecularActivityToChemicalEntityAssociation . - -biolink:MolecularActivityToMolecularActivityAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "Added in response to capturing relationship between microbiome activities as measured via measurements of blood analytes as collected via blood and stool samples" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:ChemicalEntity ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:class biolink:MolecularActivity ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -22653,88 +22549,70 @@ biolink:MolecularActivityToMolecularActivityAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 35 ; sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path rdf:type ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:class biolink:MolecularActivity ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; + sh:order 13 ; + sh:path biolink:timepoint ] ; + sh:targetClass biolink:MolecularActivityToChemicalEntityAssociation . + +biolink:MolecularActivityToMolecularActivityAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "Added in response to capturing relationship between microbiome activities as measured via measurements of blood analytes as collected via blood and stool samples" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -22742,33 +22620,59 @@ biolink:MolecularActivityToMolecularActivityAssociation a sh:NodeShape ; sh:order 24 ; sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -22776,241 +22680,336 @@ biolink:MolecularActivityToMolecularActivityAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + [ sh:class biolink:MolecularActivity ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 29 ; sh:path biolink:adjusted_p_value ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ] ; - sh:targetClass biolink:MolecularActivityToMolecularActivityAssociation . - -biolink:MolecularActivityToPathwayAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "Association that holds the relationship between a reaction and the pathway it participates in." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 28 ; + sh:path biolink:p_value ], + [ sh:class biolink:MolecularActivity ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:MolecularActivity ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:path biolink:negated ] ; + sh:targetClass biolink:MolecularActivityToMolecularActivityAssociation . + +biolink:MolecularActivityToPathwayAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "Association that holds the relationship between a reaction and the pathway it participates in." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:MolecularActivity ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 0 ; + sh:path rdf:subject ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:class biolink:Pathway ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 35 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 33 ; sh:path biolink:category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; @@ -23024,45 +23023,45 @@ biolink:MolecularActivityToPathwayAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:order 36 ; + sh:path dct:description ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ] ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:Pathway ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ] ; sh:targetClass biolink:MolecularActivityToPathwayAssociation . biolink:MolecularMixture a sh:NodeShape ; sh:closed true ; sh:description "A molecular mixture is a chemical mixture composed of two or more molecular entities with known concentration and stoichiometry." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 5 ; - sh:path biolink:available_from ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; + sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; + sh:order 3 ; + sh:path biolink:routes_of_delivery ], + [ sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; + sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path rdfs:label ], + sh:order 1 ; + sh:path biolink:highest_FDA_approval_status ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; @@ -23072,24 +23071,20 @@ biolink:MolecularMixture a sh:NodeShape ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:is_supplement ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 4 ; + sh:path biolink:trade_name ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:deprecated ], - [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; - sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:drug_regulatory_status_world_wide ], + sh:order 11 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:provided_by ], + sh:order 6 ; + sh:path biolink:max_tolerated_dose ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -23097,33 +23092,36 @@ biolink:MolecularMixture a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:id ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 5 ; + sh:path biolink:available_from ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:category ], + sh:order 16 ; + sh:path rdf:type ], [ sh:class biolink:ChemicalRole ; sh:description "A role is particular behaviour which a chemical entity may exhibit." ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path biolink:has_chemical_role ], - [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; - sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; - sh:order 3 ; - sh:path biolink:routes_of_delivery ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:full_name ], + sh:order 20 ; + sh:path biolink:deprecated ], + [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; + sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:drug_regulatory_status_world_wide ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; @@ -23136,37 +23134,39 @@ biolink:MolecularMixture a sh:NodeShape ; sh:order 19 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:description "" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:is_supplement ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:max_tolerated_dose ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:xref ], + sh:order 17 ; + sh:path rdfs:label ], [ sh:datatype xsd:boolean ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 7 ; - sh:path biolink:is_toxic ], - [ sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; - sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:highest_FDA_approval_status ], - [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:trade_name ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path rdf:type ] ; + sh:path biolink:is_toxic ] ; sh:targetClass biolink:MolecularMixture . biolink:MortalityOutcome a sh:NodeShape ; @@ -23179,96 +23179,149 @@ biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation a sh:NodeShape sh:closed true ; sh:description "" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:property [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path rdf:type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:publications ], + sh:order 22 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:primary_knowledge_source ], + sh:order 36 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:OntologyClass ; - sh:maxCount 1 ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:object_context_qualifier ], + sh:order 27 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:qualifier ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:adjusted_p_value ], + sh:order 40 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:object_aspect_qualifier ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 35 ; sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 37 ; + sh:path biolink:iri ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path dct:description ], + sh:order 33 ; + sh:path biolink:p_value ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:qualifiers ], [ sh:class biolink:OntologyClass ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:subject_context_qualifier ], + sh:order 6 ; + sh:path biolink:object_context_qualifier ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 20 ; sh:path biolink:original_predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category ], + sh:order 11 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:timepoint ], + sh:order 29 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:object_label_closure ], + sh:order 14 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:PopulationOfIndividualOrganisms ; sh:description "a biological population (general, study, cohort, etc.) with a specific set of characteristics to constrain an association." ; sh:maxCount 1 ; @@ -23276,12 +23329,32 @@ biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation a sh:NodeShape sh:order 7 ; sh:path biolink:population_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:id ], + sh:order 19 ; + sh:path biolink:original_subject ], + [ sh:class biolink:OntologyClass ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:subject_context_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 42 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:category ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; @@ -23293,101 +23366,41 @@ biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation a sh:NodeShape sh:nodeKind sh:Literal ; sh:order 25 ; sh:path biolink:object_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:knowledge_level ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path rdf:type ], + sh:order 23 ; + sh:path biolink:object_category ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 26 ; sh:path biolink:subject_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:object_category_closure ], + sh:order 32 ; + sh:path biolink:retrieval_source_ids ], [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path rdf:object ], + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:order 21 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:subject_label_closure ], + sh:order 8 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -23396,40 +23409,27 @@ biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation a sh:NodeShape sh:order 3 ; sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 24 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_object ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 42 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:order 43 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; + sh:order 18 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:negated ] ; + sh:order 30 ; + sh:path biolink:subject_label_closure ] ; sh:targetClass biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation . biolink:NoncodingRNAProduct a sh:NodeShape ; @@ -23441,22 +23441,22 @@ biolink:NoncodingRNAProduct a sh:NodeShape ; sh:order 1 ; sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], + sh:order 11 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; @@ -23469,6 +23469,12 @@ biolink:NoncodingRNAProduct a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -23476,15 +23482,14 @@ biolink:NoncodingRNAProduct a sh:NodeShape ; sh:order 8 ; sh:path biolink:category ], [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 4 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:full_name ], + sh:order 9 ; + sh:path rdf:type ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -23496,122 +23501,147 @@ biolink:NoncodingRNAProduct a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:in_taxon ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 5 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ] ; + sh:order 10 ; + sh:path rdfs:label ] ; sh:targetClass biolink:NoncodingRNAProduct . biolink:NucleicAcidSequenceMotif a sh:NodeShape ; sh:closed true ; sh:description "A linear nucleotide sequence pattern that is widespread and has, or is conjectured to have, a biological significance. e.g. the TATA box promoter motif, transcription factor binding consensus sequences." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 9 ; + sh:path rdf:type ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], + sh:order 6 ; + sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ] ; + sh:order 11 ; + sh:path dct:description ] ; sh:targetClass biolink:NucleicAcidSequenceMotif . biolink:NucleosomeModification a sh:NodeShape ; sh:closed true ; sh:description "A chemical modification of a histone protein within a nucleosome octomer or a substitution of a histone with a variant histone isoform. e.g. Histone 4 Lysine 20 methylation (H4K20me), histone variant H2AZ substituting H2A." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdf:type ], + sh:order 14 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path dct:description ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:xref ], + sh:order 4 ; + sh:path biolink:xref ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -23619,24 +23649,20 @@ biolink:NucleosomeModification a sh:NodeShape ; sh:order 5 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:id ], + sh:order 2 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], + sh:order 10 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:iri ], + sh:order 3 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; @@ -23644,143 +23670,117 @@ biolink:NucleosomeModification a sh:NodeShape ; sh:order 0 ; sh:path biolink:has_biological_sequence ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:synonym ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; - sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdfs:label ], + sh:order 7 ; + sh:path biolink:id ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ] ; + sh:order 6 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:NucleosomeModification . biolink:ObservedExpectedFrequencyAnalysisResult a sh:NodeShape ; sh:closed true ; sh:description "A result of a observed expected frequency analysis." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:format ], + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:id ], + sh:order 0 ; + sh:path biolink:license ], [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:rights ], + sh:order 3 ; + sh:path biolink:creation_date ], [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:license ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdfs:label ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], + sh:order 8 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:creation_date ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], + sh:order 2 ; + sh:path biolink:format ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ], + sh:order 11 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], + sh:order 7 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:full_name ], + sh:order 12 ; + sh:path rdfs:label ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:xref ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ] ; + sh:order 1 ; + sh:path biolink:rights ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:ObservedExpectedFrequencyAnalysisResult . biolink:Occurrent a sh:NodeShape ; @@ -23793,11 +23793,29 @@ biolink:OrganismAttribute a sh:NodeShape ; sh:closed true ; sh:description "describes a characteristic of an organismal entity." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:property [ sh:datatype xsd:string ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], + sh:order 0 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -23805,6 +23823,24 @@ biolink:OrganismAttribute a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:deprecated ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_attribute_type ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; sh:nodeKind sh:BlankNodeOrIRI ; @@ -23815,69 +23851,33 @@ biolink:OrganismAttribute a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:provided_by ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:full_name ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path dct:description ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_attribute_type ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; - sh:path biolink:category ] ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:OrganismAttribute . biolink:OrganismTaxonToEntityAssociation a sh:NodeShape ; @@ -23891,205 +23891,305 @@ biolink:OrganismTaxonToEntityAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], [ sh:class biolink:OrganismTaxon ; sh:description "organism taxon that is the subject of the association" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; - sh:path rdf:subject ] ; + sh:path rdf:subject ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ] ; sh:targetClass biolink:OrganismTaxonToEntityAssociation . biolink:OrganismTaxonToEnvironmentAssociation a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:property [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path dct:description ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:NamedThing ; + sh:description "the environment in which the organism occurs" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 30 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "predicate describing the relationship between the taxon and the environment" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:NamedThing ; - sh:description "the environment in which the organism occurs" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:class biolink:OrganismTaxon ; + sh:description "the taxon that is the subject of the association" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "predicate describing the relationship between the taxon and the environment" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ] ; + sh:targetClass biolink:OrganismTaxonToEnvironmentAssociation . + +biolink:OrganismTaxonToOrganismTaxonAssociation a sh:NodeShape ; + sh:closed false ; + sh:description "A relationship between two organism taxon nodes" ; + sh:ignoredProperties ( rdf:type biolink:associated_environmental_context ) ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 32 ; + sh:path biolink:iri ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; @@ -24097,60 +24197,52 @@ biolink:OrganismTaxonToEnvironmentAssociation a sh:NodeShape ; sh:order 28 ; sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 31 ; + sh:path biolink:id ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:OrganismTaxon ; - sh:description "the taxon that is the subject of the association" ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ] ; - sh:targetClass biolink:OrganismTaxonToEnvironmentAssociation . - -biolink:OrganismTaxonToOrganismTaxonAssociation a sh:NodeShape ; - sh:closed false ; - sh:description "A relationship between two organism taxon nodes" ; - sh:ignoredProperties ( biolink:associated_environmental_context rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; @@ -24164,96 +24256,46 @@ biolink:OrganismTaxonToOrganismTaxonAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; @@ -24261,206 +24303,126 @@ biolink:OrganismTaxonToOrganismTaxonAssociation a sh:NodeShape ; sh:order 4 ; sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 36 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 34 ; + sh:path rdf:type ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 3 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 38 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ] ; + sh:order 33 ; + sh:path biolink:category ] ; sh:targetClass biolink:OrganismTaxonToOrganismTaxonAssociation . biolink:OrganismTaxonToOrganismTaxonInteraction a sh:NodeShape ; sh:closed true ; sh:description "An interaction relationship between two taxa. This may be a symbiotic relationship (encompassing mutualism and parasitism), or it may be non-symbiotic. Example: plague transmitted_by flea; cattle domesticated_by Homo sapiens; plague infects Homo sapiens" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 7 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_predicate ], + sh:order 5 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:qualifiers ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 13 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:object_closure ], + sh:order 26 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "the environment in which the two taxa interact" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:associated_environmental_context ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path dct:description ], - [ sh:class biolink:OrganismTaxon ; - sh:description "the taxon that is the subject of the association" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 38 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path rdf:object ], + sh:order 19 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category_closure ], + sh:order 24 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -24468,70 +24430,54 @@ biolink:OrganismTaxonToOrganismTaxonInteraction a sh:NodeShape ; sh:order 18 ; sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdf:type ], + sh:order 27 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "the environment in which the two taxa interact" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path rdfs:label ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:category ], + sh:order 0 ; + sh:path biolink:associated_environmental_context ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:order 9 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], + sh:order 8 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:negated ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:order 20 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path biolink:category ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:knowledge_source ], + sh:order 30 ; + sh:path biolink:adjusted_p_value ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:iri ], + sh:order 22 ; + sh:path biolink:subject_category_closure ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; @@ -24539,134 +24485,151 @@ biolink:OrganismTaxonToOrganismTaxonInteraction a sh:NodeShape ; sh:order 12 ; sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 37 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 21 ; + sh:path biolink:object_closure ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:deprecated ], + sh:order 15 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:primary_knowledge_source ], + sh:order 25 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:OrganismTaxon ; + sh:description "the taxon that is the subject of the association" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 17 ; sh:path biolink:original_object ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 38 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:object_category ], [ sh:class biolink:OrganismTaxon ; sh:description "the taxon that is the subject of the association" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path rdf:subject ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 3 ; + sh:path rdf:object ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:adjusted_p_value ] ; - sh:targetClass biolink:OrganismTaxonToOrganismTaxonInteraction . - -biolink:OrganismTaxonToOrganismTaxonSpecialization a sh:NodeShape ; - sh:closed true ; - sh:description "A child-parent relationship between two taxa. For example: Homo sapiens subclass_of Homo" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OrganismTaxon ; - sh:description "the more general taxon" ; + sh:order 39 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; + sh:nodeKind sh:Literal ; sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:path biolink:iri ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 29 ; + sh:path biolink:p_value ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], + sh:order 36 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdf:type ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; + sh:order 16 ; sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 32 ; + sh:path biolink:id ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 23 ; + sh:path biolink:object_category_closure ] ; + sh:targetClass biolink:OrganismTaxonToOrganismTaxonInteraction . + +biolink:OrganismTaxonToOrganismTaxonSpecialization a sh:NodeShape ; + sh:closed true ; + sh:description "A child-parent relationship between two taxa. For example: Homo sapiens subclass_of Homo" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; @@ -24678,232 +24641,216 @@ biolink:OrganismTaxonToOrganismTaxonSpecialization a sh:NodeShape ; sh:order 21 ; sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:class biolink:OrganismTaxon ; - sh:description "the more specific taxon" ; + sh:description "the more general taxon" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:order 33 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 31 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + sh:order 36 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:order 35 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:OrganismTaxon ; + sh:description "the more specific taxon" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ] ; - sh:targetClass biolink:OrganismTaxonToOrganismTaxonSpecialization . - -biolink:OrganismToOrganismAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 28 ; sh:path biolink:p_value ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 26 ; sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ] ; + sh:targetClass biolink:OrganismTaxonToOrganismTaxonSpecialization . + +biolink:OrganismToOrganismAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 25 ; sh:path biolink:subject_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], [ sh:class biolink:IndividualOrganism ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -24911,17 +24858,12 @@ biolink:OrganismToOrganismAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -24929,74 +24871,88 @@ biolink:OrganismToOrganismAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:class biolink:IndividualOrganism ; + sh:description "An association between two individual organisms." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:class biolink:IndividualOrganism ; - sh:description "An association between two individual organisms." ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], + sh:order 36 ; + sh:path dct:description ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -25004,16 +24960,10 @@ biolink:OrganismToOrganismAssociation a sh:NodeShape ; sh:order 23 ; sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; @@ -25031,136 +24981,142 @@ biolink:OrganismToOrganismAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ] ; - sh:targetClass biolink:OrganismToOrganismAssociation . - -biolink:OrganismalEntityAsAModelOfDiseaseAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 38 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 3 ; + sh:path biolink:negated ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "The relationship to the disease" ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ] ; + sh:targetClass biolink:OrganismToOrganismAssociation . + +biolink:OrganismalEntityAsAModelOfDiseaseAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], + [ sh:class biolink:OrganismalEntity ; + sh:description "A organismal entity (strain, breed) with a predisposition to a disease, or bred/created specifically to model a disease." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "The relationship to the disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -25169,34 +25125,10 @@ biolink:OrganismalEntityAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:order 31 ; sh:path biolink:id ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path biolink:qualified_predicate ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:frequency_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; @@ -25210,294 +25142,306 @@ biolink:OrganismalEntityAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:order 23 ; sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:Disease ; - sh:description "disease" ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path dct:description ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], + sh:order 32 ; + sh:path biolink:iri ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 45 ; + sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 35 ; sh:path rdfs:label ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 43 ; + sh:path biolink:qualified_predicate ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 41 ; sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:nodeKind sh:IRI ; + sh:order 44 ; + sh:path biolink:disease_context_qualifier ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 42 ; sh:path biolink:object_direction_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:class biolink:OrganismalEntity ; - sh:description "A organismal entity (strain, breed) with a predisposition to a disease, or bred/created specifically to model a disease." ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 40 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 25 ; sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:description "disease" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 44 ; - sh:path biolink:disease_context_qualifier ], + sh:order 2 ; + sh:path rdf:object ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; - sh:path biolink:publications ] ; + sh:path biolink:publications ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ] ; sh:targetClass biolink:OrganismalEntityAsAModelOfDiseaseAssociation . biolink:PairwiseGeneToGeneInteraction a sh:NodeShape ; sh:closed true ; sh:description "An interaction between two genes or two gene products. May be physical (e.g. protein binding) or genetic (between genes). May be symmetric (e.g. protein interaction) or directed (e.g. phosphorylation)" ; - sh:ignoredProperties ( biolink:interacting_molecules_category rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:ignoredProperties ( rdf:type biolink:interacting_molecules_category ) ; + sh:property [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 37 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "interaction relationship type" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 33 ; sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -25510,24 +25454,22 @@ biolink:PairwiseGeneToGeneInteraction a sh:NodeShape ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "interaction relationship type" ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 32 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -25536,179 +25478,231 @@ biolink:PairwiseGeneToGeneInteraction a sh:NodeShape ; sh:order 31 ; sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ] ; - sh:targetClass biolink:PairwiseGeneToGeneInteraction . - -biolink:PairwiseMolecularInteraction a sh:NodeShape ; - sh:closed true ; - sh:description "An interaction at the molecular level between two physical entities" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 36 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:adjusted_p_value ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; + sh:order 11 ; sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 11 ; + sh:order 10 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:OntologyClass ; + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 0 ; - sh:path biolink:interacting_molecules_category ], + sh:path rdf:subject ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path dct:description ], + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; + sh:order 17 ; sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ] ; + sh:targetClass biolink:PairwiseGeneToGeneInteraction . + +biolink:PairwiseMolecularInteraction a sh:NodeShape ; + sh:closed true ; + sh:description "An interaction at the molecular level between two physical entities" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:qualifier ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 38 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 17 ; sh:path biolink:original_object ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 37 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 35 ; sh:path rdf:type ], - [ sh:class biolink:MolecularEntity ; - sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path biolink:category ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:OntologyClass ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path rdf:subject ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 38 ; - sh:path biolink:has_attribute ], + sh:order 0 ; + sh:path biolink:interacting_molecules_category ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:iri ], + sh:order 25 ; + sh:path biolink:object_namespace ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category_closure ], + sh:order 18 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_namespace ], + sh:order 10 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "identifier for the interaction. This may come from an interaction database such as IMEX." ; + sh:description "interaction relationship type" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:id ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 2 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:order 29 ; + sh:path biolink:p_value ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path rdfs:label ], + sh:order 16 ; + sh:path biolink:original_predicate ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:qualifiers ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:negated ], + sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 21 ; sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_subject ], + sh:order 24 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:publications ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; @@ -25716,195 +25710,201 @@ biolink:PairwiseMolecularInteraction a sh:NodeShape ; sh:order 14 ; sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "identifier for the interaction. This may come from an interaction database such as IMEX." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 32 ; + sh:path biolink:id ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 30 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_evidence ], + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "interaction relationship type" ; + sh:order 36 ; + sh:path rdfs:label ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path rdf:predicate ], + sh:order 4 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 27 ; sh:path biolink:object_label_closure ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:p_value ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 33 ; + sh:path biolink:iri ], + [ sh:class biolink:MolecularEntity ; + sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:object_category ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], + sh:order 3 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_subject ], [ sh:class biolink:MolecularEntity ; - sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; + sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path rdf:object ] ; + sh:order 1 ; + sh:path rdf:subject ] ; sh:targetClass biolink:PairwiseMolecularInteraction . biolink:Patent a sh:NodeShape ; sh:closed true ; sh:description "a legal document granted by a patent issuing authority which confers upon the patenter the sole right to make, use and sell an invention for a set period of time." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; + sh:property [ sh:datatype xsd:string ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:format ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:id ], + sh:order 16 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 18 ; sh:path rdfs:label ], - [ sh:datatype xsd:anyURI ; - sh:description "mesh terms tagging a publication" ; + [ sh:datatype xsd:string ; + sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:mesh_terms ], + sh:order 1 ; + sh:path biolink:pages ], [ sh:datatype xsd:string ; - sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; - sh:minCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path dct:type ], + sh:order 13 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "executive summary of a publication" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:summary ], + sh:order 7 ; + sh:path biolink:license ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; + sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:order 6 ; + sh:path dct:type ], + [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:creation_date ], + sh:order 8 ; + sh:path biolink:rights ], [ sh:datatype xsd:string ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:format ], + sh:order 11 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:license ], + sh:order 19 ; + sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 17 ; sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "keywords tagging a publication" ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:keywords ], [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:rights ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:category ], + sh:order 12 ; + sh:path biolink:full_name ], [ sh:class biolink:Agent ; sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:authors ], - [ sh:datatype xsd:string ; - sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:pages ], + sh:order 5 ; + sh:path biolink:xref ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 21 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "executive summary of a publication" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:summary ], + [ sh:datatype xsd:anyURI ; + sh:description "mesh terms tagging a publication" ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:mesh_terms ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:creation_date ], + [ sh:datatype xsd:string ; + sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; @@ -25923,39 +25923,17 @@ biolink:PathologicalAnatomicalExposure a sh:NodeShape ; sh:closed true ; sh:description "An abnormal anatomical structure, when viewed as an exposure, representing an precondition, leading to or influencing an outcome, e.g. thrombosis leading to an ischemic disease outcome." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdfs:label ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], - [ sh:class biolink:Attribute ; + sh:property [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_qualitative_value ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:xref ], + sh:order 9 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -25964,39 +25942,39 @@ biolink:PathologicalAnatomicalExposure a sh:NodeShape ; sh:order 6 ; sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:timepoint ], + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], + sh:order 1 ; + sh:path rdfs:label ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_qualitative_value ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:deprecated ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], + sh:order 8 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; @@ -26009,6 +25987,28 @@ biolink:PathologicalAnatomicalExposure a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:has_attribute_type ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path rdf:type ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; @@ -26026,84 +26026,84 @@ biolink:PathologicalAnatomicalStructure a sh:NodeShape ; sh:closed true ; sh:description "An anatomical structure with the potential of have an abnormal or deleterious effect at the subcellular, cellular, multicellular, or organismal level." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OrganismTaxon ; + sh:property [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path dct:description ], + [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], + sh:order 5 ; + sh:path biolink:synonym ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:category ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], + sh:order 7 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ] ; + sh:order 6 ; + sh:path biolink:id ] ; sh:targetClass biolink:PathologicalAnatomicalStructure . biolink:PathologicalEntityMixin a sh:NodeShape ; @@ -26117,39 +26117,76 @@ biolink:PathologicalProcess a sh:NodeShape ; sh:description "A biologic function or a process having an abnormal or deleterious effect at the subcellular, cellular, multicellular, or organismal level." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], + sh:order 11 ; + sh:path biolink:category ], + [ sh:class biolink:PhysicalEntity ; + sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:enabled_by ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:synonym ], [ sh:class biolink:NamedThing ; - sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; + sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_input ], + sh:order 2 ; + sh:path biolink:has_output ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path rdfs:label ], + sh:order 6 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path dct:description ], + sh:order 5 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 16 ; sh:path biolink:deprecated ], + [ sh:class biolink:NamedThing ; + sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_input ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -26157,58 +26194,21 @@ biolink:PathologicalProcess a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path rdf:type ], - [ sh:class biolink:PhysicalEntity ; - sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:enabled_by ], - [ sh:class biolink:NamedThing ; - sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_output ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:in_taxon_label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:in_taxon ], + sh:order 7 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; - sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:category ] ; + sh:path biolink:iri ] ; sh:targetClass biolink:PathologicalProcess . biolink:PathologicalProcessExposure a sh:NodeShape ; @@ -26220,63 +26220,74 @@ biolink:PathologicalProcessExposure a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; + sh:order 12 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_attribute_type ], + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:category ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:full_name ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], + sh:order 1 ; + sh:path rdfs:label ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_attribute_type ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:timepoint ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], + sh:order 5 ; + sh:path biolink:iri ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; @@ -26284,28 +26295,17 @@ biolink:PathologicalProcessExposure a sh:NodeShape ; sh:order 4 ; sh:path biolink:has_qualitative_value ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdfs:label ] ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ] ; sh:targetClass biolink:PathologicalProcessExposure . biolink:PathologicalProcessOutcome a sh:NodeShape ; @@ -26319,34 +26319,15 @@ biolink:Phenomenon a sh:NodeShape ; sh:description "a fact or situation that is observed to exist or happen, especially one whose cause or explanation is in question" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:synonym ], + sh:order 7 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -26354,20 +26335,10 @@ biolink:Phenomenon a sh:NodeShape ; sh:order 2 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:type ], + sh:order 3 ; + sh:path biolink:synonym ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; @@ -26379,338 +26350,359 @@ biolink:Phenomenon a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:deprecated ] ; - sh:targetClass biolink:Phenomenon . - -biolink:PhenotypicFeatureToDiseaseAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 4 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path dct:description ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 50 ; - sh:path biolink:disease_context_qualifier ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; sh:order 0 ; - sh:path biolink:sex_qualifier ], + sh:path biolink:provided_by ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; + sh:order 11 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 38 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 10 ; + sh:path biolink:has_attribute ] ; + sh:targetClass biolink:Phenomenon . + +biolink:PhenotypicFeatureToDiseaseAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path rdf:predicate ], - [ sh:class biolink:Disease ; - sh:description "disease" ; + sh:order 10 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path rdf:object ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_supporting_studies ], + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 24 ; sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 47 ; - sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], + sh:order 29 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:iri ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], + sh:order 37 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:class biolink:PhenotypicFeature ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:order 48 ; + sh:path biolink:qualified_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path rdf:subject ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 45 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:order 22 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:order 16 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 40 ; + sh:path biolink:has_count ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:original_object ], + sh:order 30 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path biolink:category ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 49 ; - sh:path biolink:frequency_qualifier ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:order 20 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path biolink:has_count ], + sh:order 32 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 36 ; sh:path rdfs:label ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 35 ; sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 27 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path biolink:original_object ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 49 ; + sh:path biolink:frequency_qualifier ], + [ sh:class biolink:Disease ; + sh:description "disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 44 ; sh:path biolink:subject_aspect_qualifier ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path biolink:deprecated ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path biolink:has_total ], + sh:order 25 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 33 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 38 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:double ; + sh:order 46 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 42 ; - sh:path biolink:has_quotient ], + sh:order 41 ; + sh:path biolink:has_total ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 48 ; - sh:path biolink:qualified_predicate ], + sh:order 2 ; + sh:path rdf:predicate ], [ sh:datatype xsd:double ; sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 43 ; sh:path biolink:has_percentage ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 45 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 21 ; sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_subject ], + sh:order 42 ; + sh:path biolink:has_quotient ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:publications ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 47 ; + sh:path biolink:object_direction_qualifier ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:sex_qualifier ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 19 ; sh:path biolink:object_category ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:timepoint ], + sh:order 9 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:PhenotypicFeature ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], + sh:order 50 ; + sh:path biolink:disease_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:id ] ; + sh:order 5 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:subject_label_closure ] ; sh:targetClass biolink:PhenotypicFeatureToDiseaseAssociation . biolink:PhenotypicFeatureToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:order 5 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:order 6 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:has_count ], + sh:order 3 ; + sh:path biolink:has_quotient ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -26718,12 +26710,12 @@ biolink:PhenotypicFeatureToEntityAssociationMixin a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path rdf:object ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:sex_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:has_total ], [ sh:class biolink:PhenotypicFeature ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -26731,151 +26723,164 @@ biolink:PhenotypicFeatureToEntityAssociationMixin a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 11 ; sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path rdf:predicate ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:sex_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:object_aspect_qualifier ], [ sh:datatype ; sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:frequency_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:subject_direction_qualifier ], + sh:order 8 ; + sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:qualified_predicate ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:has_percentage ], [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:has_total ], + sh:order 1 ; + sh:path biolink:has_count ], [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:has_quotient ] ; + sh:order 4 ; + sh:path biolink:has_percentage ] ; sh:targetClass biolink:PhenotypicFeatureToEntityAssociationMixin . biolink:PhenotypicFeatureToPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:description "Association between two concept nodes of phenotypic character, qualified by the predicate used. This association may typically be used to specify 'similar_to' or 'member_of' relationships." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path rdf:type ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; - sh:order 51 ; - sh:path biolink:object_direction_qualifier ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:sex_qualifier ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:anatomical_context_qualifier ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:publications ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; + sh:order 33 ; + sh:path biolink:p_value ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 47 ; - sh:path biolink:has_percentage ], + sh:order 2 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 52 ; - sh:path biolink:qualified_predicate ], + sh:order 24 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 42 ; + sh:path biolink:has_attribute ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 49 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:object_namespace ], + sh:order 48 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:has_total ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 44 ; + sh:path biolink:has_count ], + [ sh:class biolink:PhenotypicFeature ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:order 3 ; + sh:path rdf:object ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 47 ; + sh:path biolink:has_percentage ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_supporting_studies ], + sh:order 4 ; + sh:path biolink:disease_context_qualifier ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 22 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:id ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:order 20 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 44 ; - sh:path biolink:has_count ], + sh:order 52 ; + sh:path biolink:qualified_predicate ], [ sh:class biolink:PhenotypicFeature ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -26883,23 +26888,24 @@ biolink:PhenotypicFeatureToPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path rdf:subject ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 8 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:category ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:order 29 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:sex_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; @@ -26907,186 +26913,180 @@ biolink:PhenotypicFeatureToPhenotypicFeatureAssociation a sh:NodeShape ; sh:order 40 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:order 36 ; + sh:path biolink:id ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:qualifier ], + sh:order 53 ; + sh:path biolink:frequency_qualifier ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 17 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:double ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:has_quotient ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:order 50 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 48 ; - sh:path biolink:subject_aspect_qualifier ], + sh:order 45 ; + sh:path biolink:has_total ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 41 ; sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + [ sh:datatype xsd:string ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:object_specialization_qualifier ], + sh:order 7 ; + sh:path biolink:anatomical_context_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 26 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; + sh:order 19 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:timepoint ], - [ sh:class biolink:PhenotypicFeature ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 38 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path rdf:object ], + sh:order 12 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 50 ; - sh:path biolink:object_aspect_qualifier ], + sh:order 37 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 21 ; + sh:path biolink:original_object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 23 ; sh:path biolink:object_category ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 53 ; - sh:path biolink:frequency_qualifier ], + sh:order 30 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:order 35 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:subject_specialization_qualifier ], + sh:order 46 ; + sh:path biolink:has_quotient ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path rdf:type ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:order 9 ; + sh:path biolink:qualifier ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 49 ; - sh:path biolink:subject_direction_qualifier ], + sh:order 51 ; + sh:path biolink:object_direction_qualifier ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:subject_specialization_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 25 ; sh:path biolink:object_closure ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; - sh:maxCount 1 ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:disease_context_qualifier ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 10 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:negated ], + sh:order 6 ; + sh:path biolink:object_specialization_qualifier ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 43 ; sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 42 ; - sh:path biolink:has_attribute ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:subject_label_closure ] ; + sh:order 34 ; + sh:path biolink:adjusted_p_value ] ; sh:targetClass biolink:PhenotypicFeatureToPhenotypicFeatureAssociation . biolink:PhenotypicQuality a sh:NodeShape ; @@ -27098,17 +27098,6 @@ biolink:PhenotypicQuality a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; @@ -27116,51 +27105,51 @@ biolink:PhenotypicQuality a sh:NodeShape ; sh:order 3 ; sh:path biolink:has_qualitative_value ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:id ], + sh:order 0 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_attribute_type ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ], + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:xref ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 2 ; sh:path biolink:has_quantitative_value ], - [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_attribute_type ], + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -27173,6 +27162,17 @@ biolink:PhenotypicQuality a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:id ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -27185,44 +27185,44 @@ biolink:PhenotypicSex a sh:NodeShape ; sh:description "An attribute corresponding to the phenotypic sex of the individual, based upon the reproductive organs present." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], + sh:order 0 ; + sh:path rdfs:label ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:iri ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:iri ], + sh:order 1 ; + sh:path biolink:has_attribute_type ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], + sh:order 11 ; + sh:path rdf:type ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -27234,17 +27234,6 @@ biolink:PhenotypicSex a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:full_name ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -27252,23 +27241,34 @@ biolink:PhenotypicSex a sh:NodeShape ; sh:order 14 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path rdfs:label ], - [ sh:class biolink:QuantityValue ; + sh:order 5 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_attribute_type ] ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ] ; sh:targetClass biolink:PhenotypicSex . biolink:PhysicalEssence a sh:NodeShape ; @@ -27286,24 +27286,7 @@ biolink:PhysicalEssenceOrOccurrent a sh:NodeShape ; biolink:PhysiologicalProcess a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:PhysicalEntity ; - sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:enabled_by ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path rdfs:label ], - [ sh:class biolink:NamedThing ; + sh:property [ sh:class biolink:NamedThing ; sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; sh:nodeKind sh:IRI ; sh:order 1 ; @@ -27314,39 +27297,6 @@ biolink:PhysiologicalProcess a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path biolink:category ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -27354,10 +27304,11 @@ biolink:PhysiologicalProcess a sh:NodeShape ; sh:order 8 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], + sh:order 10 ; + sh:path biolink:iri ], [ sh:class biolink:NamedThing ; sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; sh:nodeKind sh:IRI ; @@ -27374,18 +27325,72 @@ biolink:PhysiologicalProcess a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 15 ; sh:path biolink:has_attribute ], + [ sh:class biolink:PhysicalEntity ; + sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:enabled_by ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:deprecated ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 4 ; - sh:path biolink:in_taxon ] ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:PhysiologicalProcess . biolink:PlanetaryEntity a sh:NodeShape ; sh:closed true ; sh:description "Any entity or process that exists at the level of the whole planet" ; - sh:ignoredProperties ( biolink:longitude biolink:latitude biolink:timepoint rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; + sh:ignoredProperties ( biolink:longitude rdf:type biolink:timepoint biolink:latitude ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; @@ -27396,23 +27401,35 @@ biolink:PlanetaryEntity a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ], + sh:order 11 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path dct:description ], + sh:order 1 ; + sh:path biolink:xref ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -27420,17 +27437,9 @@ biolink:PlanetaryEntity a sh:NodeShape ; sh:order 2 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], + sh:order 7 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; @@ -27438,45 +27447,38 @@ biolink:PlanetaryEntity a sh:NodeShape ; sh:order 5 ; sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:type ] ; + sh:order 9 ; + sh:path dct:description ] ; sh:targetClass biolink:PlanetaryEntity . biolink:Plant a sh:NodeShape ; sh:closed true ; sh:description "" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 3 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -27484,41 +27486,16 @@ biolink:Plant a sh:NodeShape ; sh:order 8 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; @@ -27526,46 +27503,17 @@ biolink:Plant a sh:NodeShape ; sh:order 1 ; sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ] ; - sh:targetClass biolink:Plant . - -biolink:Polypeptide a sh:NodeShape ; - sh:closed true ; - sh:description "A polypeptide is a molecular entity characterized by availability in protein databases of amino-acid-based sequence representations of its precise primary structure; for convenience of representation, partial sequences of various kinds are included, even if they do not represent a physical molecule." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -27573,233 +27521,299 @@ biolink:Polypeptide a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path rdf:type ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:synonym ] ; + sh:targetClass biolink:Plant . + +biolink:Polypeptide a sh:NodeShape ; + sh:closed true ; + sh:description "A polypeptide is a molecular entity characterized by availability in protein databases of amino-acid-based sequence representations of its precise primary structure; for convenience of representation, partial sequences of various kinds are included, even if they do not represent a physical molecule." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:synonym ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; - sh:path biolink:deprecated ] ; - sh:targetClass biolink:Polypeptide . - -biolink:PopulationToPopulationAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "An association between a two populations" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:path biolink:deprecated ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 11 ; + sh:path dct:description ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path rdf:type ] ; + sh:targetClass biolink:Polypeptide . + +biolink:PopulationToPopulationAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "An association between a two populations" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 24 ; sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:class biolink:PopulationOfIndividualOrganisms ; - sh:description "the population that form the subject of the association" ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 31 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 26 ; sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "A relationship type that holds between the subject and object populations. Standard mereological relations can be used. E.g. subject part-of object, subject overlaps object. Derivation relationships can also be used" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 38 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:PopulationOfIndividualOrganisms ; + sh:description "the population that form the subject of the association" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path rdf:type ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:original_object ], [ sh:class biolink:PopulationOfIndividualOrganisms ; sh:description "the population that form the object of the association" ; sh:maxCount 1 ; @@ -27808,42 +27822,28 @@ biolink:PopulationToPopulationAssociation a sh:NodeShape ; sh:order 2 ; sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "A relationship type that holds between the subject and object populations. Standard mereological relations can be used. E.g. subject part-of object, subject overlaps object. Derivation relationships can also be used" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 32 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; @@ -27855,25 +27855,26 @@ biolink:PosttranslationalModification a sh:NodeShape ; sh:closed true ; sh:description "A chemical modification of a polypeptide or protein that occurs after translation. e.g. polypeptide cleavage to form separate proteins, methylation or acetylation of histone tail amino acids, protein ubiquitination." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path rdfs:label ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 9 ; + sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; @@ -27886,22 +27887,28 @@ biolink:PosttranslationalModification a sh:NodeShape ; sh:order 5 ; sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -27915,66 +27922,34 @@ biolink:PosttranslationalModification a sh:NodeShape ; sh:order 4 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], + sh:order 11 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ] ; + sh:order 7 ; + sh:path biolink:iri ] ; sh:targetClass biolink:PosttranslationalModification . biolink:PreprintPublication a sh:NodeShape ; sh:closed true ; sh:description "a document reresenting an early version of an author's original scholarly work, such as a research paper or a review, prior to formal peer review and publication in a peer-reviewed scholarly or scientific journal." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:creation_date ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:license ], - [ sh:class biolink:Agent ; - sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:authors ], - [ sh:datatype xsd:anyURI ; - sh:description "mesh terms tagging a publication" ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:mesh_terms ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path rdf:type ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path biolink:format ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:rights ], + sh:order 21 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "executive summary of a publication" ; sh:maxCount 1 ; @@ -27988,65 +27963,81 @@ biolink:PreprintPublication a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:pages ], - [ sh:datatype xsd:string ; - sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:category ], + [ sh:datatype xsd:anyURI ; + sh:description "mesh terms tagging a publication" ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path dct:description ], + sh:order 4 ; + sh:path biolink:mesh_terms ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:xref ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:creation_date ], + [ sh:datatype xsd:string ; + sh:description "keywords tagging a publication" ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:keywords ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 20 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:iri ], + sh:order 18 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:format ], + sh:order 8 ; + sh:path biolink:rights ], [ sh:datatype xsd:string ; - sh:description "keywords tagging a publication" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:keywords ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 11 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:deprecated ], + sh:order 7 ; + sh:path biolink:license ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; sh:minCount 1 ; @@ -28058,356 +28049,365 @@ biolink:PreprintPublication a sh:NodeShape ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 12 ; - sh:path biolink:full_name ] ; + sh:path biolink:full_name ], + [ sh:class biolink:Agent ; + sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:authors ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path rdf:type ] ; sh:targetClass biolink:PreprintPublication . biolink:ProcessRegulatesProcessAssociation a sh:NodeShape ; sh:closed true ; sh:description "Describes a regulatory relationship between two genes or gene products." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:class biolink:BiologicalProcess ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 36 ; sh:path dct:description ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:order 35 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:class biolink:BiologicalProcess ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 28 ; + sh:path biolink:p_value ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:BiologicalProcess ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 33 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:qualifier ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:negated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; - sh:path biolink:original_subject ] ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ] ; sh:targetClass biolink:ProcessRegulatesProcessAssociation . biolink:ProcessedMaterial a sh:NodeShape ; sh:closed true ; sh:description "A chemical entity (often a mixture) processed for consumption for nutritional, medical or technical use. Is a material entity that is created or changed during material processing." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:trade_name ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:property [ sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; + sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 1 ; + sh:path biolink:highest_FDA_approval_status ], + [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; + sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:provided_by ], + sh:order 2 ; + sh:path biolink:drug_regulatory_status_world_wide ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:is_toxic ], [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path rdf:type ], - [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; - sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; - sh:order 3 ; - sh:path biolink:routes_of_delivery ], + sh:order 18 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:iri ], - [ sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; - sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:highest_FDA_approval_status ], [ sh:datatype xsd:string ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:is_supplement ], + sh:order 4 ; + sh:path biolink:trade_name ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:xref ], - [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; - sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; + [ sh:datatype xsd:string ; + sh:description "" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:drug_regulatory_status_world_wide ], + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:is_supplement ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path rdfs:label ], [ sh:class biolink:ChemicalRole ; sh:description "A role is particular behaviour which a chemical entity may exhibit." ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path biolink:has_chemical_role ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:synonym ], + sh:order 16 ; + sh:path rdf:type ], [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 5 ; sh:path biolink:available_from ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:full_name ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 19 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:max_tolerated_dose ], + sh:order 13 ; + sh:path biolink:id ], + [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; + sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; + sh:order 3 ; + sh:path biolink:routes_of_delivery ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path rdfs:label ], + sh:order 9 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:full_name ] ; + sh:order 6 ; + sh:path biolink:max_tolerated_dose ], + [ sh:datatype xsd:boolean ; + sh:description "" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:is_toxic ] ; sh:targetClass biolink:ProcessedMaterial . biolink:Protein a sh:NodeShape ; @@ -28415,38 +28415,38 @@ biolink:Protein a sh:NodeShape ; sh:description "A gene product that is composed of a chain of amino acid sequences and is produced by ribosome-mediated translation of mRNA" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:in_taxon ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:order 9 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 11 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ], + sh:order 8 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -28454,23 +28454,33 @@ biolink:Protein a sh:NodeShape ; sh:order 5 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 0 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path rdfs:label ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], + sh:order 6 ; + sh:path biolink:id ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -28478,54 +28488,56 @@ biolink:Protein a sh:NodeShape ; sh:order 13 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ] ; + sh:order 4 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:Protein . biolink:ProteinDomain a sh:NodeShape ; sh:closed true ; sh:description "A conserved part of protein sequence and (tertiary) structure that can evolve, function, and exist independently of the rest of the protein chain. Protein domains maintain their structure and function independently of the proteins in which they are found. e.g. an SH3 domain." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; + sh:property [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:id ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:deprecated ], - [ sh:class biolink:Gene ; - sh:description "connects an entity with one or more gene or gene products" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_gene_or_gene_product ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path rdfs:label ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:xref ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:iri ], + sh:order 3 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -28533,105 +28545,81 @@ biolink:ProteinDomain a sh:NodeShape ; sh:order 5 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:id ], + sh:order 6 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:provided_by ], + sh:order 8 ; + sh:path biolink:iri ], [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:category ], + sh:order 4 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:in_taxon_label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:in_taxon ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:synonym ] ; + sh:order 12 ; + sh:path dct:description ], + [ sh:class biolink:Gene ; + sh:description "connects an entity with one or more gene or gene products" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_gene_or_gene_product ] ; sh:targetClass biolink:ProteinDomain . biolink:ProteinFamily a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:full_name ], + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:iri ], + sh:order 11 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:in_taxon_label ], + sh:order 6 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:provided_by ], + [ sh:class biolink:Gene ; + sh:description "connects an entity with one or more gene or gene products" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_gene_or_gene_product ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdfs:label ], + sh:order 7 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -28643,32 +28631,44 @@ biolink:ProteinFamily a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:in_taxon ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:full_name ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdf:type ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdf:type ], - [ sh:class biolink:Gene ; - sh:description "connects an entity with one or more gene or gene products" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_gene_or_gene_product ] ; + sh:order 8 ; + sh:path biolink:iri ] ; sh:targetClass biolink:ProteinFamily . biolink:ProteinIsoform a sh:NodeShape ; @@ -28676,22 +28676,28 @@ biolink:ProteinIsoform a sh:NodeShape ; sh:description "Represents a protein that is a specific isoform of the canonical or reference protein. See https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4114032/" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 6 ; + sh:path biolink:id ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -28699,24 +28705,60 @@ biolink:ProteinIsoform a sh:NodeShape ; sh:order 11 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 3 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:xref ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ] ; + sh:targetClass biolink:ProteinIsoform . + +biolink:RNAProduct a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 4 ; @@ -28725,45 +28767,17 @@ biolink:ProteinIsoform a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path rdf:type ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:full_name ] ; - sh:targetClass biolink:ProteinIsoform . - -biolink:RNAProduct a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; @@ -28771,37 +28785,22 @@ biolink:RNAProduct a sh:NodeShape ; sh:order 3 ; sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:xref ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 11 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -28809,54 +28808,46 @@ biolink:RNAProduct a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:id ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:in_taxon ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 5 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 0 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; + sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; - sh:path biolink:category ] ; + sh:path biolink:category ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:in_taxon ] ; sh:targetClass biolink:RNAProduct . biolink:RNAProductIsoform a sh:NodeShape ; sh:closed true ; sh:description "Represents a protein that is a specific isoform of the canonical or reference RNA" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -28869,17 +28860,14 @@ biolink:RNAProductIsoform a sh:NodeShape ; sh:order 2 ; sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 9 ; + sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; @@ -28887,16 +28875,16 @@ biolink:RNAProductIsoform a sh:NodeShape ; sh:order 3 ; sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], + sh:order 1 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -28904,11 +28892,16 @@ biolink:RNAProductIsoform a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; @@ -28916,202 +28909,231 @@ biolink:RNAProductIsoform a sh:NodeShape ; sh:order 10 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:synonym ] ; + sh:order 11 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:RNAProductIsoform . biolink:ReactionToCatalystAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 40 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:p_value ], + [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 39 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path rdfs:label ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:adjusted_p_value ], + [ sh:datatype xsd:integer ; + sh:description "the relationship between the relative quantities of substances taking part in a reaction or forming a compound, typically a ratio of whole integers." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:stoichiometry ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:subject_label_closure ], + [ sh:description "the direction of a reaction as constrained by the direction enum (ie: left_to_right, neutral, etc.)" ; + sh:in ( "left_to_right" "right_to_left" "bidirectional" "neutral" ) ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:reaction_direction ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 20 ; sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 41 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path rdf:type ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 36 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the chemical element that is the target of the statement" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 5 ; - sh:path rdf:object ], + sh:order 26 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:original_subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 27 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:MolecularEntity ; + sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:object_category ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path rdfs:label ], + sh:order 3 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 19 ; sh:path biolink:original_object ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:object_closure ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:object_label_closure ], - [ sh:description "the side of a reaction being modeled (ie: left or right)" ; - sh:in ( "left" "right" ) ; + sh:order 6 ; + sh:path biolink:negated ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:reaction_side ], + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path biolink:id ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 15 ; sh:path biolink:agent_type ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_evidence ], + sh:order 33 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:id ], - [ sh:description "the direction of a reaction as constrained by the direction enum (ie: left_to_right, neutral, etc.)" ; - sh:in ( "left_to_right" "right_to_left" "bidirectional" "neutral" ) ; + sh:order 23 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:reaction_direction ], + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:subject_category_closure ], + sh:order 11 ; + sh:path biolink:knowledge_source ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:qualifiers ], + sh:order 25 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path biolink:iri ], - [ sh:class biolink:MolecularEntity ; - sh:description "the chemical entity or entity that is an interactor" ; + sh:order 29 ; + sh:path biolink:object_label_closure ], + [ sh:description "the side of a reaction being modeled (ie: left or right)" ; + sh:in ( "left" "right" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path rdf:subject ], + sh:order 2 ; + sh:path biolink:reaction_side ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:integer ; - sh:description "the relationship between the relative quantities of substances taking part in a reaction or forming a compound, typically a ratio of whole integers." ; + sh:order 37 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:stoichiometry ], + sh:order 7 ; + sh:path biolink:qualifier ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -29119,18 +29141,79 @@ biolink:ReactionToCatalystAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path rdf:predicate ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "the chemical element that is the target of the statement" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 5 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 22 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 14 ; + sh:path biolink:knowledge_level ] ; + sh:targetClass biolink:ReactionToCatalystAssociation . + +biolink:ReactionToParticipantAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 37 ; + sh:path rdf:type ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path biolink:iri ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 16 ; sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:ChemicalEntity ; + sh:description "the chemical element that is the target of the statement" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path rdf:object ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -29142,105 +29225,47 @@ biolink:ReactionToCatalystAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 40 ; sh:path biolink:has_attribute ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 33 ; - sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:negated ], + sh:order 11 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:order 34 ; + sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:primary_knowledge_source ] ; - sh:targetClass biolink:ReactionToCatalystAssociation . - -biolink:ReactionToParticipantAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:float ; + sh:order 18 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:ChemicalEntity ; - sh:description "the chemical element that is the target of the statement" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path rdf:object ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 33 ; - sh:path biolink:has_supporting_studies ], - [ sh:description "the direction of a reaction as constrained by the direction enum (ie: left_to_right, neutral, etc.)" ; - sh:in ( "left_to_right" "right_to_left" "bidirectional" "neutral" ) ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:reaction_direction ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:order 17 ; + sh:path biolink:original_subject ], + [ sh:description "the side of a reaction being modeled (ie: left or right)" ; + sh:in ( "left" "right" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path rdfs:label ], + sh:order 2 ; + sh:path biolink:reaction_side ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 25 ; sh:path biolink:object_category_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:subject_label_closure ], - [ sh:description "the side of a reaction being modeled (ie: left or right)" ; - sh:in ( "left" "right" ) ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:reaction_side ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -29248,30 +29273,12 @@ biolink:ReactionToParticipantAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:object_category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 40 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:original_object ], - [ sh:class biolink:MolecularEntity ; - sh:description "the chemical entity or entity that is an interactor" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path rdf:subject ], + sh:order 26 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -29279,135 +29286,128 @@ biolink:ReactionToParticipantAssociation a sh:NodeShape ; sh:order 41 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:subject_namespace ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 19 ; + sh:path biolink:original_object ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:knowledge_level ], + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:category ], + sh:order 38 ; + sh:path rdfs:label ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:qualifiers ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:publications ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:integer ; - sh:description "the relationship between the relative quantities of substances taking part in a reaction or forming a compound, typically a ratio of whole integers." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:stoichiometry ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:object_label_closure ], + sh:order 28 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 23 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:integer ; + sh:description "the relationship between the relative quantities of substances taking part in a reaction or forming a compound, typically a ratio of whole integers." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:stoichiometry ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 22 ; + sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 20 ; sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "the direction of a reaction as constrained by the direction enum (ie: left_to_right, neutral, etc.)" ; + sh:in ( "left_to_right" "right_to_left" "bidirectional" "neutral" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path biolink:iri ], + sh:order 1 ; + sh:path biolink:reaction_direction ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 29 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 33 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 36 ; + sh:path biolink:category ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 14 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:MolecularEntity ; + sh:description "the chemical entity or entity that is an interactor" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 3 ; + sh:path rdf:subject ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:id ], + sh:order 15 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 32 ; sh:path biolink:adjusted_p_value ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:original_predicate ], + sh:order 12 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path biolink:subject_closure ] ; + sh:order 39 ; + sh:path dct:description ] ; sh:targetClass biolink:ReactionToParticipantAssociation . biolink:ReagentTargetedGene a sh:NodeShape ; @@ -29415,39 +29415,23 @@ biolink:ReagentTargetedGene a sh:NodeShape ; sh:description "A gene altered in its expression level in the context of some experiment as a result of being targeted by gene-knockdown reagent(s) such as a morpholino or RNAi." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:has_biological_sequence ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -29456,48 +29440,64 @@ biolink:ReagentTargetedGene a sh:NodeShape ; sh:order 1 ; sh:path biolink:id ], [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdf:type ], + sh:order 4 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], + sh:order 12 ; + sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], + sh:order 9 ; + sh:path biolink:category ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:in_taxon ], [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], + sh:order 5 ; + sh:path biolink:xref ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; - sh:path biolink:deprecated ] ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdf:type ] ; sh:targetClass biolink:ReagentTargetedGene . biolink:RegulatoryRegion a sh:NodeShape ; @@ -29509,24 +29509,28 @@ biolink:RegulatoryRegion a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ], + sh:order 11 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], + sh:order 3 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:iri ], + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -29534,65 +29538,61 @@ biolink:RegulatoryRegion a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:synonym ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path dct:description ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdf:type ], + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "connects a genomic feature to its sequence" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:has_biological_sequence ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:category ], + sh:order 8 ; + sh:path biolink:iri ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], + sh:order 0 ; + sh:path biolink:has_biological_sequence ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdfs:label ] ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:category ] ; sh:targetClass biolink:RegulatoryRegion . biolink:RelationshipQuantifier a sh:NodeShape ; sh:closed false ; - sh:ignoredProperties ( biolink:has_count biolink:has_quotient rdf:type biolink:has_percentage biolink:has_total ) ; + sh:ignoredProperties ( biolink:has_percentage biolink:has_count biolink:has_total biolink:has_quotient rdf:type ) ; sh:targetClass biolink:RelationshipQuantifier . biolink:RelationshipType a sh:NodeShape ; @@ -29612,60 +29612,53 @@ biolink:RelativeFrequencyAnalysisResult a sh:NodeShape ; sh:closed true ; sh:description "A result of a relative frequency analysis." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:property [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:creation_date ], + sh:order 12 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], + sh:order 6 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:rights ], + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdfs:label ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:format ], + sh:order 8 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path biolink:iri ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:license ], + sh:order 3 ; + sh:path biolink:creation_date ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -29677,29 +29670,36 @@ biolink:RelativeFrequencyAnalysisResult a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:rights ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:category ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], + sh:order 11 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:id ], + sh:order 2 ; + sh:path biolink:format ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:iri ] ; + sh:order 0 ; + sh:path biolink:license ] ; sh:targetClass biolink:RelativeFrequencyAnalysisResult . biolink:SensitivityQuantifier a sh:NodeShape ; @@ -29710,104 +29710,122 @@ biolink:SensitivityQuantifier a sh:NodeShape ; biolink:SequenceAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between a sequence feature and a nucleic acid entity it is localized to." ; - sh:ignoredProperties ( biolink:genome_build biolink:start_interbase_coordinate biolink:phase rdf:type biolink:strand biolink:end_interbase_coordinate ) ; + sh:ignoredProperties ( biolink:end_interbase_coordinate biolink:genome_build biolink:start_interbase_coordinate rdf:type biolink:phase biolink:strand ) ; sh:property [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 25 ; sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:class biolink:NamedThing ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 36 ; sh:path dct:description ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -29816,146 +29834,124 @@ biolink:SequenceAssociation a sh:NodeShape ; sh:order 31 ; sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 33 ; + sh:path biolink:category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 35 ; sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ] ; + sh:order 20 ; + sh:path biolink:object_closure ] ; sh:targetClass biolink:SequenceAssociation . biolink:SequenceFeatureRelationship a sh:NodeShape ; sh:closed true ; sh:description "For example, a particular exon is part of a particular transcript or gene" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:class biolink:NucleicAcidEntity ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -29963,126 +29959,125 @@ biolink:SequenceFeatureRelationship a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path rdf:type ], + [ sh:class biolink:NucleicAcidEntity ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 35 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:order 32 ; + sh:path biolink:iri ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:negated ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -30090,132 +30085,119 @@ biolink:SequenceFeatureRelationship a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:NucleicAcidEntity ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], + sh:order 36 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ] ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:SequenceFeatureRelationship . biolink:SequenceVariantModulatesTreatmentAssociation a sh:NodeShape ; sh:closed false ; sh:description "An association between a sequence variant and a treatment or health intervention. The treatment object itself encompasses both the disease and the drug used." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:Treatment ; - sh:description "treatment whose efficacy is modulated by the subject variant" ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; @@ -30223,158 +30205,176 @@ biolink:SequenceVariantModulatesTreatmentAssociation a sh:NodeShape ; sh:order 29 ; sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:SequenceVariant ; - sh:description "variant that modulates the treatment of some disease" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:timepoint ], + [ sh:class biolink:SequenceVariant ; + sh:description "variant that modulates the treatment of some disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 36 ; + sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path rdf:type ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], + sh:order 3 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 32 ; + sh:path biolink:iri ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + [ sh:class biolink:Treatment ; + sh:description "treatment whose efficacy is modulated by the subject variant" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 33 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -30382,144 +30382,150 @@ biolink:SequenceVariantModulatesTreatmentAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 20 ; - sh:path biolink:object_closure ] ; + sh:path biolink:object_closure ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ] ; sh:targetClass biolink:SequenceVariantModulatesTreatmentAssociation . biolink:Serial a sh:NodeShape ; sh:closed true ; sh:description "This class may rarely be instantiated except if use cases of a given knowledge graph support its utility." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:rights ], + sh:order 13 ; + sh:path biolink:creation_date ], + [ sh:datatype xsd:string ; + sh:description "executive summary of a publication" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:summary ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:category ], + [ sh:datatype xsd:anyURI ; + sh:description "mesh terms tagging a publication" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:mesh_terms ], [ sh:class biolink:Agent ; sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:authors ], [ sh:datatype xsd:string ; - sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:volume ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:deprecated ], + sh:order 11 ; + sh:path biolink:rights ], [ sh:datatype xsd:string ; - sh:description "Standard abbreviation for periodicals in the International Organization for Standardization (ISO) 4 system See https://www.issn.org/services/online-services/access-to-the-ltwa/. If the 'published in' property is set, then the iso abbreviation pertains to the broader publication context (the journal) within which the given publication node is embedded, not the publication itself." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:iso_abbreviation ], - [ sh:datatype xsd:anyURI ; - sh:description "mesh terms tagging a publication" ; + sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:mesh_terms ], + sh:order 4 ; + sh:path biolink:pages ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 16 ; sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "Serials (journals) should have industry-standard identifier such as from ISSN." ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Should generally be set to an ontology class defined term for 'serial' or 'journal'." ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:id ], + sh:order 20 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "executive summary of a publication" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:summary ], + sh:order 15 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 22 ; - sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:volume ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:xref ], + sh:order 10 ; + sh:path biolink:license ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 23 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:category ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:order 22 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Standard abbreviation for periodicals in the International Organization for Standardization (ISO) 4 system See https://www.issn.org/services/online-services/access-to-the-ltwa/. If the 'published in' property is set, then the iso abbreviation pertains to the broader publication context (the journal) within which the given publication node is embedded, not the publication itself." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:creation_date ], + sh:order 0 ; + sh:path biolink:iso_abbreviation ], [ sh:datatype xsd:string ; - sh:description "Should generally be set to an ontology class defined term for 'serial' or 'journal'." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path rdf:type ], + sh:order 18 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; + sh:description "Serials (journals) should have industry-standard identifier such as from ISSN." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:license ], + sh:order 17 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path biolink:format ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "keywords tagging a publication" ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:keywords ], + [ sh:datatype xsd:string ; + sh:description "issue of a newspaper, a scientific journal or magazine for reference purpose" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:issue ], [ sh:datatype xsd:string ; sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 21 ; sh:path rdfs:label ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; sh:minCount 1 ; @@ -30527,55 +30533,67 @@ biolink:Serial a sh:NodeShape ; sh:order 9 ; sh:path dct:type ], [ sh:datatype xsd:string ; - sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:pages ], - [ sh:datatype xsd:string ; - sh:description "issue of a newspaper, a scientific journal or magazine for reference purpose" ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:issue ] ; + sh:order 14 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:Serial . biolink:SeverityValue a sh:NodeShape ; sh:closed true ; sh:description "describes the severity of a phenotypic feature or disease" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:QuantityValue ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path rdfs:label ], + [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:provided_by ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:full_name ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -30589,17 +30607,11 @@ biolink:SeverityValue a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path rdfs:label ], + sh:order 7 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -30607,38 +30619,36 @@ biolink:SeverityValue a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:id ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 11 ; - sh:path rdf:type ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ] ; + sh:path rdf:type ] ; sh:targetClass biolink:SeverityValue . biolink:SiRNA a sh:NodeShape ; sh:closed true ; sh:description "A small RNA molecule that is the product of a longer exogenous or endogenous dsRNA, which is either a bimolecular duplex or very long hairpin, processed (via the Dicer pathway) such that numerous siRNAs accumulate from both strands of the dsRNA. SRNAs trigger the cleavage of their target molecules." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:in_taxon ], + sh:property [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; @@ -30646,27 +30656,24 @@ biolink:SiRNA a sh:NodeShape ; sh:order 10 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; @@ -30678,40 +30685,33 @@ biolink:SiRNA a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:provided_by ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:xref ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:in_taxon_label ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ] ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:SiRNA . biolink:SmallMolecule a sh:NodeShape ; @@ -30719,76 +30719,60 @@ biolink:SmallMolecule a sh:NodeShape ; sh:description "A small molecule entity is a molecular entity characterized by availability in small-molecule databases of SMILES, InChI, IUPAC, or other unambiguous representation of its precise chemical structure; for convenience of representation, any valid chemical representation is included, even if it is not strictly molecular (e.g., sodium ion)." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:trade_name ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path rdfs:label ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:has_chemical_role ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 16 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path dct:description ], [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], + sh:order 4 ; + sh:path biolink:is_toxic ], [ sh:datatype xsd:boolean ; sh:description "indicates whether a molecular entity is a metabolite" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:is_metabolite ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:max_tolerated_dose ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:full_name ], + sh:order 1 ; + sh:path biolink:trade_name ], + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:has_chemical_role ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -30796,96 +30780,87 @@ biolink:SmallMolecule a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "" ; - sh:maxCount 1 ; + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:is_toxic ], + sh:order 6 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + sh:path biolink:has_attribute ], [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 2 ; sh:path biolink:available_from ], [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:max_tolerated_dose ] ; + sh:order 14 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:SmallMolecule . biolink:Snv a sh:NodeShape ; sh:closed true ; sh:description "SNVs are single nucleotide positions in genomic DNA at which different sequence alternatives exist" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:full_name ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "The state of the sequence w.r.t a reference sequence" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:has_biological_sequence ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:iri ], + sh:order 12 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -30893,38 +30868,78 @@ biolink:Snv a sh:NodeShape ; sh:order 10 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:synonym ], + sh:order 7 ; + sh:path biolink:full_name ], [ sh:class biolink:Gene ; sh:description "Each allele can be associated with any number of genes" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:has_gene ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:synonym ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "The state of the sequence w.r.t a reference sequence" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:has_biological_sequence ] ; + sh:order 9 ; + sh:path biolink:iri ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:xref ] ; sh:targetClass biolink:Snv . biolink:SocioeconomicExposure a sh:NodeShape ; sh:closed true ; sh:description "A socioeconomic exposure is a factor relating to social and financial status of an affected individual (e.g. poverty)." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:property [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_qualitative_value ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path rdf:type ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:timepoint ], + sh:order 5 ; + sh:path biolink:iri ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -30936,6 +30951,12 @@ biolink:SocioeconomicExposure a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -30948,27 +30969,17 @@ biolink:SocioeconomicExposure a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdfs:label ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -30981,17 +30992,12 @@ biolink:SocioeconomicExposure a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:xref ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; + [ sh:class biolink:SocioeconomicAttribute ; + sh:description "connects any entity to an attribute" ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_qualitative_value ], + sh:order 14 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -31004,13 +31010,7 @@ biolink:SocioeconomicExposure a sh:NodeShape ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; - sh:path biolink:id ], - [ sh:class biolink:SocioeconomicAttribute ; - sh:description "connects any entity to an attribute" ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ] ; + sh:path biolink:id ] ; sh:targetClass biolink:SocioeconomicExposure . biolink:SocioeconomicOutcome a sh:NodeShape ; @@ -31023,28 +31023,22 @@ biolink:SpecificityQuantifier a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; sh:targetClass biolink:SpecificityQuantifier . - -biolink:StudyPopulation a sh:NodeShape ; - sh:closed true ; - sh:description "A group of people banded together or treated as a group as participants in a research study." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + +biolink:StudyPopulation a sh:NodeShape ; + sh:closed true ; + sh:description "A group of people banded together or treated as a group as participants in a research study." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -31057,6 +31051,11 @@ biolink:StudyPopulation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:in_taxon_label ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 9 ; @@ -31067,99 +31066,85 @@ biolink:StudyPopulation a sh:NodeShape ; sh:order 0 ; sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; - sh:path biolink:id ] ; + sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:iri ] ; sh:targetClass biolink:StudyPopulation . biolink:StudyResult a sh:NodeShape ; sh:closed false ; sh:description "A collection of data items from a study that are about a particular study subject or experimental unit (the 'focus' of the Result) - optionally with context/provenance metadata that may be relevant to the interpretation of this data as evidence." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:iri ], + sh:order 3 ; + sh:path biolink:creation_date ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:synonym ], + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:creation_date ], [ sh:datatype xsd:string ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:format ], + sh:order 11 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -31172,17 +31157,17 @@ biolink:StudyResult a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:rights ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], + sh:order 5 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:license ], + sh:order 9 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; @@ -31194,44 +31179,11 @@ biolink:StudyResult a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ] ; - sh:targetClass biolink:StudyResult . - -biolink:StudyVariable a sh:NodeShape ; - sh:closed true ; - sh:description "a variable that is used as a measure in the investigation of a study" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:rights ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:format ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -31239,61 +31191,109 @@ biolink:StudyVariable a sh:NodeShape ; sh:order 13 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdfs:label ], + sh:order 0 ; + sh:path biolink:license ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 7 ; - sh:path biolink:synonym ], + sh:path biolink:synonym ] ; + sh:targetClass biolink:StudyResult . + +biolink:StudyVariable a sh:NodeShape ; + sh:closed true ; + sh:description "a variable that is used as a measure in the investigation of a study" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:license ], [ sh:datatype xsd:date ; sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:creation_date ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:format ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; + sh:order 12 ; + sh:path rdfs:label ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:license ], + sh:order 5 ; + sh:path biolink:xref ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:rights ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; - sh:path biolink:id ] ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:iri ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path dct:description ] ; sh:targetClass biolink:StudyVariable . biolink:SubjectOfInvestigation a sh:NodeShape ; @@ -31306,18 +31306,30 @@ biolink:TaxonToTaxonAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:class biolink:OrganismTaxon ; + sh:description "An association between individuals of different taxa." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:class biolink:OrganismTaxon ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; @@ -31325,83 +31337,111 @@ biolink:TaxonToTaxonAssociation a sh:NodeShape ; sh:order 12 ; sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 26 ; sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 31 ; + sh:path biolink:id ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; sh:order 33 ; sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:original_object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:class biolink:OrganismTaxon ; - sh:description "An association between individuals of different taxa." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:time ; sh:description "a point in time" ; sh:maxCount 1 ; @@ -31409,17 +31449,47 @@ biolink:TaxonToTaxonAssociation a sh:NodeShape ; sh:order 13 ; sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 28 ; sh:path biolink:p_value ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 36 ; + sh:path dct:description ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -31432,102 +31502,32 @@ biolink:TaxonToTaxonAssociation a sh:NodeShape ; sh:order 37 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ] ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ] ; sh:targetClass biolink:TaxonToTaxonAssociation . biolink:TextMiningResult a sh:NodeShape ; @@ -31535,65 +31535,76 @@ biolink:TextMiningResult a sh:NodeShape ; sh:description "A result of text mining." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:id ], + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:rights ], + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:format ], + sh:order 0 ; + sh:path biolink:license ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path rdfs:label ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ], + sh:order 8 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:synonym ], + sh:order 1 ; + sh:path biolink:rights ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:full_name ], [ sh:datatype xsd:date ; sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; @@ -31606,56 +31617,63 @@ biolink:TextMiningResult a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:iri ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:license ] ; + sh:order 2 ; + sh:path biolink:format ] ; sh:targetClass biolink:TextMiningResult . biolink:ThingWithTaxon a sh:NodeShape ; sh:closed false ; sh:description "A mixin that can be used on any entity that can be taxonomically classified. This includes individual organisms; genes, their products and other molecular entities; body parts; biological processes" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; - sh:path biolink:in_taxon_label ] ; + sh:path biolink:in_taxon_label ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ] ; sh:targetClass biolink:ThingWithTaxon . biolink:TranscriptToGeneRelationship a sh:NodeShape ; sh:closed true ; sh:description "A gene is a collection of transcripts" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -31663,11 +31681,34 @@ biolink:TranscriptToGeneRelationship a sh:NodeShape ; sh:order 36 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; @@ -31680,107 +31721,98 @@ biolink:TranscriptToGeneRelationship a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 23 ; sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:Gene ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 35 ; sh:path rdfs:label ], + [ sh:class biolink:Transcript ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -31788,86 +31820,54 @@ biolink:TranscriptToGeneRelationship a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 25 ; sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 37 ; sh:path biolink:has_attribute ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path rdf:type ], - [ sh:class biolink:Transcript ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:Gene ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ] ; + sh:order 6 ; + sh:path biolink:publications ] ; sh:targetClass biolink:TranscriptToGeneRelationship . biolink:TranscriptionFactorBindingSite a sh:NodeShape ; @@ -31875,16 +31875,17 @@ biolink:TranscriptionFactorBindingSite a sh:NodeShape ; sh:description "A region (or regions) of the genome that contains a region of DNA known or predicted to bind a protein that modulates gene transcription" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:full_name ], + sh:order 12 ; + sh:path dct:description ], [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], + sh:order 9 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; @@ -31892,238 +31893,158 @@ biolink:TranscriptionFactorBindingSite a sh:NodeShape ; sh:order 0 ; sh:path biolink:has_biological_sequence ], [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:synonym ], + sh:order 3 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:iri ], + sh:order 6 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], + sh:order 10 ; + sh:path rdf:type ], [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:category ], + sh:order 1 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:in_taxon ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], + sh:order 7 ; + sh:path biolink:synonym ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:deprecated ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:id ], + sh:order 4 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path rdfs:label ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ] ; + sh:order 8 ; + sh:path biolink:iri ] ; sh:targetClass biolink:TranscriptionFactorBindingSite . biolink:VariantAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:frequency_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The relationship to the disease" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:class biolink:Disease ; sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 44 ; sh:path biolink:disease_context_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:Disease ; - sh:description "disease" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:class biolink:SequenceVariant ; - sh:description "A variant that has a role in modeling the disease." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; - sh:maxCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 45 ; + sh:path biolink:frequency_qualifier ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path biolink:object_aspect_qualifier ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 36 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:class biolink:SequenceVariant ; + sh:description "A variant that has a role in modeling the disease." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; @@ -32135,365 +32056,444 @@ biolink:VariantAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:maxCount 1 ; sh:order 40 ; sh:path biolink:subject_direction_qualifier ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 26 ; sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], [ sh:class biolink:Study ; sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:has_supporting_studies ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 42 ; sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ] ; - sh:targetClass biolink:VariantAsAModelOfDiseaseAssociation . - -biolink:VariantToDiseaseAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 28 ; + sh:path biolink:p_value ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:negated ], - [ sh:class biolink:Disease ; - sh:description "a disease that is associated with that variant" ; + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 41 ; sh:path biolink:object_aspect_qualifier ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "The relationship to the disease" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path biolink:subject_aspect_qualifier ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 24 ; sh:path biolink:object_namespace ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], + sh:order 32 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:Disease ; + sh:description "disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 31 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 42 ; - sh:path biolink:object_direction_qualifier ], + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:order 39 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:order 16 ; + sh:path biolink:original_object ] ; + sh:targetClass biolink:VariantAsAModelOfDiseaseAssociation . + +biolink:VariantToDiseaseAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path biolink:qualified_predicate ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 36 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:SequenceVariant ; + sh:description "a sequence variant in which the allele state is associated in some way with the disease state" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:id ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; - sh:description "E.g. is pathogenic for" ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:Disease ; + sh:description "a disease that is associated with that variant" ; sh:maxCount 1 ; sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 33 ; + sh:path biolink:category ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:original_subject ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 44 ; - sh:path biolink:disease_context_qualifier ], + sh:nodeKind sh:Literal ; + sh:order 45 ; + sh:path biolink:frequency_qualifier ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "E.g. is pathogenic for" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:anyURI ; sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 43 ; + sh:path biolink:qualified_predicate ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 41 ; + sh:path biolink:object_aspect_qualifier ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 32 ; sh:path biolink:iri ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 40 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 38 ; sh:path biolink:deprecated ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 28 ; + sh:path biolink:p_value ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:frequency_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:SequenceVariant ; - sh:description "a sequence variant in which the allele state is associated in some way with the disease state" ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 44 ; + sh:path biolink:disease_context_qualifier ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 42 ; + sh:path biolink:object_direction_qualifier ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:p_value ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ] ; + sh:order 23 ; + sh:path biolink:subject_namespace ] ; sh:targetClass biolink:VariantToDiseaseAssociation . biolink:VariantToEntityAssociationMixin a sh:NodeShape ; @@ -32525,90 +32525,107 @@ biolink:VariantToEntityAssociationMixin a sh:NodeShape ; biolink:VariantToGeneAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between a variant and a gene, where the variant has a genetic association with the gene (i.e. is in linkage disequilibrium)" ; - sh:ignoredProperties ( biolink:quantifier_qualifier biolink:expression_site rdf:type biolink:stage_qualifier biolink:phenotypic_state ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:ignoredProperties ( biolink:phenotypic_state biolink:quantifier_qualifier biolink:stage_qualifier biolink:expression_site rdf:type ) ; + sh:property [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 36 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 29 ; + sh:path biolink:adjusted_p_value ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:iri ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; @@ -32623,159 +32640,195 @@ biolink:VariantToGeneAssociation a sh:NodeShape ; sh:order 31 ; sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 35 ; - sh:path rdfs:label ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:Gene ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 16 ; sh:path biolink:original_object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:has_supporting_studies ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:Gene ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:class biolink:SequenceVariant ; sh:description "a sequence variant in which the allele state is associated with some other entity" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; - sh:path rdf:subject ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; + sh:path rdf:subject ] ; + sh:targetClass biolink:VariantToGeneAssociation . + +biolink:VariantToGeneExpressionAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "An association between a variant and expression of a gene (i.e. e-QTL)" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:adjusted_p_value ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 18 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 7 ; + sh:path biolink:negated ], + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:category ], + sh:order 32 ; + sh:path biolink:p_value ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 30 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path dct:description ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + sh:order 27 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:nodeKind sh:Literal ; sh:order 38 ; - sh:path biolink:deprecated ], + sh:path rdf:type ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "location in which gene or protein expression takes place. May be cell, tissue, or organ." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:expression_site ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; + sh:order 12 ; sh:path biolink:knowledge_source ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:timepoint ] ; - sh:targetClass biolink:VariantToGeneAssociation . - -biolink:VariantToGeneExpressionAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "An association between a variant and expression of a gene (i.e. e-QTL)" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 23 ; - sh:path biolink:subject_closure ], + sh:order 29 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 37 ; + sh:path biolink:category ], + [ sh:class biolink:SequenceVariant ; + sh:description "a sequence variant in which the allele state is associated with some other entity" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:object_category_closure ], + sh:order 4 ; + sh:path rdf:subject ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 42 ; + sh:path biolink:deprecated ], [ sh:class biolink:Gene ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -32783,131 +32836,102 @@ biolink:VariantToGeneExpressionAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path rdf:object ], - [ sh:class biolink:LifeStage ; - sh:description "stage during which gene or protein expression of takes place." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:stage_qualifier ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:timepoint ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:agent_type ], + sh:order 33 ; + sh:path biolink:adjusted_p_value ], [ sh:class biolink:OntologyClass ; sh:description "Optional quantitative value indicating degree of expression." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:quantifier_qualifier ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_supporting_studies ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:object_label_closure ], + sh:order 20 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:iri ], + sh:order 24 ; + sh:path biolink:object_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:qualifiers ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:subject_label_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 41 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:original_object ], + sh:order 39 ; + sh:path rdfs:label ], + [ sh:class biolink:LifeStage ; + sh:description "stage during which gene or protein expression of takes place." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:stage_qualifier ], + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:knowledge_level ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 32 ; - sh:path biolink:p_value ], + sh:order 19 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:object_closure ], + sh:order 36 ; + sh:path biolink:iri ], [ sh:class biolink:DiseaseOrPhenotypicFeature ; sh:description "in experiments (e.g. gene expression) assaying diseased or unhealthy tissue, the phenotypic state can be put here, e.g. MONDO ID. For healthy tissues, use XXX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:phenotypic_state ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 42 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 28 ; sh:path biolink:object_namespace ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path biolink:category ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:adjusted_p_value ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -32915,350 +32939,267 @@ biolink:VariantToGeneExpressionAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 35 ; sh:path biolink:id ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "location in which gene or protein expression takes place. May be cell, tissue, or organ." ; - sh:maxCount 1 ; + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:expression_site ], + sh:order 11 ; + sh:path biolink:has_evidence ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category ], - [ sh:class biolink:SequenceVariant ; - sh:description "a sequence variant in which the allele state is associated with some other entity" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path rdf:subject ], + sh:order 26 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:retrieval_source_ids ], + sh:order 23 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:original_subject ], + sh:order 14 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 27 ; - sh:path biolink:subject_namespace ], + sh:order 13 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 40 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path rdfs:label ], + sh:order 17 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:knowledge_source ], + sh:order 5 ; + sh:path rdf:predicate ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 8 ; + sh:path biolink:qualifier ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 41 ; - sh:path biolink:has_attribute ] ; + sh:order 22 ; + sh:path biolink:object_category ] ; sh:targetClass biolink:VariantToGeneExpressionAssociation . biolink:VariantToPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_supporting_studies ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path rdfs:label ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:property [ sh:datatype xsd:float ; + sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 44 ; - sh:path biolink:has_count ], - [ sh:class biolink:PhenotypicFeature ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:order 34 ; + sh:path biolink:adjusted_p_value ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 49 ; - sh:path biolink:subject_direction_qualifier ], + sh:order 51 ; + sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 47 ; - sh:path biolink:has_percentage ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:negated ], + sh:order 46 ; + sh:path biolink:has_quotient ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_closure ], + sh:order 25 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path biolink:iri ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; - sh:maxCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:subject_specialization_qualifier ], + sh:order 31 ; + sh:path biolink:object_label_closure ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:float ; - sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 34 ; - sh:path biolink:adjusted_p_value ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:publications ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 10 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:object_category_closure ], + sh:order 35 ; + sh:path biolink:has_supporting_studies ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path biolink:deprecated ], + sh:order 50 ; + sh:path biolink:object_aspect_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 28 ; - sh:path biolink:subject_namespace ], + sh:order 30 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 42 ; sh:path biolink:has_attribute ], - [ sh:datatype ; - sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 53 ; - sh:path biolink:frequency_qualifier ], + sh:order 13 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:Disease ; - sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; + sh:order 19 ; + sh:path biolink:original_subject ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:disease_context_qualifier ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 23 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:timepoint ], - [ sh:class biolink:SequenceVariant ; - sh:description "a sequence variant in which the allele state is associated in some way with the phenotype state" ; + sh:order 14 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:double ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 46 ; - sh:path biolink:has_quotient ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 36 ; + sh:path biolink:id ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:order 45 ; + sh:path biolink:has_total ], + [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 17 ; + sh:path biolink:agent_type ], + [ sh:class biolink:PhenotypicFeature ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:sex_qualifier ], + sh:order 2 ; + sh:path rdf:object ], [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 16 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 30 ; - sh:path biolink:subject_label_closure ], [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:original_predicate ], + sh:order 5 ; + sh:path biolink:subject_specialization_qualifier ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 40 ; + sh:path rdfs:label ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 26 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:id ], + sh:order 8 ; + sh:path biolink:negated ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 43 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:knowledge_source ], + sh:order 7 ; + sh:path biolink:anatomical_context_qualifier ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:category ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 47 ; + sh:path biolink:has_percentage ], [ sh:datatype xsd:float ; sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 33 ; sh:path biolink:p_value ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 51 ; - sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 50 ; - sh:path biolink:object_aspect_qualifier ], + sh:order 24 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:original_subject ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 17 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:order 29 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:Disease ; + sh:description "A context qualifier representing a disease or condition in which a relationship expressed in an association took place." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 45 ; - sh:path biolink:has_total ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:anyURI ; - sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:order 4 ; + sh:path biolink:disease_context_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:object_specialization_qualifier ], + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -33266,29 +33207,36 @@ biolink:VariantToPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], + [ sh:class biolink:SequenceVariant ; + sh:description "a sequence variant in which the allele state is associated in some way with the phenotype state" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:anatomical_context_qualifier ], + sh:order 48 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:order 28 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 11 ; + sh:path biolink:publications ], + [ sh:datatype ; + sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:object_closure ], + sh:order 53 ; + sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -33296,152 +33244,198 @@ biolink:VariantToPhenotypicFeatureAssociation a sh:NodeShape ; sh:order 41 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 31 ; - sh:path biolink:object_label_closure ], + sh:order 21 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path biolink:timepoint ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 49 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 52 ; sh:path biolink:qualified_predicate ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 44 ; + sh:path biolink:has_count ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:anyURI ; + sh:description "A qualifier that composes with a core subject/object concept to define a more specific version of the subject concept, specifically using an ontology term that is not a subclass or descendant of the core concept and in the vast majority of cases, is of a different ontological namespace than the category or namespace of the subject identifier." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:object_specialization_qualifier ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path rdf:type ], + sh:order 37 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 48 ; - sh:path biolink:subject_aspect_qualifier ] ; + sh:order 9 ; + sh:path biolink:qualifier ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:sex_qualifier ] ; sh:targetClass biolink:VariantToPhenotypicFeatureAssociation . biolink:VariantToPopulationAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between a variant and a population, where the variant has particular frequency in the population" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 39 ; - sh:path rdf:type ], + sh:order 8 ; + sh:path biolink:negated ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_evidence ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 21 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + [ sh:class biolink:SequenceVariant ; + sh:description "an allele that has a certain frequency in a given population" ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 41 ; - sh:path dct:description ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_evidence ], + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 37 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:order 19 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:double ; + sh:description "frequency of allele in population, expressed as a number with allele divided by number in reference population, aka allele frequency" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:qualifier ], + sh:order 5 ; + sh:path biolink:has_quotient ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:nodeKind sh:Literal ; + sh:order 38 ; + sh:path biolink:category ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:retrieval_source_ids ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:object_category_closure ], - [ sh:datatype xsd:integer ; - sh:description "number in object population that carry a particular allele, aka allele count" ; + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:has_count ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 41 ; + sh:path dct:description ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 36 ; - sh:path biolink:id ], + sh:order 18 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; - sh:order 40 ; - sh:path rdfs:label ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:subject_category_closure ], + sh:order 24 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:float ; sh:description "The adjusted p-value is the probability of obtaining test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct, adjusted for multiple comparisons. P is always italicized and capitalized. The actual P value* should be expressed (P=. 04) rather than expressing a statement of inequality (P<. 05), unless P<." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 34 ; sh:path biolink:adjusted_p_value ], - [ sh:class biolink:PopulationOfIndividualOrganisms ; - sh:description "the population that is observed to have the frequency" ; - sh:maxCount 1 ; - sh:minCount 1 ; + [ sh:class biolink:Study ; + sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:order 35 ; + sh:path biolink:has_supporting_studies ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:primary_knowledge_source ], + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 30 ; sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:integer ; + sh:description "number all populations that carry a particular allele, aka allele number" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category ], - [ sh:class biolink:Study ; - sh:description "A study that produced information used as evidence to generate the knowledge expressed in an Association." ; - sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_supporting_studies ], + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:has_total ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:knowledge_source ], + sh:order 36 ; + sh:path biolink:id ], [ sh:datatype ; sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; @@ -33449,11 +33443,11 @@ biolink:VariantToPopulationAssociation a sh:NodeShape ; sh:order 7 ; sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path biolink:original_subject ], + sh:order 21 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; @@ -33461,23 +33455,25 @@ biolink:VariantToPopulationAssociation a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:Literal ; - sh:order 25 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:float ; + sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 29 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + sh:order 33 ; + sh:path biolink:p_value ], + [ sh:class biolink:PopulationOfIndividualOrganisms ; + sh:description "the population that is observed to have the frequency" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:timepoint ], + sh:order 37 ; + sh:path biolink:iri ], [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; @@ -33490,92 +33486,96 @@ biolink:VariantToPopulationAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 23 ; sh:path biolink:object_category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 42 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:integer ; - sh:description "number all populations that carry a particular allele, aka allele number" ; + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:has_total ], - [ sh:datatype xsd:anyURI ; - sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 14 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:original_predicate ], + sh:order 13 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:negated ], + sh:order 43 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:nodeKind sh:Literal ; + sh:order 39 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:Literal ; sh:order 31 ; sh:path biolink:object_label_closure ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:nodeKind sh:Literal ; - sh:order 38 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 28 ; sh:path biolink:subject_namespace ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:knowledge_level ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 42 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:double ; - sh:description "frequency of allele in population, expressed as a number with allele divided by number in reference population, aka allele frequency" ; + sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:has_quotient ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 6 ; + sh:path biolink:has_percentage ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:Literal ; + sh:order 25 ; + sh:path biolink:object_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 26 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 43 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:float ; - sh:description "A quantitative confidence value that represents the probability of obtaining a result at least as extreme as that actually obtained, assuming that the actual value was the result of chance alone." ; + sh:order 9 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:anyURI ; + sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 33 ; - sh:path biolink:p_value ], - [ sh:class biolink:SequenceVariant ; - sh:description "an allele that has a certain frequency in a given population" ; + sh:order 20 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; + sh:nodeKind sh:Literal ; + sh:order 29 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:integer ; + sh:description "number in object population that carry a particular allele, aka allele count" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:has_percentage ], + sh:order 3 ; + sh:path biolink:has_count ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 24 ; - sh:path biolink:subject_closure ] ; + sh:order 40 ; + sh:path rdfs:label ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:publications ] ; sh:targetClass biolink:VariantToPopulationAssociation . biolink:Vertebrate a sh:NodeShape ; @@ -33583,136 +33583,129 @@ biolink:Vertebrate a sh:NodeShape ; sh:description "A sub-phylum of animals consisting of those having a bony or cartilaginous vertebral column." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], + sh:order 6 ; + sh:path biolink:id ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:xref ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:synonym ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], + sh:order 11 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ] ; + sh:order 8 ; + sh:path biolink:category ] ; sh:targetClass biolink:Vertebrate . biolink:Virus a sh:NodeShape ; sh:closed true ; sh:description "A virus is a microorganism that replicates itself as a microRNA and infects the host cell." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; @@ -33723,10 +33716,11 @@ biolink:Virus a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; @@ -33734,16 +33728,22 @@ biolink:Virus a sh:NodeShape ; sh:order 10 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ] ; + sh:order 11 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:Virus . biolink:WebPage a sh:NodeShape ; @@ -33751,109 +33751,113 @@ biolink:WebPage a sh:NodeShape ; sh:description "a document that is published according to World Wide Web standards, which may incorporate text, graphics, sound, and/or other features." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:id ], + sh:order 11 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 17 ; sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "keywords tagging a publication" ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:keywords ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:creation_date ], - [ sh:class biolink:Agent ; - sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:authors ], - [ sh:datatype xsd:anyURI ; - sh:description "mesh terms tagging a publication" ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:mesh_terms ], - [ sh:datatype xsd:string ; + sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:license ], + sh:order 14 ; + sh:path biolink:id ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 21 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:pages ], + sh:order 16 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:format ], [ sh:datatype xsd:string ; - sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; - sh:minCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path dct:type ], + sh:order 13 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; - sh:maxCount 1 ; + sh:description "keywords tagging a publication" ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path rdfs:label ], + sh:order 3 ; + sh:path biolink:keywords ], + [ sh:class biolink:Agent ; + sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:authors ], [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:description "mesh terms tagging a publication" ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], + sh:order 4 ; + sh:path biolink:mesh_terms ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; + sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:full_name ], + sh:order 1 ; + sh:path biolink:pages ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:category ], + sh:order 5 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 19 ; sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:provided_by ], + sh:order 7 ; + sh:path biolink:license ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:creation_date ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:rights ], + [ sh:datatype xsd:string ; + sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path dct:type ], [ sh:datatype xsd:string ; sh:description "executive summary of a publication" ; sh:maxCount 1 ; @@ -33861,113 +33865,109 @@ biolink:WebPage a sh:NodeShape ; sh:order 2 ; sh:path biolink:summary ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; + sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:rights ] ; + sh:order 18 ; + sh:path rdfs:label ] ; sh:targetClass biolink:WebPage . biolink:Behavior a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path dct:description ], + sh:order 0 ; + sh:path biolink:id ], + [ sh:class biolink:NamedThing ; + sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_input ], + [ sh:class biolink:PhysicalEntity ; + sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:enabled_by ], [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], + sh:order 10 ; + sh:path biolink:iri ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path rdfs:label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:full_name ], + sh:order 16 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:id ], + sh:order 5 ; + sh:path biolink:in_taxon_label ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:provided_by ], + [ sh:class biolink:NamedThing ; + sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_output ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 13 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:deprecated ], - [ sh:class biolink:NamedThing ; - sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_input ], - [ sh:class biolink:PhysicalEntity ; - sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:enabled_by ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:category ], + sh:order 12 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:synonym ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:in_taxon_label ], - [ sh:class biolink:NamedThing ; - sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_output ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_attribute ] ; + sh:order 14 ; + sh:path dct:description ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:category ] ; sh:targetClass biolink:Behavior . biolink:BehavioralFeature a sh:NodeShape ; @@ -33975,15 +33975,38 @@ biolink:BehavioralFeature a sh:NodeShape ; sh:description "A phenotypic feature which is behavioral in nature." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], + sh:order 10 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path rdf:type ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -33991,33 +34014,22 @@ biolink:BehavioralFeature a sh:NodeShape ; sh:order 8 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -34025,21 +34037,10 @@ biolink:BehavioralFeature a sh:NodeShape ; sh:order 11 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -34047,11 +34048,10 @@ biolink:BehavioralFeature a sh:NodeShape ; sh:order 13 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ] ; + sh:order 5 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:BehavioralFeature . biolink:CellularComponent a sh:NodeShape ; @@ -34059,27 +34059,38 @@ biolink:CellularComponent a sh:NodeShape ; sh:description "A location in or around a cell" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -34087,26 +34098,26 @@ biolink:CellularComponent a sh:NodeShape ; sh:order 8 ; sh:path biolink:category ], [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], + sh:order 9 ; + sh:path rdf:type ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 11 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; @@ -34114,28 +34125,17 @@ biolink:CellularComponent a sh:NodeShape ; sh:order 10 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 3 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ] ; + sh:path biolink:xref ] ; sh:targetClass biolink:CellularComponent . biolink:ClinicalAttribute a sh:NodeShape ; @@ -34143,41 +34143,17 @@ biolink:ClinicalAttribute a sh:NodeShape ; sh:description "Attributes relating to a clinical manifestation" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:full_name ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -34185,126 +34161,124 @@ biolink:ClinicalAttribute a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path rdfs:label ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 2 ; sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:full_name ], + sh:order 5 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 9 ; - sh:path biolink:synonym ] ; - sh:targetClass biolink:ClinicalAttribute . - -biolink:Dataset a sh:NodeShape ; - sh:closed true ; - sh:description "an item that refers to a collection of data from a data source." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:creation_date ], + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; sh:order 12 ; - sh:path rdfs:label ], + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 4 ; + sh:order 6 ; sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 5 ; + sh:order 7 ; sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path rdf:type ], - [ sh:datatype xsd:string ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:rights ], + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 0 ; + sh:path rdfs:label ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; + sh:order 10 ; + sh:path biolink:category ] ; + sh:targetClass biolink:ClinicalAttribute . + +biolink:Dataset a sh:NodeShape ; + sh:closed true ; + sh:description "an item that refers to a collection of data from a data source." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:id ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:creation_date ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:format ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ], + sh:order 9 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -34312,56 +34286,92 @@ biolink:Dataset a sh:NodeShape ; sh:order 6 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:synonym ], + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; - sh:path biolink:license ] ; + sh:path biolink:license ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:rights ] ; sh:targetClass biolink:Dataset . biolink:DatasetDistribution a sh:NodeShape ; sh:closed true ; sh:description "an item that holds distribution level information about a dataset." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path rdfs:label ], - [ sh:datatype xsd:anyURI ; + sh:property [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path biolink:category ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:license ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:full_name ], + sh:order 3 ; + sh:path biolink:format ], [ sh:datatype xsd:date ; sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:creation_date ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:id ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -34369,87 +34379,92 @@ biolink:DatasetDistribution a sh:NodeShape ; sh:order 14 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:id ], + sh:order 2 ; + sh:path biolink:rights ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:distribution_download_url ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path rdf:type ], [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:format ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_attribute ], + sh:order 10 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:provided_by ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:rights ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:xref ], + sh:order 13 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:synonym ] ; + sh:order 7 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:DatasetDistribution . biolink:Device a sh:NodeShape ; sh:closed true ; sh:description "A thing made or adapted for a particular purpose, especially a piece of mechanical or electronic equipment" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:property [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 5 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:deprecated ], + sh:order 2 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:id ], + sh:order 9 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path rdfs:label ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:xref ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -34457,59 +34472,54 @@ biolink:Device a sh:NodeShape ; sh:order 6 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:full_name ], + sh:order 7 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], + sh:order 4 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 3 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:type ] ; + sh:order 11 ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:Device . biolink:Exon a sh:NodeShape ; sh:closed true ; sh:description "A region of the transcript sequence within a gene which is not removed from the primary RNA transcript by RNA splicing." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:property [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -34523,44 +34533,12 @@ biolink:Exon a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; @@ -34568,45 +34546,80 @@ biolink:Exon a sh:NodeShape ; sh:order 1 ; sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:category ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 3 ; - sh:path biolink:xref ] ; + sh:path biolink:xref ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:Exon . biolink:GeneFamily a sh:NodeShape ; sh:closed true ; sh:description "any grouping of multiple genes or gene products related by common descent" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:id ], + sh:order 9 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:full_name ], + sh:order 10 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], - [ sh:class biolink:Gene ; - sh:description "connects an entity with one or more gene or gene products" ; + sh:order 8 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:synonym ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_gene_or_gene_product ], + sh:order 1 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; @@ -34618,54 +34631,41 @@ biolink:GeneFamily a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:xref ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Gene ; + sh:description "connects an entity with one or more gene or gene products" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_gene_or_gene_product ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:synonym ], + sh:order 7 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdfs:label ], + sh:order 5 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdf:type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:category ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:in_taxon ] ; + sh:order 12 ; + sh:path dct:description ] ; sh:targetClass biolink:GeneFamily . biolink:GeneProductMixin a sh:NodeShape ; @@ -34694,94 +34694,95 @@ biolink:GeneticInheritance a sh:NodeShape ; sh:closed true ; sh:description "The pattern or 'mode' in which a particular genetic trait or disorder is passed from one generation to the next, e.g. autosomal dominant, autosomal recessive, etc." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:property [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], + sh:order 8 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; - sh:path biolink:full_name ] ; + sh:path biolink:full_name ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:GeneticInheritance . biolink:InformationContentEntity a sh:NodeShape ; sh:closed false ; sh:description "a piece of information that typically describes some topic of discourse or is used as support." ; - sh:ignoredProperties ( biolink:source_web_page biolink:ingest_date dct:type biolink:has_dataset biolink:pages biolink:chapter biolink:issue biolink:volume biolink:authors biolink:published_in schema1:logo rdf:type biolink:resource_id biolink:summary biolink:upstream_resource_ids dct:distribution biolink:mesh_terms biolink:resource_role biolink:distribution_download_url biolink:keywords biolink:iso_abbreviation ) ; + sh:ignoredProperties ( biolink:chapter biolink:volume biolink:authors biolink:resource_role rdf:type biolink:pages biolink:summary biolink:distribution_download_url dct:type schema1:logo biolink:ingest_date dct:distribution biolink:resource_id biolink:mesh_terms biolink:published_in biolink:issue biolink:upstream_resource_ids biolink:iso_abbreviation biolink:has_dataset biolink:keywords biolink:source_web_page ) ; sh:property [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], + sh:order 7 ; + sh:path biolink:synonym ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -34789,16 +34790,11 @@ biolink:InformationContentEntity a sh:NodeShape ; sh:order 10 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:rights ], + sh:order 6 ; + sh:path biolink:full_name ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -34806,39 +34802,38 @@ biolink:InformationContentEntity a sh:NodeShape ; sh:order 15 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:full_name ], + sh:order 8 ; + sh:path biolink:id ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:format ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:iri ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:id ], + sh:order 0 ; + sh:path biolink:license ], [ sh:datatype xsd:date ; sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; @@ -34848,97 +34843,104 @@ biolink:InformationContentEntity a sh:NodeShape ; [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:license ], + sh:order 1 ; + sh:path biolink:rights ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:synonym ], + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:format ], + sh:order 12 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ] ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:xref ] ; sh:targetClass biolink:InformationContentEntity . biolink:Onset a sh:NodeShape ; sh:closed true ; sh:description "The age group in which (disease) symptom manifestations appear." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:property [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], + sh:order 5 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path rdfs:label ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ], + sh:order 7 ; + sh:path biolink:xref ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_attribute_type ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:id ], + sh:order 10 ; + sh:path biolink:category ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; @@ -34946,51 +34948,60 @@ biolink:Onset a sh:NodeShape ; sh:order 3 ; sh:path biolink:has_qualitative_value ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ] ; + sh:order 14 ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:Onset . biolink:OrganismalEntity a sh:NodeShape ; sh:closed false ; sh:description "A named entity that is either a part of an organism, a whole organism, population or clade of organisms, excluding chemical entities" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:property [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:deprecated ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -34998,49 +35009,38 @@ biolink:OrganismalEntity a sh:NodeShape ; sh:order 11 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], + sh:order 9 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], + sh:order 5 ; + sh:path biolink:synonym ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:order 3 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ] ; + sh:order 1 ; + sh:path biolink:in_taxon_label ] ; sh:targetClass biolink:OrganismalEntity . biolink:PredicateMapping a sh:NodeShape ; @@ -35048,83 +35048,96 @@ biolink:PredicateMapping a sh:NodeShape ; sh:description "A deprecated predicate mapping object contains the deprecated predicate and an example of the rewiring that should be done to use a qualified statement in its place." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; + sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path biolink:object_part_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:string ; sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the subject of an association (or statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:subject_part_qualifier ], [ sh:datatype xsd:string ; - sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ‘metabolite’ combines with a ‘Chemical X’ core concept to express the composed concept ‘a metabolite of Chemical X’. This qualifier is for the subject of an association (or statement)." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:subject_derivative_qualifier ], + sh:order 9 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:class biolink:NamedThing ; + sh:description "a list of terms from different schemas or terminology systems that have a broader, more general meaning. Broader terms are typically shown as parents in a hierarchy or tree." ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:broad_match ], + [ sh:class biolink:OrganismTaxon ; + sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:species_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:qualified_predicate ], - [ sh:description "A statement qualifier representing a type of molecular control mechanism through which an effect of a chemical on a gene or gene product is mediated (e.g. 'agonism', 'inhibition', 'allosteric modulation', 'channel blocker')" ; - sh:in ( "binding" "inhibition" "antibody_inhibition" "antagonism" "molecular_channel_blockage" "inverse_agonism" "negative_allosteric_modulation" "agonism" "molecular_channel_opening" "positive_allosteric_modulation" "potentiation" "activation" "inducer" "transcriptional_regulation" "signaling_mediated_control" "stabilization" "stimulation" "releasing_activity" ) ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:causal_mechanism_qualifier ], + sh:order 7 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:subject_context_qualifier ], - [ sh:class biolink:NamedThing ; - sh:description "a list of terms from different schemas or terminology systems that have a narrower, more specific meaning. Narrower terms are typically shown as children in a hierarchy or tree." ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:narrow_match ], [ sh:datatype xsd:string ; - sh:description "The predicate that is being replaced by the fully qualified representation of predicate + subject and object qualifiers. Only to be used in test data and mapping data to help with the transition to the fully qualified predicate model. Not to be used in knowledge graphs." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:mapped_predicate ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:object_direction_qualifier ], + sh:order 14 ; + sh:path biolink:object_context_qualifier ], [ sh:class biolink:NamedThing ; sh:description "holds between two entities that have strictly equivalent meanings, with a high degree of confidence" ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:exact_match ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:string ; + sh:order 16 ; + sh:path biolink:anatomical_context_qualifier ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:object_context_qualifier ], + sh:order 2 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ‘metabolite’ combines with a ‘Chemical X’ core concept to express the composed concept ‘a metabolite of Chemical X’. This qualifier is for the subject of an association (or statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:anatomical_context_qualifier ], + sh:order 5 ; + sh:path biolink:subject_derivative_qualifier ], [ sh:datatype xsd:string ; - sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ‘mutation’ combines with the core concept ‘Gene X’ to express the compose concept ‘a mutation of Gene X’. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ‘full statement’ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:subject_form_or_variant_qualifier ], + sh:order 8 ; + sh:path biolink:qualified_predicate ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; + sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ‘metabolite’ combines with a ‘Chemical X’ core concept to express the composed concept ‘a metabolite of Chemical X’. This qualifier is for the object of an association (or statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:object_part_qualifier ], + sh:order 13 ; + sh:path biolink:object_derivative_qualifier ], [ sh:datatype xsd:string ; sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ‘mutation’ combines with the core concept ‘Gene X’ to express the compose concept ‘a mutation of Gene X’. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; @@ -35132,84 +35145,65 @@ biolink:PredicateMapping a sh:NodeShape ; sh:order 11 ; sh:path biolink:object_form_or_variant_qualifier ], [ sh:datatype xsd:string ; - sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:predicate ], - [ sh:class biolink:OrganismTaxon ; - sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:species_context_qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ‘mutation’ combines with the core concept ‘Gene X’ to express the compose concept ‘a mutation of Gene X’. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:subject_aspect_qualifier ], + sh:order 3 ; + sh:path biolink:subject_form_or_variant_qualifier ], [ sh:class biolink:NamedThing ; - sh:description "a list of terms from different schemas or terminology systems that have a broader, more general meaning. Broader terms are typically shown as parents in a hierarchy or tree." ; + sh:description "a list of terms from different schemas or terminology systems that have a narrower, more specific meaning. Narrower terms are typically shown as children in a hierarchy or tree." ; sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:broad_match ], + sh:order 19 ; + sh:path biolink:narrow_match ], + [ sh:description "A statement qualifier representing a type of molecular control mechanism through which an effect of a chemical on a gene or gene product is mediated (e.g. 'agonism', 'inhibition', 'allosteric modulation', 'channel blocker')" ; + sh:in ( "binding" "inhibition" "antibody_inhibition" "antagonism" "molecular_channel_blockage" "inverse_agonism" "negative_allosteric_modulation" "agonism" "molecular_channel_opening" "positive_allosteric_modulation" "potentiation" "activation" "inducer" "transcriptional_regulation" "signaling_mediated_control" "stabilization" "stimulation" "releasing_activity" ) ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:causal_mechanism_qualifier ], [ sh:datatype xsd:string ; - sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ‘metabolite’ combines with a ‘Chemical X’ core concept to express the composed concept ‘a metabolite of Chemical X’. This qualifier is for the object of an association (or statement)." ; + sh:description "The predicate that is being replaced by the fully qualified representation of predicate + subject and object qualifiers. Only to be used in test data and mapping data to help with the transition to the fully qualified predicate model. Not to be used in knowledge graphs." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:object_derivative_qualifier ] ; + sh:order 0 ; + sh:path biolink:mapped_predicate ] ; sh:targetClass biolink:PredicateMapping . biolink:Procedure a sh:NodeShape ; sh:closed true ; sh:description "A series of actions conducted in a certain order or manner" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:deprecated ], + sh:order 1 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path rdf:type ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ], + sh:order 5 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdfs:label ], + sh:order 2 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:synonym ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -35222,23 +35216,29 @@ biolink:Procedure a sh:NodeShape ; sh:order 10 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:id ], + sh:order 8 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:synonym ], + sh:order 0 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:full_name ] ; + sh:order 4 ; + sh:path biolink:id ] ; sh:targetClass biolink:Procedure . biolink:SocioeconomicAttribute a sh:NodeShape ; @@ -35246,72 +35246,72 @@ biolink:SocioeconomicAttribute a sh:NodeShape ; sh:description "Attributes relating to a socioeconomic manifestation" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:id ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], + sh:order 11 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], + sh:order 5 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path rdfs:label ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:iri ], + sh:order 6 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path rdfs:label ], + sh:order 12 ; + sh:path dct:description ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:category ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], + sh:order 4 ; + sh:path biolink:iri ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], + sh:order 9 ; + sh:path biolink:synonym ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -35319,17 +35319,17 @@ biolink:SocioeconomicAttribute a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:synonym ] ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ] ; sh:targetClass biolink:SocioeconomicAttribute . biolink:TaxonomicRank a sh:NodeShape ; @@ -35349,55 +35349,38 @@ biolink:Treatment a sh:NodeShape ; sh:closed true ; sh:description "A treatment is targeted at a disease or phenotype and may involve multiple drug 'exposures', medical devices and/or procedures" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; + sh:property [ sh:class biolink:Drug ; + sh:description "connects an entity to one or more drugs" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_drug ], + [ sh:class biolink:Device ; + sh:description "connects an entity to one or more (medical) devices" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_device ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:id ], + sh:order 10 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:synonym ], + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:class biolink:Drug ; - sh:description "connects an entity to one or more drugs" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_drug ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; @@ -35409,34 +35392,51 @@ biolink:Treatment a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:has_procedure ], - [ sh:datatype xsd:time ; - sh:description "a point in time" ; + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:timepoint ], + sh:order 6 ; + sh:path biolink:full_name ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:xref ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:time ; + sh:description "a point in time" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Device ; - sh:description "connects an entity to one or more (medical) devices" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_device ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 3 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ] ; + sh:order 8 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:Treatment . biolink:Zygosity a sh:NodeShape ; @@ -35452,41 +35452,12 @@ biolink:Zygosity a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], + sh:order 4 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -35498,86 +35469,129 @@ biolink:Zygosity a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:synonym ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:provided_by ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], + sh:order 12 ; + sh:path dct:description ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:has_qualitative_value ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_attribute_type ], + [ sh:datatype xsd:string ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:id ] ; + sh:order 0 ; + sh:path rdfs:label ] ; sh:targetClass biolink:Zygosity . biolink:Case a sh:NodeShape ; sh:closed true ; sh:description "An individual (human) organism that has a patient role in some clinical context." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:property [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:provided_by ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:xref ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:synonym ], [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], + sh:order 8 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], + sh:order 9 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -35585,65 +35599,33 @@ biolink:Case a sh:NodeShape ; sh:order 11 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ] ; + sh:order 4 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:Case . biolink:CellLine a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:class biolink:OrganismTaxon ; + sh:property [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:synonym ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -35651,133 +35633,151 @@ biolink:CellLine a sh:NodeShape ; sh:order 8 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path dct:description ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path rdf:type ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ] ; + sh:path biolink:iri ] ; sh:targetClass biolink:CellLine . biolink:IndividualOrganism a sh:NodeShape ; sh:closed true ; sh:description "An instance of an organism. For example, Richard Nixon, Charles Darwin, my pet cat. Example ID: ORCID:0000-0002-5355-2576" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:class biolink:OrganismTaxon ; + sh:property [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 4 ; + sh:path biolink:full_name ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; - sh:path dct:description ] ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path rdfs:label ] ; sh:targetClass biolink:IndividualOrganism . biolink:Outcome a sh:NodeShape ; @@ -35796,29 +35796,34 @@ biolink:Transcript a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 3 ; + sh:path biolink:xref ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -35826,71 +35831,88 @@ biolink:Transcript a sh:NodeShape ; sh:order 13 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ] ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:Transcript . biolink:BiologicalProcess a sh:NodeShape ; sh:closed true ; sh:description "One or more causally connected executions of molecular functions" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:property [ sh:class biolink:PhysicalEntity ; + sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:enabled_by ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:full_name ], + sh:order 16 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:in_taxon_label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:id ], + [ sh:class biolink:NamedThing ; + sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:in_taxon ], + sh:order 1 ; + sh:path biolink:has_input ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; @@ -35898,40 +35920,36 @@ biolink:BiologicalProcess a sh:NodeShape ; sh:order 10 ; sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + sh:order 14 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:deprecated ], + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:class biolink:NamedThing ; + sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_output ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path biolink:category ], - [ sh:class biolink:NamedThing ; - sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_output ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path dct:description ], + sh:order 12 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; @@ -35939,154 +35957,136 @@ biolink:BiologicalProcess a sh:NodeShape ; sh:order 13 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], - [ sh:class biolink:PhysicalEntity ; - sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:enabled_by ], - [ sh:class biolink:NamedThing ; - sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_input ], + sh:order 8 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 9 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_attribute ] ; + sh:path biolink:synonym ] ; sh:targetClass biolink:BiologicalProcess . biolink:Drug a sh:NodeShape ; sh:closed true ; sh:description "A substance intended for use in the diagnosis, cure, mitigation, treatment, or prevention of disease" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 6 ; - sh:path biolink:available_from ], + sh:property [ sh:datatype xsd:string ; + sh:description "" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:trade_name ], + [ sh:datatype xsd:string ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:max_tolerated_dose ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:category ], - [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; - sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:drug_regulatory_status_world_wide ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:has_chemical_role ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path rdf:type ], + sh:order 1 ; + sh:path biolink:is_supplement ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 18 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:synonym ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 20 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; - sh:maxCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:max_tolerated_dose ], - [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path biolink:xref ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 6 ; + sh:path biolink:available_from ], + [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; + sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; + sh:order 4 ; + sh:path biolink:routes_of_delivery ], + [ sh:datatype xsd:boolean ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:is_supplement ], + sh:order 8 ; + sh:path biolink:is_toxic ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path rdf:type ], + [ sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; + sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:highest_FDA_approval_status ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:iri ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 17 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:trade_name ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:provided_by ], - [ sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; - sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:highest_FDA_approval_status ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:is_toxic ], + sh:order 9 ; + sh:path biolink:has_chemical_role ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path biolink:full_name ], - [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; - sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; - sh:order 4 ; - sh:path biolink:routes_of_delivery ] ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:id ], + [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; + sh:in ( "discovery_and_development_phase" "preclinical_research_phase" "fda_clinical_research_phase" "fda_review_phase_4" "fda_post_market_safety_review" "fda_clinical_research_phase_1" "fda_clinical_research_phase_2" "fda_clinical_research_phase_3" "fda_clinical_research_phase_4" "fda_fast_track" "fda_breakthrough_therapy" "fda_accelerated_approval" "fda_priority_review" "regular_fda_approval" "post_approval_withdrawal" ) ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:drug_regulatory_status_world_wide ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:Drug . biolink:ExposureEvent a sh:NodeShape ; @@ -36112,17 +36112,35 @@ biolink:MaterialSample a sh:NodeShape ; sh:closed true ; sh:description "A sample is a limited quantity of something (e.g. an individual or set of individuals from a population, or a portion of a substance) to be used for testing, analysis, inspection, investigation, demonstration, or trial use. [SIO]" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:property [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:xref ], + sh:order 4 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:full_name ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path rdfs:label ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -36130,23 +36148,15 @@ biolink:MaterialSample a sh:NodeShape ; sh:order 6 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:id ], + sh:order 3 ; + sh:path biolink:synonym ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; @@ -36154,90 +36164,70 @@ biolink:MaterialSample a sh:NodeShape ; sh:order 5 ; sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdfs:label ], + sh:order 1 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:provided_by ] ; + sh:order 9 ; + sh:path dct:description ] ; sh:targetClass biolink:MaterialSample . biolink:Pathway a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:category ], + sh:order 14 ; + sh:path dct:description ], [ sh:class biolink:NamedThing ; sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:has_output ], [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], + sh:order 13 ; + sh:path rdfs:label ], + [ sh:class biolink:PhysicalEntity ; + sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:enabled_by ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:iri ], + sh:order 8 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_attribute ], + sh:order 5 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path rdf:type ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 16 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path rdfs:label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -36245,38 +36235,48 @@ biolink:Pathway a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], [ sh:class biolink:NamedThing ; sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_input ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:full_name ], + sh:order 9 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:provided_by ], - [ sh:class biolink:PhysicalEntity ; - sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:enabled_by ], + sh:order 15 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path dct:description ] ; + sh:order 10 ; + sh:path biolink:iri ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:in_taxon ] ; sh:targetClass biolink:Pathway . biolink:LifeStage a sh:NodeShape ; @@ -36284,44 +36284,29 @@ biolink:LifeStage a sh:NodeShape ; sh:description "A stage of development or growth of an organism, including post-natal adult stages" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; @@ -36334,28 +36319,43 @@ biolink:LifeStage a sh:NodeShape ; sh:order 10 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], + sh:order 11 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; @@ -36368,70 +36368,96 @@ biolink:NucleicAcidEntity a sh:NodeShape ; sh:description "A nucleic acid entity is a molecular entity characterized by availability in gene databases of nucleotide-based sequence representations of its precise sequence; for convenience of representation, partial sequences of various kinds are included." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:max_tolerated_dose ], + sh:order 2 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "connects a genomic feature to its sequence" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:has_biological_sequence ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 6 ; - sh:path biolink:available_from ], + sh:order 3 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 18 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:trade_name ], + [ sh:datatype xsd:string ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:max_tolerated_dose ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path rdfs:label ], + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:has_chemical_role ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:iri ], + sh:order 10 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:boolean ; sh:description "indicates whether a molecular entity is a metabolite" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:is_metabolite ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path rdf:type ], [ sh:datatype xsd:boolean ; - sh:description "" ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:is_toxic ], + sh:order 20 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "connects a genomic feature to its sequence" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:provided_by ], + sh:order 0 ; + sh:path biolink:has_biological_sequence ], [ sh:datatype xsd:string ; - sh:description "" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:trade_name ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:xref ], + sh:order 14 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -36443,59 +36469,42 @@ biolink:NucleicAcidEntity a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path biolink:full_name ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path biolink:deprecated ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:has_chemical_role ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:id ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 6 ; + sh:path biolink:available_from ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:boolean ; + sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path rdfs:label ] ; + sh:order 8 ; + sh:path biolink:is_toxic ] ; sh:targetClass biolink:NucleicAcidEntity . biolink:MolecularActivity a sh:NodeShape ; sh:closed true ; sh:description "An execution of a molecular function carried out by a gene product or macromolecular complex." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; + sh:property [ sh:class biolink:MolecularEntity ; + sh:description "A chemical entity that is the input for the reaction" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_input ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path rdfs:label ], + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 12 ; @@ -36505,29 +36514,18 @@ biolink:MolecularActivity a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 15 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:synonym ], + sh:order 13 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:id ], + sh:order 8 ; + sh:path biolink:full_name ], [ sh:class biolink:MolecularEntity ; sh:description "A chemical entity that is the output for the reaction" ; sh:nodeKind sh:IRI ; @@ -36539,27 +36537,17 @@ biolink:MolecularActivity a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:deprecated ], [ sh:class biolink:MacromolecularMachineMixin ; sh:description "The gene product, gene, or complex that catalyzes the reaction" ; sh:nodeKind sh:BlankNodeOrIRI ; sh:order 3 ; sh:path biolink:enabled_by ], - [ sh:class biolink:MolecularEntity ; - sh:description "A chemical entity that is the input for the reaction" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_input ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:iri ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -36567,34 +36555,71 @@ biolink:MolecularActivity a sh:NodeShape ; sh:order 11 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:iri ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:in_taxon ], + sh:order 0 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:full_name ] ; + sh:order 16 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path dct:description ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:xref ] ; sh:targetClass biolink:MolecularActivity . biolink:PopulationOfIndividualOrganisms a sh:NodeShape ; sh:closed true ; sh:description "A collection of individuals from the same taxonomic class distinguished by one or more characteristics. Characteristics can include, but are not limited to, shared geographic location, genetics, phenotypes." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -36619,33 +36644,11 @@ biolink:PopulationOfIndividualOrganisms a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; @@ -36658,21 +36661,18 @@ biolink:PopulationOfIndividualOrganisms a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ] ; + sh:order 8 ; + sh:path biolink:category ] ; sh:targetClass biolink:PopulationOfIndividualOrganisms . biolink:MacromolecularMachineMixin a sh:NodeShape ; sh:closed false ; sh:description "A union of gene locus, gene product, and macromolecular complex. These are the basic units of function in a cell. They either carry out individual biological activities, or they encode molecules which do this." ; - sh:ignoredProperties ( biolink:synonym biolink:xref rdf:type ) ; + sh:ignoredProperties ( rdf:type biolink:xref biolink:synonym ) ; sh:property [ sh:datatype xsd:string ; sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; @@ -36684,53 +36684,41 @@ biolink:MacromolecularMachineMixin a sh:NodeShape ; biolink:MolecularEntity a sh:NodeShape ; sh:closed true ; sh:description "A molecular entity is a chemical entity composed of individual or covalently bonded atoms." ; - sh:ignoredProperties ( biolink:has_biological_sequence biolink:in_taxon rdf:type biolink:in_taxon_label ) ; + sh:ignoredProperties ( biolink:in_taxon_label rdf:type biolink:has_biological_sequence biolink:in_taxon ) ; sh:property [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:datatype xsd:boolean ; + sh:description "" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:is_toxic ], + [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "indicates whether a molecular entity is a metabolite" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:is_metabolite ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:full_name ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; sh:nodeKind sh:IRI ; - sh:order 16 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path biolink:deprecated ], + sh:order 5 ; + sh:path biolink:has_chemical_role ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:is_toxic ], + sh:order 1 ; + sh:path biolink:trade_name ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -36738,99 +36726,98 @@ biolink:MolecularEntity a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path dct:description ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:has_chemical_role ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:boolean ; + sh:description "indicates whether a molecular entity is a metabolite" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:iri ], + sh:order 0 ; + sh:path biolink:is_metabolite ], [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 2 ; sh:path biolink:available_from ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:max_tolerated_dose ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], + sh:order 11 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:trade_name ] ; + sh:order 6 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:MolecularEntity . biolink:PhysicalEntity a sh:NodeShape ; sh:closed true ; sh:description "An entity that has material reality (a.k.a. physical essence)." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; + sh:property [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], + sh:order 7 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:provided_by ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path dct:description ], + sh:order 4 ; + sh:path biolink:id ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -36842,6 +36829,18 @@ biolink:PhysicalEntity a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -36849,15 +36848,16 @@ biolink:PhysicalEntity a sh:NodeShape ; sh:order 2 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:type ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:category ] ; + sh:order 3 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:PhysicalEntity . biolink:ChemicalEntityOrGeneOrGeneProduct a sh:NodeShape ; @@ -36871,17 +36871,27 @@ biolink:Genotype a sh:NodeShape ; sh:description "An information content entity that describes a genome by specifying the total variation in genomic sequence and/or gene expression, relative to some established background" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:id ], + sh:order 9 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:provided_by ], + sh:order 7 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; @@ -36889,76 +36899,66 @@ biolink:Genotype a sh:NodeShape ; sh:order 1 ; sh:path biolink:has_biological_sequence ], [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], + sh:order 13 ; + sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], + sh:order 5 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 2 ; + sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:iri ], + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdfs:label ], [ sh:class biolink:Zygosity ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; - sh:path biolink:has_zygosity ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ] ; + sh:path biolink:has_zygosity ] ; sh:targetClass biolink:Genotype . biolink:SequenceVariant a sh:NodeShape ; @@ -36966,26 +36966,52 @@ biolink:SequenceVariant a sh:NodeShape ; sh:description "A sequence_variant is a non exact copy of a sequence_feature or genome exhibiting one or more sequence_alteration." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path dct:description ], [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], + sh:order 2 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:provided_by ], + [ sh:class biolink:Gene ; + sh:description "Each allele can be associated with any number of genes" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_gene ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdfs:label ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 4 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:xref ], + sh:order 7 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -36996,46 +37022,16 @@ biolink:SequenceVariant a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The state of the sequence w.r.t a reference sequence" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:has_biological_sequence ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:iri ], - [ sh:class biolink:Gene ; - sh:description "Each allele can be associated with any number of genes" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_gene ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:synonym ], + sh:order 11 ; + sh:path rdf:type ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -37043,62 +37039,66 @@ biolink:SequenceVariant a sh:NodeShape ; sh:order 10 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "The state of the sequence w.r.t a reference sequence" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:in_taxon_label ], + sh:order 1 ; + sh:path biolink:has_biological_sequence ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:full_name ] ; + sh:order 8 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:xref ] ; sh:targetClass biolink:SequenceVariant . biolink:ChemicalEntity a sh:NodeShape ; sh:closed true ; sh:description "A chemical entity is a physical entity that pertains to chemistry or biochemistry." ; - sh:ignoredProperties ( biolink:is_supplement biolink:drug_regulatory_status_world_wide rdf:type biolink:has_biological_sequence biolink:in_taxon_label biolink:routes_of_delivery biolink:in_taxon biolink:highest_FDA_approval_status biolink:is_metabolite ) ; + sh:ignoredProperties ( biolink:in_taxon_label biolink:is_metabolite biolink:highest_FDA_approval_status biolink:routes_of_delivery biolink:has_biological_sequence biolink:is_supplement biolink:drug_regulatory_status_world_wide rdf:type biolink:in_taxon ) ; sh:property [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:iri ], + sh:order 6 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:trade_name ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:deprecated ], + sh:order 11 ; + sh:path biolink:category ], [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 1 ; sh:path biolink:available_from ], - [ sh:datatype xsd:string ; + [ sh:datatype xsd:boolean ; + sh:description "" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdf:type ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:order 3 ; + sh:path biolink:is_toxic ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:category ], + sh:order 13 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; @@ -37115,106 +37115,113 @@ biolink:ChemicalEntity a sh:NodeShape ; sh:order 8 ; sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path rdfs:label ], + sh:order 9 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path rdf:type ], [ sh:class biolink:ChemicalRole ; sh:description "A role is particular behaviour which a chemical entity may exhibit." ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:has_chemical_role ], [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:trade_name ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:boolean ; - sh:description "" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:is_toxic ], + sh:order 10 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:max_tolerated_dose ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:xref ] ; + sh:order 14 ; + sh:path dct:description ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 16 ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:ChemicalEntity . biolink:Agent a sh:NodeShape ; sh:closed true ; sh:description "person, group, organization or project that provides a piece of information (i.e. a knowledge association)" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "a professional relationship between one provider (often a person) within another provider (often an organization). Target provider identity should be specified by a CURIE. Providers may have multiple affiliations." ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:affiliation ], - [ sh:datatype xsd:string ; - sh:description "Different classes of agents have distinct preferred identifiers. For publishers, use the ISBN publisher code. See https://grp.isbn-international.org/ for publisher code lookups. For editors, authors and individual providers, use the individual's ORCID if available; Otherwise, a ScopusID, ResearchID or Google Scholar ID ('GSID') may be used if the author ORCID is unknown. Institutional agents could be identified by an International Standard Name Identifier ('ISNI') code." ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 11 ; + sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "it is recommended that an author's 'name' property be formatted as \"surname, firstname initial.\"" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:xref ], [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 7 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "Different classes of agents have distinct preferred identifiers. For publishers, use the ISBN publisher code. See https://grp.isbn-international.org/ for publisher code lookups. For editors, authors and individual providers, use the individual's ORCID if available; Otherwise, a ScopusID, ResearchID or Google Scholar ID ('GSID') may be used if the author ORCID is unknown. Institutional agents could be identified by an International Standard Name Identifier ('ISNI') code." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:datatype xsd:anyURI ; + sh:description "a professional relationship between one provider (often a person) within another provider (often an organization). Target provider identity should be specified by a CURIE. Providers may have multiple affiliations." ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:affiliation ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; @@ -37228,16 +37235,9 @@ biolink:Agent a sh:NodeShape ; sh:order 1 ; sh:path biolink:address ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ] ; + sh:order 9 ; + sh:path rdf:type ] ; sh:targetClass biolink:Agent . biolink:PhenotypicFeature a sh:NodeShape ; @@ -37245,83 +37245,83 @@ biolink:PhenotypicFeature a sh:NodeShape ; sh:description "A combination of entity and quality that makes up a phenotyping statement. An observable characteristic of an individual resulting from the interaction of its genotype with its molecular and physical environment." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 9 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], + sh:order 8 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:synonym ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 10 ; + sh:path rdfs:label ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:provided_by ], [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 11 ; + sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ] ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:PhenotypicFeature . biolink:ChemicalRole a sh:NodeShape ; @@ -37334,32 +37334,29 @@ biolink:ChemicalRole a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path rdfs:label ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:full_name ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], + sh:order 3 ; + sh:path biolink:has_qualitative_value ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; sh:nodeKind sh:BlankNodeOrIRI ; @@ -37376,24 +37373,21 @@ biolink:ChemicalRole a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:synonym ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path dct:description ], + sh:order 11 ; + sh:path rdf:type ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:iri ], + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -37401,11 +37395,17 @@ biolink:ChemicalRole a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:xref ], + sh:order 12 ; + sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -37420,17 +37420,14 @@ biolink:DiseaseOrPhenotypicFeature a sh:NodeShape ; sh:description "Either one of a disease or an individual phenotypic feature. Some knowledge resources such as Monarch treat these as distinct, others such as MESH conflate. Please see definitions of phenotypic feature and disease in this model for their independent descriptions. This class is helpful to enforce domains and ranges that may involve either a disease or a phenotypic feature." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], + sh:order 3 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -37438,38 +37435,39 @@ biolink:DiseaseOrPhenotypicFeature a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:id ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 11 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; @@ -37477,122 +37475,124 @@ biolink:DiseaseOrPhenotypicFeature a sh:NodeShape ; sh:order 7 ; sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ] ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:DiseaseOrPhenotypicFeature . biolink:Gene a sh:NodeShape ; sh:closed true ; sh:description "A region (or regions) that includes all of the sequence elements necessary to encode a functional transcript. A gene locus may include regulatory regions, transcribed regions and/or other functional sequence regions." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "Symbol for a particular thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], + sh:order 0 ; + sh:path biolink:symbol ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:iri ], + sh:order 2 ; + sh:path biolink:has_biological_sequence ], + [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:id ], + sh:order 11 ; + sh:path rdf:type ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ], + sh:order 7 ; + sh:path biolink:full_name ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "connects a genomic feature to its sequence" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:has_biological_sequence ], + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:full_name ], + sh:order 12 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:in_taxon_label ], + sh:order 3 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "Symbol for a particular thing" ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:symbol ], + sh:order 9 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 13 ; sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:in_taxon ] ; + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:Gene . biolink:BiologicalSex a sh:NodeShape ; @@ -37604,6 +37604,12 @@ biolink:BiologicalSex a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:iri ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path biolink:category ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; @@ -37616,12 +37622,29 @@ biolink:BiologicalSex a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:full_name ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -37632,27 +37655,16 @@ biolink:BiologicalSex a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], - [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path rdfs:label ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:provided_by ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -37660,61 +37672,46 @@ biolink:BiologicalSex a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path dct:description ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ] ; + sh:order 9 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:BiologicalSex . biolink:AnatomicalEntity a sh:NodeShape ; sh:closed true ; sh:description "A subcellular location, cell type or gross anatomical part" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:property [ sh:datatype xsd:string ; + sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; + sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -37722,57 +37719,60 @@ biolink:AnatomicalEntity a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:iri ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], + sh:order 8 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "The human readable scientific name for the taxon of the entity." ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:in_taxon_label ] ; + sh:order 13 ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:AnatomicalEntity . biolink:GeneOrGeneProduct a sh:NodeShape ; sh:closed false ; sh:description "A union of gene loci or gene products. Frequently an identifier for one will be used as proxy for another" ; - sh:ignoredProperties ( biolink:synonym biolink:xref rdf:type ) ; + sh:ignoredProperties ( rdf:type biolink:xref biolink:synonym ) ; sh:property [ sh:datatype xsd:string ; sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; @@ -37803,28 +37803,12 @@ biolink:Disease a sh:NodeShape ; sh:closed true ; sh:description "A disorder of structure or function, especially one that produces specific signs, phenotypes or symptoms or that affects a specific location and is not simply a direct result of physical injury. A disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; @@ -37832,43 +37816,37 @@ biolink:Disease a sh:NodeShape ; sh:order 1 ; sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 5 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 11 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:provided_by ], + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; @@ -37880,44 +37858,56 @@ biolink:Disease a sh:NodeShape ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; - sh:path biolink:id ] ; + sh:path biolink:id ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path biolink:category ] ; sh:targetClass biolink:Disease . biolink:OrganismTaxon a sh:NodeShape ; sh:closed true ; sh:description "A classification of a set of organisms. Example instances: NCBITaxon:9606 (Homo sapiens), NCBITaxon:2 (Bacteria). Can also be used to represent strains or subspecies." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:xref ], + sh:order 12 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:full_name ], + sh:order 8 ; + sh:path rdf:type ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:provided_by ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -37925,17 +37915,11 @@ biolink:OrganismTaxon a sh:NodeShape ; sh:order 10 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:deprecated ], + sh:order 9 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -37943,55 +37927,89 @@ biolink:OrganismTaxon a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 5 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:synonym ], + [ sh:class biolink:TaxonomicRank ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_taxonomic_rank ], + [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:iri ] ; + sh:targetClass biolink:OrganismTaxon . + +biolink:NamedThing a sh:NodeShape ; + sh:closed true ; + sh:description "a databased entity or concept/class" ; + sh:ignoredProperties ( biolink:address biolink:rights biolink:trade_name biolink:in_taxon biolink:creation_date biolink:volume biolink:authors biolink:drug_regulatory_status_world_wide biolink:has_zygosity biolink:has_qualitative_value biolink:has_output biolink:distribution_download_url biolink:in_taxon_label dct:type biolink:longitude schema1:logo biolink:has_biological_sequence biolink:has_gene biolink:resource_id biolink:mesh_terms biolink:published_in biolink:format biolink:has_attribute_type biolink:highest_FDA_approval_status biolink:available_from biolink:has_dataset biolink:keywords biolink:affiliation biolink:license biolink:has_gene_or_gene_product biolink:has_quantitative_value biolink:has_chemical_role biolink:chapter biolink:symbol biolink:timepoint biolink:has_procedure biolink:is_metabolite biolink:routes_of_delivery biolink:resource_role rdf:type biolink:pages biolink:summary biolink:has_taxonomic_rank biolink:ingest_date dct:distribution biolink:has_input biolink:is_toxic biolink:issue biolink:latitude biolink:has_device biolink:enabled_by biolink:has_drug biolink:upstream_resource_ids biolink:is_supplement biolink:iso_abbreviation biolink:max_tolerated_dose biolink:source_web_page ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; + sh:order 8 ; sh:path rdfs:label ], - [ sh:class biolink:TaxonomicRank ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_taxonomic_rank ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; + sh:nodeKind sh:Literal ; sh:order 11 ; - sh:path biolink:has_attribute ] ; - sh:targetClass biolink:OrganismTaxon . - -biolink:NamedThing a sh:NodeShape ; - sh:closed true ; - sh:description "a databased entity or concept/class" ; - sh:ignoredProperties ( biolink:has_attribute_type biolink:longitude biolink:drug_regulatory_status_world_wide biolink:has_drug biolink:has_chemical_role biolink:pages biolink:chapter biolink:has_device biolink:rights biolink:max_tolerated_dose biolink:published_in schema1:logo rdf:type biolink:address biolink:resource_id biolink:format biolink:is_supplement biolink:timepoint biolink:upstream_resource_ids biolink:license biolink:in_taxon biolink:keywords biolink:in_taxon_label biolink:routes_of_delivery biolink:highest_FDA_approval_status biolink:available_from biolink:ingest_date biolink:source_web_page dct:type biolink:has_gene_or_gene_product biolink:has_dataset biolink:latitude biolink:volume biolink:issue biolink:has_procedure biolink:enabled_by biolink:authors biolink:affiliation biolink:creation_date biolink:summary biolink:has_quantitative_value biolink:has_qualitative_value dct:distribution biolink:has_input biolink:mesh_terms biolink:resource_role biolink:has_biological_sequence biolink:distribution_download_url biolink:is_toxic biolink:has_output biolink:has_gene biolink:is_metabolite biolink:has_zygosity biolink:has_taxonomic_rank biolink:symbol biolink:iso_abbreviation biolink:trade_name ) ; - sh:property [ sh:datatype xsd:string ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 2 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:provided_by ], + sh:order 5 ; + sh:path biolink:iri ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -37999,11 +38017,6 @@ biolink:NamedThing a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 4 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:synonym ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; @@ -38015,40 +38028,21 @@ biolink:NamedThing a sh:NodeShape ; sh:order 10 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ] ; + sh:order 3 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:NamedThing . biolink:EvidenceType a sh:NodeShape ; sh:closed true ; sh:description "Class of evidence that supports an association" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; + sh:property [ sh:datatype xsd:string ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], + sh:order 2 ; + sh:path biolink:format ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -38061,17 +38055,27 @@ biolink:EvidenceType a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 1 ; sh:path biolink:rights ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path rdfs:label ], + sh:order 3 ; + sh:path biolink:creation_date ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:format ], + sh:order 9 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -38083,82 +38087,102 @@ biolink:EvidenceType a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:license ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], + sh:order 10 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 7 ; sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:creation_date ], - [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 12 ; + sh:path rdfs:label ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:iri ], + sh:order 15 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 6 ; - sh:path biolink:full_name ] ; + sh:path biolink:full_name ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:xref ] ; sh:targetClass biolink:EvidenceType . biolink:Publication a sh:NodeShape ; sh:closed true ; sh:description "Any ‘published’ piece of information. Publications are considered broadly to include any document or document part made available in print or on the web - which may include scientific journal issues, individual articles, and books - as well as things like pre-prints, white papers, patents, drug labels, web pages, protocol documents, and even a part of a publication if of significant knowledge scope (e.g. a figure, figure legend, or section highlighted by NLP)." ; - sh:ignoredProperties ( biolink:issue biolink:published_in rdf:type biolink:chapter biolink:iso_abbreviation biolink:volume ) ; + sh:ignoredProperties ( biolink:volume biolink:iso_abbreviation biolink:published_in biolink:chapter rdf:type biolink:issue ) ; sh:property [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:license ], + sh:order 10 ; + sh:path biolink:creation_date ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path biolink:full_name ], + sh:order 19 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; + sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:synonym ], + sh:order 1 ; + sh:path biolink:pages ], + [ sh:datatype xsd:string ; + sh:description "keywords tagging a publication" ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:keywords ], + [ sh:datatype xsd:anyURI ; + sh:description "mesh terms tagging a publication" ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:mesh_terms ], [ sh:class biolink:Agent ; sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:authors ], [ sh:datatype xsd:string ; - sh:description "executive summary of a publication" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:summary ], + sh:order 8 ; + sh:path biolink:rights ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; sh:maxCount 1 ; @@ -38172,42 +38196,22 @@ biolink:Publication a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 15 ; sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:license ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 21 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 16 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path biolink:pages ], - [ sh:datatype xsd:anyURI ; - sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:datatype xsd:anyURI ; - sh:description "mesh terms tagging a publication" ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:mesh_terms ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:provided_by ], + sh:order 9 ; + sh:path biolink:format ], [ sh:datatype xsd:string ; sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; sh:minCount 1 ; @@ -38215,43 +38219,39 @@ biolink:Publication a sh:NodeShape ; sh:order 6 ; sh:path dct:type ], [ sh:datatype xsd:string ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:rights ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path biolink:creation_date ], + sh:order 12 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; + sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path biolink:format ], - [ sh:datatype xsd:string ; - sh:description "keywords tagging a publication" ; - sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:keywords ], - [ sh:datatype xsd:string ; - sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; + sh:order 18 ; + sh:path rdfs:label ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path dct:description ], + sh:order 16 ; + sh:path biolink:category ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 20 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:anyURI ; + sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; + sh:description "executive summary of a publication" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path rdfs:label ] ; + sh:order 2 ; + sh:path biolink:summary ] ; sh:targetClass biolink:Publication . biolink:RetrievalSource a sh:NodeShape ; @@ -38259,76 +38259,54 @@ biolink:RetrievalSource a sh:NodeShape ; sh:description "Provides information about how a particular InformationResource served as a source from which knowledge expressed in an Edge, or data used to generate this knowledge, was retrieved." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path biolink:id ], - [ sh:datatype xsd:anyURI ; - sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 13 ; - sh:path biolink:category ], + sh:order 4 ; + sh:path biolink:license ], [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path rdf:type ], + sh:order 8 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:synonym ], - [ sh:datatype xsd:anyURI ; - sh:description "The InformationResources that served as a source for the InformationResource that served as a source for the knowledge expressed in an Edge, or data used to generate this knowledge." ; + [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:upstream_resource_ids ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:order 6 ; + sh:path biolink:format ], + [ sh:description "The role of the InformationResource in the retrieval of the knowledge expressed in an Edge, or data used to generate this knowledge." ; + sh:in ( "primary_knowledge_source" "aggregator_knowledge_source" "supporting_data_source" ) ; sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path biolink:creation_date ], + sh:minCount 1 ; + sh:order 1 ; + sh:path biolink:resource_role ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; sh:order 3 ; sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:license ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 16 ; sh:path dct:description ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:format ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path biolink:provided_by ], [ sh:datatype xsd:anyURI ; sh:description "The InformationResource that served as a source for the knowledge expressed in an Edge, or data used to generate this knowledge." ; sh:maxCount 1 ; @@ -38336,6 +38314,19 @@ biolink:RetrievalSource a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 0 ; sh:path biolink:resource_id ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path biolink:id ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path biolink:creation_date ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; @@ -38347,39 +38338,51 @@ biolink:RetrievalSource a sh:NodeShape ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path biolink:deprecated ], - [ sh:description "The role of the InformationResource in the retrieval of the knowledge expressed in an Edge, or data used to generate this knowledge." ; - sh:in ( "primary_knowledge_source" "aggregator_knowledge_source" "supporting_data_source" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path biolink:resource_role ], [ sh:datatype xsd:string ; sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 15 ; - sh:path rdfs:label ] ; + sh:path rdfs:label ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path rdf:type ], + [ sh:datatype xsd:anyURI ; + sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path biolink:category ], + [ sh:datatype xsd:anyURI ; + sh:description "The InformationResources that served as a source for the InformationResource that served as a source for the knowledge expressed in an Edge, or data used to generate this knowledge." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path biolink:upstream_resource_ids ] ; sh:targetClass biolink:RetrievalSource . biolink:Study a sh:NodeShape ; sh:closed true ; sh:description "a detailed investigation and/or analysis" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], + sh:property [ sh:datatype xsd:string ; + sh:description "Alternate human-readable names for a thing" ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path rdf:type ], + sh:order 4 ; + sh:path biolink:id ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -38387,22 +38390,20 @@ biolink:Study a sh:NodeShape ; sh:order 11 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path biolink:provided_by ], + sh:order 7 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; - sh:order 3 ; - sh:path biolink:synonym ], + sh:order 2 ; + sh:path biolink:full_name ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; @@ -38410,11 +38411,10 @@ biolink:Study a sh:NodeShape ; sh:order 6 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:iri ], + sh:order 0 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; @@ -38427,103 +38427,103 @@ biolink:Study a sh:NodeShape ; sh:order 1 ; sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "a long-form human readable name for a thing" ; + sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path biolink:full_name ], + sh:order 8 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for an attribute or entity." ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path rdfs:label ] ; + sh:order 5 ; + sh:path biolink:iri ] ; sh:targetClass biolink:Study . biolink:Attribute a sh:NodeShape ; sh:closed true ; sh:description "A property or characteristic of an entity. For example, an apple may have properties such as color, shape, age, crispiness. An environmental sample may have attributes such as depth, lat, long, material." ; - sh:ignoredProperties ( biolink:timepoint biolink:has_gene_or_gene_product rdf:type biolink:has_biological_sequence biolink:in_taxon_label biolink:in_taxon ) ; - sh:property [ sh:class biolink:OntologyClass ; + sh:ignoredProperties ( biolink:timepoint biolink:has_gene_or_gene_product biolink:in_taxon_label biolink:has_biological_sequence rdf:type biolink:in_taxon ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNodeOrIRI ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 12 ; sh:path dct:description ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], [ sh:datatype xsd:string ; sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 8 ; sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path rdf:type ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 14 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path biolink:provided_by ], [ sh:datatype xsd:anyURI ; sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; sh:description "Alternate human-readable names for a thing" ; sh:nodeKind sh:Literal ; sh:order 9 ; sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path biolink:iri ], + sh:order 0 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path rdf:type ], [ sh:datatype xsd:anyURI ; sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:nodeKind sh:Literal ; @@ -38534,7 +38534,7 @@ biolink:Attribute a sh:NodeShape ; biolink:OntologyClass a sh:NodeShape ; sh:closed false ; sh:description "a concept or class in an ontology, vocabulary or thesaurus. Note that nodes in a biolink compatible KG can be considered both instances of biolink classes, and OWL classes in their own right. In general you should not need to use this class directly. Instead, use the appropriate biolink class. For example, for the GO concept of endocytosis (GO:0006897), use bl:BiologicalProcess as the type." ; - sh:ignoredProperties ( biolink:timepoint rdf:type ) ; + sh:ignoredProperties ( rdf:type biolink:timepoint ) ; sh:property [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; diff --git a/project/shex/biolink_model.shex b/project/shex/biolink_model.shex index 5db38e58a..fc2579b4d 100644 --- a/project/shex/biolink_model.shex +++ b/project/shex/biolink_model.shex @@ -1,5 +1,5 @@ # metamodel_version: 1.7.0 -# version: 4.2.5-rc2 +# version: 4.2.5 BASE PREFIX rdf: PREFIX rdfs: diff --git a/semmed-exclude-list-model.yaml b/semmed-exclude-list-model.yaml index f1d4553e6..8a90417b9 100644 --- a/semmed-exclude-list-model.yaml +++ b/semmed-exclude-list-model.yaml @@ -6,7 +6,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/ # Version should be kept in sync with primary Git repository release tag -version: 4.2.5-rc2 +version: 4.2.5 ## ------------ diff --git a/src/biolink_model/datamodel/model.py b/src/biolink_model/datamodel/model.py index 488851c26..48647a143 100644 --- a/src/biolink_model/datamodel/model.py +++ b/src/biolink_model/datamodel/model.py @@ -1,5 +1,5 @@ # Auto generated from biolink_model.yaml by pythongen.py version: 0.0.1 -# Generation date: 2024-11-11T20:23:50 +# Generation date: 2024-11-11T12:31:54 # Schema: Biolink-Model # # id: https://w3id.org/biolink/biolink-model @@ -26,7 +26,7 @@ from linkml_runtime.utils.metamodelcore import Bool, URIorCURIE, XSDDate, XSDTime metamodel_version = "1.7.0" -version = "4.2.5-rc2" +version = "4.2.5" # Overwrite dataclasses _init_fn to add **kwargs in __init__ dataclasses._init_fn = dataclasses_init_fn_with_kwargs diff --git a/src/biolink_model/datamodel/pydanticmodel_v2.py b/src/biolink_model/datamodel/pydanticmodel_v2.py index 614858731..55ee007f2 100644 --- a/src/biolink_model/datamodel/pydanticmodel_v2.py +++ b/src/biolink_model/datamodel/pydanticmodel_v2.py @@ -29,7 +29,7 @@ metamodel_version = "None" -version = "4.2.5-rc2" +version = "4.2.5" class ConfiguredBaseModel(BaseModel): diff --git a/src/biolink_model/schema/biolink_model.yaml b/src/biolink_model/schema/biolink_model.yaml index ee27fd8e4..2f102eb4f 100644 --- a/src/biolink_model/schema/biolink_model.yaml +++ b/src/biolink_model/schema/biolink_model.yaml @@ -6,7 +6,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/ # Version should be kept in sync with primary Git repository release tag -version: 4.2.5-rc2 +version: 4.2.5 ## ------------ ## diff --git a/src/biolink_model/scripts/classprefixes.py b/src/biolink_model/scripts/classprefixes.py index 08b4b69e8..33f7d5ed1 100644 --- a/src/biolink_model/scripts/classprefixes.py +++ b/src/biolink_model/scripts/classprefixes.py @@ -1,5 +1,5 @@ # Auto generated from class_prefixes.yaml by pythongen.py version: 0.0.1 -# Generation date: 2024-11-11T20:24:34 +# Generation date: 2024-11-11T12:32:42 # Schema: BiolinkClassPrefixes # # id: biolink-model-class-prefixes @@ -26,7 +26,7 @@ from linkml_runtime.utils.metamodelcore import URI, URIorCURIE metamodel_version = "1.7.0" -version = "4.2.5-rc2" +version = "4.2.5" # Overwrite dataclasses _init_fn to add **kwargs in __init__ dataclasses._init_fn = dataclasses_init_fn_with_kwargs