diff --git a/biolink-model.owl.ttl b/biolink-model.owl.ttl index d536969f7e..31b8f24c3d 100644 --- a/biolink-model.owl.ttl +++ b/biolink-model.owl.ttl @@ -130,20 +130,24 @@ biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation a owl:Class ; owl:onClass biolink:AnatomicalEntity ; owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:onClass biolink:AnatomicalEntity ; - owl:onProperty rdf:object ; - owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:PredicateType ; owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:AnatomicalEntity ; + owl:onProperty rdf:object ; + owl:qualifiedCardinality 1 ], biolink:AnatomicalEntityToAnatomicalEntityAssociation ; skos:definition "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." . biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation a owl:Class ; rdfs:label "anatomical entity to anatomical entity part of association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:onClass biolink:AnatomicalEntity ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; owl:onClass biolink:PredicateType ; owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], @@ -151,10 +155,6 @@ biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation a owl:Class ; owl:onClass biolink:AnatomicalEntity ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:onClass biolink:AnatomicalEntity ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], 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" . @@ -169,28 +169,16 @@ biolink:BehaviorToBehavioralFeatureAssociation a owl:Class ; rdfs:label "behavior to behavioral feature association" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Double ; - owl:onProperty biolink:has_quotient ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:Onset ; - owl:onProperty biolink:onset_qualifier ], + owl:onClass linkml:Integer ; + owl:onProperty biolink:has_count ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Double ; - owl:onProperty biolink:has_percentage ], + owl:onClass biolink:FrequencyValue ; + owl:onProperty biolink:frequency_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:SeverityValue ; owl:onProperty biolink:severity_qualifier ], - [ a owl:Restriction ; - owl:onClass biolink:Behavior ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:FrequencyValue ; - owl:onProperty biolink:frequency_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:BiologicalSex ; @@ -199,14 +187,26 @@ biolink:BehaviorToBehavioralFeatureAssociation a owl:Class ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Integer ; owl:onProperty biolink:has_total ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml:Double ; + owl:onProperty biolink:has_percentage ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml:Double ; + owl:onProperty biolink:has_quotient ], [ a owl:Restriction ; owl:onClass biolink:BehavioralFeature ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:Behavior ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Integer ; - owl:onProperty biolink:has_count ], + owl:onClass biolink:Onset ; + owl:onProperty biolink:onset_qualifier ], biolink:Association, biolink:EntityToPhenotypicFeatureAssociationMixin ; skos:definition "An association between an mixture behavior and a behavioral feature manifested by the individual exhibited or has exhibited the behavior." . @@ -254,12 +254,8 @@ biolink:CaseToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "case to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:FrequencyValue ; - owl:onProperty biolink:frequency_qualifier ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:SeverityValue ; - owl:onProperty biolink:severity_qualifier ], + owl:onClass linkml:Double ; + owl:onProperty biolink:has_quotient ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:Onset ; @@ -271,19 +267,23 @@ biolink:CaseToPhenotypicFeatureAssociation a owl:Class ; [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Double ; - owl:onProperty biolink:has_quotient ], + owl:onProperty biolink:has_percentage ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Integer ; owl:onProperty biolink:has_total ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Integer ; - owl:onProperty biolink:has_count ], + owl:onClass biolink:SeverityValue ; + owl:onProperty biolink:severity_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Double ; - owl:onProperty biolink:has_percentage ], + owl:onClass biolink:FrequencyValue ; + owl:onProperty biolink:frequency_qualifier ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml:Integer ; + owl:onProperty biolink:has_count ], biolink:Association, biolink:CaseToEntityAssociationMixin, biolink:EntityToPhenotypicFeatureAssociationMixin ; @@ -292,13 +292,13 @@ biolink:CaseToPhenotypicFeatureAssociation a owl:Class ; biolink:CausalGeneToDiseaseAssociation a owl:Class ; rdfs:label "causal gene to disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass biolink:GeneOrGeneProduct ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; owl:onClass biolink:Disease ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:GeneOrGeneProduct ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], biolink:EntityToDiseaseAssociationMixin, biolink:GeneToDiseaseAssociation, biolink:GeneToEntityAssociationMixin . @@ -316,9 +316,9 @@ biolink:Cell a owl:Class ; biolink:CellLineAsAModelOfDiseaseAssociation a owl:Class ; rdfs:label "cell line as a model of disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:Onset ; - owl:onProperty biolink:onset_qualifier ], + owl:onClass biolink:CellLine ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:FrequencyValue ; @@ -328,9 +328,9 @@ biolink:CellLineAsAModelOfDiseaseAssociation a owl:Class ; owl:onClass biolink:SeverityValue ; owl:onProperty biolink:severity_qualifier ], [ a owl:Restriction ; - owl:onClass biolink:CellLine ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:Onset ; + owl:onProperty biolink:onset_qualifier ], biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation, biolink:EntityToDiseaseAssociationMixin, biolink:ModelToDiseaseAssociationMixin . @@ -340,81 +340,85 @@ biolink:ChemicalAffectsGeneAssociation a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; - owl:onProperty biolink:object_aspect_qualifier ], - [ a owl:Restriction ; - owl:onClass biolink:ChemicalEntity ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:DirectionQualifierEnum ; - owl:onProperty biolink:object_direction_qualifier ], + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:CausalMechanismQualifierEnum ; owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; + owl:onClass biolink:GeneOrGeneProduct ; + owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:DirectionQualifierEnum ; + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:AnatomicalEntity ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:ChemicalEntityDerivativeEnum ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:onClass biolink:OrganismTaxon ; + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; - owl:onProperty biolink:object_part_qualifier ], + owl:onClass biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:DirectionQualifierEnum ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:onClass linkml:String ; + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:AnatomicalEntity ; - owl:onProperty biolink:subject_context_qualifier ], + owl:onClass biolink:ChemicalEntityDerivativeEnum ; + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:AnatomicalEntity ; owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:OrganismTaxon ; - owl:onProperty biolink:species_context_qualifier ], + owl:onClass biolink:DirectionQualifierEnum ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty biolink:qualified_predicate ], + owl:onClass biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; + owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; - owl:onClass biolink:GeneOrGeneProduct ; - owl:onProperty rdf:object ; + owl:onClass biolink:ChemicalEntity ; + owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; - owl:onProperty biolink:subject_part_qualifier ], + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; - owl:onProperty biolink:object_form_or_variant_qualifier ], + owl:onClass biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; + owl:onProperty biolink:object_part_qualifier ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:AnatomicalEntity ; + owl:onProperty biolink:anatomical_context_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.)" . biolink:ChemicalEntityAssessesNamedThingAssociation a owl:Class ; rdfs:label "chemical entity assesses named thing association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:onClass biolink:ChemicalEntity ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; owl:onClass biolink:PredicateType ; owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], @@ -422,19 +426,11 @@ biolink:ChemicalEntityAssessesNamedThingAssociation a owl:Class ; owl:onClass biolink:NamedThing ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:onClass biolink:ChemicalEntity ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], biolink:Association . biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation a owl:Class ; rdfs:label "chemical entity or gene or gene product regulates gene association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass biolink:GeneOrGeneProduct ; - owl:onProperty rdf:object ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:DirectionQualifierEnum ; owl:onProperty biolink:object_direction_qualifier ], @@ -446,6 +442,10 @@ biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation a owl:Class ; owl:onClass biolink:PredicateType ; owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:GeneOrGeneProduct ; + owl:onProperty rdf:object ; + owl:qualifiedCardinality 1 ], biolink:Association ; skos:definition "A regulatory relationship between two genes" . @@ -453,48 +453,48 @@ biolink:ChemicalGeneInteractionAssociation a owl:Class ; rdfs:label "chemical gene interaction association" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; - owl:onProperty biolink:object_form_or_variant_qualifier ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:AnatomicalEntity ; - owl:onProperty biolink:subject_context_qualifier ], + owl:onClass biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; + owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; + owl:onClass biolink:ChemicalEntity ; + owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:AnatomicalEntity ; - owl:onProperty biolink:object_context_qualifier ], + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:ChemicalEntityDerivativeEnum ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:onClass biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:onClass biolink:GeneOrGeneProduct ; - owl:onProperty rdf:object ; + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; - owl:onProperty biolink:subject_part_qualifier ], + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:AnatomicalEntity ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:onProperty biolink:object_context_qualifier ], + [ a owl:Restriction ; + owl:onClass biolink:GeneOrGeneProduct ; + owl:onProperty rdf:object ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:onClass biolink:ChemicalEntity ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:ChemicalEntityDerivativeEnum ; + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; - owl:onProperty biolink:object_part_qualifier ], + owl:onClass biolink:AnatomicalEntity ; + owl:onProperty biolink:subject_context_qualifier ], biolink:Association, biolink:ChemicalToEntityAssociationMixin ; 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)" ; @@ -516,14 +516,14 @@ biolink:ChemicalToChemicalDerivationAssociation a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom biolink:MacromolecularMachineMixin ; owl:onProperty biolink:catalyst_qualifier ], - [ a owl:Restriction ; - owl:onClass biolink:ChemicalEntity ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:PredicateType ; owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:ChemicalEntity ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:ChemicalEntity ; owl:onProperty rdf:object ; @@ -631,15 +631,15 @@ biolink:ContributorAssociation a owl:Class ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; - owl:onClass biolink:InformationContentEntity ; - owl:onProperty rdf:subject ; + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:allValuesFrom biolink:OntologyClass ; owl:onProperty biolink:qualifiers ], [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; + owl:onClass biolink:InformationContentEntity ; + owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], biolink:Association ; skos:definition "Any association between an entity (such as a publication) and various agents that contribute to its realisation" . @@ -708,45 +708,45 @@ biolink:DiseaseToExposureEventAssociation a owl:Class ; biolink:DiseaseToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "disease to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:onClass biolink:PhenotypicFeature ; + owl:onProperty rdf:object ; + owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Integer ; - owl:onProperty biolink:has_count ], + owl:onClass biolink:FrequencyValue ; + owl:onProperty biolink:frequency_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Integer ; - owl:onProperty biolink:has_total ], + owl:onProperty biolink:has_count ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:SeverityValue ; - owl:onProperty biolink:severity_qualifier ], + owl:onClass linkml:Double ; + owl:onProperty biolink:has_quotient ], [ a owl:Restriction ; - owl:onClass biolink:Disease ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml:Integer ; + owl:onProperty biolink:has_total ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Double ; - owl:onProperty biolink:has_quotient ], + owl:onProperty biolink:has_percentage ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:Onset ; owl:onProperty biolink:onset_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Double ; - owl:onProperty biolink:has_percentage ], + owl:onClass biolink:SeverityValue ; + owl:onProperty biolink:severity_qualifier ], [ a owl:Restriction ; - owl:onClass biolink:PhenotypicFeature ; - owl:onProperty rdf:object ; + owl:onClass biolink:Disease ; + owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:BiologicalSex ; owl:onProperty biolink:sex_qualifier ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:FrequencyValue ; - owl:onProperty biolink:frequency_qualifier ], biolink:Association, biolink:DiseaseToEntityAssociationMixin, biolink:EntityToPhenotypicFeatureAssociationMixin ; @@ -782,12 +782,12 @@ biolink:DrugToGeneInteractionExposure a owl:Class ; biolink:DruggableGeneToDiseaseAssociation a owl:Class ; rdfs:label "druggable gene to disease association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:DruggableGeneCategoryEnum ; + owl:onProperty biolink:has_evidence ], + [ a owl:Restriction ; owl:onClass biolink:GeneOrGeneProduct ; owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DruggableGeneCategoryEnum ; - owl:onProperty biolink:has_evidence ], [ a owl:Restriction ; owl:onClass biolink:PredicateType ; owl:onProperty rdf:predicate ; @@ -871,41 +871,41 @@ biolink:ExposureEventToOutcomeAssociation a owl:Class ; biolink:ExposureEventToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "exposure event to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass biolink:ExposureEvent ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Double ; - owl:onProperty biolink:has_quotient ], + owl:onClass biolink:SeverityValue ; + owl:onProperty biolink:severity_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:FrequencyValue ; - owl:onProperty biolink:frequency_qualifier ], + owl:onClass linkml:Integer ; + owl:onProperty biolink:has_total ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Integer ; owl:onProperty biolink:has_count ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:SeverityValue ; - owl:onProperty biolink:severity_qualifier ], + owl:onClass linkml:Double ; + owl:onProperty biolink:has_quotient ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Double ; owl:onProperty biolink:has_percentage ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:Onset ; + owl:onProperty biolink:onset_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:BiologicalSex ; owl:onProperty biolink:sex_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:Onset ; - owl:onProperty biolink:onset_qualifier ], + owl:onClass biolink:FrequencyValue ; + owl:onProperty biolink:frequency_qualifier ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Integer ; - owl:onProperty biolink:has_total ], + owl:onClass biolink:ExposureEvent ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], biolink:Association, biolink:EntityToPhenotypicFeatureAssociationMixin ; skos:definition "Any association between an environment and a phenotypic feature, where being in the environment influences the phenotype." . @@ -944,44 +944,44 @@ biolink:GeneAsAModelOfDiseaseAssociation a owl:Class ; biolink:GeneHasVariantThatContributesToDiseaseAssociation a owl:Class ; rdfs:label "gene has variant that contributes to disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass biolink:GeneOrGeneProduct ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; owl:onProperty biolink:subject_form_or_variant_qualifier ], - [ a owl:Restriction ; - owl:onClass biolink:Disease ; - owl:onProperty rdf:object ; - owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:PredicateType ; owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:GeneOrGeneProduct ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:Disease ; + owl:onProperty rdf:object ; + owl:qualifiedCardinality 1 ], biolink:GeneToDiseaseAssociation . biolink:GeneToExpressionSiteAssociation a owl:Class ; rdfs:label "gene to expression site association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:LifeStage ; - owl:onProperty biolink:stage_qualifier ], - [ a owl:Restriction ; owl:onClass biolink:GeneOrGeneProduct ; owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:AnatomicalEntity ; + owl:onProperty rdf:object ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:OntologyClass ; owl:onProperty biolink:quantifier_qualifier ], [ a owl:Restriction ; - owl:onClass biolink:AnatomicalEntity ; - owl:onProperty rdf:object ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:LifeStage ; + owl:onProperty biolink:stage_qualifier ], + [ a owl:Restriction ; + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], biolink:Association ; skos:definition "An association between a gene and a gene expression site, possibly qualified by stage/timing info." . @@ -990,24 +990,24 @@ biolink:GeneToGeneCoexpressionAssociation a owl:Class ; rdfs:label "gene to gene coexpression association" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:AnatomicalEntity ; - owl:onProperty biolink:expression_site ], + owl:onClass biolink:OntologyClass ; + owl:onProperty biolink:quantifier_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:DiseaseOrPhenotypicFeature ; owl:onProperty biolink:phenotypic_state ], [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; - owl:qualifiedCardinality 1 ], + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:AnatomicalEntity ; + owl:onProperty biolink:expression_site ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:LifeStage ; owl:onProperty biolink:stage_qualifier ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:OntologyClass ; - owl:onProperty biolink:quantifier_qualifier ], + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; + owl:qualifiedCardinality 1 ], biolink:GeneExpressionMixin, biolink:GeneToGeneAssociation ; skos:definition "Indicates that two genes are co-expressed, generally under the same conditions." . @@ -1049,16 +1049,16 @@ biolink:GeneToGeneHomologyAssociation a owl:Class ; biolink:GeneToGeneProductRelationship a owl:Class ; rdfs:label "gene to gene product relationship" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; + owl:onClass biolink:GeneProductMixin ; + owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:Gene ; owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; - owl:onClass biolink:GeneProductMixin ; - owl:onProperty rdf:object ; + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], biolink:SequenceFeatureRelationship ; skos:definition "A gene is transcribed and potentially translated to a gene product" . @@ -1094,13 +1094,13 @@ biolink:GeneToPathwayAssociation a owl:Class ; biolink:GeneToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "gene to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass biolink:GeneOrGeneProduct ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; owl:onClass biolink:PhenotypicFeature ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:GeneOrGeneProduct ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], biolink:EntityToPhenotypicFeatureAssociationMixin, biolink:GeneToDiseaseOrPhenotypicFeatureAssociation, biolink:GeneToEntityAssociationMixin ; @@ -1125,6 +1125,9 @@ biolink:Genome a owl:Class ; biolink:GenomicBackgroundExposure a owl:Class ; rdfs:label "genomic background exposure" ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:in_taxon ], + [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:BiologicalSequence ; owl:onProperty biolink:has_biological_sequence ], @@ -1132,9 +1135,6 @@ biolink:GenomicBackgroundExposure a owl:Class ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:LabelType ; owl:onProperty rdfs:label ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:in_taxon ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:TimeType ; @@ -1167,27 +1167,27 @@ biolink:GenotypeToGeneAssociation a owl:Class ; owl:onClass biolink:PredicateType ; owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:onClass biolink:Gene ; - owl:onProperty rdf:object ; - owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:Genotype ; owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:Gene ; + owl:onProperty rdf:object ; + owl:qualifiedCardinality 1 ], 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" . biolink:GenotypeToGenotypePartAssociation a owl:Class ; rdfs:label "genotype to genotype part association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass biolink:Genotype ; - owl:onProperty rdf:object ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; owl:onClass biolink:PredicateType ; owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:Genotype ; + owl:onProperty rdf:object ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:Genotype ; owl:onProperty rdf:subject ; @@ -1198,45 +1198,45 @@ biolink:GenotypeToGenotypePartAssociation a owl:Class ; biolink:GenotypeToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "genotype to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:onClass biolink:Genotype ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Double ; - owl:onProperty biolink:has_quotient ], + owl:onClass biolink:FrequencyValue ; + owl:onProperty biolink:frequency_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:Onset ; - owl:onProperty biolink:onset_qualifier ], + owl:onClass biolink:BiologicalSex ; + owl:onProperty biolink:sex_qualifier ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Integer ; - owl:onProperty biolink:has_count ], + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:SeverityValue ; owl:onProperty biolink:severity_qualifier ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:Onset ; + owl:onProperty biolink:onset_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Integer ; owl:onProperty biolink:has_total ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:FrequencyValue ; - owl:onProperty biolink:frequency_qualifier ], + owl:onClass linkml:Integer ; + owl:onProperty biolink:has_count ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Double ; owl:onProperty biolink:has_percentage ], + [ a owl:Restriction ; + owl:onClass biolink:Genotype ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:BiologicalSex ; - owl:onProperty biolink:sex_qualifier ], + owl:onClass linkml:Double ; + owl:onProperty biolink:has_quotient ], biolink:Association, biolink:EntityToPhenotypicFeatureAssociationMixin, biolink:GenotypeToEntityAssociationMixin ; @@ -1248,14 +1248,14 @@ biolink:GenotypeToVariantAssociation a owl:Class ; owl:onClass biolink:Genotype ; owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; - owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:SequenceVariant ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; + owl:qualifiedCardinality 1 ], biolink:Association ; skos:definition "Any association between a genotype and a sequence variant." . @@ -1345,10 +1345,6 @@ 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:onClass biolink:NamedThing ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; owl:onClass biolink:PredicateType ; owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], @@ -1356,6 +1352,10 @@ biolink:InformationContentEntityToNamedThingAssociation a owl:Class ; owl:onClass biolink:NamedThing ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:NamedThing ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], 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)." . @@ -1425,14 +1425,14 @@ biolink:MaterialSampleDerivationAssociation a owl:Class ; owl:onClass biolink:MaterialSample ; owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; - owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:NamedThing ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; + owl:qualifiedCardinality 1 ], biolink:Association ; skos:definition "An association between a material sample and the material entity from which it is derived." . @@ -1453,13 +1453,13 @@ biolink:MicroRNA a owl:Class ; biolink:MolecularActivityToChemicalEntityAssociation a owl:Class ; rdfs:label "molecular activity to chemical entity association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass biolink:ChemicalEntity ; - owl:onProperty rdf:object ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; owl:onClass biolink:MolecularActivity ; owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:ChemicalEntity ; + owl:onProperty rdf:object ; + owl:qualifiedCardinality 1 ], 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" . @@ -1467,11 +1467,11 @@ biolink:MolecularActivityToMolecularActivityAssociation a owl:Class ; rdfs:label "molecular activity to molecular activity association" ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass biolink:MolecularActivity ; - owl:onProperty rdf:object ; + owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:MolecularActivity ; - owl:onProperty rdf:subject ; + owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], 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" . @@ -1482,14 +1482,14 @@ biolink:MolecularActivityToPathwayAssociation a owl:Class ; owl:onClass biolink:Pathway ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; - owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:MolecularActivity ; owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; + owl:qualifiedCardinality 1 ], biolink:Association ; skos:definition "Association that holds the relationship between a reaction and the pathway it participates in." . @@ -1501,25 +1501,25 @@ biolink:MortalityOutcome 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:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; + owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:OntologyClass ; - owl:onProperty biolink:object_context_qualifier ], - [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; - owl:qualifiedCardinality 1 ], + owl:onClass linkml:String ; + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:OntologyClass ; owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onClass biolink:OntologyClass ; + owl:onProperty biolink:object_context_qualifier ], biolink:Association ; skos:definition "" . @@ -1552,6 +1552,10 @@ biolink:ObservedExpectedFrequencyAnalysisResult a owl:Class ; biolink:OrganismTaxonToEnvironmentAssociation a owl:Class ; rdfs:label "organism taxon to environment association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:onClass biolink:NamedThing ; + owl:onProperty rdf:object ; + owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; owl:onClass biolink:OrganismTaxon ; owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], @@ -1559,30 +1563,26 @@ biolink:OrganismTaxonToEnvironmentAssociation a owl:Class ; owl:onClass biolink:PredicateType ; owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:onClass biolink:NamedThing ; - owl:onProperty rdf:object ; - owl:qualifiedCardinality 1 ], biolink:Association, biolink:OrganismTaxonToEntityAssociation . biolink:OrganismTaxonToOrganismTaxonInteraction a owl:Class ; rdfs:label "organism taxon to organism taxon interaction" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty biolink:associated_environmental_context ], - [ a owl:Restriction ; - owl:onClass biolink:OrganismTaxon ; - owl:onProperty rdf:subject ; + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:OrganismTaxon ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml:String ; + owl:onProperty biolink:associated_environmental_context ], + [ a owl:Restriction ; + owl:onClass biolink:OrganismTaxon ; + owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], 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" . @@ -1591,11 +1591,11 @@ biolink:OrganismTaxonToOrganismTaxonSpecialization a owl:Class ; rdfs:label "organism taxon to organism taxon specialization" ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass biolink:OrganismTaxon ; - owl:onProperty rdf:object ; + owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:OrganismTaxon ; - owl:onProperty rdf:subject ; + owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:PredicateType ; @@ -1619,14 +1619,6 @@ 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:maxQualifiedCardinality 1 ; - owl:onClass biolink:Onset ; - owl:onProperty biolink:onset_qualifier ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:FrequencyValue ; - owl:onProperty biolink:frequency_qualifier ], - [ a owl:Restriction ; owl:onClass biolink:OrganismalEntity ; owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], @@ -1634,6 +1626,14 @@ biolink:OrganismalEntityAsAModelOfDiseaseAssociation a owl:Class ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:SeverityValue ; owl:onProperty biolink:severity_qualifier ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:Onset ; + owl:onProperty biolink:onset_qualifier ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:FrequencyValue ; + owl:onProperty biolink:frequency_qualifier ], biolink:Association, biolink:EntityToDiseaseAssociationMixin, biolink:ModelToDiseaseAssociationMixin . @@ -1641,25 +1641,25 @@ biolink:OrganismalEntityAsAModelOfDiseaseAssociation a owl:Class ; biolink:PairwiseMolecularInteraction a owl:Class ; rdfs:label "pairwise molecular interaction" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass biolink:MolecularEntity ; - owl:onProperty rdf:subject ; + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:OntologyClass ; - owl:onProperty biolink:interacting_molecules_category ], [ a owl:Restriction ; owl:onClass linkml:String ; owl:onProperty biolink:id ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; - owl:qualifiedCardinality 1 ], + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:OntologyClass ; + owl:onProperty biolink:interacting_molecules_category ], [ a owl:Restriction ; owl:onClass biolink:MolecularEntity ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:MolecularEntity ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], biolink:PairwiseGeneToGeneInteraction ; skos:definition "An interaction at the molecular level between two physical entities" . @@ -1920,13 +1920,16 @@ biolink:SequenceVariantModulatesTreatmentAssociation a owl:Class ; biolink:Serial a owl:Class ; rdfs:label "serial" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; - owl:onProperty biolink:id ; - owl:qualifiedCardinality 1 ], + owl:onProperty biolink:issue ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:String ; + owl:onProperty rdf:type ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; - owl:onProperty biolink:volume ], + owl:onProperty biolink:id ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; @@ -1934,10 +1937,7 @@ biolink:Serial a owl:Class ; [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; - owl:onProperty biolink:issue ], - [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty rdf:type ], + owl:onProperty biolink:volume ], 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." . @@ -2027,11 +2027,11 @@ biolink:TaxonToTaxonAssociation a owl:Class ; rdfs:label "taxon to taxon association" ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass biolink:OrganismTaxon ; - owl:onProperty rdf:subject ; + owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:OrganismTaxon ; - owl:onProperty rdf:object ; + owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], biolink:Association . @@ -2043,13 +2043,13 @@ biolink:TextMiningResult a owl:Class ; biolink:TranscriptToGeneRelationship a owl:Class ; rdfs:label "transcript to gene relationship" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass biolink:Transcript ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; owl:onClass biolink:Gene ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:Transcript ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], biolink:SequenceFeatureRelationship ; skos:definition "A gene is a collection of transcripts" . @@ -2078,25 +2078,25 @@ biolink:VariantAsAModelOfDiseaseAssociation a owl:Class ; biolink:VariantToGeneExpressionAssociation a owl:Class ; rdfs:label "variant to gene expression association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:LifeStage ; + owl:onProperty biolink:stage_qualifier ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:DiseaseOrPhenotypicFeature ; + owl:onProperty biolink:phenotypic_state ], + [ a owl:Restriction ; owl:onClass biolink:PredicateType ; owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:OntologyClass ; - owl:onProperty biolink:quantifier_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:AnatomicalEntity ; owl:onProperty biolink:expression_site ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:LifeStage ; - owl:onProperty biolink:stage_qualifier ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:DiseaseOrPhenotypicFeature ; - owl:onProperty biolink:phenotypic_state ], + owl:onClass biolink:OntologyClass ; + owl:onProperty biolink:quantifier_qualifier ], biolink:GeneExpressionMixin, biolink:VariantToGeneAssociation ; skos:definition "An association between a variant and expression of a gene (i.e. e-QTL)" . @@ -2104,21 +2104,13 @@ biolink:VariantToGeneExpressionAssociation a owl:Class ; biolink:VariantToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "variant to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass biolink:SequenceVariant ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:Onset ; - owl:onProperty biolink:onset_qualifier ], - [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:BiologicalSex ; owl:onProperty biolink:sex_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Integer ; - owl:onProperty biolink:has_count ], + owl:onProperty biolink:has_total ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Double ; @@ -2127,18 +2119,26 @@ biolink:VariantToPhenotypicFeatureAssociation a owl:Class ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:FrequencyValue ; owl:onProperty biolink:frequency_qualifier ], + [ a owl:Restriction ; + owl:onClass biolink:SequenceVariant ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:SeverityValue ; owl:onProperty biolink:severity_qualifier ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml:Integer ; + owl:onProperty biolink:has_count ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Double ; owl:onProperty biolink:has_percentage ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Integer ; - owl:onProperty biolink:has_total ], + owl:onClass biolink:Onset ; + owl:onProperty biolink:onset_qualifier ], biolink:Association, biolink:EntityToPhenotypicFeatureAssociationMixin, biolink:VariantToEntityAssociationMixin . @@ -2146,33 +2146,33 @@ biolink:VariantToPhenotypicFeatureAssociation a owl:Class ; biolink:VariantToPopulationAssociation a owl:Class ; rdfs:label "variant to population association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Double ; - owl:onProperty biolink:has_quotient ], + owl:onClass biolink:SequenceVariant ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:PopulationOfIndividualOrganisms ; + owl:onProperty rdf:object ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Integer ; owl:onProperty biolink:has_count ], - [ a owl:Restriction ; - owl:onClass biolink:SequenceVariant ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Integer ; owl:onProperty biolink:has_total ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml:Double ; + owl:onProperty biolink:has_percentage ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:FrequencyValue ; owl:onProperty biolink:frequency_qualifier ], - [ a owl:Restriction ; - owl:onClass biolink:PopulationOfIndividualOrganisms ; - owl:onProperty rdf:object ; - owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Double ; - owl:onProperty biolink:has_percentage ], + owl:onProperty biolink:has_quotient ], biolink:Association, biolink:FrequencyQualifierMixin, biolink:FrequencyQuantifier, @@ -2972,10 +2972,6 @@ biolink:Article a owl:Class ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; owl:onProperty biolink:issue ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty biolink:volume ], [ a owl:Restriction ; owl:onClass linkml:Uriorcurie ; owl:onProperty biolink:published_in ; @@ -2984,6 +2980,10 @@ biolink:Article a owl:Class ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; owl:onProperty biolink:iso_abbreviation ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml: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, @@ -3009,13 +3009,13 @@ biolink:BehavioralFeature a owl:Class ; biolink:BookChapter a owl:Class ; rdfs:label "book chapter" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass linkml:Uriorcurie ; - owl:onProperty biolink:published_in ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; owl:onProperty biolink:volume ], + [ a owl:Restriction ; + owl:onClass linkml:Uriorcurie ; + owl:onProperty biolink:published_in ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; @@ -3230,6 +3230,10 @@ biolink:GeneOrGeneProductOrChemicalEntityAspectEnum a owl:Class ; biolink:GenotypeToDiseaseAssociation a owl:Class ; rdfs:label "genotype to disease association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:onClass biolink:NamedThing ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:SeverityValue ; owl:onProperty biolink:severity_qualifier ], @@ -3245,10 +3249,6 @@ biolink:GenotypeToDiseaseAssociation a owl:Class ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:FrequencyValue ; owl:onProperty biolink:frequency_qualifier ], - [ a owl:Restriction ; - owl:onClass biolink:NamedThing ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:NamedThing ; owl:onProperty rdf:object ; @@ -3336,16 +3336,16 @@ biolink:ReactionToParticipantAssociation a owl:Class ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:ReactionDirectionEnum ; - owl:onProperty biolink:reaction_direction ], + owl:onClass linkml:Integer ; + owl:onProperty biolink:stoichiometry ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:ReactionSideEnum ; owl:onProperty biolink:reaction_side ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Integer ; - owl:onProperty biolink:stoichiometry ], + owl:onClass biolink:ReactionDirectionEnum ; + owl:onProperty biolink:reaction_direction ], biolink:ChemicalToChemicalAssociation . biolink:SequenceAssociation a owl:Class ; @@ -3371,18 +3371,18 @@ biolink:SymbolType a owl:Class ; biolink:Treatment a owl:Class ; rdfs:label "treatment" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:TimeType ; - owl:onProperty biolink:timepoint ], - [ a owl:Restriction ; - 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:allValuesFrom biolink:Drug ; owl:onProperty biolink:has_drug ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Procedure ; + owl:onProperty biolink:has_procedure ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:TimeType ; + owl:onProperty biolink:timepoint ], biolink:ChemicalOrDrugOrTreatment, biolink:ExposureEvent, biolink:NamedThing ; @@ -3396,29 +3396,29 @@ biolink:Treatment a owl:Class ; biolink:VariantToDiseaseAssociation a owl:Class ; rdfs:label "variant to disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass biolink:NamedThing ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:FrequencyValue ; + owl:onProperty biolink:frequency_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:SeverityValue ; - owl:onProperty biolink:severity_qualifier ], + owl:onClass biolink:Onset ; + owl:onProperty biolink:onset_qualifier ], [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; + owl:onClass biolink:NamedThing ; + owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:NamedThing ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:FrequencyValue ; - owl:onProperty biolink:frequency_qualifier ], + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:Onset ; - owl:onProperty biolink:onset_qualifier ], + owl:onClass biolink:SeverityValue ; + owl:onProperty biolink:severity_qualifier ], biolink:Association, biolink:EntityToDiseaseAssociationMixin, biolink:VariantToEntityAssociationMixin . @@ -5809,13 +5809,13 @@ biolink:EntityToExposureEventAssociationMixin a owl:Class ; biolink:EntityToFeatureOrDiseaseQualifiersMixin a owl:Class ; rdfs:label "entity to feature or disease qualifiers mixin" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:Onset ; - owl:onProperty biolink:onset_qualifier ], - [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:SeverityValue ; owl:onProperty biolink:severity_qualifier ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:Onset ; + owl:onProperty biolink:onset_qualifier ], biolink:FrequencyQualifierMixin, linkml:mixin ; skos:definition "Qualifiers for entity to disease or phenotype associations." . @@ -5920,20 +5920,20 @@ biolink:FrequencyQuantifier a owl:Class ; rdfs:label "frequency quantifier" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Integer ; - owl:onProperty biolink:has_total ], + owl:onClass linkml:Double ; + owl:onProperty biolink:has_quotient ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Double ; - owl:onProperty biolink:has_quotient ], + owl:onProperty biolink:has_percentage ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Integer ; owl:onProperty biolink:has_count ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Double ; - owl:onProperty biolink:has_percentage ], + owl:onClass linkml:Integer ; + owl:onProperty biolink:has_total ], biolink:RelationshipQuantifier, linkml:mixin . @@ -6106,56 +6106,56 @@ biolink:GeneToDiseaseOrPhenotypicFeatureAssociation a owl:Class ; rdfs:label "gene to disease or phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Integer ; - owl:onProperty biolink:has_total ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:BiologicalSex ; - owl:onProperty biolink:sex_qualifier ], + owl:onClass biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Integer ; owl:onProperty biolink:has_count ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:FrequencyValue ; - owl:onProperty biolink:frequency_qualifier ], + owl:onClass biolink:BiologicalSex ; + owl:onProperty biolink:sex_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:SeverityValue ; - owl:onProperty biolink:severity_qualifier ], - [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; - owl:qualifiedCardinality 1 ], + owl:onClass biolink:DirectionQualifierEnum ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Double ; owl:onProperty biolink:has_percentage ], - [ a owl:Restriction ; - owl:onClass biolink:GeneOrGeneProduct ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:DiseaseOrPhenotypicFeature ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:GeneOrGeneProduct ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:DirectionQualifierEnum ; - owl:onProperty biolink:object_direction_qualifier ], + owl:onClass biolink:Onset ; + owl:onProperty biolink:onset_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onClass linkml:Integer ; + owl:onProperty biolink:has_total ], + [ a owl:Restriction ; + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Double ; owl:onProperty biolink:has_quotient ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:Onset ; - owl:onProperty biolink:onset_qualifier ], + owl:onClass biolink:FrequencyValue ; + owl:onProperty biolink:frequency_qualifier ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:SeverityValue ; + owl:onProperty biolink:severity_qualifier ], biolink:Association, biolink:EntityToPhenotypicFeatureAssociationMixin, biolink:GeneToEntityAssociationMixin ; @@ -6975,21 +6975,21 @@ biolink:FrequencyQualifierMixin a owl:Class ; biolink:GeneExpressionMixin a owl:Class ; rdfs:label "gene expression mixin" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:LifeStage ; - owl:onProperty biolink:stage_qualifier ], - [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:AnatomicalEntity ; owl:onProperty biolink:expression_site ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:OntologyClass ; + owl:onProperty biolink:quantifier_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:DiseaseOrPhenotypicFeature ; owl:onProperty biolink:phenotypic_state ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:OntologyClass ; - owl:onProperty biolink:quantifier_qualifier ], + owl:onClass biolink:LifeStage ; + owl:onProperty biolink:stage_qualifier ], linkml:mixin ; skos:definition "Observed gene expression intensity, context (site, stage) and associated phenotypic status within which the expression occurs." . @@ -6997,11 +6997,11 @@ biolink:GeneToGeneAssociation a owl:Class ; rdfs:label "gene to gene association" ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass biolink:GeneOrGeneProduct ; - owl:onProperty rdf:subject ; + owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:GeneOrGeneProduct ; - owl:onProperty rdf:object ; + owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], biolink:Association ; skos:altLabel "molecular or genetic interaction" ; @@ -7063,85 +7063,85 @@ biolink:PredicateMapping a owl:Class ; rdfs:label "predicate mapping" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty biolink:object_derivative_qualifier ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:onClass biolink:OrganismTaxon ; + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:onClass biolink:DirectionQualifierEnum ; + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; - owl:qualifiedCardinality 1 ], + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:exact_match ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty biolink:object_form_or_variant_qualifier ], + owl:onClass biolink:DirectionQualifierEnum ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:CausalMechanismQualifierEnum ; - owl:onProperty biolink:causal_mechanism_qualifier ], + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:broad_match ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; - owl:onProperty biolink:object_context_qualifier ], + owl:onProperty biolink:mapped_predicate ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:DirectionQualifierEnum ; - owl:onProperty biolink:object_direction_qualifier ], + owl:onClass linkml:String ; + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:OrganismTaxon ; - owl:onProperty biolink:species_context_qualifier ], + owl:onClass linkml:String ; + owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:narrow_match ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; - owl:onProperty biolink:qualified_predicate ], + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; - owl:onProperty biolink:mapped_predicate ], + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; - owl:onProperty biolink:subject_part_qualifier ], + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:onProperty biolink:object_derivative_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; - owl:onProperty biolink:anatomical_context_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:exact_match ], + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:DirectionQualifierEnum ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:onClass linkml:String ; + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:broad_match ], + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml:String ; + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; - owl:onProperty biolink:subject_context_qualifier ] ; + owl:onProperty biolink:anatomical_context_qualifier ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:CausalMechanismQualifierEnum ; + owl:onProperty biolink:causal_mechanism_qualifier ], + [ a owl:Restriction ; + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; + owl:qualifiedCardinality 1 ] ; 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." . biolink:Protein a owl:Class ; @@ -7163,11 +7163,11 @@ biolink:SequenceFeatureRelationship a owl:Class ; rdfs:label "sequence feature relationship" ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass biolink:NucleicAcidEntity ; - owl:onProperty rdf:object ; + owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:NucleicAcidEntity ; - owl:onProperty rdf:subject ; + owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], biolink:Association ; skos:definition "For example, a particular exon is part of a particular transcript or gene" ; @@ -7385,10 +7385,6 @@ biolink:ClinicalAttribute a owl:Class ; biolink:DatasetVersion a owl:Class ; rdfs:label "dataset version" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:Dataset ; - owl:onProperty biolink:has_dataset ], - [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; owl:onProperty biolink:ingest_date ], @@ -7396,6 +7392,10 @@ biolink:DatasetVersion a owl:Class ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:DatasetDistribution ; owl:onProperty dct:distribution ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:Dataset ; + owl:onProperty biolink:has_dataset ], biolink:InformationContentEntity ; skos:definition "an item that holds version level information about a dataset." . @@ -7445,13 +7445,13 @@ biolink:PhysicalEntity a owl:Class ; biolink:QuantityValue a owl:Class ; rdfs:label "quantity value" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Double ; - owl:onProperty biolink:has_numeric_value ], - [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:Unit ; owl:onProperty biolink:has_unit ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml:Double ; + owl:onProperty biolink:has_numeric_value ], 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" ; linkml:is_a biolink:Annotation . @@ -7797,11 +7797,11 @@ biolink:LifeStage a owl:Class ; biolink:MolecularActivity a owl:Class ; rdfs:label "molecular activity" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:MacromolecularMachineMixin ; - owl:onProperty biolink:enabled_by ], - [ a owl:Restriction ; owl:allValuesFrom biolink:MolecularEntity ; owl:onProperty biolink:has_output ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:MacromolecularMachineMixin ; + owl:onProperty biolink:enabled_by ], [ a owl:Restriction ; owl:allValuesFrom biolink:MolecularEntity ; owl:onProperty biolink:has_input ], @@ -7819,10 +7819,6 @@ biolink:MolecularActivity a owl:Class ; biolink:RetrievalSource a owl:Class ; rdfs:label "retrieval source" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass linkml:Uriorcurie ; - owl:onProperty biolink:resource_id ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Uriorcurie ; owl:onProperty biolink:upstream_resource_ids ], @@ -7830,6 +7826,10 @@ biolink:RetrievalSource a owl:Class ; owl:onClass biolink:ResourceRoleEnum ; owl:onProperty biolink:resource_role ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass linkml:Uriorcurie ; + owl:onProperty biolink:resource_id ; + owl:qualifiedCardinality 1 ], 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." . @@ -7980,14 +7980,14 @@ biolink:ChemicalMixture a owl:Class ; [ a owl:Restriction ; owl:allValuesFrom biolink:DrugDeliveryEnum ; owl:onProperty biolink:routes_of_delivery ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty biolink:drug_regulatory_status_world_wide ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:ChemicalMixture ; owl:onProperty biolink:is_supplement ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml:String ; + owl:onProperty biolink:drug_regulatory_status_world_wide ], biolink:ChemicalEntity ; skos:closeMatch dcid:ChemicalCompound ; skos:definition "A chemical mixture is a chemical entity composed of two or more molecular entities." ; @@ -8034,11 +8034,11 @@ biolink:GeneOrGeneProductOrChemicalPartQualifierEnum a owl:Class ; biolink:GeneProductMixin a owl:Class ; rdfs:label "gene product mixin" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:LabelType ; - owl:onProperty biolink:synonym ], - [ a owl:Restriction ; owl:allValuesFrom linkml:Uriorcurie ; owl:onProperty biolink:xref ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:LabelType ; + owl:onProperty biolink:synonym ], biolink:GeneOrGeneProduct, linkml:mixin ; skos:definition "The functional molecular product of a single gene locus. Gene products are either proteins or functional RNA molecules." ; @@ -8049,13 +8049,13 @@ biolink:GeneProductMixin a owl:Class ; biolink:ModelToDiseaseAssociationMixin a owl:Class ; rdfs:label "model to disease association mixin" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; owl:onClass biolink:NamedThing ; owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; + owl:qualifiedCardinality 1 ], linkml:mixin ; skos:definition "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" . @@ -8338,9 +8338,10 @@ biolink:Entity a owl:Class ; owl:onClass biolink:NarrativeText ; owl:onProperty dct:description ], [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty rdf:type ], - [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:LabelType ; + owl:onProperty rdfs:label ], + [ a owl:Restriction ; owl:allValuesFrom biolink:CategoryType ; owl:onProperty biolink:category ], [ a owl:Restriction ; @@ -8348,16 +8349,15 @@ biolink:Entity a owl:Class ; owl:onClass biolink:IriType ; owl:onProperty biolink:iri ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:LabelType ; - owl:onProperty rdfs:label ], + owl:onClass linkml:String ; + owl:onProperty biolink:id ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:allValuesFrom biolink:Attribute ; owl:onProperty biolink:has_attribute ], [ a owl:Restriction ; - owl:onClass linkml:String ; - owl:onProperty biolink:id ; - owl:qualifiedCardinality 1 ] ; + owl:allValuesFrom linkml:String ; + owl:onProperty rdf:type ] ; skos:definition "Root Biolink Model class for all things and informational relationships, real or imagined." . biolink:Genotype a owl:Class ; @@ -8506,14 +8506,18 @@ biolink:EntityToPhenotypicFeatureAssociationMixin a owl:Class ; owl:onClass biolink:PhenotypicFeature ; owl:onProperty rdf:object ; owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:BiologicalSex ; + owl:onProperty biolink:sex_qualifier ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Double ; owl:onProperty biolink:has_quotient ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:BiologicalSex ; - owl:onProperty biolink:sex_qualifier ], + owl:onClass linkml:Integer ; + owl:onProperty biolink:has_count ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Double ; @@ -8522,10 +8526,6 @@ biolink:EntityToPhenotypicFeatureAssociationMixin a owl:Class ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Integer ; owl:onProperty biolink:has_total ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Integer ; - owl:onProperty biolink:has_count ], biolink:EntityToFeatureOrDiseaseQualifiersMixin, biolink:FrequencyQuantifier, linkml:mixin . @@ -8642,37 +8642,37 @@ biolink:Drug a owl:Class ; biolink:GenomicSequenceLocalization a owl:Class ; rdfs:label "genomic sequence localization" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:StrandEnum ; - owl:onProperty biolink:genome_build ], - [ a owl:Restriction ; owl:onClass biolink:NucleicAcidEntity ; - owl:onProperty rdf:object ; + owl:onProperty rdf:subject ; owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Integer ; - owl:onProperty biolink:end_interbase_coordinate ], + owl:onClass biolink:StrandEnum ; + owl:onProperty biolink:genome_build ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:StrandEnum ; owl:onProperty biolink:strand ], [ a owl:Restriction ; - owl:onClass biolink:NucleicAcidEntity ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:PhaseEnum ; + owl:onProperty biolink:phase ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Integer ; owl:onProperty biolink:start_interbase_coordinate ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml:Integer ; + owl:onProperty biolink:end_interbase_coordinate ], + [ a owl:Restriction ; + owl:onClass biolink:NucleicAcidEntity ; + owl:onProperty rdf:object ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:onClass biolink:PredicateType ; owl:onProperty rdf:predicate ; owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:PhaseEnum ; - owl:onProperty biolink:phase ], biolink:SequenceAssociation ; skos:broadMatch dcid:Chromosome ; skos:definition "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." ; @@ -8804,12 +8804,12 @@ biolink:EntityToDiseaseAssociationMixin a owl:Class ; biolink:NucleicAcidEntity a owl:Class ; rdfs:label "nucleic acid entity" ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:in_taxon ], + [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:LabelType ; owl:onProperty rdfs:label ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:in_taxon ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:BiologicalSequence ; @@ -8883,10 +8883,6 @@ biolink:timepoint a owl:ObjectProperty ; biolink:Agent a owl:Class ; rdfs:label "agent" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:LabelType ; - owl:onProperty rdfs:label ], - [ a owl:Restriction ; owl:allValuesFrom linkml:Uriorcurie ; owl:onProperty biolink:affiliation ], [ a owl:Restriction ; @@ -8897,6 +8893,10 @@ biolink:Agent a owl:Class ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; owl:onProperty biolink:address ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:LabelType ; + owl:onProperty rdfs:label ], biolink:AdministrativeEntity ; skos:altLabel "group" ; skos:definition "person, group, organization or project that provides a piece of information (i.e. a knowledge association)" ; @@ -8912,14 +8912,14 @@ biolink:Agent a owl:Class ; biolink:BiologicalProcessOrActivity a owl:Class ; rdfs:label "biological process or activity" ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:has_input ], + [ a owl:Restriction ; owl:allValuesFrom biolink:PhysicalEntity ; 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 ], biolink:BiologicalEntity, biolink:Occurrent, biolink:OntologyClass ; @@ -9049,6 +9049,10 @@ biolink:LabelType a owl:Class ; biolink:Attribute a owl:Class ; rdfs:label "attribute" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:NamedThing ; + owl:onProperty biolink:has_qualitative_value ], + [ a owl:Restriction ; owl:onClass biolink:OntologyClass ; owl:onProperty biolink:has_attribute_type ; owl:qualifiedCardinality 1 ], @@ -9059,10 +9063,6 @@ biolink:Attribute a owl:Class ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:LabelType ; owl:onProperty rdfs:label ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:NamedThing ; - owl:onProperty biolink:has_qualitative_value ], biolink:NamedThing, biolink:OntologyClass ; 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." ; @@ -9071,12 +9071,12 @@ biolink:Attribute a owl:Class ; biolink:BiologicalEntity a owl:Class ; rdfs:label "biological entity" ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:in_taxon ], + [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:LabelType ; owl:onProperty rdfs:label ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:in_taxon ], biolink:NamedThing, biolink:ThingWithTaxon ; skos:altLabel "bioentity" ; @@ -9113,16 +9113,16 @@ biolink:AnatomicalEntity a owl:Class ; biolink:SequenceVariant a owl:Class ; rdfs:label "sequence variant" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:Gene ; - owl:onProperty biolink:has_gene ], + owl:onClass linkml:String ; + owl:onProperty biolink:id ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:BiologicalSequence ; owl:onProperty biolink:has_biological_sequence ], [ a owl:Restriction ; - owl:onClass linkml:String ; - owl:onProperty biolink:id ; - owl:qualifiedCardinality 1 ], + owl:allValuesFrom biolink:Gene ; + owl:onProperty biolink:has_gene ], biolink:BiologicalEntity, biolink:GenomicEntity, biolink:OntologyClass, @@ -9139,35 +9139,35 @@ biolink:SequenceVariant a owl:Class ; biolink:Publication a owl:Class ; rdfs:label "publication" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty biolink:summary ], - [ a owl:Restriction ; owl:allValuesFrom linkml:Uriorcurie ; owl:onProperty biolink:mesh_terms ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:LabelType ; - owl:onProperty rdfs:label ], - [ a owl:Restriction ; - owl:onClass linkml:String ; - owl:onProperty biolink:id ; - owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty biolink:pages ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Agent ; - owl:onProperty biolink:authors ], + owl:onProperty biolink:keywords ], [ a owl:Class ; owl:intersectionOf ( [ a owl:Restriction ; owl:allValuesFrom linkml:String ; owl:onProperty dct:type ] [ a owl:Restriction ; owl:onProperty dct:type ; owl:someValuesFrom linkml:String ] ) ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Agent ; + owl:onProperty biolink:authors ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml:String ; + owl:onProperty biolink:summary ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty biolink:keywords ], + owl:onProperty biolink:pages ], + [ a owl:Restriction ; + owl:onClass linkml:String ; + owl:onProperty biolink:id ; + owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:LabelType ; + owl:onProperty rdfs:label ], 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 ; @@ -9177,12 +9177,15 @@ biolink:Publication a owl:Class ; biolink:ChemicalEntity a owl:Class ; rdfs:label "chemical entity" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:DrugAvailabilityEnum ; - owl:onProperty biolink:available_from ], + owl:allValuesFrom biolink:ChemicalRole ; + owl:onProperty biolink:has_chemical_role ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; owl:onProperty biolink:max_tolerated_dose ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:DrugAvailabilityEnum ; + owl:onProperty biolink:available_from ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:ChemicalEntity ; @@ -9191,9 +9194,6 @@ biolink:ChemicalEntity a owl:Class ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:Boolean ; owl:onProperty biolink:is_toxic ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalRole ; - owl:onProperty biolink:has_chemical_role ], biolink:ChemicalEntityOrGeneOrGeneProduct, biolink:ChemicalEntityOrProteinOrPolypeptide, biolink:ChemicalOrDrugOrTreatment, @@ -9209,12 +9209,12 @@ biolink:ChemicalEntity a owl:Class ; biolink:Gene a owl:Class ; rdfs:label "gene" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:LabelType ; - owl:onProperty biolink:synonym ], - [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; owl:onProperty biolink:symbol ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:LabelType ; + owl:onProperty biolink:synonym ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass biolink:BiologicalSequence ; @@ -9335,18 +9335,43 @@ biolink:related_to_at_instance_level a owl:ObjectProperty, biolink:Association a owl:Class ; rdfs:label "association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom linkml:String ; + owl:onProperty biolink:subject_label_closure ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml:String ; + owl:onProperty biolink:object_namespace ], + [ a owl:Restriction ; owl:allValuesFrom biolink:Publication ; owl:onProperty biolink:publications ], [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty biolink:aggregator_knowledge_source ], + owl:onClass biolink:PredicateType ; + owl:onProperty rdf:predicate ; + owl:qualifiedCardinality 1 ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:RetrievalSource ; + owl:onProperty biolink:retrieval_source_ids ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:OntologyClass ; + owl:onProperty biolink:qualifiers ], + [ a owl:Restriction ; + owl:onClass biolink:NamedThing ; + owl:onProperty rdf:subject ; + owl:qualifiedCardinality 1 ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; owl:onProperty rdf:type ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:CategoryType ; + owl:onProperty biolink:category ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Uriorcurie ; - owl:onProperty biolink:original_predicate ], + owl:onClass linkml:String ; + owl:onProperty biolink:knowledge_source ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml:String ; + owl:onProperty biolink:original_subject ], [ a owl:Restriction ; owl:onClass biolink:NamedThing ; owl:onProperty rdf:object ; @@ -9357,78 +9382,53 @@ biolink:Association a owl:Class ; [ a owl:Restriction ; owl:allValuesFrom linkml:String ; owl:onProperty biolink:object_label_closure ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty biolink:object_namespace ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:OntologyClass ; - owl:onProperty biolink:subject_category ], [ a owl:Restriction ; owl:allValuesFrom biolink:OntologyClass ; owl:onProperty biolink:subject_category_closure ], [ a owl:Restriction ; owl:allValuesFrom biolink:EvidenceType ; owl:onProperty biolink:has_evidence ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:CategoryType ; - owl:onProperty biolink:category ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; owl:onProperty biolink:subject_namespace ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:TimeType ; - owl:onProperty biolink:timepoint ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:qualifiers ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty biolink:original_subject ], - [ a owl:Restriction ; - owl:onClass biolink:PredicateType ; - owl:onProperty rdf:predicate ; - owl:qualifiedCardinality 1 ], + owl:allValuesFrom linkml:String ; + owl:onProperty biolink:subject_closure ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:OntologyClass ; - owl:onProperty biolink:object_category ], + owl:onClass linkml:Uriorcurie ; + owl:onProperty biolink:original_predicate ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; owl:onProperty biolink:original_object ], [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty biolink:object_closure ], + owl:maxQualifiedCardinality 1 ; + owl:onClass linkml:Boolean ; + owl:onProperty biolink:negated ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; owl:onClass linkml:String ; - owl:onProperty biolink:knowledge_source ], + owl:onProperty biolink:primary_knowledge_source ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Boolean ; - owl:onProperty biolink:negated ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:RetrievalSource ; - owl:onProperty biolink:retrieval_source_ids ], + owl:onClass biolink:TimeType ; + owl:onProperty biolink:timepoint ], [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty biolink:subject_closure ], + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:OntologyClass ; + owl:onProperty biolink:object_category ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; - owl:onProperty biolink:subject_label_closure ], - [ a owl:Restriction ; - owl:onClass biolink:NamedThing ; - owl:onProperty rdf:subject ; - owl:qualifiedCardinality 1 ], + owl:onProperty biolink:aggregator_knowledge_source ], [ a owl:Restriction ; owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty biolink:primary_knowledge_source ], + owl:onClass biolink:OntologyClass ; + owl:onProperty biolink:subject_category ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:String ; + owl:onProperty biolink:object_closure ], biolink:Entity ; skos:definition "A typed association between two entities, supported by evidence" ; skos:exactMatch OBAN:association, @@ -9438,21 +9438,21 @@ biolink:Association a owl:Class ; biolink:NamedThing a owl:Class ; rdfs:label "named thing" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass biolink:LabelType ; - owl:onProperty biolink:full_name ], + owl:allValuesFrom linkml:Uriorcurie ; + owl:onProperty biolink:xref ], [ a owl:Class ; owl:intersectionOf ( [ a owl:Restriction ; owl:allValuesFrom biolink:CategoryType ; owl:onProperty biolink:category ] [ a owl:Restriction ; owl:onProperty biolink:category ; owl:someValuesFrom biolink:CategoryType ] ) ], - [ a owl:Restriction ; - owl:allValuesFrom linkml:Uriorcurie ; - owl:onProperty biolink:xref ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; owl:onProperty biolink:provided_by ], + [ a owl:Restriction ; + owl:maxQualifiedCardinality 1 ; + owl:onClass biolink:LabelType ; + owl:onProperty biolink:full_name ], biolink:Entity ; skos:definition "a databased entity or concept/class" ; skos:exactMatch STY:T071, diff --git a/biolink-model.shacl.ttl b/biolink-model.shacl.ttl index f0c05b0371..9f13d42753 100644 --- a/biolink-model.shacl.ttl +++ b/biolink-model.shacl.ttl @@ -17,27 +17,48 @@ biolink:AccessibleDnaRegion a sh:NodeShape ; sh:minCount 1 ; sh:order 1 ; sh:path biolink:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description "connects a genomic feature to its sequence" ; + sh:maxCount 1 ; + 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 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 2 ; - sh:path biolink:in_taxon ], - [ 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:order 4 ; + sh:path biolink:provided_by ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:has_biological_sequence ], + sh:order 3 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:order 9 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ 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:iri ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + 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 2 ; + sh:path biolink:in_taxon ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -46,53 +67,31 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 8 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:order 9 ; - sh:path rdf:type ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path rdfs:label ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ 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 4 ; - sh:path biolink:provided_by ] ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; 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:description "a long-form human readable name for a thing" ; + sh: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:order 2 ; - sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + sh:minCount 1 ; + sh:order 3 ; + sh:path biolink:id ], + [ 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 0 ; + sh:path biolink:provided_by ], + [ sh:order 6 ; + sh:path rdf:type ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 8 ; sh:path dct:description ], - [ 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 0 ; - sh:path biolink:provided_by ], - [ 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:order 3 ; - sh:path biolink:id ], + sh:order 7 ; + sh:path rdfs:label ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -102,21 +101,22 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 5 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + 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 9 ; sh:path biolink:has_attribute ], - [ sh:order 6 ; - sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ] ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; sh:targetClass biolink:Activity . biolink:ActivityAndBehavior a sh:NodeShape ; @@ -128,21 +128,36 @@ biolink:ActivityAndBehavior a sh:NodeShape ; biolink:AdministrativeEntity a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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 0 ; - sh:path biolink:provided_by ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:full_name ], + sh:property [ sh:order 6 ; + sh:path rdf:type ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ 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 0 ; + sh:path biolink:provided_by ], [ 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 3 ; sh:path biolink:id ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + 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 9 ; + sh:path biolink:has_attribute ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path rdfs:label ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 8 ; @@ -155,135 +170,104 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 5 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:order 6 ; - sh:path rdf:type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - 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 9 ; - sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path rdfs:label ] ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; sh:targetClass biolink:AdministrativeEntity . biolink:AnatomicalEntityToAnatomicalEntityAssociation a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], + sh:order 26 ; + sh:path biolink:iri ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], [ 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 22 ; 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: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 13 ; + sh:path biolink:original_object ], + [ 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:order 8 ; + 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 4 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 5 ; + 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 31 ; - sh:path biolink:has_attribute ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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:subject_category_closure ], + [ 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 20 ; - sh:path biolink:subject_namespace ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ 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:order 7 ; + sh:path biolink:knowledge_source ], + [ 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:order 11 ; + 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 2 ; - sh:path rdf:object ], + sh:order 19 ; + sh:path biolink:object_category_closure ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path rdfs:label ], [ 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 1 ; sh:path rdf:predicate ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], [ 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:order 21 ; sh:path biolink:object_namespace ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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 9 ; - 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 24 ; + sh:path biolink:retrieval_source_ids ], [ 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 12 ; 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 19 ; - 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:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:retrieval_source_ids ], - [ 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 7 ; - sh:path biolink:knowledge_source ], - [ 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 25 ; - sh:path biolink:id ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], + sh:order 31 ; + 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 18 ; - sh:path biolink:subject_category_closure ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], - [ 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 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 13 ; - sh:path biolink:original_object ], + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:object_category ], + [ 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 17 ; + sh:path biolink:object_closure ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -304,322 +288,338 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 14 ; 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: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 25 ; + sh:path biolink:id ], + [ 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 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:object_category ], + sh:order 2 ; + sh:path rdf:object ], + [ 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 23 ; + 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:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:qualifiers ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + 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 6 ; 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 5 ; - sh:path biolink:publications ] ; + [ 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 16 ; + sh:path biolink:subject_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: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:publications ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], + sh: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:order 23 ; + sh:path biolink:object_label_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path rdfs:label ], + [ 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 7 ; + sh:path biolink:knowledge_source ], + [ 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 25 ; + sh:path biolink:id ], + [ 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 1 ; + sh:path rdf:predicate ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + 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 24 ; sh:path biolink:retrieval_source_ids ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], + sh:nodeKind sh:IRI ; + sh:order 15 ; + 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 18 ; + sh:path biolink:subject_category_closure ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], [ 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 13 ; sh:path biolink:original_object ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ], [ 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 12 ; 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 18 ; - sh:path biolink:subject_category_closure ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:has_evidence ], - [ 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 7 ; - sh:path biolink:knowledge_source ], + sh:order 31 ; + sh:path biolink:has_attribute ], [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; 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: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:subject_category ], - [ 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 16 ; - sh:path biolink:subject_closure ], + sh:order 5 ; + sh:path biolink:publications ], + [ 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:order 20 ; + 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 4 ; sh:path biolink:qualifiers ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], - [ 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 22 ; - 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 15 ; - sh:path biolink:object_category ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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 17 ; + 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 19 ; sh:path biolink:object_category_closure ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "the structure at an earlier time" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 30 ; sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], - [ 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 1 ; - sh:path rdf:predicate ], [ 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:order 21 ; sh:path biolink:object_namespace ], + [ 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 11 ; + sh:path biolink:original_subject ], [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 28 ; sh:path rdf:type ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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:order 25 ; - sh:path biolink:id ], + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:subject_category ], [ sh:class biolink:AnatomicalEntity ; - sh:description "the structure at a later time" ; + sh:description "the structure at an earlier time" ; 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:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:has_evidence ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ] ; 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: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:property [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:knowledge_source ], - [ sh:description "a point in time" ; + sh:order 29 ; + sh:path rdfs:label ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ 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 10 ; - sh:path biolink:timepoint ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], + sh:order 11 ; + sh:path biolink:original_subject ], + [ 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:order 21 ; + sh:path biolink:object_namespace ], [ 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 13 ; sh:path biolink:original_object ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "the whole" ; - sh:maxCount 1 ; - sh:minCount 1 ; + [ 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:order 19 ; + sh:path biolink:object_category_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], [ 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 1 ; sh:path rdf:predicate ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the 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 26 ; - sh:path biolink:iri ], - [ 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:IRI ; + sh:order 14 ; + sh:path biolink:subject_category ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:primary_knowledge_source ], + sh:order 10 ; + sh:path biolink:timepoint ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], [ 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:has_evidence ], - [ 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 12 ; - 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 24 ; sh:path biolink:retrieval_source_ids ], - [ 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 17 ; - 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 5 ; - sh:path biolink:publications ], - [ 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 11 ; - 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:description "Used to hold the 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_closure ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 15 ; + sh:path biolink:object_category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ 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 12 ; + sh:path biolink:original_predicate ], [ sh:class biolink:AnatomicalEntity ; - sh:description "the part" ; + sh:description "the whole" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:description "a human-readable description of an entity" ; + 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:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:qualifiers ], + [ 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:order 30 ; - sh:path dct:description ], + sh:minCount 1 ; + sh:order 25 ; + sh:path biolink:id ], + [ 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 16 ; + 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 18 ; sh:path biolink:subject_category_closure ], - [ 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:order 20 ; - 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 15 ; - 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:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:subject_category ], [ 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 22 ; sh:path biolink:subject_label_closure ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "the part" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 25 ; - 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 4 ; - sh:path biolink:qualifiers ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 0 ; + sh:path rdf:subject ], + [ 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 17 ; + sh:path biolink:object_closure ], + [ 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 3 ; - sh:path biolink:negated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 7 ; + 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 31 ; - sh:path biolink:has_attribute ], - [ 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 5 ; + sh:path biolink:publications ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 21 ; - sh:path biolink:object_namespace ] ; + sh:order 30 ; + sh:path dct:description ] ; sh:targetClass biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation . biolink:Annotation a sh:NodeShape ; @@ -632,15 +632,40 @@ biolink:Article a sh:NodeShape ; sh:closed true ; 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:description "executive summary of a publication" ; + sh:property [ sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:rights ], + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:summary ], + sh:order 13 ; + sh:path biolink:creation_date ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 22 ; 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 4 ; + sh:path biolink:authors ], + [ sh:description "executive summary of a publication" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:summary ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 9 ; + sh:path biolink:xref ], + [ sh:description "mesh terms tagging a publication" ; + sh:order 8 ; + sh:path biolink:mesh_terms ], + [ sh:description "keywords tagging a publication" ; + sh:order 7 ; + sh:path biolink:keywords ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 21 ; + sh:path dct:description ], [ sh:description "issue of a newspaper, a scientific journal or magazine for reference purpose" ; sh:maxCount 1 ; sh:order 3 ; @@ -650,139 +675,106 @@ biolink:Article a sh:NodeShape ; sh:minCount 1 ; sh:order 0 ; sh:path biolink:published_in ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 18 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ 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:order 2 ; sh:path biolink:volume ], - [ 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:description "keywords tagging a publication" ; - sh:order 7 ; - sh:path biolink:keywords ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:full_name ], - [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + [ 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:order 13 ; - sh:path biolink:creation_date ], - [ sh:description "mesh terms tagging a publication" ; - sh:order 8 ; - sh:path biolink:mesh_terms ], + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:id ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 17 ; sh:path biolink:iri ], - [ 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 14 ; - sh:path biolink:provided_by ], - [ 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:order 20 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 21 ; - sh:path dct:description ], - [ sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:rights ], [ 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 1 ; sh:path biolink:iso_abbreviation ], - [ sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:format ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 9 ; - sh:path biolink:xref ], + [ 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:order 20 ; + sh:path rdfs:label ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 18 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ 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:order 5 ; sh:path biolink:pages ], - [ sh:order 19 ; - sh:path rdf:type ], [ sh:maxCount 1 ; sh:order 10 ; sh:path biolink:license ], - [ 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:order 12 ; + sh:path biolink:format ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:id ] ; + sh:order 15 ; + sh:path biolink:full_name ], + [ 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 14 ; + sh:path biolink:provided_by ], + [ sh:order 19 ; + sh:path rdf:type ] ; 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 ( rdf:type ) ; - sh: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:order 1 ; - sh:path rdf:predicate ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 26 ; sh:path biolink:iri ], - [ 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:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], + sh:order 13 ; + 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 14 ; 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: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:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ 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 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 19 ; - 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:order 31 ; + sh:path biolink:has_attribute ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + 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 24 ; - sh:path biolink:retrieval_source_ids ], - [ 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 9 ; - 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:order 18 ; + sh:path biolink:subject_category_closure ], + [ 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:order 7 ; + 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 2 ; - sh:path rdf:object ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], + sh:order 4 ; + 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:maxCount 1 ; @@ -790,16 +782,9 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf: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:order 13 ; - sh:path biolink:original_object ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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 23 ; - sh:path biolink:object_label_closure ], + [ 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 17 ; + sh:path biolink:object_closure ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 30 ; @@ -808,94 +793,125 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 11 ; sh:path biolink:original_subject ], - [ 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:order 25 ; - sh:path biolink:id ], + sh:order 29 ; + sh:path rdfs:label ], + [ 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:order 21 ; + sh:path biolink:object_namespace ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + 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 6 ; sh:path biolink:has_evidence ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], - [ 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: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:order 21 ; - 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:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category_closure ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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 7 ; - sh:path biolink:knowledge_source ], + sh:order 2 ; + sh:path rdf:object ], + [ 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 16 ; + sh:path biolink:subject_closure ], [ 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 12 ; sh:path biolink:original_predicate ], - [ 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:order 8 ; - 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 4 ; - 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: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:publications ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 24 ; + sh:path biolink:retrieval_source_ids ], + [ 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:order 29 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:order 25 ; + sh:path biolink:id ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], + [ 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 23 ; + 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 15 ; 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 19 ; + 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 5 ; + sh:path biolink:publications ], [ 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:order 20 ; - sh:path biolink:subject_namespace ] ; - sh:targetClass biolink:Association . + sh:path biolink:subject_namespace ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ 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 22 ; + sh:path biolink:subject_label_closure ] ; + 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:class biolink:Attribute ; + sh:property [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 11 ; sh:path biolink:has_attribute ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 9 ; sh:path rdfs:label ], + [ 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 2 ; + sh:path biolink:provided_by ], + [ sh:order 8 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], [ 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 ; @@ -910,256 +926,229 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:order 8 ; - 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ 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 2 ; - sh:path biolink:provided_by ] ; + sh:path biolink:in_taxon ] ; 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: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 20 ; - sh:path biolink:object_category_closure ], - [ 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:order 22 ; - sh:path biolink:object_namespace ], - [ 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 39 ; - sh:path biolink:frequency_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:class biolink:SeverityValue ; + sh:property [ sh:class biolink:SeverityValue ; sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 37 ; sh:path biolink:severity_qualifier ], + [ 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:IRI ; + sh:order 38 ; + sh:path biolink:onset_qualifier ], + [ 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 8 ; + sh:path biolink:knowledge_source ], + [ 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: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 25 ; sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:Behavior ; - sh:description "behavior that is the subject of the association" ; + [ 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 21 ; + sh:path biolink:subject_namespace ], + [ 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 13 ; + sh:path biolink:original_predicate ], + [ sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 36 ; + sh:path biolink:has_percentage ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path rdf:subject ], + sh:order 32 ; + 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: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: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:order 22 ; + sh:path biolink:object_namespace ], + [ 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 23 ; + sh:path biolink:subject_label_closure ], [ sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:order 33 ; sh:path biolink:has_count ], - [ 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:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:minCount 1 ; + sh:order 2 ; + sh:path rdf:predicate ], + [ sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 34 ; + 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 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 15 ; + sh:path biolink:subject_category ], + [ 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 12 ; + 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 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:class biolink:Onset ; - sh:description "a qualifier used in a phenotypic association to state when the phenotype appears is in the subject" ; + [ sh:class biolink:Behavior ; + sh:description "behavior that is the subject of the association" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 38 ; - sh:path biolink:onset_qualifier ], - [ 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 1 ; + sh:path rdf:subject ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 21 ; - sh:path biolink:subject_namespace ], + sh:order 30 ; + sh:path rdfs:label ], [ sh:maxCount 1 ; sh:order 35 ; sh:path biolink:has_quotient ], - [ 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 used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:original_predicate ], - [ sh:description "total number of things in a particular reference set" ; + sh:order 39 ; + 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 20 ; + sh:path biolink:object_category_closure ], + [ 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 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 34 ; - sh:path biolink:has_total ], + sh:order 4 ; + sh:path biolink:negated ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 27 ; sh:path biolink:iri ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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: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 19 ; + sh:path biolink:subject_category_closure ], + [ 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 14 ; + sh:path biolink:original_object ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 31 ; + sh:path dct:description ], [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 29 ; sh:path rdf:type ], + [ 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 24 ; + sh:path biolink:object_label_closure ], [ 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 26 ; sh:path biolink:id ], - [ 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:order 17 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:BehavioralFeature ; + sh:description "behavioral feature that is the object of the association" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 2 ; - sh:path rdf:predicate ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], - [ 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 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path rdf:object ], [ 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 18 ; sh:path biolink:object_closure ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 30 ; - sh:path rdfs:label ], - [ 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 23 ; - 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 15 ; - sh:path biolink:subject_category ], - [ 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 24 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:has_attribute ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:timepoint ], - [ 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 3 ; - 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:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:sex_qualifier ], - [ 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 12 ; - sh:path biolink:original_subject ], - [ sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:has_percentage ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 31 ; - sh:path dct:description ], - [ 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 14 ; - 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 19 ; - sh:path biolink:subject_category_closure ], + sh:order 11 ; + 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 16 ; sh:path biolink:object_category ], - [ 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 17 ; - sh:path biolink:subject_closure ], - [ 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 8 ; - sh:path biolink:knowledge_source ] ; + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ] ; 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:property [ 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:provided_by ], + [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; sh:nodeKind sh:BlankNode ; sh:order 3 ; sh:path biolink:has_quantitative_value ], - [ 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 2 ; - sh:path biolink:has_attribute_type ], - [ 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:provided_by ], - [ sh:order 11 ; - sh:path rdf:type ], - [ 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 12 ; + sh:path dct:description ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; + sh:order 0 ; + sh:path biolink:timepoint ], + [ 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 4 ; - sh:path biolink:has_qualitative_value ], + sh:order 5 ; + sh:path biolink:iri ], [ 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 6 ; sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -1169,18 +1158,19 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 10 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], - [ sh:description "a point in time" ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:timepoint ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_attribute_type ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], + sh:order 9 ; + sh:path biolink:full_name ], + [ sh:order 11 ; + sh:path rdf:type ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], @@ -1188,7 +1178,17 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; - sh:path biolink:has_attribute ] ; + sh:path biolink:has_attribute ], + [ 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: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:targetClass biolink:BehavioralExposure . biolink:BehavioralOutcome a sh:NodeShape ; @@ -1200,17 +1200,15 @@ biolink:BehavioralOutcome a sh:NodeShape ; biolink:BiologicalEntity a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh: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:order 5 ; - sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; + sh:property [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:order 8 ; - sh:path rdf:type ], + sh:order 9 ; + sh:path rdfs:label ], + [ 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; sh:path biolink:xref ], @@ -1219,89 +1217,74 @@ biolink:BiologicalEntity a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ 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:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], + [ sh:order 8 ; + sh:path rdf:type ], [ 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 2 ; sh:path biolink:provided_by ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:order 7 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + sh:order 5 ; + sh:path biolink:id ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 10 ; sh:path dct:description ], - [ 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:order 9 ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; sh:path rdfs:label ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 6 ; - sh:path biolink:iri ] ; + sh:path biolink:iri ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; 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:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path rdfs:label ], - [ 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 6 ; - sh:path biolink:provided_by ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], - [ sh:description "a long-form human readable name for a thing" ; + sh:property [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:full_name ], - [ 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:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path rdfs:label ], - [ 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:order 3 ; - sh:path biolink:id ], + sh:order 13 ; + sh:path dct:description ], + [ 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; + sh:path biolink:xref ], [ sh:order 11 ; sh:path rdf:type ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ 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:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 5 ; + 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 ; @@ -1312,49 +1295,68 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:iri ], - [ 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: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: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: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 6 ; sh:path biolink:provided_by ], - [ 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:order 1 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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: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 6 ; + sh:order 3 ; sh:path biolink:id ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path rdfs:label ] ; + 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:full_name ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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: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: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 6 ; + sh:path biolink:id ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; @@ -1368,101 +1370,80 @@ biolink:BioticExposure a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:has_attribute_type ], - [ 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:order 7 ; + sh:path biolink:provided_by ], + [ sh:order 11 ; + sh:path rdf:type ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + sh:order 0 ; + sh:path biolink:timepoint ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:iri ], - [ sh:order 11 ; - sh:path rdf:type ], - [ sh:description "a point in time" ; + [ 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:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:timepoint ] ; + sh:order 12 ; + sh:path dct:description ], + [ 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:order 1 ; + sh:path rdfs:label ] ; 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:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:full_name ], - [ sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:rights ], - [ sh:description "keywords tagging a publication" ; - sh:order 3 ; - sh:path biolink:keywords ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path dct:description ], - [ 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:order 1 ; - sh:path biolink:pages ], - [ sh:description "mesh terms tagging a publication" ; + sh:property [ sh:description "mesh terms tagging a publication" ; sh:order 4 ; sh:path biolink:mesh_terms ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:iri ], [ sh:description "executive summary of a publication" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:summary ], - [ 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 10 ; - sh:path biolink:provided_by ], [ sh:maxCount 1 ; sh:order 8 ; sh:path biolink:format ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:license ], + [ sh:description "Books should have industry-standard identifier such as from ISBN." ; + sh:maxCount 1 ; sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "Should generally be set to an ontology class defined term for 'book'." ; - sh:order 15 ; - sh:path rdf:type ], + sh:order 12 ; + 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 0 ; sh:path biolink:authors ], [ sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:license ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ 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:order 16 ; - sh:path rdfs:label ], + sh:order 7 ; + sh:path biolink:rights ], + [ 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 10 ; + sh:path biolink:provided_by ], + [ sh:description "Should generally be set to an ontology class defined term for 'book'." ; + sh:order 15 ; + sh:path rdf:type ], + [ sh:description "keywords tagging a publication" ; + sh:order 3 ; + sh:path biolink:keywords ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -1472,31 +1453,56 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 9 ; sh:path biolink:creation_date ], - [ sh:description "Books should have industry-standard identifier such as from ISBN." ; - 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:order 1 ; + sh:path biolink:pages ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 biolink:id ] ; + sh:order 14 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path dct:description ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:iri ], + [ 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:order 16 ; + sh:path rdfs:label ] ; sh:targetClass biolink:Book . biolink:BookChapter a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "mesh terms tagging a publication" ; - sh:order 7 ; - sh:path biolink:mesh_terms ], - [ sh:description "The enclosing parent book containing the chapter should have industry-standard identifier from ISBN." ; + sh:property [ sh:description "keywords tagging a publication" ; + sh:order 6 ; + sh:path biolink:keywords ], + [ sh:description "chapter of a book" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 0 ; - sh:path biolink:published_in ], - [ sh:description "a long-form human readable name for a thing" ; + sh:order 2 ; + sh:path biolink:chapter ], + [ 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:order 4 ; + sh:path biolink:pages ], + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:full_name ], + sh:order 12 ; + sh:path biolink:creation_date ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ 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:order 1 ; + sh:path biolink:volume ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -1506,69 +1512,63 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 17 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "keywords tagging a publication" ; - sh:order 6 ; - sh:path biolink:keywords ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 20 ; - sh:path dct:description ], - [ 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:order 19 ; - sh:path rdfs:label ], - [ 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:order 1 ; - sh:path biolink:volume ], - [ sh:description "executive summary of a publication" ; + [ sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:format ], + [ sh:description "The enclosing parent book containing the chapter should have industry-standard identifier from ISBN." ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:summary ], - [ 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 13 ; - sh:path biolink:provided_by ], - [ 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:order 4 ; - sh:path biolink:pages ], + sh:minCount 1 ; + sh:order 0 ; + sh:path biolink:published_in ], [ sh:order 18 ; sh:path rdf:type ], - [ sh:class biolink:Attribute ; + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:full_name ], + [ sh:description "mesh terms tagging a publication" ; + 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: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 13 ; + sh:path biolink:provided_by ], + [ sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:rights ], + [ sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:license ], + [ sh:description "executive summary of a publication" ; + sh:maxCount 1 ; + 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 21 ; sh:path biolink:has_attribute ], - [ 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:order 16 ; - sh:path biolink:iri ], - [ sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:format ], - [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:order 20 ; + sh:path dct:description ], + [ 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:order 12 ; - sh:path biolink:creation_date ], + sh:order 19 ; + sh:path rdfs:label ], [ 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:order 15 ; sh:path biolink:id ], - [ sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:license ], - [ sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:rights ], - [ sh:description "chapter of a book" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - 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:order 16 ; + sh:path biolink:iri ] ; sh:targetClass biolink:BookChapter . biolink:CaseToEntityAssociationMixin a sh:NodeShape ; @@ -1581,82 +1581,99 @@ 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 "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:order 34 ; - sh:path biolink:has_total ], - [ 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 8 ; - sh:path biolink:knowledge_source ], - [ 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:order 9 ; - sh:path biolink:primary_knowledge_source ], + 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 19 ; + sh:path biolink:subject_category_closure ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 29 ; + sh:path rdf:type ], [ 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 24 ; sh:path biolink:object_label_closure ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; - sh:order 27 ; - sh:path biolink:iri ], - [ 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 17 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:has_attribute ], - [ 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 37 ; + sh:path biolink:severity_qualifier ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 21 ; - sh:path biolink:subject_namespace ], + sh:order 30 ; + sh:path rdfs:label ], [ 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 13 ; sh:path biolink:original_predicate ], - [ 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:order 26 ; - sh:path biolink:id ], + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:subject_category ], + [ 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:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ 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 39 ; + sh:path biolink:frequency_qualifier ], [ 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 2 ; 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: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:order 21 ; + sh:path biolink:subject_namespace ], + [ 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 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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:IRI ; - sh:order 16 ; - sh:path biolink:object_category ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 29 ; - sh:path rdf:type ], - [ sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:has_quotient ], - [ 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 38 ; + sh:path biolink:onset_qualifier ], + [ 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:order 14 ; - 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:order 22 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:Case ; + sh:description "the case (e.g. patient) that has the property" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:object_category_closure ], + sh:order 1 ; + sh:path rdf:subject ], + [ 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 23 ; + sh:path biolink:subject_label_closure ], + [ 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 8 ; + sh:path biolink:knowledge_source ], + [ sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 36 ; + 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 6 ; + sh:path biolink:publications ], [ 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 18 ; sh:path biolink:object_closure ], - [ 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:class biolink:OntologyClass ; + sh:description "Used to hold the 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 16 ; + sh:path biolink:object_category ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -1664,520 +1681,503 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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: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 0 ; - sh:path biolink:sex_qualifier ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path rdfs:label ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:severity_qualifier ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 31 ; 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: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:Case ; - sh:description "the case (e.g. patient) that has the property" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path rdf:subject ], - [ sh:description "equivalent to has quotient multiplied by 100" ; + [ sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:has_percentage ], + sh:order 34 ; + sh:path biolink:has_total ], [ sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:order 33 ; sh:path biolink:has_count ], - [ 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 25 ; - sh:path biolink:retrieval_source_ids ], - [ 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 23 ; - sh:path biolink:subject_label_closure ], - [ 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:order 22 ; - sh:path biolink:object_namespace ], - [ 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 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 15 ; - 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 19 ; - sh:path biolink:subject_category_closure ], [ 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 12 ; sh:path biolink:original_subject ], - [ sh:class biolink:Onset ; - sh:description "a qualifier used in a phenotypic association to state when the phenotype appears is in the subject" ; + [ 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:IRI ; - sh:order 38 ; - sh:path biolink:onset_qualifier ], + sh:minCount 1 ; + sh:order 26 ; + 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:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:frequency_qualifier ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + 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 20 ; + sh:path biolink:object_category_closure ], + [ 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 17 ; + sh:path biolink:subject_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 27 ; + sh:path biolink:iri ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 11 ; - sh:path biolink:timepoint ] ; + sh:path biolink:timepoint ], + [ sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:has_quotient ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:negated ], + [ 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 25 ; + sh:path biolink:retrieval_source_ids ], + [ 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: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 14 ; + 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:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path rdf:object ] ; sh:targetClass biolink:CaseToPhenotypicFeatureAssociation . biolink:CausalGeneToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "equivalent to has quotient multiplied by 100" ; + sh:property [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:has_percentage ], - [ 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:aggregator_knowledge_source ], - [ sh:class biolink:Disease ; - sh:description "disease" ; + sh:nodeKind sh:IRI ; + sh:order 39 ; + sh:path biolink:severity_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 "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 30 ; + 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:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:sex_qualifier ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ 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:negated ], + [ 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 19 ; + sh:path biolink:subject_closure ], + [ 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 26 ; + sh:path biolink:object_label_closure ], + [ 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: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 5 ; - sh:path rdf:object ], + 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 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: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:GeneOrGeneProduct ; + sh:description "gene in which variation is shown to cause the disease." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNode ; + sh:order 3 ; + 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 8 ; sh:path biolink:publications ], - [ 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 19 ; - sh:path biolink:subject_closure ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], [ sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:order 35 ; sh:path biolink:has_count ], - [ 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 26 ; - sh:path biolink:object_label_closure ], - [ sh:description "a point in time" ; + [ sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 38 ; + sh:path biolink:has_percentage ], + [ sh:maxCount 1 ; + sh:order 37 ; + sh:path biolink:has_quotient ], + [ 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 14 ; + sh:path biolink:original_subject ], [ 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:order 23 ; sh:path biolink:subject_namespace ], - [ 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:id ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; 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 7 ; + sh:path biolink:qualifiers ], + [ 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 41 ; + 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: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 16 ; + sh:path biolink:original_object ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + 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 34 ; sh:path biolink:has_attribute ], + [ 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 10 ; + sh:path biolink:knowledge_source ], [ sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "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: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:order 24 ; - sh:path biolink:object_namespace ], - [ 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 41 ; - sh:path biolink:frequency_qualifier ], [ sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:order 36 ; 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:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ 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:order 16 ; - sh:path biolink:original_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:order 32 ; + sh:path rdfs:label ], + [ sh:class biolink:Disease ; + sh:description "disease" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - 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:order 5 ; + sh:path rdf:object ], + [ 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:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ 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 20 ; sh:path biolink:object_closure ], - [ 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: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: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 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 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 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 15 ; + sh:path biolink:original_predicate ], + [ 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:aggregator_knowledge_source ], [ 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:order 11 ; sh:path biolink:primary_knowledge_source ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:has_quotient ], - [ 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: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 15 ; - sh:path biolink:original_predicate ], - [ 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 10 ; - sh:path biolink:knowledge_source ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 1 ; + sh:path biolink:object_direction_qualifier ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 30 ; - sh:path biolink:category ], + sh:minCount 1 ; + sh:order 4 ; + sh:path rdf:predicate ], [ 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:IRI ; sh:order 40 ; sh:path biolink:onset_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: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 14 ; - sh:path biolink:original_subject ], [ 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 25 ; - sh:path biolink:subject_label_closure ], - [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:object_direction_qualifier ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "gene in which variation is shown to cause the disease." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 3 ; - sh:path rdf:subject ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 39 ; - sh:path biolink:severity_qualifier ], - [ 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 4 ; - sh:path rdf:predicate ] ; + sh:path biolink:subject_label_closure ] ; sh:targetClass biolink:CausalGeneToDiseaseAssociation . biolink:Cell a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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 "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], + [ 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 5 ; sh:path biolink:id ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], [ sh:order 8 ; sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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:order 1 ; + sh:order 9 ; sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 11 ; sh:path biolink:has_attribute ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], [ 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 2 ; sh:path biolink:provided_by ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ] ; + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; sh:targetClass biolink:Cell . biolink:CellLineAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( 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: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 19 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; + sh:order 24 ; + sh:path biolink:retrieval_source_ids ], + [ 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:order 21 ; + sh:path biolink:object_namespace ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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 13 ; + sh:path biolink:original_object ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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 32 ; - sh:path biolink:severity_qualifier ], + sh:order 0 ; + sh:path rdf:subject ], + [ 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:order 8 ; + 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 4 ; 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 15 ; - sh:path biolink:object_category ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:Onset ; - sh:description "a qualifier used in a phenotypic association to state when the phenotype appears is in the subject" ; + [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 33 ; - sh:path biolink:onset_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 24 ; - sh:path biolink:retrieval_source_ids ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], + sh:order 32 ; + sh:path biolink:severity_qualifier ], [ 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 17 ; sh:path biolink:object_closure ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ 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:order 8 ; - 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 18 ; sh:path biolink:subject_category_closure ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - 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:description "a point in time" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:subject_category ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 10 ; + sh:path biolink:timepoint ], + [ sh:class biolink:Disease ; + sh:description "disease" ; sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + 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 6 ; + sh:path biolink:has_evidence ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:original_predicate ], + sh:order 26 ; + sh:path biolink:iri ], [ sh:description "The relationship to the disease" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], - [ 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 label 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:subject_label_closure ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:original_object ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 30 ; + sh:path dct:description ], + [ 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:order 25 ; - sh:path biolink:id ], - [ 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 12 ; + 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:order 7 ; - sh:path biolink:knowledge_source ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:subject_category ], + [ 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:IRI ; + sh:order 33 ; + sh:path biolink:onset_qualifier ], [ 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 11 ; sh:path biolink:original_subject ], - [ 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:order 30 ; - sh:path dct:description ], - [ sh:description "a point in time" ; + sh:order 20 ; + sh:path biolink:subject_namespace ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], + sh:order 29 ; + sh:path rdfs:label ], [ 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 34 ; sh:path biolink:frequency_qualifier ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ sh:class biolink:Disease ; - sh:description "disease" ; + [ 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 2 ; - sh:path rdf:object ], + 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 5 ; sh:path biolink:publications ], - [ 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: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 7 ; + sh:path biolink:knowledge_source ], + [ 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 25 ; + 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 0 ; - sh:path rdf:subject ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 15 ; + sh:path biolink:object_category ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], + [ 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 16 ; + 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 6 ; - sh:path biolink:has_evidence ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ] ; + sh:order 19 ; + sh:path biolink:object_category_closure ] ; sh:targetClass biolink:CellLineAsAModelOfDiseaseAssociation . biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; @@ -2190,48 +2190,33 @@ biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:order 24 ; 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: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 15 ; - sh:path biolink:object_category ], + sh:order 18 ; + 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 5 ; sh:path biolink:publications ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ], [ 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:order 8 ; sh:path biolink:primary_knowledge_source ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], - [ 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 1 ; - sh:path rdf:predicate ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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:order 22 ; + sh:path biolink:subject_label_closure ], + [ 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 20 ; - sh:path biolink:subject_namespace ], + sh:order 12 ; + sh:path biolink:original_predicate ], [ sh:class biolink:DiseaseOrPhenotypicFeature ; sh:description "disease or phenotype" ; sh:maxCount 1 ; @@ -2240,60 +2225,28 @@ biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; 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:nodeKind sh:IRI ; - sh:order 4 ; - 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:description "Used to hold the 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_closure ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 14 ; + sh:path biolink:subject_category ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], + sh:order 29 ; + sh:path rdfs:label ], [ 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 25 ; sh:path biolink:id ], - [ 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 12 ; - sh:path biolink:original_predicate ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], [ 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:order 21 ; sh:path biolink:object_namespace ], - [ 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 16 ; - 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 6 ; - 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:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:subject_category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], + sh:order 3 ; + sh:path biolink:negated ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -2301,33 +2254,80 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 30 ; sh:path dct:description ], - [ 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:class biolink:OntologyClass ; + sh:description "Used to hold the 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:order 15 ; + 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 4 ; + sh:path biolink:qualifiers ], + [ 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 13 ; + sh:path biolink:original_object ], [ 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 7 ; sh:path biolink:knowledge_source ], - [ 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 23 ; - sh:path biolink:object_label_closure ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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 1 ; + sh:path rdf:predicate ], + [ 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 11 ; + 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 19 ; sh:path biolink:object_category_closure ], - [ 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:order 28 ; + sh:path rdf:type ], + [ 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 17 ; + sh:path biolink:object_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:order 13 ; - sh:path biolink:original_object ] ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ 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:has_evidence ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ] ; sh:targetClass biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation . biolink:CellLineToEntityAssociationMixin a sh:NodeShape ; @@ -2340,40 +2340,21 @@ biolink:CellularOrganism a sh:NodeShape ; sh:closed true ; sh:description "" ; 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:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], - [ 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 2 ; - sh:path biolink:provided_by ], - [ 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 5 ; - sh:path biolink:id ], - [ sh:order 8 ; - sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], + sh:order 6 ; + sh:path biolink:iri ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], + [ sh:order 8 ; + 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:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; @@ -2391,70 +2372,88 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 7 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ], + [ 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 2 ; + sh:path biolink:provided_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], + [ 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 5 ; + sh:path biolink:id ] ; 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:OntologyClass ; + sh:property [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 43 ; + sh:path dct:description ], + [ 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 10 ; + sh:path biolink:causal_mechanism_qualifier ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:timepoint ], + [ 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 20 ; + 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 32 ; 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 18 ; - sh:path biolink:publications ], [ 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 26 ; sh:path biolink:original_object ], - [ 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:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:has_evidence ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:original_subject ], - [ 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 39 ; + sh:path biolink:iri ], + [ 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:BlankNode ; - sh:order 15 ; - sh:path rdf:object ], - [ 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:order 21 ; - sh:path biolink:primary_knowledge_source ], - [ 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:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; + sh:order 38 ; + sh:path biolink:id ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:subject_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:minCount 1 ; + sh:order 14 ; + sh:path rdf:predicate ], + [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:subject_category ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 5 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:in ( "metabolite" ) ; sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:iri ], - [ 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 35 ; - sh:path biolink:subject_label_closure ], - [ 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 30 ; - sh:path biolink:object_closure ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 41 ; - sh:path rdf:type ], + sh:order 2 ; + sh:path biolink:subject_derivative_qualifier ], + [ 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 29 ; + sh:path biolink:subject_closure ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -2462,77 +2461,54 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 40 ; sh:path biolink:category ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 41 ; + sh:path rdf:type ], + [ 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:order 34 ; + sh:path biolink:object_namespace ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 42 ; sh:path rdfs:label ], - [ 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:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:subject_direction_qualifier ], - [ 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 14 ; - sh:path rdf:predicate ], - [ 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 20 ; - sh:path biolink:knowledge_source ], - [ 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:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ 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:order 38 ; - sh:path biolink:id ], + sh:nodeKind sh:BlankNode ; + sh:order 15 ; + 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 28 ; - sh:path biolink:object_category ], + sh:order 27 ; + sh:path biolink:subject_category ], + [ 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:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:negated ], [ 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 36 ; sh:path biolink:object_label_closure ], - [ 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 22 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:AnatomicalEntity ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:object_context_qualifier ], - [ 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:order 33 ; - sh:path biolink:subject_namespace ], - [ 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: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:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; + [ 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 8 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 6 ; + sh:path biolink:object_form_or_variant_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 19 ; - sh:path biolink:has_evidence ], - [ 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 29 ; - sh:path biolink:subject_closure ], + sh:order 37 ; + sh:path biolink:retrieval_source_ids ], [ 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 ; @@ -2540,97 +2516,122 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 13 ; sh:path rdf:subject ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + [ 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 30 ; + sh:path biolink:object_closure ], + [ 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:order 16 ; - sh:path biolink:negated ], - [ sh:description "a human-readable description of an entity" ; + sh:order 21 ; + sh:path biolink:primary_knowledge_source ], + [ 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 22 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; sh:maxCount 1 ; - sh:order 43 ; - sh:path dct:description ], - [ sh:in ( "metabolite" ) ; + sh:order 8 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:subject_derivative_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:order 3 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:subject_category_closure ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:timepoint ], - [ 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 44 ; + sh:path biolink:has_attribute ], + [ 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: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 11 ; - sh:path biolink:anatomical_context_qualifier ], - [ 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 10 ; - sh:path biolink:causal_mechanism_qualifier ], - [ 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 25 ; - sh:path biolink:original_predicate ], + sh:order 17 ; + sh:path biolink:qualifiers ], [ 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 12 ; sh:path biolink:qualified_predicate ], - [ 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 relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 34 ; - sh:path biolink:object_namespace ], + sh:order 25 ; + sh:path biolink:original_predicate ], [ sh:class biolink:AnatomicalEntity ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:subject_context_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: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:retrieval_source_ids ], + sh:order 31 ; + 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 18 ; + sh:path biolink:publications ], + [ 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 35 ; + sh:path biolink:subject_label_closure ], + [ 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 24 ; + 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:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:anatomical_context_qualifier ], + [ 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:order 33 ; + 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:description "Used to hold the 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:qualifiers ] ; + sh:order 28 ; + sh:path biolink:object_category ], + [ sh:class biolink:AnatomicalEntity ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:object_context_qualifier ] ; sh:targetClass biolink:ChemicalAffectsGeneAssociation . biolink:ChemicalEntityAssessesNamedThingAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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: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 0 ; - sh:path rdf:subject ], + sh:order 4 ; + sh:path biolink:qualifiers ], [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; 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: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_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 5 ; + 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 24 ; - sh:path biolink:retrieval_source_ids ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 14 ; + sh:path biolink:subject_category ], + [ 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 7 ; + sh:path biolink:knowledge_source ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path dct:description ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -2638,130 +2639,161 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], + [ 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 11 ; + sh:path biolink:original_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:order 13 ; + sh:path biolink:original_object ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], [ 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 17 ; sh:path biolink:object_closure ], - [ 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:order 25 ; - sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:object_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:order 26 ; - sh:path biolink:iri ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ 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 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: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 5 ; - sh:path biolink:publications ], - [ sh:description "a human-readable description of an entity" ; + 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 24 ; + sh:path biolink:retrieval_source_ids ], + [ 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:order 30 ; - sh:path dct:description ], + sh:order 21 ; + sh:path biolink:object_namespace ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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 25 ; + sh:path biolink:id ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], [ 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:order 20 ; sh:path biolink:subject_namespace ], - [ 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 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 18 ; + sh:path biolink:subject_category_closure ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ 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 13 ; - sh:path biolink:original_object ], + sh:order 12 ; + 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_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 19 ; sh:path biolink:object_category_closure ], - [ 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 "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:original_predicate ], + sh:order 26 ; + sh:path biolink:iri ], [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 28 ; sh:path rdf: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:order 7 ; - sh:path biolink:knowledge_source ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - 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 6 ; sh:path biolink:has_evidence ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], - [ sh:description "a point in time" ; + [ 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 16 ; + sh:path biolink:subject_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], - [ 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 29 ; + sh:path rdfs:label ] ; + 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: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:order 21 ; - sh:path biolink:object_namespace ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNode ; + sh:order 1 ; + sh:path rdf:subject ], [ 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:order 8 ; + sh:order 9 ; sh:path biolink:primary_knowledge_source ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ 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 16 ; - 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:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - 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:order 0 ; + sh:path biolink:object_direction_qualifier ], + [ sh:description "a point in time" ; sh:maxCount 1 ; + sh:order 11 ; + 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 15 ; - 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 4 ; - sh:path biolink:qualifiers ], - [ 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 7 ; + sh:path biolink:has_evidence ], + [ 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 23 ; + 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 2 ; - sh:path rdf:object ] ; - 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: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 6 ; + sh:path biolink:publications ], + [ 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 8 ; - sh:path biolink:knowledge_source ], - [ 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 12 ; + sh:path biolink:original_subject ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_object ], + sh:order 27 ; + sh:path biolink:iri ], [ 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 ; @@ -2769,18 +2801,24 @@ biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation a sh:NodeShape sh:nodeKind sh:BlankNode ; sh:order 3 ; 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 20 ; - sh:path biolink:object_category_closure ], - [ 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 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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:order 12 ; - sh:path biolink:original_subject ], + sh:order 14 ; + sh:path biolink:original_object ], + [ 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 24 ; + sh:path biolink:object_label_closure ], + [ 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:order 22 ; + sh:path biolink:object_namespace ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 29 ; + sh:path rdf:type ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:negated ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -2788,120 +2826,82 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], - [ 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 18 ; - sh:path biolink:object_closure ], - [ 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 26 ; - sh:path biolink:id ], + [ 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 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: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 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 21 ; - 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 19 ; - sh:path biolink:subject_category_closure ], + sh:order 15 ; + sh:path biolink:subject_category ], + [ sh:description "the direction is always from regulator to regulated" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 2 ; + sh:path rdf:predicate ], + [ 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 18 ; + 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 16 ; sh:path biolink:object_category ], - [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:object_direction_qualifier ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 31 ; sh:path dct:description ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 11 ; - 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: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 15 ; - sh:path biolink:subject_category ], + sh:order 20 ; + 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 19 ; + sh:path biolink:subject_category_closure ], + [ 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 17 ; + 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 25 ; sh:path biolink:retrieval_source_ids ], - [ 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 23 ; - sh:path biolink:subject_label_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:has_attribute ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 30 ; 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: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 "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 17 ; - sh:path biolink:subject_closure ], - [ 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:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], - [ 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:order 22 ; - sh:path biolink:object_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: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:BlankNode ; - sh:order 1 ; - sh:path rdf:subject ], - [ 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 24 ; - sh:path biolink:object_label_closure ], - [ sh:description "the direction is always from regulator to regulated" ; + sh:order 21 ; + sh:path biolink:subject_namespace ], + [ 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 2 ; - sh:path rdf:predicate ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 26 ; + sh:path biolink:id ], + [ 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 27 ; - sh:path biolink:iri ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 29 ; - sh:path rdf:type ], + 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: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 13 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:has_attribute ] ; + sh:path biolink:original_predicate ] ; sh:targetClass biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation . biolink:ChemicalEntityOrProteinOrPolypeptide a sh:NodeShape ; @@ -2920,10 +2920,36 @@ biolink:ChemicalExposure a sh:NodeShape ; sh:closed true ; sh:description "A chemical exposure is an intake of a particular chemical entity." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], + 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 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + 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: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:provided_by ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + sh:order 0 ; + sh:path biolink:has_quantitative_value ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], [ 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:order 2 ; @@ -2933,23 +2959,23 @@ biolink:ChemicalExposure a sh:NodeShape ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:timepoint ], [ sh:order 11 ; sh:path rdf:type ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:full_name ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path biolink:has_quantitative_value ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; + [ 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 4 ; - sh:path biolink:has_qualitative_value ], + sh:order 5 ; + sh:path biolink:iri ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -2958,105 +2984,77 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:timepoint ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - 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 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_attribute_type ], - [ 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:provided_by ] ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; sh:targetClass biolink:ChemicalExposure . biolink:ChemicalGeneInteractionAssociation a sh:NodeShape ; sh:closed true ; 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: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 30 ; - sh:path biolink:subject_label_closure ], - [ 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 17 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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 31 ; - sh:path biolink:object_label_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:class biolink:AnatomicalEntity ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:subject_context_qualifier ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:timepoint ], - [ 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 24 ; - sh:path biolink:subject_closure ], - [ 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 25 ; - sh:path biolink:object_closure ], - [ sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; + sh:property [ 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: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 13 ; - sh:path biolink:publications ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 32 ; + 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: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 37 ; - sh:path rdfs:label ], + sh:order 15 ; + 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 23 ; - sh:path biolink:object_category ], - [ 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:class biolink:AnatomicalEntity ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 33 ; - 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:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:object_category_closure ], - [ 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 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 14 ; + sh:path biolink:has_evidence ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:subject_form_or_variant_qualifier ], + sh:order 38 ; + sh:path dct:description ], + [ 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: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:order 16 ; + sh:path biolink:primary_knowledge_source ], + [ 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 25 ; + sh:path biolink:object_closure ], + [ sh:class biolink:AnatomicalEntity ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:subject_context_qualifier ], [ 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:order 29 ; 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:class biolink:ChemicalEntity ; sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; @@ -3064,37 +3062,43 @@ biolink:ChemicalGeneInteractionAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path rdf:subject ], - [ 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:order 16 ; - sh:path biolink:primary_knowledge_source ], - [ 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 19 ; - sh:path biolink:original_subject ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 38 ; - sh:path dct:description ], [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:negated ], + [ 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 31 ; + sh:path biolink:object_label_closure ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 36 ; + sh:path rdf:type ], + [ 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 24 ; + sh:path biolink:subject_closure ], [ 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 7 ; sh:path biolink:anatomical_context_qualifier ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ 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 20 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:AnatomicalEntity ; + sh:order 4 ; + sh:path biolink:object_form_or_variant_qualifier ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 35 ; + sh:path biolink:category ], + [ 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 17 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:object_context_qualifier ], + sh:order 0 ; + sh:path biolink:subject_form_or_variant_qualifier ], [ 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:order 28 ; @@ -3104,119 +3108,94 @@ biolink:ChemicalGeneInteractionAssociation a sh:NodeShape ; sh:minCount 1 ; sh:order 9 ; sh:path rdf:predicate ], - [ 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 21 ; - 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:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 10 ; - sh:path rdf:object ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 34 ; - 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 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:nodeKind sh:IRI ; - sh:order 32 ; - 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 36 ; - sh:path rdf:type ], + sh:order 34 ; + sh:path biolink:iri ], [ sh:in ( "metabolite" ) ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:subject_derivative_qualifier ], - [ 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 point in time" ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:knowledge_source ], + sh:order 18 ; + sh:path biolink:timepoint ], + [ 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 21 ; + sh:path biolink:original_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 12 ; - sh:path biolink:qualifiers ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 35 ; - sh:path biolink:category ], - [ sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; + sh:description "Used to hold the 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 4 ; - sh:path biolink:object_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 14 ; - sh:path biolink:has_evidence ], + sh:order 23 ; + sh:path biolink:object_category ], + [ 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:BlankNode ; + sh:order 10 ; + sh:path rdf:object ], + [ 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 33 ; + sh:path biolink:id ], + [ 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 30 ; + sh:path biolink:subject_label_closure ], [ sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; sh:maxCount 1 ; sh:order 5 ; - sh:path biolink:object_part_qualifier ] ; - sh:targetClass biolink:ChemicalGeneInteractionAssociation . - -biolink:ChemicalOrDrugOrTreatment a sh:NodeShape ; - sh:closed false ; - sh:ignoredProperties ( rdf:type ) ; - sh:targetClass biolink:ChemicalOrDrugOrTreatment . - + sh:path biolink:object_part_qualifier ], + [ 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 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: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 20 ; + sh:path biolink:original_predicate ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 37 ; + sh:path rdfs:label ] ; + sh:targetClass biolink:ChemicalGeneInteractionAssociation . + +biolink:ChemicalOrDrugOrTreatment a sh:NodeShape ; + sh:closed false ; + sh:ignoredProperties ( rdf:type ) ; + sh:targetClass biolink:ChemicalOrDrugOrTreatment . + biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation 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 disesae or phenotypic feature is a secondary, typically (but not always) undesirable effect." ; sh:ignoredProperties ( rdf:type ) ; - sh: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:order 22 ; - sh:path biolink:object_namespace ], - [ 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:property [ 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 18 ; + sh:path biolink:object_closure ], + [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "disease or phenotype" ; sh:maxCount 1 ; - 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:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 31 ; - sh:path dct:description ], - [ 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:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ 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:order 21 ; - 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 3 ; + sh:path rdf:object ], + [ 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:IRI ; - sh:order 16 ; - sh:path biolink:object_category ], + sh:order 22 ; + sh:path biolink:object_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 ; @@ -3225,73 +3204,83 @@ biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation [ 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 17 ; 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 19 ; - sh:path biolink:subject_category_closure ], + [ 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 23 ; + sh:path biolink:subject_label_closure ], [ 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 14 ; sh:path biolink:original_object ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:negated ], + [ 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 8 ; + sh:path biolink:knowledge_source ], [ 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 2 ; sh:path rdf:predicate ], - [ 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 13 ; - sh:path biolink:original_predicate ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 29 ; - sh:path rdf:type ], - [ 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 23 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "disease or phenotype" ; + [ 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 20 ; + sh:path biolink:object_category_closure ], + [ 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 3 ; - sh:path rdf:object ], + sh:order 26 ; + sh:path biolink:id ], + [ 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 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 31 ; + 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:class biolink:OntologyClass ; + sh:description "Used to hold the 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 15 ; + sh:path biolink:subject_category ], [ 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: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 26 ; - 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 25 ; - 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 20 ; - sh:path biolink:object_category_closure ], - [ sh:description "a point in time" ; + [ 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 11 ; - sh:path biolink:timepoint ], + sh:order 12 ; + sh:path biolink:original_subject ], [ 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 24 ; sh:path biolink:object_label_closure ], - [ 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:order 27 ; - sh:path biolink:iri ], + sh:order 21 ; + sh:path biolink:subject_namespace ], + [ 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 13 ; + 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: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:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -3299,6 +3288,19 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 30 ; + 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 25 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 27 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -3308,8 +3310,11 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:description "Used to hold the 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 15 ; - sh:path biolink:subject_category ], + sh:order 16 ; + sh:path biolink:object_category ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 29 ; + sh:path rdf:type ], [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; @@ -3317,213 +3322,223 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:BlankNode ; sh:order 1 ; sh:path rdf:subject ], - [ 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 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path rdfs:label ], - [ 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 19 ; + sh:path biolink:subject_category_closure ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:original_subject ], - [ 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 18 ; - sh:path biolink:object_closure ] ; + sh:order 11 ; + sh:path biolink:timepoint ] ; 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 disesae or phenotypic feature is a secondary undesirable effect." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 31 ; - 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:BlankNode ; - sh:order 1 ; - sh:path rdf:subject ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], + 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:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 30 ; 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 16 ; + 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 25 ; + sh:path biolink:retrieval_source_ids ], + [ 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 14 ; + sh:path biolink:original_object ], + [ 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 12 ; + sh:path biolink:original_subject ], [ 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:EvidenceType ; - sh:description "connects an association to an instance of supporting 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 7 ; - sh:path biolink:has_evidence ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 29 ; + sh:path rdf:type ], + [ 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:order 27 ; - sh:path biolink:iri ], - [ 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:subject_namespace ], + [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; + sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNode ; + sh:order 1 ; + sh:path rdf:subject ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:timepoint ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 29 ; - sh:path rdf:type ], - [ 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 24 ; - sh:path biolink:object_label_closure ], - [ 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 13 ; - 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 "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 18 ; + 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 20 ; - sh:path biolink:object_category_closure ], - [ 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 7 ; + sh:path biolink:has_evidence ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], + [ 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 23 ; + sh:path biolink:subject_label_closure ], + [ 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 17 ; + sh:path biolink:subject_closure ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:original_subject ], + sh:order 31 ; + sh:path dct:description ], + [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "disease or phenotype" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path rdf:object ], [ 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 10 ; sh:path biolink:aggregator_knowledge_source ], - [ 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: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 25 ; - 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:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 16 ; - sh:path biolink:object_category ], + sh:minCount 1 ; + sh:order 2 ; + sh:path rdf:predicate ], [ 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 26 ; sh:path biolink:id ], + [ 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 8 ; + sh:path biolink:knowledge_source ], + [ 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 24 ; + sh:path biolink:object_label_closure ], + [ 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 13 ; + sh:path biolink:original_predicate ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 27 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 32 ; 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 19 ; + 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 15 ; sh:path biolink:subject_category ], - [ 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 18 ; - sh:path biolink:object_closure ], - [ 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 17 ; - sh:path biolink:subject_closure ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], - [ 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:order 21 ; - sh:path biolink:subject_namespace ], - [ 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 23 ; - sh:path biolink:subject_label_closure ], - [ 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:order 14 ; - sh:path biolink:original_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 5 ; - sh:path biolink:qualifiers ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ 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:order 22 ; sh:path biolink:object_namespace ], - [ 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 2 ; - sh:path rdf:predicate ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "disease or phenotype" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - 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: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 19 ; - sh:path biolink:subject_category_closure ] ; + sh:order 20 ; + sh:path biolink:object_category_closure ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:negated ] ; 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 ( rdf:type ) ; - sh:property [ sh:description "a point in time" ; + sh: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:order 22 ; + sh:path biolink:subject_label_closure ], + [ 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 17 ; + sh:path biolink:object_closure ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], + sh:minCount 1 ; + 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 5 ; + 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: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 biolink:qualifiers ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ 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 19 ; + sh:path biolink:object_category_closure ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], + sh:order 30 ; + sh:path dct:description ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ 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:order 21 ; + sh:path biolink:object_namespace ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 29 ; sh:path rdfs:label ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; @@ -3531,111 +3546,96 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:BlankNode ; sh:order 0 ; sh:path rdf:subject ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ 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 25 ; + 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:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category_closure ], + sh:order 4 ; + sh:path biolink:qualifiers ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ 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 11 ; + 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 14 ; - 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 6 ; - sh:path biolink:has_evidence ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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 15 ; + sh:path biolink:object_category ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 21 ; - 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:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:retrieval_source_ids ], - [ 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 10 ; + sh:path biolink:timepoint ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:subject_namespace ], - [ 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 9 ; - 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 26 ; + sh:path biolink:iri ], + [ 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 15 ; - sh:path biolink:object_category ], - [ 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 7 ; + 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:order 11 ; - 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:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:publications ], + 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 18 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], [ 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 13 ; sh:path biolink:original_object ], - [ 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 25 ; - 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 24 ; + sh:path biolink:retrieval_source_ids ], [ 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 12 ; sh:path biolink:original_predicate ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:ChemicalEntity ; - sh:description "the chemical element that is the target of the statement" ; - sh:maxCount 1 ; - sh:minCount 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:order 27 ; + 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 2 ; - sh:path rdf:object ], - [ 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 7 ; - sh:path biolink:knowledge_source ], - [ 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 17 ; - sh:path biolink:object_closure ], + sh:order 6 ; + sh:path biolink:has_evidence ], [ 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 23 ; sh:path biolink:object_label_closure ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - 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 19 ; - sh:path biolink:object_category_closure ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the 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 26 ; - sh:path biolink:iri ] ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:subject_category ] ; sh:targetClass biolink:ChemicalToChemicalAssociation . biolink:ChemicalToChemicalDerivationAssociation a sh:NodeShape ; @@ -3649,86 +3649,135 @@ biolink:ChemicalToChemicalDerivationAssociation a sh:NodeShape ; THEN C1 derives-into C2 <>""" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:property [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:ChemicalEntity ; + sh:description "the downstream chemical entity" ; sh:maxCount 1 ; - sh:order 31 ; - sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path rdf:object ], + [ sh:class biolink:ChemicalEntity ; + sh:description "the upstream chemical entity" ; sh:maxCount 1 ; - sh:order 27 ; - sh:path biolink:iri ], - [ 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 18 ; - 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:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:object_category_closure ], - [ 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:BlankNode ; - sh:order 0 ; - sh:path biolink:catalyst_qualifier ], - [ 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 1 ; + sh:path rdf: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:order 13 ; - sh:path biolink:original_predicate ], + sh:order 14 ; + 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 25 ; sh:path biolink:retrieval_source_ids ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path rdfs:label ], [ 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 23 ; sh:path biolink:subject_label_closure ], - [ sh:class biolink:ChemicalEntity ; - sh:description "the downstream chemical entity" ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path rdf:object ], - [ 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 11 ; + sh:path biolink:timepoint ], + [ 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:order 22 ; - sh:path biolink:object_namespace ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 29 ; - sh:path rdf:type ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:minCount 1 ; + sh:order 26 ; + sh:path biolink:id ], + [ 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 24 ; + sh:path biolink:object_label_closure ], + [ 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 4 ; - sh:path biolink:negated ], + sh:order 13 ; + 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: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 17 ; sh:path biolink:subject_closure ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ 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 20 ; + 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:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 29 ; + sh:path rdf:type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 30 ; - sh:path rdfs:label ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 27 ; + sh:path biolink:iri ], + [ 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 26 ; - sh:path biolink:id ], + sh:order 21 ; + sh:path biolink:subject_namespace ], [ 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 2 ; sh:path rdf:predicate ], - [ 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 closure 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_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 8 ; - sh:path biolink:knowledge_source ], + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:subject_category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:has_attribute ], [ 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 10 ; sh:path biolink:aggregator_knowledge_source ], + [ 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:BlankNode ; + sh:order 0 ; + sh:path biolink:catalyst_qualifier ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:negated ], + [ 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:order 22 ; + sh:path biolink:object_namespace ], + [ 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: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:nodeKind sh:IRI ; + sh:order 16 ; + sh:path biolink:object_category ], + [ 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 12 ; + sh:path biolink:original_subject ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -3736,174 +3785,108 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 11 ; - 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:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:ChemicalEntity ; - sh:description "the upstream chemical entity" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - 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 15 ; - sh:path biolink:subject_category ], - [ 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 24 ; - sh:path biolink:object_label_closure ], - [ 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 12 ; - 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 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 19 ; sh:path biolink:subject_category_closure ], - [ 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 14 ; - sh:path biolink:original_object ], - [ 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: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 "Used to hold the 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 "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 16 ; - sh:path biolink:object_category ], - [ 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 31 ; + sh:path dct:description ], + [ 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 21 ; - sh:path biolink:subject_namespace ] ; + sh:order 8 ; + sh:path biolink:knowledge_source ] ; 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 "A human-readable name for an attribute or entity." ; + sh:property [ 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 12 ; + sh:path biolink:original_predicate ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 29 ; sh:path rdfs:label ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:negated ], - [ 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:retrieval_source_ids ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 26 ; - 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 18 ; - sh:path biolink:subject_category_closure ], + sh:order 10 ; + sh:path biolink:timepoint ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path dct:description ], + [ 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 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:description "Used to hold the 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_closure ], - [ 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:object_category ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:qualifiers ], - [ 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 12 ; - sh:path biolink:original_predicate ], + sh:order 6 ; + sh:path biolink:has_evidence ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], + [ 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 17 ; + sh:path biolink:object_closure ], [ 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 13 ; sh:path biolink:original_object ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "the disease or phenotype that is affected by the chemical" ; + [ 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:order 11 ; + sh:path biolink:original_subject ], + [ 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:order 8 ; + 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 2 ; - sh:path rdf:object ], + sh:order 24 ; + sh:path biolink:retrieval_source_ids ], [ 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:order 20 ; sh:path biolink:subject_namespace ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 31 ; 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 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:publications ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], - [ 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 1 ; - sh:path rdf:predicate ], + sh:order 19 ; + sh:path biolink:object_category_closure ], [ 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 9 ; sh:path biolink:aggregator_knowledge_source ], + [ 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 23 ; + sh:path biolink:object_label_closure ], [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; @@ -3911,43 +3894,60 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:BlankNode ; sh:order 0 ; sh:path rdf:subject ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ 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:order 25 ; - sh:path biolink:id ], + sh:order 21 ; + 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: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:object_category ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], + sh:order 4 ; + 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 14 ; sh:path biolink:subject_category ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting 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:has_evidence ], - [ sh:description "a human-readable description of an entity" ; + sh:order 5 ; + sh:path biolink:publications ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], + sh:order 26 ; + sh:path biolink:iri ], + [ 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 2 ; + sh:path rdf:object ], + [ 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 22 ; + 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 18 ; + sh:path biolink:subject_category_closure ], + [ 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 25 ; + sh:path biolink:id ], [ 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 7 ; - sh:path biolink:knowledge_source ] ; + sh:path biolink:knowledge_source ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ] ; sh:targetClass biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation . biolink:ChemicalToEntityAssociationMixin a sh:NodeShape ; @@ -3960,23 +3960,26 @@ 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:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + 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 4 ; + sh:path biolink:qualifiers ], + [ 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:order 25 ; - sh:path biolink:id ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ 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 1 ; - sh:path rdf:predicate ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], + sh:order 12 ; + sh:path biolink:original_predicate ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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 17 ; + sh:path biolink:object_closure ], [ sh:class biolink:Pathway ; sh:description "the pathway that is affected by the chemical" ; sh:maxCount 1 ; @@ -3984,112 +3987,98 @@ biolink:ChemicalToPathwayAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - 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 19 ; - 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 6 ; - 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 15 ; - sh:path biolink:object_category ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ 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:knowledge_source ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:original_predicate ], - [ 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 29 ; + sh:path rdfs:label ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ 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:order 13 ; - sh:path biolink:original_object ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], + sh:minCount 1 ; + sh:order 25 ; + sh:path biolink:id ], [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 28 ; sh:path rdf: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:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 7 ; - 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 3 ; + sh:path biolink:negated ], + [ 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 11 ; + sh:path biolink:original_subject ], + [ 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:order 21 ; + sh:path biolink:object_namespace ], + [ 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 24 ; - sh:path biolink:retrieval_source_ids ], + sh:order 0 ; + sh:path rdf: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:order 13 ; + 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 18 ; sh:path biolink:subject_category_closure ], - [ 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:order 29 ; - 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:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ 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:IRI ; - sh:order 14 ; - sh:path biolink:subject_category ], + sh:order 20 ; + 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 5 ; sh:path biolink:publications ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - 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:description "Used to hold the 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:qualifiers ], - [ 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:subject_category ], + [ 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: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:order 21 ; - sh:path biolink:object_namespace ], + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:object_category ], [ 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:order 8 ; sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:ChemicalEntity ; - sh:description "the chemical entity that is affecting the pathway" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 30 ; + sh:path dct:description ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -4097,25 +4086,47 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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 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 19 ; + sh:path biolink:object_category_closure ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:original_subject ] ; + sh:order 10 ; + 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 24 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ] ; sh:targetClass biolink:ChemicalToPathwayAssociation . biolink:ChiSquaredAnalysisResult a sh:NodeShape ; sh:closed true ; sh:description "A result of a chi squared analysis." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:maxCount 1 ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:iri ], + [ sh:maxCount 1 ; sh:order 1 ; sh:path biolink:rights ], [ 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 4 ; sh:path biolink:provided_by ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -4125,10 +4136,10 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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:order 6 ; - sh:path biolink:full_name ], + sh:order 11 ; + sh:path rdfs:label ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -4137,91 +4148,67 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t [ sh:order 10 ; sh:path rdf:type ], [ sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], + sh:order 0 ; + sh:path biolink:license ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 12 ; sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:creation_date ], [ sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], + sh:order 2 ; + sh:path biolink:format ], [ 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:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:creation_date ] ; 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:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:property [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 5 ; - sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + 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:order 4 ; - sh:path biolink:iri ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_attribute_type ], [ 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 6 ; 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: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:order 0 ; sh:path rdfs:label ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; sh:nodeKind sh:BlankNode ; 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; + sh:path biolink:xref ], + [ 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 1 ; - sh:path biolink:has_attribute_type ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; + sh:order 5 ; + sh:path biolink:id ], + [ 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 3 ; - sh:path biolink:has_qualitative_value ], - [ sh:order 10 ; - sh:path rdf:type ], + sh:order 4 ; + sh:path biolink:iri ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; @@ -4230,25 +4217,36 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ] ; + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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 10 ; + sh:path rdf:type ] ; 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: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 0 ; - sh:path biolink:provided_by ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 7 ; sh:path rdfs:label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:full_name ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 4 ; @@ -4257,22 +4255,6 @@ biolink:ClinicalEntity a sh:NodeShape ; sh:maxCount 1 ; sh:order 8 ; sh:path dct:description ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink: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:order 3 ; - sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:has_attribute ], - [ sh:order 6 ; - sh:path rdf:type ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -4281,22 +4263,57 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 5 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:has_attribute ], + [ 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 3 ; + sh:path biolink:id ], + [ 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 0 ; + sh:path biolink:provided_by ], + [ sh:order 6 ; + sh:path rdf:type ] ; 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:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:property [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], + [ 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 5 ; sh:path biolink:id ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], + sh:order 6 ; + sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ], [ 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 2 ; sh:path biolink:provided_by ], @@ -4309,23 +4326,10 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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:order 1 ; + sh:order 9 ; sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 10 ; - 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; sh:path biolink:xref ], @@ -4334,10 +4338,6 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 11 ; sh:path biolink:has_attribute ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], [ sh:order 8 ; sh:path rdf:type ] ; sh:targetClass biolink:ClinicalFinding . @@ -4345,32 +4345,23 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t biolink:ClinicalIntervention a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:order 6 ; - sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path rdfs:label ], - [ 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 "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 3 ; sh:path biolink:id ], - [ 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:order 8 ; - sh:path dct:description ], + sh:order 4 ; + sh:path biolink:iri ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:full_name ], - [ 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:order 4 ; - sh:path biolink:iri ], - [ 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 0 ; - sh:path biolink:provided_by ], + sh:order 8 ; + sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -4387,24 +4378,28 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; + sh:path biolink:xref ], + [ sh:order 6 ; + sh:path rdf:type ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path rdfs:label ], + [ 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 0 ; + sh:path biolink:provided_by ] ; 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:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; + sh:property [ 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 1 ; - sh:path biolink:has_attribute_type ], + sh:order 4 ; + sh:path biolink:iri ], + [ sh:order 10 ; + sh:path rdf:type ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; sh:nodeKind sh:BlankNode ; @@ -4415,6 +4410,22 @@ biolink:ClinicalMeasurement a sh:NodeShape ; sh:minCount 1 ; sh:order 5 ; sh:path biolink:id ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], + [ 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: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 6 ; + sh:path biolink:provided_by ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -4424,92 +4435,51 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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: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: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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:path biolink:xref ] ; + 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ 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:order 0 ; - sh:path rdfs:label ], - [ 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 6 ; - sh:path biolink:provided_by ], - [ sh:order 10 ; - sh:path rdf:type ], + 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 12 ; - sh:path biolink:has_attribute ] ; - 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:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], + sh:path biolink:has_attribute ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:full_name ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - 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: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:order 0 ; - sh:path rdfs:label ], - [ 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 6 ; - sh:path biolink:provided_by ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:order 10 ; - 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: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 ; @@ -4521,7 +4491,37 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 1 ; - sh:path biolink:has_attribute_type ] ; + sh:path biolink:has_attribute_type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], + [ 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 6 ; + sh:path biolink:provided_by ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ sh:order 10 ; + sh:path rdf:type ], + [ 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:order 0 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; + sh:path biolink:xref ] ; sh:targetClass biolink:ClinicalModifier . biolink:ClinicalTrial a sh:NodeShape ; @@ -4531,13 +4531,16 @@ biolink:ClinicalTrial a sh:NodeShape ; sh:maxCount 1 ; sh:order 7 ; sh:path rdfs:label ], - [ 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 3 ; - sh:path biolink:id ], [ sh:order 6 ; sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path dct:description ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -4547,57 +4550,62 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 5 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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 0 ; + sh:path biolink:provided_by ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:has_attribute ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:full_name ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path dct:description ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ 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:order 4 ; - sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:has_attribute ], - [ 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 0 ; - sh:path biolink:provided_by ] ; + sh:minCount 1 ; + sh:order 3 ; + sh:path biolink:id ] ; sh:targetClass biolink:ClinicalTrial . biolink:CodingSequence a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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 "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path rdfs:label ], + [ 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 3 ; sh:path biolink:id ], - [ 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 10 ; - sh:path biolink:provided_by ], - [ sh:description "connects a genomic feature to its sequence" ; + [ 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:order 0 ; - sh:path biolink:has_biological_sequence ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:order 7 ; + sh:path biolink:max_tolerated_dose ], + [ 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:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 2 ; + sh:order 16 ; sh:path rdfs:label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 11 ; - sh:path biolink:xref ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 6 ; - sh:path biolink:available_from ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 13 ; + 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -4607,146 +4615,134 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 14 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:order 15 ; - sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 12 ; - 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 1 ; - sh:path biolink:in_taxon ], - [ 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:order 7 ; - sh:path biolink:max_tolerated_dose ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:iri ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path dct:description ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path rdfs:label ], [ sh:class biolink:ChemicalEntity ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:trade_name ], - [ sh:description "" ; + [ sh:description "indicates whether a molecular entity is a metabolite" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:is_toxic ], - [ 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:order 4 ; + sh:path biolink:is_metabolite ], [ 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:description "indicates whether a molecular entity is a metabolite" ; + [ 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 10 ; + sh:path biolink:provided_by ], + [ sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:is_metabolite ] ; + sh:order 0 ; + sh:path biolink:has_biological_sequence ], + [ sh:order 15 ; + sh:path rdf:type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 11 ; + sh:path biolink:xref ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path biolink:full_name ], + [ sh:description "" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:is_toxic ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path dct:description ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 6 ; + sh:path biolink:available_from ] ; 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ sh:order 8 ; + sh:property [ sh:order 8 ; sh:path rdf:type ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], [ 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 2 ; sh:path biolink:provided_by ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ 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 5 ; sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_attribute ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:has_attribute ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 6 ; - sh:path biolink:iri ] ; + sh:path biolink:iri ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ] ; sh:targetClass biolink:Cohort . biolink:CommonDataElement a sh:NodeShape ; sh:closed true ; 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:maxCount 1 ; + sh:property [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:creation_date ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:maxCount 1 ; sh:order 0 ; sh:path biolink:license ], [ sh:maxCount 1 ; sh:order 2 ; sh:path biolink:format ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], [ 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 4 ; 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: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:id ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -4756,52 +4752,42 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:creation_date ], + sh:order 12 ; + sh:path dct:description ], + [ sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:rights ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:full_name ], - [ sh:order 10 ; - sh:path rdf:type ], - [ 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: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 ; + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 11 ; sh:path rdfs:label ], - [ sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ] ; + [ sh:order 10 ; + sh:path rdf:type ] ; sh:targetClass biolink:CommonDataElement . biolink:ComplexChemicalExposure a sh:NodeShape ; sh:closed true ; 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:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:order 10 ; - sh:path rdf:type ], - [ 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:order 0 ; - sh:path rdfs:label ], - [ 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 "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 5 ; - sh:path biolink:id ], - [ 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 6 ; - sh:path biolink:provided_by ], + sh:order 4 ; + sh:path biolink:iri ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -4811,21 +4797,27 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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 5 ; + 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:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ 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:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -4833,46 +4825,48 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t 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:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], + [ 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 6 ; + sh:path biolink:provided_by ], + [ 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:order 0 ; + sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; sh:path biolink:xref ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ] ; + [ sh:order 10 ; + sh:path rdf:type ] ; 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: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, 'FDA approval status.'" ; + sh:property [ 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:order 1 ; - sh:path biolink:highest_FDA_approval_status ], + sh:order 6 ; + sh:path biolink:max_tolerated_dose ], + [ sh:order 15 ; + sh:path rdf:type ], [ sh:class biolink:ChemicalMixture ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:is_supplement ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:iri ], - [ sh:description "" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:is_toxic ], - [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:drug_regulatory_status_world_wide ], + sh:order 11 ; + sh:path biolink:full_name ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -4882,107 +4876,95 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 14 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:iri ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 5 ; + sh:path biolink:available_from ], [ 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 9 ; sh:path biolink:provided_by ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:full_name ], - [ 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:order 6 ; - sh:path biolink:max_tolerated_dose ], [ 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:id ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path dct:description ], - [ sh:order 15 ; - sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:class biolink:ChemicalEntity ; + sh:description "" ; sh:maxCount 1 ; - sh:order 16 ; - sh:path rdfs:label ], + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:trade_name ], [ 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:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 5 ; - sh:path biolink:available_from ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ 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:class biolink:ChemicalEntity ; - sh:description "" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:trade_name ], + sh:order 17 ; + sh:path dct:description ], + [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; + sh:maxCount 1 ; + sh:order 2 ; + 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 8 ; - sh:path biolink:has_chemical_role ] ; + sh:path biolink:has_chemical_role ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 16 ; + 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, 'FDA approval status.'" ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:highest_FDA_approval_status ], + [ sh:description "" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:is_toxic ] ; 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:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], - [ sh:order 10 ; - sh:path rdf:type ], - [ sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ], - [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], + sh:order 8 ; + sh:path biolink:iri ], [ 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:id ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:creation_date ], - [ sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ 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 4 ; sh:path biolink:provided_by ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], + [ sh:order 10 ; + sh:path rdf:type ], + [ sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:license ], + [ sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:rights ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -4992,44 +4974,68 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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: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:path biolink:has_attribute ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:format ] ; sh:targetClass biolink:ConceptCountAnalysisResult . biolink:ConfidenceLevel a sh:NodeShape ; sh:closed true ; sh:description "Level of confidence in a statement" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ], - [ sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ], + 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: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 4 ; + sh:path biolink:provided_by ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:creation_date ], [ sh:order 10 ; sh:path rdf:type ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 11 ; sh:path rdfs:label ], - [ 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 4 ; - sh:path biolink:provided_by ], + [ sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:rights ], + [ sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:format ], [ 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:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -5043,18 +5049,12 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 8 ; sh:path biolink:iri ], - [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:creation_date ], - [ 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:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], + sh:order 0 ; + sh:path biolink:license ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 6 ; @@ -5065,85 +5065,47 @@ 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: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 18 ; - 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 24 ; - sh:path biolink:retrieval_source_ids ], - [ 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 12 ; - sh:path biolink:original_predicate ], - [ 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 ; - sh:order 4 ; - 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 19 ; - sh:path biolink:object_category_closure ], - [ 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 "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 22 ; sh:path biolink:subject_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:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ 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 17 ; - 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 14 ; - 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 15 ; sh:path biolink:object_category ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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 "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 13 ; - 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 5 ; - sh:path biolink:publications ], - [ sh:description "a point in time" ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], + [ 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:order 10 ; - sh:path biolink:timepoint ], + sh:order 8 ; + sh:path biolink:primary_knowledge_source ], [ 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 25 ; sh:path biolink:id ], - [ 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:order 1 ; - sh:path rdf:predicate ], + sh:order 11 ; + sh:path biolink:original_subject ], + [ 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 7 ; + sh:path biolink:knowledge_source ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:InformationContentEntity ; sh:description "information content entity which an agent has helped realise" ; sh:maxCount 1 ; @@ -5151,172 +5113,278 @@ biolink:ContributorAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ 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 23 ; - 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 6 ; sh:path biolink:has_evidence ], - [ sh:description "a human-readable description of an entity" ; + [ 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:publications ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 29 ; + sh:path rdfs:label ], [ 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:order 21 ; sh:path biolink:object_namespace ], - [ 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: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 18 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:Agent ; + sh:description "agent helping to realise the given entity (e.g. such as a publication)" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:primary_knowledge_source ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + 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 24 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "generally one of the predicate values 'provider', 'publisher', 'editor' or 'author'" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 31 ; sh:path biolink:has_attribute ], - [ 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 7 ; - sh:path biolink:knowledge_source ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ 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:order 23 ; + sh:path biolink:object_label_closure ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ 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 ; + sh:order 4 ; + sh:path biolink:qualifiers ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 26 ; sh:path biolink:iri ], - [ 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 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:subject_namespace ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ] ; + sh:order 10 ; + sh:path biolink:timepoint ], + [ 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 13 ; + 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 19 ; + sh:path biolink:object_category_closure ], + [ 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 12 ; + 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 14 ; + sh:path biolink:subject_category ], + [ 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 17 ; + sh:path biolink:object_closure ] ; sh:targetClass biolink:ContributorAssociation . biolink:CorrelatedGeneToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - 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: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:IRI ; - sh:order 2 ; - sh:path biolink:sex_qualifier ], - [ 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 25 ; - sh:path biolink:subject_label_closure ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 29 ; sh:path biolink:iri ], - [ sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "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:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; + [ 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:IRI ; - sh:order 39 ; - sh:path biolink:severity_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 40 ; + sh:path biolink:onset_qualifier ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "gene in which variation is shown to correlate with the disease." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNode ; + sh:order 3 ; + sh:path rdf:subject ], + [ 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:aggregator_knowledge_source ], + [ 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 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: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:description "number of things with a particular property" ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ 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:order 35 ; - sh:path biolink:has_count ], + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 38 ; + sh:path biolink:has_percentage ], + [ 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:negated ], [ 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 10 ; sh:path biolink:knowledge_source ], - [ 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 19 ; - sh:path biolink:subject_closure ], - [ 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:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:nodeKind sh:IRI ; + sh:order 39 ; + sh:path biolink:severity_qualifier ], + [ 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:order 1 ; - sh:path biolink:object_direction_qualifier ], + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "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:Disease ; + sh:description "disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path rdf:object ], [ 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: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:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 36 ; + sh:path biolink:has_total ], + [ 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 7 ; - sh:path biolink:qualifiers ], + sh:order 2 ; + 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 9 ; + sh:path biolink:has_evidence ], + [ 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 41 ; + sh:path biolink:frequency_qualifier ], + [ 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: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:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:has_total ], - [ 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 34 ; - sh:path biolink:has_attribute ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:object_direction_qualifier ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], [ 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 26 ; sh:path biolink:object_label_closure ], - [ sh:class biolink:Onset ; - sh:description "a qualifier used in a phenotypic association to state when the phenotype appears is in the subject" ; + [ sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 40 ; - sh:path biolink:onset_qualifier ], + sh:order 35 ; + sh:path biolink:has_count ], [ 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:maxCount 1 ; - sh:order 37 ; - sh:path biolink:has_quotient ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ 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 4 ; + sh:path rdf:predicate ], + [ 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 20 ; + sh:path biolink:object_closure ], + [ 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 14 ; + sh:path biolink:original_subject ], + [ 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 15 ; + sh:path biolink:original_predicate ], + [ 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 19 ; + sh:path biolink:subject_closure ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + 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:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:maxCount 1 ; + sh:order 37 ; + sh:path biolink:has_quotient ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -5324,85 +5392,17 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 30 ; sh:path biolink:category ], - [ 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 4 ; - sh:path rdf:predicate ], - [ 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 41 ; - sh:path biolink:frequency_qualifier ], - [ sh:class biolink:Disease ; - sh:description "disease" ; - sh:maxCount 1 ; - sh:minCount 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 5 ; - sh:path rdf:object ], - [ 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 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:order 24 ; - sh:path biolink:object_namespace ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "gene in which variation is shown to correlate with the disease." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 3 ; - sh:path rdf:subject ], - [ 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:aggregator_knowledge_source ], - [ 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 14 ; - sh:path biolink:original_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:order 16 ; - sh:path biolink:original_object ], - [ 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:negated ], - [ 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 20 ; - sh:path biolink:object_closure ], - [ 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:id ], - [ sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:has_percentage ], - [ 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 15 ; - sh:path biolink:original_predicate ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - 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: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:order 17 ; + sh:path biolink:subject_category ] ; sh:targetClass biolink:CorrelatedGeneToDiseaseAssociation . biolink:DatasetSummary a sh:NodeShape ; @@ -5410,58 +5410,40 @@ biolink:DatasetSummary a sh:NodeShape ; sh:description "an item that holds summary level information about a dataset." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:maxCount 1 ; - sh:order 1 ; - sh:path schema1:logo ], - [ 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:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:creation_date ], + sh:order 3 ; + sh:path biolink:rights ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:iri ], - [ 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:order 13 ; - sh:path rdfs:label ], - [ sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:rights ], - [ sh:order 12 ; - sh:path rdf:type ], + sh:minCount 1 ; + sh:order 9 ; + sh:path biolink:id ], [ sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:license ], + sh:order 4 ; + 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:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], - [ 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 6 ; - sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path dct:description ], - [ sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:format ], + sh:order 5 ; + sh:path biolink:creation_date ], [ sh:maxCount 1 ; sh:order 0 ; sh:path biolink:source_web_page ], - [ 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:order 9 ; - sh:path biolink:id ], + sh:order 14 ; + sh:path dct:description ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -5470,47 +5452,65 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 11 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:license ], + [ sh:maxCount 1 ; + sh:order 1 ; + sh:path schema1:logo ], + [ sh:order 12 ; + sh:path rdf:type ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path rdfs:label ], + [ 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 6 ; + sh:path biolink:provided_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; + sh:path biolink:xref ] ; 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:maxCount 1 ; + sh:order 5 ; + sh:path biolink:format ], + [ 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:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + sh:order 10 ; + sh:path biolink:id ], + [ sh:order 13 ; + sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path dct:description ], + [ sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:license ], + [ sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:ingest_date ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:iri ], [ 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 "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:iri ], [ sh:class biolink:Dataset ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:has_dataset ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ], [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:order 6 ; @@ -5518,75 +5518,69 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t [ sh:maxCount 1 ; sh:order 4 ; sh:path biolink:rights ], - [ sh:order 13 ; - sh:path rdf:type ], - [ sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:license ], - [ sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:ingest_date ], - [ 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 10 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path dct:description ], - [ sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:format ], [ sh:class biolink:DatasetDistribution ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path dct:distribution ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ 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:provided_by ] ; + sh:path biolink:provided_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path rdfs:label ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:DatasetVersion . biolink:DiagnosticAid a sh:NodeShape ; sh:closed true ; sh:description "A device or substance used to help diagnose disease or injury" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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 "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 3 ; sh:path biolink:id ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:full_name ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 7 ; sh:path rdfs:label ], - [ sh:order 6 ; - sh:path rdf:type ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:iri ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path dct:description ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:full_name ], [ 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 0 ; sh:path biolink:provided_by ], @@ -5594,58 +5588,72 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 9 ; - sh:path biolink:has_attribute ] ; + sh:path biolink:has_attribute ], + [ sh:order 6 ; + sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path dct:description ] ; 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: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:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ], + sh:property [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + 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:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:has_qualitative_value ], + [ 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:provided_by ], [ 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:order 1 ; sh:path rdfs:label ], - [ 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:order 5 ; - sh:path biolink:iri ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], - [ 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:provided_by ], + sh:order 9 ; + sh:path biolink:full_name ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:timepoint ], + [ 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:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + 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 2 ; + sh:path biolink:has_attribute_type ], + [ sh:order 11 ; + sh:path rdf:type ], [ 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 6 ; sh:path biolink:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -5655,17 +5663,9 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 10 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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:description "a point in time" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:timepoint ], - [ sh:order 11 ; - sh:path rdf:type ] ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; sh:targetClass biolink:DiseaseOrPhenotypicFeatureExposure . biolink:DiseaseOrPhenotypicFeatureOutcome a sh:NodeShape ; @@ -5683,88 +5683,80 @@ 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: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: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:order 20 ; + 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:retrieval_source_ids ], + sh:order 18 ; + sh:path biolink:subject_category_closure ], + [ 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:order 21 ; + sh:path biolink:object_namespace ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 30 ; sh:path dct:description ], - [ 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:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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:knowledge_source ], + sh:order 13 ; + sh:path biolink:original_object ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], [ 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 1 ; sh:path rdf:predicate ], + [ 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 25 ; + 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 24 ; + sh:path biolink:retrieval_source_ids ], [ 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:order 8 ; sh:path biolink:primary_knowledge_source ], + [ 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 7 ; + 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 14 ; - sh:path biolink:subject_category ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ 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 12 ; - sh:path biolink:original_predicate ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], + sh:order 15 ; + 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 4 ; sh:path biolink:qualifiers ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], + [ 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 23 ; + sh:path biolink:object_label_closure ], [ 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 9 ; sh:path biolink:aggregator_knowledge_source ], - [ 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 25 ; - sh:path biolink:id ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 26 ; sh:path biolink:iri ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], - [ 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:order 21 ; - 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 18 ; - sh:path biolink:subject_category_closure ], [ sh:class biolink:GeneticInheritance ; sh:description "genetic inheritance associated with the specified disease or phenotypic feature." ; sh:maxCount 1 ; @@ -5772,78 +5764,53 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ 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:order 16 ; + sh:path biolink:subject_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:original_object ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "disease or phenotype" ; + sh:order 29 ; + sh:path rdfs:label ], + [ 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 17 ; + sh:path biolink:object_closure ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 10 ; + 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 6 ; 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: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 15 ; - sh:path biolink:object_category ], + sh:order 12 ; + sh:path biolink:original_predicate ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], [ 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 11 ; sh:path biolink:original_subject ], - [ 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 22 ; - 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 5 ; sh:path biolink:publications ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - 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 19 ; - sh:path biolink:object_category_closure ] ; - 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:class biolink:AnatomicalEntity ; - sh:description "anatomical entity in which the disease or feature is found." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ 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 12 ; - sh:path biolink:original_predicate ], + sh:path biolink:object_category_closure ], [ sh:class biolink:DiseaseOrPhenotypicFeature ; sh:description "disease or phenotype" ; sh:maxCount 1 ; @@ -5852,31 +5819,90 @@ biolink:DiseaseOrPhenotypicFeatureToLocationAssociation a sh:NodeShape ; 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:description "Used to hold the 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:qualifiers ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 14 ; + sh:path biolink:subject_category ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ] ; + 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:class biolink:OntologyClass ; + sh:description "Used to hold the 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 1 ; - sh:path rdf:predicate ], - [ 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:IRI ; + sh:order 14 ; + 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 18 ; + sh:path biolink:subject_category_closure ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:primary_knowledge_source ], + sh:order 10 ; + sh:path biolink:timepoint ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ 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 11 ; + 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 15 ; + sh:path biolink:object_category ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 31 ; sh:path biolink:has_attribute ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], - [ 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 23 ; - sh:path biolink:object_label_closure ], + sh:order 20 ; + sh:path biolink:subject_namespace ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ 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 13 ; + sh:path biolink:original_object ], + [ 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 25 ; + sh:path biolink:id ], + [ 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 17 ; + 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 19 ; + 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 4 ; + sh:path biolink:qualifiers ], + [ 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 7 ; + sh:path biolink:knowledge_source ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -5884,99 +5910,73 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; 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:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:subject_category ], - [ 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 29 ; + sh:path rdfs:label ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ 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 11 ; - sh:path biolink:original_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:order 12 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "anatomical entity in which the disease or feature is found." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:original_object ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ 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 23 ; + 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 24 ; sh:path biolink:retrieval_source_ids ], - [ 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:order 29 ; - sh:path rdfs:label ], + sh:minCount 1 ; + 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 5 ; + sh:path biolink:publications ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 26 ; sh:path biolink:iri ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "disease or phenotype" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 25 ; - sh:path biolink:id ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 30 ; sh:path dct:description ], - [ 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 7 ; - 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 5 ; - sh:path biolink:publications ], [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; 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: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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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:IRI ; - sh:order 15 ; - sh:path biolink:object_category ], + sh:order 21 ; + 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 6 ; - sh:path biolink:has_evidence ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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 22 ; - 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 19 ; - sh:path biolink:object_category_closure ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - 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 18 ; - sh:path biolink:subject_category_closure ] ; + sh:path biolink:has_evidence ] ; sh:targetClass biolink:DiseaseOrPhenotypicFeatureToLocationAssociation . biolink:DiseaseToEntityAssociationMixin a sh:NodeShape ; @@ -5989,208 +5989,209 @@ biolink:DiseaseToExposureEventAssociation a sh:NodeShape ; sh:description "An association between an exposure event and a disease." ; 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: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 biolink:qualifiers ], - [ 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 19 ; + sh:path biolink:object_category_closure ], + [ 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:order 11 ; - sh:path biolink:original_subject ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ 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 30 ; + sh:path dct:description ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 21 ; - sh:path biolink:object_namespace ], + sh:order 3 ; + sh:path biolink:negated ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], + [ 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 17 ; + 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 15 ; sh:path biolink:object_category ], - [ 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:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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: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 23 ; - sh:path biolink:object_label_closure ], - [ 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:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ 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 13 ; - sh:path biolink:original_object ], - [ 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 12 ; - 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 21 ; + 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:nodeKind sh:IRI ; sh:order 24 ; sh:path biolink:retrieval_source_ids ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ 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:order 7 ; - 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 19 ; - sh:path biolink:object_category_closure ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], + sh:order 26 ; + 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 5 ; sh:path biolink:publications ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + [ 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 18 ; + sh:path biolink:subject_category_closure ], + [ 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:negated ], + sh:order 12 ; + sh:path biolink:original_predicate ], [ 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 1 ; sh:path rdf:predicate ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 25 ; - sh:path biolink:id ], + sh:order 10 ; + sh:path biolink:timepoint ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + 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 14 ; sh:path biolink:subject_category ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:class biolink:Disease ; + sh:description "disease class" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 0 ; + sh:path rdf:subject ], + [ 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 26 ; - sh:path biolink:iri ], - [ 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 7 ; + sh:path biolink:knowledge_source ], + [ 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 8 ; - sh:path biolink:primary_knowledge_source ], + sh:order 13 ; + sh:path biolink:original_object ], + [ 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 9 ; + 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:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category_closure ], + sh:order 4 ; + sh:path biolink:qualifiers ], + [ 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 22 ; + 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 6 ; - sh:path biolink:has_evidence ] ; + sh:path biolink:has_evidence ], + [ 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 25 ; + sh:path biolink:id ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ 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 11 ; + sh:path biolink:original_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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ] ; 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:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:frequency_qualifier ], - [ sh:description "equivalent to has quotient multiplied by 100" ; + sh:property [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:has_percentage ], - [ 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 4 ; + 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: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: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 0 ; + sh:path biolink:sex_qualifier ], + [ 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:order 22 ; + sh:path biolink:object_namespace ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 31 ; + sh:path dct:description ], + [ 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 23 ; + sh:path biolink:subject_label_closure ], + [ 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 2 ; + sh:path rdf:predicate ], + [ 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 19 ; - sh:path biolink:subject_category_closure ], + 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 25 ; sh:path biolink:retrieval_source_ids ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:timepoint ], - [ 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 14 ; - sh:path biolink:original_object ], - [ 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:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ 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:order 31 ; - sh:path dct:description ], + sh:minCount 1 ; + sh:order 26 ; + sh:path biolink:id ], [ 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:order 21 ; sh:path biolink:subject_namespace ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:severity_qualifier ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], [ sh:class biolink:Disease ; sh:description "disease class" ; sh:maxCount 1 ; @@ -6199,126 +6200,125 @@ biolink:DiseaseToPhenotypicFeatureAssociation a sh:NodeShape ; sh:order 1 ; 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: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 19 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:subject_category ], - [ sh:description "number of things with a particular property" ; + sh:order 37 ; + sh:path biolink:severity_qualifier ], + [ 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 33 ; - sh:path biolink:has_count ], - [ 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 2 ; - sh:path rdf:predicate ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], - [ sh:description "total number of things in a particular reference set" ; + sh:order 14 ; + sh:path biolink:original_object ], + [ 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 17 ; + sh:path biolink:subject_closure ], + [ sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:order 34 ; sh:path biolink:has_total ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; - sh:order 30 ; - sh:path rdfs:label ], - [ 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 24 ; - sh:path biolink:object_label_closure ], - [ 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 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:order 13 ; - sh:path biolink:original_predicate ], - [ 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 16 ; + sh:path biolink:object_category ], + [ sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:has_quotient ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 26 ; - sh:path biolink:id ], - [ 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 27 ; + sh:path biolink:iri ], + [ sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - 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 7 ; - sh:path biolink:has_evidence ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], + sh:order 33 ; + sh:path biolink:has_count ], [ 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: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 23 ; - sh:path biolink:subject_label_closure ], - [ 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 15 ; + sh:path biolink:subject_category ], + [ 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:order 8 ; + sh:path biolink:knowledge_source ], + [ 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 24 ; + sh:path biolink:object_label_closure ], + [ 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 12 ; + sh:path biolink:original_subject ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 29 ; + sh:path rdf:type ], + [ 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 18 ; + sh:path biolink:object_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path rdf:object ], + sh:order 32 ; + sh:path biolink:has_attribute ], [ 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 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 20 ; - sh:path biolink:object_category_closure ], - [ 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:order 22 ; - sh:path biolink:object_namespace ], + 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: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 "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; + sh:order 30 ; + 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 16 ; - sh:path biolink:object_category ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 29 ; - sh:path rdf:type ], - [ 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 7 ; + sh:path biolink:has_evidence ], + [ 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 12 ; - sh:path biolink:original_subject ], + sh:order 13 ; + sh:path biolink:original_predicate ], + [ 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 39 ; + sh:path biolink:frequency_qualifier ], [ 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:IRI ; sh:order 38 ; sh:path biolink:onset_qualifier ], - [ 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 18 ; - sh:path biolink:object_closure ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 27 ; - sh:path biolink:iri ], - [ 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 32 ; - sh:path biolink:has_attribute ], - [ 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 17 ; - sh:path biolink:subject_closure ], - [ sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:has_quotient ] ; + 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 20 ; + sh:path biolink:object_category_closure ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:timepoint ] ; sh:targetClass biolink:DiseaseToPhenotypicFeatureAssociation . biolink:DrugExposure a sh:NodeShape ; @@ -6332,25 +6332,22 @@ biolink:DrugExposure a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:has_attribute_type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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: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:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:full_name ], [ 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:provided_by ], - [ 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 6 ; - 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 5 ; @@ -6364,112 +6361,115 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 10 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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: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:order 2 ; sh:path rdfs:label ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 1 ; - sh:path biolink:has_quantitative_value ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:timepoint ], + [ 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 6 ; + sh:path biolink:id ], [ sh:order 11 ; sh:path rdf:type ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 12 ; sh:path dct:description ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + sh:order 1 ; + sh:path biolink:has_quantitative_value ] ; 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 14 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:format ], + sh:property [ 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:order 16 ; + sh:path rdfs:label ], + [ sh:description "executive summary of a publication" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:summary ], [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:creation_date ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:license ], - [ 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:order 16 ; - sh:path rdfs:label ], - [ 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 10 ; - sh:path biolink:provided_by ], + sh:order 7 ; + sh:path biolink:rights ], + [ 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:iri ], + [ 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:order 12 ; + sh:path biolink:id ], [ 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: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:order 8 ; + sh:path biolink:format ], + [ sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:license ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:id ], - [ sh:description "mesh terms tagging a publication" ; - sh:order 4 ; - sh:path biolink:mesh_terms ], - [ sh:order 15 ; + sh:order 11 ; + sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ 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:order 1 ; + sh:path biolink:pages ], + [ 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 10 ; + sh:path biolink:provided_by ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 14 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:order 15 ; sh:path rdf:type ], [ sh:description "keywords tagging a publication" ; sh:order 3 ; sh:path biolink:keywords ], - [ 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:order 1 ; - sh:path biolink:pages ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:full_name ], - [ sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:rights ], - [ sh:description "executive summary of a publication" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:summary ], - [ 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:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 17 ; - sh:path dct:description ] ; + sh:path dct:description ], + [ sh:description "mesh terms tagging a publication" ; + sh:order 4 ; + sh:path biolink:mesh_terms ] ; sh:targetClass biolink:DrugLabel . biolink:DrugToEntityAssociationMixin a sh:NodeShape ; @@ -6482,15 +6482,13 @@ 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:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], + sh:order 3 ; + sh:path biolink:negated ], [ sh:class biolink:GeneOrGeneProduct ; sh:description "the gene or gene product that is affected by the drug" ; sh:maxCount 1 ; @@ -6502,80 +6500,111 @@ biolink:DrugToGeneAssociation a sh:NodeShape ; sh:maxCount 1 ; sh:order 30 ; sh:path dct:description ], - [ sh:description "a point in time" ; + [ 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 10 ; - sh:path biolink:timepoint ], + sh:order 12 ; + 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 5 ; 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 label closure 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:object_label_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + 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 24 ; - sh:path biolink:retrieval_source_ids ], + sh:order 15 ; + sh:path biolink:object_category ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + 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 18 ; sh:path biolink:subject_category_closure ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ 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 17 ; - sh:path biolink:object_closure ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + 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 19 ; sh:path biolink:object_category_closure ], - [ 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 13 ; - sh:path biolink:original_object ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ 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 25 ; - sh:path biolink:id ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], [ 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 1 ; sh:path rdf:predicate ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], + sh:minCount 1 ; + sh:order 25 ; + 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 4 ; sh:path biolink:qualifiers ], - [ 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 closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 17 ; + sh:path biolink:object_closure ], + [ 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:order 7 ; - sh:path biolink:knowledge_source ], + sh:order 20 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ 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 11 ; + 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 6 ; sh:path biolink:has_evidence ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + 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 24 ; + sh:path biolink:retrieval_source_ids ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ 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 13 ; + sh:path biolink:original_object ], [ sh:class biolink:Drug ; sh:description "the drug that is an interactor" ; sh:maxCount 1 ; @@ -6589,43 +6618,14 @@ biolink:DrugToGeneAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:subject_category ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], - [ 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 12 ; - sh:path biolink:original_predicate ], - [ 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 23 ; - 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 15 ; - sh:path biolink:object_category ], - [ 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:order 26 ; - sh:path biolink:iri ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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:object_namespace ], + [ 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 11 ; - sh:path biolink:original_subject ] ; + sh:order 7 ; + sh:path biolink:knowledge_source ] ; sh:targetClass biolink:DrugToGeneAssociation . biolink:DrugToGeneInteractionExposure a sh:NodeShape ; @@ -6637,6 +6637,30 @@ biolink:DrugToGeneInteractionExposure a sh:NodeShape ; sh:minCount 1 ; sh:order 7 ; sh:path biolink:id ], + [ 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: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:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:full_name ], + [ 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:order 3 ; + sh:path rdfs:label ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -6644,31 +6668,27 @@ biolink:DrugToGeneInteractionExposure a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:has_attribute_type ], - [ 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:order 3 ; - sh:path rdfs:label ], + 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:order 12 ; sh:path rdf:type ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:timepoint ], + [ 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 8 ; + sh:path biolink:provided_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 9 ; + sh:path biolink:xref ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 6 ; 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 5 ; - sh:path biolink:has_qualitative_value ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -6678,157 +6698,128 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 11 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 9 ; - 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 0 ; - sh:path biolink:has_gene_or_gene_product ], - [ 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:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], - [ 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 8 ; - sh:path biolink:provided_by ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:full_name ] ; + sh:order 1 ; + sh:path biolink:timepoint ] ; sh:targetClass biolink:DrugToGeneInteractionExposure . biolink:DruggableGeneToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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:property [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 30 ; + sh:path biolink:category ], + [ 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:BlankNode ; - sh:order 3 ; - sh:path rdf:subject ], + sh:order 28 ; + sh:path biolink:id ], + [ 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 41 ; + sh:path biolink:frequency_qualifier ], + [ 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 25 ; + sh:path biolink:subject_label_closure ], [ sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:order 35 ; sh:path biolink:has_count ], + [ sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "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: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 20 ; sh:path biolink:object_closure ], - [ 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:aggregator_knowledge_source ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 30 ; - sh:path biolink:category ], - [ sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:has_percentage ], - [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:object_direction_qualifier ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ 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 29 ; - 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 7 ; - sh:path biolink:qualifiers ], + sh:order 2 ; + sh:path biolink:sex_qualifier ], [ sh:description "connects an association to an instance of supporting evidence" ; sh:in ( "tclin" "tbio" "tchem" "tdark" ) ; sh:order 9 ; sh:path biolink:has_evidence ], - [ 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:negated ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - 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: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 8 ; - sh:path biolink:publications ], - [ 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 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: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 34 ; - sh:path biolink:has_attribute ], + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 38 ; + sh:path biolink:has_percentage ], [ 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:IRI ; sh:order 40 ; sh:path biolink:onset_qualifier ], - [ sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:has_quotient ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 4 ; - sh:path rdf:predicate ], - [ 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 19 ; - sh:path biolink:subject_closure ], - [ sh:description "a human-readable description of an entity" ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 1 ; + sh:path biolink:object_direction_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:order 41 ; - sh:path biolink:frequency_qualifier ], - [ 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 17 ; + sh:path biolink:subject_category ], + [ 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 10 ; - sh:path biolink:knowledge_source ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:maxCount 1 ; + sh:order 37 ; + 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 27 ; sh:path biolink:retrieval_source_ids ], - [ 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 "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ 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:has_total ], + [ 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 28 ; - sh:path biolink:id ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ 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:order 24 ; - sh:path biolink:object_namespace ], + sh:order 4 ; + sh:path rdf:predicate ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], [ 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:order 11 ; sh:path biolink:primary_knowledge_source ], + [ 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 10 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 39 ; + sh:path biolink:severity_qualifier ], [ sh:class biolink:Disease ; sh:description "disease" ; sh:maxCount 1 ; @@ -6836,81 +6827,91 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 5 ; 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: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:BlankNode ; + sh:order 3 ; + 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 18 ; - sh:path biolink:object_category ], - [ 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 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; + sh:order 8 ; + sh:path biolink:publications ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 39 ; - sh:path biolink:severity_qualifier ], - [ sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "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 33 ; + sh:path dct:description ], + [ 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 0 ; - 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:order 16 ; + sh:path biolink:original_object ], + [ 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 19 ; + sh:path biolink:subject_closure ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:description "total number of things in a particular reference set" ; + sh:order 6 ; + sh:path biolink:negated ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:has_total ], - [ 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 32 ; + sh:path rdfs:label ], + [ 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 2 ; - 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 22 ; - sh:path biolink:object_category_closure ], + 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: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:order 16 ; - sh:path biolink:original_object ], - [ 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:order 23 ; - sh:path biolink:subject_namespace ], + 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 34 ; + sh:path biolink:has_attribute ], + [ 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:aggregator_knowledge_source ], [ 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 26 ; sh:path biolink:object_label_closure ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ] ; + [ 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: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 7 ; + sh:path biolink:qualifiers ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ] ; 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 ( rdf:type ) ; - sh:property [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:order 3 ; + sh:path rdf:type ], + [ 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 0 ; + sh:path biolink:id ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 4 ; sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:iri ], - [ sh:order 3 ; - sh:path rdf:type ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -6918,61 +6919,39 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 2 ; sh:path biolink:category ], - [ 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:order 0 ; - sh:path biolink:id ], + sh:order 5 ; + sh:path dct:description ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 6 ; - sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path dct:description ] ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:Entity . biolink:EntityToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 31 ; - 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: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 16 ; - sh:path biolink:object_category ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path rdfs:label ], + sh:order 3 ; + sh:path rdf:object ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 32 ; sh:path biolink:has_attribute ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 27 ; - sh:path biolink:iri ], [ 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 24 ; sh:path biolink:object_label_closure ], - [ 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 18 ; - sh:path biolink:object_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 3 ; - 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 ; @@ -6980,58 +6959,23 @@ biolink:EntityToDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; 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 20 ; - sh:path biolink:object_category_closure ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 26 ; - sh:path biolink:id ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 11 ; + sh:path biolink:timepoint ], + [ 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:order 2 ; - sh:path rdf:predicate ], - [ sh:description "" ; - 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:order 13 ; + sh:path biolink:original_predicate ], + [ 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:order 0 ; - sh:path biolink:FDA_approval_status ], + sh:order 21 ; + 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 25 ; sh:path biolink:retrieval_source_ids ], - [ 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:order 22 ; - sh:path biolink:object_namespace ], - [ 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 14 ; - sh:path biolink:original_object ], - [ 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 8 ; - sh:path biolink:knowledge_source ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], - [ 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 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:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 4 ; @@ -7041,58 +6985,120 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ 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:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ 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 18 ; + sh:path biolink:object_closure ], + [ 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 2 ; + sh:path rdf:predicate ], + [ 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 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:order 12 ; - sh:path biolink:original_subject ], - [ 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 23 ; - 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 7 ; - sh:path biolink:has_evidence ], + sh:order 16 ; + 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:nodeKind sh:IRI ; sh:order 15 ; sh:path biolink:subject_category ], - [ 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: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 "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 23 ; + sh:path biolink:subject_label_closure ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "a point in time" ; + sh:order 27 ; + sh:path biolink:iri ], + [ 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 11 ; - sh:path biolink:timepoint ], + sh:order 14 ; + sh:path biolink:original_object ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path rdfs:label ], [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 29 ; sh:path rdf:type ], + [ sh:description "" ; + 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 0 ; + sh:path biolink:FDA_approval_status ], + [ 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:order 22 ; + sh:path biolink:object_namespace ], [ 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 17 ; 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: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 26 ; + sh:path biolink:id ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 31 ; + 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 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 19 ; - sh:path biolink:subject_category_closure ], - [ 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:object_category_closure ], + [ 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 13 ; - sh:path biolink:original_predicate ], - [ 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 12 ; + sh:path biolink:original_subject ], + [ 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 21 ; - sh:path biolink:subject_namespace ] ; + sh:order 8 ; + sh:path biolink: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 19 ; + sh:path biolink:subject_category_closure ] ; 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:class biolink:Onset ; + sh:property [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:severity_qualifier ], + [ 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:IRI ; @@ -7101,13 +7107,7 @@ biolink:EntityToDiseaseAssociationMixin a sh:NodeShape ; [ 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 2 ; - sh:path biolink:frequency_qualifier ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:severity_qualifier ] ; + sh:path biolink:frequency_qualifier ] ; sh:targetClass biolink:EntityToDiseaseAssociationMixin . biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin a sh:NodeShape ; @@ -7125,22 +7125,22 @@ biolink:EntityToFeatureOrDiseaseQualifiersMixin a sh:NodeShape ; sh:closed false ; sh:description "Qualifiers for entity to disease or phenotype associations." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; + sh:property [ 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 0 ; - sh:path biolink:severity_qualifier ], + sh:order 2 ; + sh:path biolink:frequency_qualifier ], [ 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:IRI ; sh:order 1 ; sh:path biolink:onset_qualifier ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:frequency_qualifier ] ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:severity_qualifier ] ; sh:targetClass biolink:EntityToFeatureOrDiseaseQualifiersMixin . biolink:EntityToOutcomeAssociationMixin a sh:NodeShape ; @@ -7152,112 +7152,81 @@ biolink:EntityToOutcomeAssociationMixin a sh:NodeShape ; biolink:EntityToPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh: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:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 22 ; - 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:order 27 ; + sh:path biolink:iri ], + [ 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 15 ; - 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:description "A human-readable name for an attribute or entity." ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ 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:order 30 ; - sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:has_attribute ], - [ 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 24 ; - 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 7 ; - sh:path biolink:has_evidence ], + sh:order 21 ; + 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 20 ; sh:path biolink:object_category_closure ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 27 ; - sh:path biolink:iri ], - [ 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 2 ; - sh:path rdf:predicate ], - [ sh:description "" ; - 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: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 "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:order 0 ; - sh:path biolink:FDA_approval_status ], - [ 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:object_namespace ], + [ 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 8 ; - sh:path biolink:knowledge_source ], + sh:order 13 ; + sh:path biolink:original_predicate ], [ 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 14 ; sh:path biolink:original_object ], - [ sh:description "a point in time" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:timepoint ], - [ 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 31 ; + sh:path dct:description ], + [ 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 1 ; - sh:path rdf:subject ], - [ 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 23 ; - 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 16 ; - sh:path biolink:object_category ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], + sh:order 26 ; + 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 19 ; sh:path biolink:subject_category_closure ], - [ 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 "" ; + 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 12 ; - sh:path biolink:original_subject ], - [ sh:description "a human-readable description of an entity" ; + sh:order 0 ; + sh:path biolink:FDA_approval_status ], + [ 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 23 ; + sh:path biolink:subject_label_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 31 ; - sh:path dct:description ], - [ 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 30 ; + sh:path rdfs:label ], + [ 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:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ 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 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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 18 ; - sh:path biolink:object_closure ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path rdf:object ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:has_attribute ], + [ 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 17 ; + sh:path biolink:subject_closure ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -7265,42 +7234,73 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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: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:class biolink:OntologyClass ; + sh:description "Used to hold the 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 15 ; + 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: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 18 ; + sh:path biolink:object_closure ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 29 ; + sh:path rdf:type ], [ 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 3 ; - sh:path rdf:object ], - [ 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:order 21 ; - sh:path biolink:subject_namespace ], + sh:order 1 ; + 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 25 ; sh:path biolink:retrieval_source_ids ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 29 ; - sh:path rdf:type ], - [ 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 17 ; - 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:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:negated ], + [ 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 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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 24 ; + sh:path biolink:object_label_closure ], + [ 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 26 ; - sh:path biolink:id ], - [ 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 2 ; + sh:path rdf:predicate ], + [ 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 13 ; - sh:path biolink:original_predicate ] ; + sh:order 12 ; + sh:path biolink:original_subject ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 11 ; + 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 16 ; + sh:path biolink:object_category ], + [ 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:order 9 ; + sh:path biolink:primary_knowledge_source ] ; sh:targetClass biolink:EntityToPhenotypicFeatureAssociation . biolink:EntityToPhenotypicFeatureAssociationMixin a sh:NodeShape ; @@ -7310,97 +7310,61 @@ biolink:EntityToPhenotypicFeatureAssociationMixin a sh:NodeShape ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:frequency_qualifier ], - [ sh:description "number of things with a particular property" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:has_count ], [ 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:IRI ; sh:order 6 ; sh:path biolink:onset_qualifier ], - [ sh:description "equivalent to has quotient multiplied by 100" ; + [ sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:has_quotient ], + [ sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:has_percentage ], + sh:order 1 ; + sh:path biolink:has_count ], + [ sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:has_total ], [ 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:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:has_percentage ], [ sh:class biolink:SeverityValue ; sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 5 ; - sh:path biolink:severity_qualifier ], - [ sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:has_total ], - [ sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:has_quotient ] ; + sh:path biolink:severity_qualifier ] ; sh:targetClass biolink:EntityToPhenotypicFeatureAssociationMixin . biolink:EnvironmentalExposure a sh:NodeShape ; sh:closed true ; 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:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - 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 2 ; - sh:path biolink:has_attribute_type ], - [ sh:class biolink:NamedThing ; + 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: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:provided_by ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ 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 6 ; sh:path biolink:id ], - [ sh:order 11 ; - sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 9 ; - 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:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; sh:nodeKind sh:BlankNode ; sh:order 3 ; sh:path biolink:has_quantitative_value ], - [ 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:order 1 ; - sh:path rdfs:label ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 0 ; @@ -7413,35 +7377,82 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; - sh:targetClass biolink:EnvironmentalExposure . - -biolink:EnvironmentalFeature a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a long-form human readable name for a thing" ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 2 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 9 ; sh:path biolink:full_name ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:order 8 ; sh:path biolink:xref ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 9 ; + sh:order 13 ; sh:path biolink:has_attribute ], - [ 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:order 3 ; - sh:path biolink:id ], - [ sh:order 6 ; - sh:path rdf:type ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_attribute_type ], + [ 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:order 1 ; + sh:path rdfs:label ], + [ 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:provided_by ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], + [ sh:order 11 ; + sh:path rdf:type ] ; + sh:targetClass biolink:EnvironmentalExposure . + +biolink:EnvironmentalFeature a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path dct:description ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:iri ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path rdfs:label ], + [ sh:order 6 ; + sh:path rdf:type ], + [ 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 3 ; + sh:path biolink:id ], + [ 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 0 ; + sh:path biolink:provided_by ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:has_attribute ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -7450,137 +7461,126 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 5 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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 0 ; - sh:path biolink:provided_by ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path dct:description ] ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; sh:targetClass biolink:EnvironmentalFeature . biolink:EnvironmentalFoodContaminant a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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:order 2 ; - sh:path biolink:max_tolerated_dose ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_chemical_role ], - [ sh:order 11 ; - sh:path rdf:type ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], - [ sh:description "" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:is_toxic ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:full_name ], + sh:order 14 ; + sh:path biolink:has_attribute ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:iri ], + [ 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 8 ; + sh:path biolink:id ], + [ sh:order 11 ; + sh:path rdf:type ], [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 1 ; sh:path biolink:available_from ], + [ 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:order 2 ; + sh:path biolink:max_tolerated_dose ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:class biolink:ChemicalEntity ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:trade_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description "" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:is_toxic ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:full_name ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 12 ; sh:path rdfs:label ], - [ sh:class biolink:Attribute ; + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ], + [ 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 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:targetClass biolink:EnvironmentalFoodContaminant . + +biolink:EnvironmentalProcess 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 14 ; + sh:order 9 ; sh:path biolink:has_attribute ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:full_name ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; + sh:order 5 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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 5 ; - sh:path biolink:provided_by ], - [ 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:order 8 ; - sh:path biolink:id ] ; - sh:targetClass biolink:EnvironmentalFoodContaminant . - -biolink:EnvironmentalProcess a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + sh:path dct:description ], + [ sh:order 6 ; + sh:path rdf:type ], + [ 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 0 ; + sh:path biolink:provided_by ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:iri ], - [ 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 0 ; - sh:path biolink:provided_by ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 7 ; sh:path rdfs:label ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ 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 3 ; sh:path biolink:id ], - [ sh:order 6 ; - sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:full_name ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:has_attribute ] ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; sh:targetClass biolink:EnvironmentalProcess . biolink:EpidemiologicalOutcome a sh:NodeShape ; @@ -7606,26 +7606,34 @@ biolink:Event a sh:NodeShape ; sh:maxCount 1 ; sh:order 7 ; sh:path rdfs:label ], - [ 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:order 4 ; - sh:path biolink:iri ], - [ sh:description "a human-readable description of an entity" ; + sh:minCount 1 ; + sh:order 3 ; + sh:path biolink:id ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path dct:description ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + 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 9 ; sh:path biolink:has_attribute ], - [ 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:order 2 ; - sh:path biolink:full_name ], + sh:order 4 ; + sh:path biolink:iri ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path dct:description ], + [ 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 0 ; + sh:path biolink:provided_by ], [ sh:order 6 ; sh:path rdf:type ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. @@ -7636,15 +7644,7 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 5 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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 0 ; - sh:path biolink:provided_by ], - [ 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 3 ; - sh:path biolink:id ] ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; sh:targetClass biolink:Event . biolink:ExonToTranscriptRelationship a sh:NodeShape ; @@ -7654,99 +7654,49 @@ biolink:ExonToTranscriptRelationship a sh:NodeShape ; sh:property [ 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 17 ; sh:path biolink:object_closure ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], + [ 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 13 ; + sh:path biolink:original_object ], [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 28 ; 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 5 ; - 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 24 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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 12 ; - sh:path biolink:original_predicate ], - [ 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 25 ; - sh:path biolink:id ], - [ sh:description "a point in time" ; + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], + sh:order 29 ; + 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 14 ; - 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 4 ; - sh:path biolink:qualifiers ], + sh:order 15 ; + sh:path biolink:object_category ], [ 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:order 8 ; sh:path biolink:primary_knowledge_source ], - [ 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:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ 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 1 ; - sh:path rdf:predicate ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ 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 13 ; - sh:path biolink:original_object ], + [ 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 22 ; + 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 6 ; sh:path biolink:has_evidence ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ 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 29 ; - sh:path rdfs:label ], + sh:order 11 ; + sh:path biolink:original_subject ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -7754,6 +7704,16 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + 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 19 ; + sh:path biolink:object_category_closure ], [ 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 ; @@ -7761,92 +7721,112 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t 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 18 ; - 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:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], + [ 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 12 ; + 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 15 ; - sh:path biolink:object_category ], - [ 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 5 ; + sh:path biolink:publications ], + [ 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:knowledge_source ], + sh:order 26 ; + sh:path biolink:iri ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 30 ; 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 19 ; - sh:path biolink:object_category_closure ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ] ; - sh:targetClass biolink:ExonToTranscriptRelationship . - -biolink:ExposureEventToOutcomeAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "An association between an exposure event and an outcome." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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 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 9 ; + sh:order 7 ; sh:path biolink:knowledge_source ], - [ 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:order 10 ; - sh:path biolink:primary_knowledge_source ], + [ 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 16 ; + sh:path biolink:subject_closure ], [ 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:order 25 ; sh:path biolink:id ], - [ sh:description "a constraint of time placed upon the truth value of an association. for time intervales, use temporal interval 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 18 ; + sh:path biolink:subject_category_closure ], + [ 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 1 ; - sh:path biolink:temporal_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: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 7 ; - sh:path biolink:publications ], + sh:order 24 ; + sh:path biolink:retrieval_source_ids ], + [ 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: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: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:object_category ], - [ 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 18 ; - sh:path biolink:subject_closure ], - [ sh:description "a point in time" ; + sh:order 14 ; + sh:path biolink:subject_category ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:timepoint ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 3 ; + sh:path biolink:negated ], + [ 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:order 21 ; + sh:path biolink:object_namespace ] ; + sh:targetClass biolink:ExonToTranscriptRelationship . + +biolink:ExposureEventToOutcomeAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "An association between an exposure event and an outcome." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ 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 8 ; - sh:path biolink:has_evidence ], + sh:order 2 ; + sh:path rdf:subject ], + [ 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 9 ; + sh:path biolink: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 ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:population_context_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 6 ; + sh:path biolink:qualifiers ], + [ 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:order 1 ; + sh:path biolink:temporal_context_qualifier ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -7854,344 +7834,362 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 29 ; sh:path biolink:category ], - [ 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:order 3 ; - 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 26 ; - sh:path biolink:retrieval_source_ids ], - [ 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 25 ; - sh:path biolink:object_label_closure ], + sh:order 15 ; + sh:path biolink:original_object ], + [ 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 19 ; + 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 16 ; - 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 21 ; - sh:path biolink:object_category_closure ], + sh:order 17 ; + sh:path biolink:object_category ], + [ 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 14 ; + sh:path biolink:original_predicate ], [ 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 13 ; sh:path biolink:original_subject ], - [ 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 24 ; - sh:path biolink:subject_label_closure ], - [ 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 15 ; - sh:path biolink:original_object ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 32 ; sh:path dct:description ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 30 ; - sh:path rdf:type ], - [ 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 19 ; - 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 16 ; + sh:path biolink:subject_category ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 33 ; sh:path biolink:has_attribute ], - [ 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 14 ; - 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 20 ; - sh:path biolink:subject_category_closure ], - [ 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:order 31 ; - sh:path rdfs:label ], - [ 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 22 ; + sh:path biolink:subject_namespace ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:object_namespace ], + sh:minCount 1 ; + 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 6 ; - sh:path biolink:qualifiers ], - [ 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:order 21 ; + 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 7 ; + sh:path biolink:publications ], + [ 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 24 ; + sh:path biolink:subject_label_closure ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 4 ; - sh:path rdf:object ], + sh:order 12 ; + sh:path biolink:timepoint ], + [ 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 18 ; + sh:path biolink:subject_closure ], + [ 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 25 ; + sh:path biolink:object_label_closure ], [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:negated ], - [ 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: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 11 ; 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 8 ; + 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 26 ; + sh:path biolink:retrieval_source_ids ], + [ 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:order 10 ; + sh:path biolink:primary_knowledge_source ], + [ 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:id ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 31 ; + 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 20 ; + sh:path biolink:subject_category_closure ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 28 ; sh:path biolink:iri ], - [ 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: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:order 22 ; - sh:path biolink:subject_namespace ] ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNode ; + sh:order 4 ; + sh:path rdf:object ], + [ 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:order 23 ; + sh:path biolink:object_namespace ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 30 ; + sh:path rdf:type ] ; 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:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:severity_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: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 8 ; - sh:path biolink:knowledge_source ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 29 ; - sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path rdfs:label ], - [ 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:IRI ; - sh:order 38 ; - sh:path biolink:onset_qualifier ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh: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:order 2 ; 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:description "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 16 ; - sh:path biolink:object_category ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], + sh:order 34 ; + sh:path biolink:has_total ], + [ 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 26 ; + 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: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 19 ; - sh:path biolink:subject_category_closure ], - [ sh:maxCount 1 ; - sh:order 35 ; - 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 5 ; - sh:path biolink:qualifiers ], - [ 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:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ 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 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path rdf:subject ], - [ 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:order 22 ; - sh:path biolink:object_namespace ], - [ 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 20 ; + sh:path biolink:object_category_closure ], + [ 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 24 ; + sh:path biolink:object_label_closure ], + [ 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 12 ; - sh:path biolink:original_subject ], - [ sh:description "equivalent to has quotient multiplied by 100" ; + sh:order 39 ; + sh:path biolink:frequency_qualifier ], + [ 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:order 36 ; - sh:path biolink:has_percentage ], + sh:order 21 ; + 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: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 20 ; - sh:path biolink:object_category_closure ], - [ sh:description "number of things with a particular property" ; + [ sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:has_quotient ], + [ 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:order 33 ; - sh:path biolink:has_count ], + sh:order 22 ; + sh:path biolink:object_namespace ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:timepoint ], - [ 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 18 ; - sh:path biolink:object_closure ], - [ 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 10 ; - sh:path biolink:aggregator_knowledge_source ], [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:negated ], - [ 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 26 ; - sh:path biolink:id ], - [ 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:order 13 ; - sh:path biolink:original_predicate ], - [ 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 23 ; - sh:path biolink:subject_label_closure ], + sh:order 12 ; + 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 25 ; sh:path biolink:retrieval_source_ids ], - [ 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:order 19 ; + sh:path biolink:subject_category_closure ], + [ 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 10 ; + 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 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:IRI ; - sh:order 15 ; - sh:path biolink:subject_category ], + sh:order 16 ; + sh:path biolink:object_category ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 31 ; sh:path dct:description ], + [ sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 36 ; + sh:path biolink:has_percentage ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 27 ; sh:path biolink:iri ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 29 ; + sh:path rdf:type ], + [ 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 23 ; + sh:path biolink:subject_label_closure ], + [ sh:description "number of things with a particular property" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path biolink:has_count ], [ 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 17 ; 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 0 ; + sh:path biolink:sex_qualifier ], + [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:severity_qualifier ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + 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: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 13 ; + sh:path biolink:original_predicate ], [ 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 14 ; 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 """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], + [ 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: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:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path rdf:object ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 15 ; + sh:path biolink:subject_category ], + [ 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 39 ; - sh:path biolink:frequency_qualifier ], - [ sh:description "total number of things in a particular reference set" ; + sh:nodeKind sh:IRI ; + sh:order 38 ; + sh:path biolink:onset_qualifier ], + [ 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 ; - sh:order 34 ; - sh:path biolink:has_total ], - [ 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:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path rdf:subject ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 21 ; - sh:path biolink:subject_namespace ], - [ 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 24 ; - sh:path biolink:object_label_closure ] ; + sh:order 30 ; + sh:path rdfs:label ], + [ 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 18 ; + 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 7 ; + sh:path biolink:has_evidence ], + [ 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 8 ; + sh:path biolink:knowledge_source ] ; sh:targetClass biolink:ExposureEventToPhenotypicFeatureAssociation . biolink:Food a sh:NodeShape ; sh:closed true ; sh:description "A substance consumed by a living organism as a source of nutrition" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + 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 "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:drug_regulatory_status_world_wide ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path dct:description ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path rdfs:label ], [ sh:description "" ; sh:maxCount 1 ; 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: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:class biolink:ChemicalMixture ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:is_supplement ], - [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:drug_regulatory_status_world_wide ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ 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:order 11 ; + sh:path biolink: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:order 12 ; sh:path biolink:id ], - [ 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, 'FDA approval status.'" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:highest_FDA_approval_status ], + [ 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 "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 5 ; + sh:path biolink:available_from ], [ 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 9 ; sh:path biolink:provided_by ], @@ -8204,42 +8202,47 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 14 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path rdfs:label ], - [ sh:order 15 ; - sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:full_name ], [ sh:class biolink:ChemicalEntity ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:trade_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 3 ; - sh:path biolink:routes_of_delivery ], [ 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:order 6 ; sh:path biolink:max_tolerated_dose ], - [ sh:description "a human-readable description of an entity" ; + [ sh:order 15 ; + sh:path rdf:type ], + [ 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:class biolink:ChemicalMixture ; + sh:description "" ; sh:maxCount 1 ; - sh:order 17 ; - sh:path dct:description ] ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:is_supplement ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ 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, 'FDA approval status.'" ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:highest_FDA_approval_status ] ; sh:targetClass biolink:Food . biolink:FoodAdditive a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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 5 ; - sh:path biolink:provided_by ], + sh:property [ sh:order 11 ; + sh:path rdf:type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:iri ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -8249,60 +8252,57 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 10 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "" ; + [ 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:order 3 ; - sh:path biolink:is_toxic ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 1 ; - sh:path biolink:available_from ], + sh:minCount 1 ; + 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: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:order 2 ; sh:path biolink:max_tolerated_dose ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:full_name ], - [ sh:order 11 ; - sh:path rdf:type ], + [ 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 5 ; + sh:path biolink:provided_by ], [ sh:class biolink:ChemicalEntity ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:trade_name ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:id ], + sh:order 7 ; + sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ], + [ sh:description "" ; + sh:maxCount 1 ; + sh:order 3 ; + 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 4 ; sh:path biolink:has_chemical_role ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - 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:description "a human-readable description of an entity" ; + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 1 ; + sh:path biolink:available_from ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ] ; + sh:order 12 ; + sh:path rdfs:label ] ; sh:targetClass biolink:FoodAdditive . biolink:FrequencyQualifierMixin a sh:NodeShape ; @@ -8318,31 +8318,38 @@ biolink:FrequencyQualifierMixin a sh:NodeShape ; biolink:FrequencyQuantifier a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:has_total ], - [ sh:description "equivalent to has quotient multiplied by 100" ; + sh:property [ sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:has_percentage ], + [ sh:description "number of things with a particular property" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:has_count ], [ sh:maxCount 1 ; sh:order 2 ; sh:path biolink:has_quotient ], - [ sh:description "number of things with a particular property" ; + [ sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:has_count ] ; + sh:order 1 ; + sh:path biolink:has_total ] ; 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 ( rdf:type ) ; - sh: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: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:order 21 ; - sh:path biolink:object_namespace ], + sh:order 20 ; + sh:path biolink:subject_namespace ], + [ 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 17 ; + sh:path biolink:object_closure ], + [ 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 11 ; + sh:path biolink:original_subject ], [ sh:class biolink:OntologyClass ; sh:description "class describing the activity, process or localization of the gene product" ; sh:maxCount 1 ; @@ -8350,129 +8357,88 @@ biolink:FunctionalAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ 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 12 ; - 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 6 ; - sh:path biolink:has_evidence ], - [ 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: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 18 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], + sh:order 13 ; + 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 19 ; sh:path biolink:object_category_closure ], - [ 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 23 ; - 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: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:publications ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], + sh:order 4 ; + sh:path biolink:qualifiers ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], [ 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 9 ; sh:path biolink:aggregator_knowledge_source ], - [ 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 13 ; - sh:path biolink:original_object ], - [ 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 7 ; - sh:path biolink:knowledge_source ], - [ 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 16 ; - sh:path biolink:subject_closure ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 30 ; sh:path dct:description ], - [ 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 relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:primary_knowledge_source ], + sh:order 12 ; + sh:path biolink:original_predicate ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + 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 6 ; + sh:path biolink:has_evidence ], + [ 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 22 ; + 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 24 ; sh:path biolink:retrieval_source_ids ], - [ 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 25 ; - 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 14 ; sh:path biolink:subject_category ], - [ 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 11 ; - sh:path biolink:original_subject ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 29 ; sh:path rdfs:label ], - [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ 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 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:order 25 ; + sh:path biolink:id ], + [ 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:order 21 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 15 ; - 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 4 ; - sh:path biolink:qualifiers ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:MacromolecularMachineMixin ; - sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ 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:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -8480,22 +8446,70 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], - [ 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 17 ; - sh:path biolink:object_closure ] ; + [ 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 16 ; + sh:path biolink:subject_closure ], + [ 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 7 ; + sh:path biolink:knowledge_source ], + [ 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:BlankNode ; + 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 15 ; + 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 5 ; + sh:path biolink:publications ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + 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 18 ; + sh:path biolink:subject_category_closure ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ] ; 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: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:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + 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: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 2 ; sh:path biolink:provided_by ], - [ 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:order 1 ; + sh:order 9 ; sh:path rdfs:label ], + [ 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 5 ; + sh:path biolink:id ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; sh:path biolink:xref ], @@ -8504,25 +8518,6 @@ biolink:Fungus a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 11 ; sh:path biolink:has_attribute ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], - [ sh:order 8 ; - 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:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -8532,209 +8527,214 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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:order 5 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:order 8 ; + sh:path rdf:type ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ] ; + sh:order 1 ; + sh:path rdfs:label ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ] ; sh:targetClass biolink:Fungus . biolink:GeneAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( 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: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 "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ 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:aggregator_knowledge_source ], + [ 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:order 29 ; - sh:path biolink:iri ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:order 36 ; sh:path biolink:has_total ], - [ 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:IRI ; - sh:order 40 ; - sh:path biolink:onset_qualifier ], - [ 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 41 ; - sh:path biolink:frequency_qualifier ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 30 ; - sh:path biolink:category ], - [ 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 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 18 ; sh:path biolink:object_category ], - [ 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: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:order 10 ; - sh:path biolink:knowledge_source ], - [ sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:has_quotient ], - [ 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 26 ; - sh:path biolink:object_label_closure ], - [ 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:minCount 1 ; + sh:nodeKind sh:BlankNode ; + sh:order 3 ; + sh:path rdf:subject ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:primary_knowledge_source ], - [ 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 29 ; + 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 8 ; + sh:path biolink:publications ], + [ sh:class biolink:Disease ; + sh:description "disease" ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ 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 19 ; - sh:path biolink:subject_closure ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path rdf:object ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:description "number of things with a particular property" ; + [ 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 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 7 ; + sh:path biolink:qualifiers ], + [ sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "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 35 ; - sh:path biolink:has_count ], + sh:order 0 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:order 38 ; sh:path biolink:has_percentage ], - [ 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 37 ; + sh:path biolink:has_quotient ], + [ 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 16 ; - sh:path biolink:original_object ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; + sh:order 41 ; + 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:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 39 ; - sh:path biolink:severity_qualifier ], - [ 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:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:description "The relationship to the disease" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 4 ; - sh:path rdf:predicate ], + sh:order 17 ; + 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 21 ; + sh:path biolink:subject_category_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 2 ; sh:path biolink:sex_qualifier ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; sh:path dct:description ], - [ 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:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "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 1 ; + sh:path biolink:object_direction_qualifier ], + [ sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 35 ; + sh:path biolink:has_count ], + [ 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 "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:order 28 ; - sh:path biolink:id ], - [ sh:class biolink:Disease ; - sh:description "disease" ; + sh:order 16 ; + sh:path biolink:original_object ], + [ 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:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path rdf:object ], - [ 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:negated ], + sh:order 40 ; + sh:path biolink:onset_qualifier ], [ 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: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: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 8 ; - sh:path biolink:publications ], - [ 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: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:BlankNode ; - sh:order 3 ; - 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 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:order 11 ; + sh:path biolink:primary_knowledge_source ], + [ 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 14 ; + sh:path biolink:original_subject ], [ 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 20 ; sh:path biolink:object_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ 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 26 ; + sh:path biolink:object_label_closure ], + [ 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:id ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 30 ; + 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: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: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 34 ; sh:path biolink:has_attribute ], + [ sh:description "The relationship to the disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 4 ; + sh:path rdf:predicate ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 39 ; + sh:path biolink:severity_qualifier ], + [ 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:negated ], + [ 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 25 ; + sh:path biolink:subject_label_closure ], [ 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 15 ; sh:path biolink:original_predicate ], - [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + [ 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:object_direction_qualifier ] ; + sh:order 10 ; + sh:path biolink:knowledge_source ] ; sh:targetClass biolink:GeneAsAModelOfDiseaseAssociation . biolink:GeneExpressionMixin a sh:NodeShape ; @@ -8753,18 +8753,18 @@ biolink:GeneExpressionMixin a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:expression_site ], - [ 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: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:path biolink:quantifier_qualifier ], + [ 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 ; @@ -8781,93 +8781,84 @@ biolink:GeneGroupingMixin a sh:NodeShape ; biolink:GeneHasVariantThatContributesToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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:property [ sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 37 ; + sh:path biolink:has_total ], + [ 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:IRI ; - sh:order 3 ; - sh:path biolink:sex_qualifier ], - [ sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:subject_form_or_variant_qualifier ], - [ 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 26 ; - sh:path biolink:subject_label_closure ], + sh:order 41 ; + sh:path biolink:onset_qualifier ], + [ 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 20 ; + sh:path biolink:subject_closure ], [ 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 27 ; sh:path biolink:object_label_closure ], - [ sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "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 1 ; - sh:path biolink:subject_aspect_qualifier ], - [ 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 point in time" ; sh:maxCount 1 ; - sh:order 12 ; - 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 9 ; - sh:path biolink:publications ], + 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: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:subject_category_closure ], - [ sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:has_total ], - [ 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:qualifiers ], + [ sh:maxCount 1 ; + sh:order 38 ; + sh:path biolink:has_quotient ], + [ 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 24 ; - 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:order 11 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 31 ; - sh:path biolink:category ], + sh:order 35 ; + sh:path biolink:has_attribute ], + [ 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 21 ; + sh:path biolink:object_closure ], [ sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:order 39 ; sh:path biolink:has_percentage ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 32 ; - sh:path rdf:type ], - [ 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: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 41 ; - sh:path biolink:onset_qualifier ], + sh:order 22 ; + sh:path biolink:subject_category_closure ], [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:object_direction_qualifier ], - [ sh:class biolink:Disease ; - sh:description "disease" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path rdf:object ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ 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 13 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 30 ; - sh:path biolink:iri ], + sh:order 7 ; + sh:path biolink:negated ], [ sh:class biolink:SeverityValue ; sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 40 ; sh:path biolink:severity_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:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 32 ; + sh:path rdf:type ], + [ 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:order 24 ; + sh:path biolink:subject_namespace ], [ 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 ; @@ -8875,104 +8866,113 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:BlankNode ; sh:order 4 ; sh:path rdf:subject ], - [ 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:Disease ; + sh:description "disease" ; sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:object_namespace ], - [ 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:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path rdf:object ], + [ 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 17 ; - sh:path biolink:original_object ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 15 ; + sh:path biolink:original_subject ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:negated ], - [ 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 13 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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 21 ; - sh:path biolink:object_closure ], + sh:order 33 ; + 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 23 ; + sh:path biolink:object_category_closure ], + [ 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 5 ; + sh:path rdf:predicate ], + [ sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:subject_form_or_variant_qualifier ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 34 ; + sh:path dct:description ], [ sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:order 36 ; sh:path biolink:has_count ], + [ 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:order 12 ; + sh:path biolink:primary_knowledge_source ], [ 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 42 ; 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:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category ], [ 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 16 ; sh:path biolink:original_predicate ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "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 29 ; - sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 1 ; + 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 35 ; - sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 34 ; - sh:path dct:description ], - [ 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 11 ; - sh:path biolink:knowledge_source ], - [ 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 28 ; + sh:path biolink:retrieval_source_ids ], + [ 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 15 ; - sh:path biolink:original_subject ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 17 ; + sh:path biolink:original_object ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 31 ; + sh:path biolink:category ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 33 ; - sh:path rdfs:label ], - [ sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:has_quotient ], - [ 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:order 30 ; + 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 23 ; - sh:path biolink:object_category_closure ], - [ sh:description "a point in time" ; + sh:description "Used to hold the 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 14 ; - sh:path biolink:timepoint ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:object_category ], + [ 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 5 ; - sh:path rdf:predicate ], + sh:order 29 ; + 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 19 ; - sh:path biolink:object_category ], - [ 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 20 ; - 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:order 18 ; + 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 8 ; - sh:path biolink:qualifiers ] ; + sh:order 10 ; + sh:path biolink:has_evidence ], + [ 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 26 ; + sh:path biolink:subject_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:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:sex_qualifier ], + [ 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:order 25 ; + sh:path biolink:object_namespace ] ; sh:targetClass biolink:GeneHasVariantThatContributesToDiseaseAssociation . biolink:GeneProductIsoformMixin a sh:NodeShape ; @@ -8994,74 +8994,102 @@ biolink:GeneProductIsoformMixin a sh:NodeShape ; biolink:GeneToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ 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:order 24 ; - sh:path biolink:object_namespace ], - [ 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: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 26 ; sh:path biolink:object_label_closure ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:negated ], - [ sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:has_quotient ], + sh:order 36 ; + sh:path biolink:has_total ], + [ 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 15 ; + sh:path biolink:original_predicate ], [ 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 14 ; sh:path biolink:original_subject ], - [ sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "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 "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:subject_aspect_qualifier ], - [ 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 32 ; + sh:path rdfs:label ], + [ 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 10 ; - sh:path biolink: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:order 40 ; + sh:path biolink:onset_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: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 biolink:sex_qualifier ], [ 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:description "total number of things in a particular reference set" ; + [ sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:has_total ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 38 ; + sh:path biolink:has_percentage ], + [ 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 "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:order 32 ; - 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:order 11 ; + sh:path biolink:primary_knowledge_source ], + [ 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:id ], + [ sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "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:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:publications ], - [ sh:description "a human-readable description of an entity" ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:maxCount 1 ; + sh:order 37 ; + sh:path biolink:has_quotient ], + [ 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 33 ; - sh:path dct:description ], - [ 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 10 ; + sh:path biolink:knowledge_source ], + [ sh:description "number of things with a particular property" ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:has_count ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ 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 4 ; + sh:path rdf:predicate ], + [ 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 25 ; + 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 2 ; - sh:path biolink:sex_qualifier ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -9069,52 +9097,77 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 30 ; 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: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 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:class biolink:OntologyClass ; + sh:description "Used to hold the 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:class biolink:GeneOrGeneProduct ; + 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: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: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 8 ; + sh:path biolink:publications ], + [ 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:aggregator_knowledge_source ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ 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:minCount 1 ; sh:nodeKind sh:BlankNode ; sh:order 3 ; sh:path rdf:subject ], + [ 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 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:SeverityValue ; sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 39 ; sh:path biolink:severity_qualifier ], - [ 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 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:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:negated ], [ 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 16 ; sh:path biolink:original_object ], - [ sh:class biolink:Onset ; - sh:description "a qualifier used in a phenotypic association to state when the phenotype appears is in the subject" ; + [ 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 40 ; - sh:path biolink:onset_qualifier ], - [ 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 19 ; - sh:path biolink:subject_closure ], - [ sh:description "equivalent to has quotient multiplied by 100" ; + sh:order 41 ; + sh:path biolink:frequency_qualifier ], + [ 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:order 38 ; - sh:path biolink:has_percentage ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:Disease ; sh:description "disease" ; sh:maxCount 1 ; @@ -9122,41 +9175,79 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 5 ; sh:path rdf:object ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:frequency_qualifier ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:object_direction_qualifier ] ; + sh:targetClass biolink:GeneToDiseaseAssociation . + +biolink:GeneToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 36 ; + sh:path biolink:has_total ], + [ 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 "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:aggregator_knowledge_source ], - [ 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 "number of things with a particular property" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:primary_knowledge_source ], - [ 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 35 ; + sh:path biolink:has_count ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; - 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:order 38 ; + sh:path biolink:has_percentage ], + [ 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 18 ; - sh:path biolink:object_category ], - [ 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 biolink:sex_qualifier ], + [ sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "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 28 ; - sh:path biolink:id ], + sh:order 0 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 30 ; + 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: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: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: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: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 20 ; + sh:path biolink:object_closure ], [ 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 15 ; @@ -9166,35 +9257,21 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 4 ; sh:path rdf:predicate ], - [ sh:description "number of things with a particular property" ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:has_count ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:object_direction_qualifier ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 32 ; + 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 34 ; - sh:path biolink:has_attribute ] ; - sh:targetClass biolink:GeneToDiseaseAssociation . - -biolink:GeneToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh: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:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:description "a point in time" ; + 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:order 13 ; - sh:path biolink:timepoint ], + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], [ sh:class biolink:GeneOrGeneProduct ; sh:description "gene in which variation is correlated with the phenotypic feature" ; sh:maxCount 1 ; @@ -9202,181 +9279,104 @@ biolink:GeneToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:BlankNode ; sh:order 3 ; sh:path rdf:subject ], - [ sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:has_percentage ], - [ 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 point in time" ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ 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 25 ; - sh:path biolink:subject_label_closure ], + sh:order 13 ; + sh:path biolink:timepoint ], + [ 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 26 ; + sh:path biolink:object_label_closure ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 29 ; 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 9 ; - sh:path biolink:has_evidence ], [ sh:maxCount 1 ; sh:order 37 ; sh:path biolink:has_quotient ], - [ 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:order 11 ; - sh:path biolink:primary_knowledge_source ], + 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: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:Onset ; - sh:description "a qualifier used in a phenotypic association to state when the phenotype appears is in the subject" ; + [ 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 40 ; - sh:path biolink:onset_qualifier ], + sh:order 10 ; + sh:path biolink:knowledge_source ], + [ 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:negated ], + [ 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 19 ; + sh:path biolink:subject_closure ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; 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: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:order 24 ; + sh:path biolink:object_namespace ], + [ 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 5 ; + sh:path rdf:object ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], [ 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 41 ; sh:path biolink:frequency_qualifier ], - [ 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 19 ; - sh:path biolink:subject_closure ], - [ 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:aggregator_knowledge_source ], - [ sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:has_total ], - [ 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 biolink:sex_qualifier ], - [ 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 14 ; - sh:path biolink:original_subject ], - [ sh:description "number of things with a particular property" ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:has_count ], - [ sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "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: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 25 ; + sh:path biolink:subject_label_closure ], [ 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 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:class biolink:OntologyClass ; - sh:description "Used to hold the 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: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:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; + [ 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 39 ; - sh:path biolink:severity_qualifier ], + sh:order 11 ; + sh:path biolink:primary_knowledge_source ], [ 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:order 23 ; sh:path biolink:subject_namespace ], - [ 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 15 ; - sh:path biolink:original_predicate ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 32 ; - 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 30 ; - sh:path biolink:category ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 1 ; + sh:path biolink:object_direction_qualifier ], + [ 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 6 ; - sh:path biolink:negated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], + sh:order 40 ; + sh:path biolink:onset_qualifier ], [ 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:id ], - [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:object_direction_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:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path rdf:object ], - [ 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 20 ; - sh:path biolink:object_closure ], - [ 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 4 ; - sh:path rdf:predicate ], - [ 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 10 ; - sh:path biolink:knowledge_source ] ; + sh:order 39 ; + sh:path biolink:severity_qualifier ] ; sh:targetClass biolink:GeneToDiseaseOrPhenotypicFeatureAssociation . biolink:GeneToEntityAssociationMixin a sh:NodeShape ; @@ -9388,652 +9388,578 @@ biolink:GeneToExpressionSiteAssociation a sh:NodeShape ; sh:closed true ; 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: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 "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 14 ; - sh:path biolink:original_predicate ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 28 ; - sh:path biolink:iri ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:negated ], - [ 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:order 22 ; - sh:path biolink:subject_namespace ], + sh:property [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 29 ; + sh:path biolink:category ], [ 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 24 ; sh:path biolink:subject_label_closure ], + [ 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 11 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 31 ; sh:path rdfs:label ], - [ 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 13 ; - sh:path biolink:original_subject ], - [ 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 19 ; - sh:path biolink:object_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:BlankNode ; - sh:order 2 ; - sh:path rdf:subject ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path dct:description ], - [ 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:order 10 ; - sh:path biolink:primary_knowledge_source ], - [ 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: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 9 ; sh:path biolink:knowledge_source ], - [ sh:description "expression relationship" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 3 ; - 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:object_category ], - [ 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:id ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 30 ; - 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 7 ; - sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "can be used to indicate magnitude, or also ranking" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:quantifier_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 "a point in time" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 16 ; - sh:path biolink:subject_category ], - [ 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 18 ; - sh:path biolink:subject_closure ], + sh:order 12 ; + sh:path biolink:timepoint ], [ 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 25 ; sh:path biolink:object_label_closure ], - [ 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:order 23 ; - 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 20 ; - sh:path biolink:subject_category_closure ], - [ 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 11 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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 15 ; - sh:path biolink:original_object ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 33 ; 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 8 ; - sh:path biolink:has_evidence ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 12 ; - 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 26 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 29 ; - sh:path biolink:category ], - [ 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: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 21 ; - sh:path biolink:object_category_closure ] ; - 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 ( 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 4 ; + sh:order 6 ; sh:path biolink:qualifiers ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ 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 25 ; - sh:path biolink:id ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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 23 ; - 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 19 ; - sh:path biolink:object_category_closure ], - [ 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:order 1 ; - sh:path rdf:predicate ], - [ 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 28 ; + sh:path biolink:iri ], + [ 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 12 ; - sh:path biolink:original_predicate ], + sh:order 15 ; + 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 15 ; - sh:path biolink:object_category ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], - [ 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:BlankNode ; - 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 18 ; - sh:path biolink:subject_category_closure ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ 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 17 ; - sh:path biolink:object_closure ], + sh:order 16 ; + 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 5 ; + sh:order 7 ; sh:path biolink:publications ], - [ 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 22 ; - 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: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:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 27 ; + sh:path biolink:id ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:negated ], + [ 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:order 23 ; + 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:nodeKind sh:IRI ; - sh:order 24 ; + sh:order 26 ; 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 21 ; + sh:path biolink:object_category_closure ], + [ 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 19 ; + 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 6 ; + sh:order 8 ; sh:path biolink:has_evidence ], - [ 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:order 13 ; - sh:path biolink:original_object ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:object_category ], [ 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:order 20 ; + sh:order 22 ; sh:path biolink:subject_namespace ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], - [ sh:description "a point in time" ; + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 30 ; + sh:path rdf:type ], + [ 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:order 10 ; - sh:path biolink:timepoint ], - [ 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 7 ; - 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 14 ; - sh:path biolink:subject_category ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ] ; - 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: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: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:path biolink:primary_knowledge_source ], + [ 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:IRI ; - sh:order 3 ; - sh:path biolink:phenotypic_state ], + sh:order 13 ; + sh:path biolink:original_subject ], [ sh:class biolink:OntologyClass ; - sh:description "Optional quantitative value indicating degree of expression." ; + sh:description "can be used to indicate magnitude, or also ranking" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; + sh:order 1 ; sh:path biolink:quantifier_qualifier ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 32 ; - sh:path rdf:type ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:negated ], - [ 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 20 ; - sh:path biolink:subject_closure ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 34 ; - sh:path dct:description ], - [ 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 21 ; - sh:path biolink:object_closure ], - [ 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:LifeStage ; + sh:description "stage at which the gene is expressed in the site" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:primary_knowledge_source ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:stage_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 22 ; + sh:order 20 ; sh:path biolink:subject_category_closure ], - [ 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 relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:subject_namespace ], - [ 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_predicate ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "location in which the gene is expressed" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 4 ; - sh:path rdf:subject ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 35 ; - 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:order 4 ; + sh:path rdf:object ], + [ sh:description "expression relationship" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:object_category ], - [ 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:minCount 1 ; + sh:order 3 ; + sh:path rdf:predicate ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_object ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + sh:order 32 ; + sh:path dct:description ], + [ 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 18 ; + 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:BlankNode ; + sh:order 2 ; + sh:path rdf:subject ] ; + 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 ( rdf:type ) ; + sh:property [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 31 ; + sh:order 27 ; 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; + sh:order 26 ; + 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 18 ; - sh:path biolink:subject_category ], - [ 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 29 ; - sh:path biolink:id ], + sh:path biolink:subject_category_closure ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 33 ; + sh:order 29 ; sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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 30 ; - sh:path biolink:iri ], - [ sh:description "a point in time" ; + sh:order 13 ; + sh:path biolink:original_object ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 14 ; - 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:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 28 ; - sh:path biolink:retrieval_source_ids ], + 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 5 ; + 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 "Used to hold the 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: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 15 ; + sh:path biolink:object_category ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], + [ 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 25 ; - sh:path biolink:object_namespace ], - [ 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 27 ; - sh:path biolink:object_label_closure ], + sh:path biolink:id ], + [ 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 16 ; + sh:path biolink:subject_closure ], [ 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 15 ; + sh:order 11 ; sh:path biolink:original_subject ], - [ 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:order 11 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "location in which gene or protein expression takes place. May be cell, tissue, or organ." ; + sh:order 21 ; + sh:path biolink:object_namespace ], + [ 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:IRI ; - sh:order 1 ; - sh:path biolink:expression_site ], + sh:order 20 ; + sh:path biolink:subject_namespace ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path dct:description ], [ 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 13 ; + sh:order 9 ; sh:path biolink:aggregator_knowledge_source ], [ 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:BlankNode ; - sh:order 6 ; - sh:path rdf:object ], - [ 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 5 ; - sh:path rdf:predicate ], - [ 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 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 9 ; - sh:path biolink:publications ], - [ 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 16 ; - sh:path biolink:original_predicate ], + sh:order 0 ; + sh:path rdf:subject ], [ 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: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:OntologyClass ; - sh:description "Used to hold the 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 6 ; + 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 14 ; - sh:path biolink:subject_category ], + sh:order 24 ; + 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 19 ; sh:path biolink:object_category_closure ], - [ 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:order 23 ; + sh:path biolink:object_label_closure ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:original_object ], - [ 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 3 ; + sh:path biolink:negated ], + [ 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 17 ; + 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 4 ; + 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:order 12 ; - sh:path biolink:original_predicate ], + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:subject_category ], [ 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 22 ; sh:path biolink:subject_label_closure ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + [ 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:order 3 ; - sh:path biolink:negated ], + sh:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ 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 12 ; + sh:path biolink:original_predicate ], + [ 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:BlankNode ; + sh:order 2 ; + sh:path rdf:object ], [ 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 7 ; - sh:path biolink:knowledge_source ], + sh:path biolink:knowledge_source ] ; + 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: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:order 25 ; + sh:path biolink:object_namespace ], + [ 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 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 15 ; + sh:order 19 ; sh:path biolink:object_category ], + [ 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 16 ; + sh:path biolink:original_predicate ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 34 ; + sh:path dct:description ], + [ 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 27 ; + sh:path biolink:object_label_closure ], + [ 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:order 12 ; + sh:path biolink:primary_knowledge_source ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:order 31 ; 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: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:retrieval_source_ids ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 9 ; + sh:path biolink:publications ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], + sh:order 14 ; + sh:path biolink:timepoint ], + [ 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 26 ; + sh:path biolink:subject_label_closure ], [ 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 25 ; + sh:order 29 ; sh:path biolink:id ], - [ 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 object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 21 ; - sh:path biolink:object_namespace ], + sh:path biolink:object_closure ], [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; + sh:order 32 ; sh:path rdf:type ], - [ 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:order 11 ; + sh:path biolink:knowledge_source ], + [ 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 15 ; sh:path biolink:original_subject ], - [ sh:description "membership of the gene in the given gene family." ; + [ 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: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:order 1 ; - sh:path rdf:predicate ], - [ 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:nodeKind sh:BlankNode ; + sh:order 4 ; + sh:path rdf:subject ], + [ sh:class biolink:LifeStage ; + sh:description "stage during which gene or protein expression of takes place." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 2 ; - sh:path rdf:object ], - [ 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:path biolink:stage_qualifier ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 7 ; + 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 22 ; + 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 10 ; + sh:path biolink:has_evidence ], + [ 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: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 13 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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: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 17 ; - 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:path biolink:original_object ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:publications ], + sh:order 35 ; + sh:path biolink:has_attribute ], + [ 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: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: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:BlankNode ; + sh:order 6 ; + sh:path rdf:object ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 26 ; + sh:order 30 ; sh:path biolink:iri ], - [ 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:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path rdfs:label ], + [ 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 5 ; + sh:path rdf:predicate ], + [ 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:order 24 ; + 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 0 ; - sh:path rdf:subject ], + sh:order 8 ; + 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:description "Used to hold the 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_closure ], - [ 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 23 ; - sh:path biolink:object_label_closure ], + sh:path biolink:subject_category ] ; + 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:description "membership of the gene in the given gene family." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ 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:order 8 ; sh:path biolink:primary_knowledge_source ], + [ 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 7 ; + sh:path biolink:knowledge_source ], + [ 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 11 ; + sh:path biolink:original_subject ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + 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 19 ; + 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 6 ; sh:path biolink:has_evidence ], - [ 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: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:retrieval_source_ids ], + [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 21 ; + sh:path biolink:object_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 4 ; sh:path biolink:qualifiers ], - [ 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 16 ; - sh:path biolink:subject_closure ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 31 ; sh:path biolink:has_attribute ], + [ 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 17 ; + sh:path biolink:object_closure ], + [ 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 12 ; + sh:path biolink:original_predicate ], + [ 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 23 ; + sh:path biolink:object_label_closure ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:timepoint ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 30 ; - sh:path dct:description ] ; - sh:targetClass biolink:GeneToGeneFamilyAssociation . - -biolink:GeneToGeneHomologyAssociation a sh:NodeShape ; - sh:closed true ; - 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:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - 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: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 24 ; - sh:path biolink:retrieval_source_ids ], + sh:order 15 ; + sh:path biolink:object_category ], + [ 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 25 ; + sh:path biolink:id ], [ 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 16 ; sh:path biolink:subject_closure ], @@ -10044,153 +9970,213 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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:order 25 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], + 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 18 ; sh:path biolink:subject_category_closure ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ 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:BlankNode ; - 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 14 ; sh:path biolink:subject_category ], - [ 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 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 22 ; + sh:path biolink:subject_label_closure ], + [ 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 12 ; - sh:path biolink:original_predicate ], + sh:order 13 ; + sh:path biolink:original_object ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + 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 5 ; sh:path biolink:publications ], - [ sh:description "homology relationship type" ; + [ 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:order 1 ; - sh:path rdf:predicate ], - [ 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 22 ; - 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 4 ; - sh:path biolink:qualifiers ], - [ 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:has_evidence ], - [ 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 rdf:subject ] ; + sh:targetClass biolink:GeneToGeneFamilyAssociation . + +biolink:GeneToGeneHomologyAssociation a sh:NodeShape ; + sh:closed true ; + 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: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 13 ; - sh:path biolink:original_object ], - [ 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 23 ; - sh:path biolink:object_label_closure ], + sh:order 7 ; + sh:path biolink:knowledge_source ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], [ 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 17 ; sh:path biolink:object_closure ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], [ 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:order 21 ; sh:path biolink:object_namespace ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + 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 5 ; + 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 15 ; + sh:path biolink:object_category ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:timepoint ], - [ 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 name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:knowledge_source ], + sh:order 29 ; + sh:path rdfs:label ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ sh:description "homology relationship type" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ 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 16 ; + 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 19 ; 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 18 ; + sh:path biolink:subject_category_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: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:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 2 ; + sh:path rdf:object ], + [ 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 26 ; - sh:path biolink:iri ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 13 ; + sh:path biolink:original_object ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], + [ 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 11 ; + 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 6 ; + sh:path biolink:has_evidence ], + [ 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 25 ; + sh:path biolink:id ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + 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 15 ; - 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: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:order 14 ; + sh:path biolink:subject_category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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:IRI ; + sh:nodeKind sh:BlankNode ; sh:order 0 ; sh:path rdf:subject ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + 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 4 ; + 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 24 ; 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 19 ; - sh:path biolink:object_category_closure ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ 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 12 ; + sh:path biolink:original_predicate ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink: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: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 16 ; + sh:path biolink:subject_closure ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -10198,83 +10184,50 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ 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 7 ; - sh:path biolink:knowledge_source ], - [ 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 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:order 12 ; - 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 4 ; - sh:path biolink:qualifiers ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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 22 ; - 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:subject_namespace ], + [ 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 15 ; - sh:path biolink:object_category ], - [ sh:description "a human-readable description of an entity" ; + sh:order 26 ; + sh:path biolink:iri ], + [ 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 30 ; - sh:path dct:description ], + sh:order 11 ; + sh:path biolink:original_subject ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 31 ; sh:path biolink:has_attribute ], - [ 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 16 ; - 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:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:subject_category ], - [ 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 4 ; + sh:path biolink:qualifiers ], + [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:has_evidence ], - [ 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 23 ; - sh:path biolink:object_label_closure ], + sh:order 0 ; + sh:path rdf:subject ], [ 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:order 21 ; 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 5 ; - sh:path biolink:publications ], + [ 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 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:description "Used to hold the 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_closure ], + sh:order 15 ; + sh:path biolink:object_category ], [ 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 ; @@ -10287,124 +10240,167 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:BlankNode ; sh:order 2 ; sh:path rdf:object ], - [ 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 13 ; - sh:path biolink:original_object ], - [ 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 1 ; - sh:path rdf:predicate ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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 11 ; - sh:path biolink:original_subject ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:timepoint ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ 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 12 ; + 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 6 ; + sh:path biolink:has_evidence ], [ 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:order 8 ; sh:path biolink:primary_knowledge_source ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ 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:order 26 ; - sh:path biolink:iri ] ; - sh:targetClass biolink:GeneToGeneProductRelationship . - -biolink:GeneToGoTermAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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 30 ; + sh:path dct:description ], + [ 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 12 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "class describing the activity, process or localization of the gene product" ; + sh:order 13 ; + sh:path biolink:original_object ], + [ 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: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:publications ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], + sh:order 29 ; + sh:path rdfs:label ], [ 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 7 ; sh:path biolink:knowledge_source ], + [ 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 23 ; + 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: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:subject_category ], + sh:order 19 ; + sh:path biolink:object_category_closure ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], [ 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 17 ; sh:path biolink:object_closure ], - [ 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: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 0 ; - sh:path rdf:subject ], - [ 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 18 ; + 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 24 ; + 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:order 11 ; - sh:path biolink:original_subject ], - [ sh:class biolink:EvidenceType ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:subject_category ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + 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 5 ; + sh:path biolink:publications ] ; + sh:targetClass biolink:GeneToGeneProductRelationship . + +biolink:GeneToGoTermAssociation a sh:NodeShape ; + sh:closed true ; + 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 6 ; sh:path biolink:has_evidence ], - [ sh:description "A human-readable name for an attribute or 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:order 29 ; - sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + 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 24 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ 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 13 ; sh:path biolink:original_object ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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:order 3 ; - sh:path biolink:negated ], + sh:minCount 1 ; + sh:order 25 ; + sh:path biolink:id ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:timepoint ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], + [ 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 7 ; + sh:path biolink:knowledge_source ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ], + [ 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 31 ; - sh:path biolink:has_attribute ], + sh:order 0 ; + sh:path rdf:subject ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ 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 11 ; + sh:path biolink:original_subject ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ 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 17 ; + sh:path biolink:object_closure ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -10418,50 +10414,54 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 15 ; 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 24 ; - sh:path biolink:retrieval_source_ids ], - [ 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 "class describing the activity, process or localization of the gene product" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 25 ; - sh:path biolink:id ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ 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:order 1 ; - sh:path rdf:predicate ], - [ 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 12 ; + sh:path biolink:original_predicate ], + [ 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:order 20 ; - sh:path biolink:subject_namespace ], + sh:order 21 ; + sh:path biolink:object_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 4 ; + sh:path biolink:qualifiers ], + [ 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 22 ; + 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 19 ; sh:path biolink:object_category_closure ], + [ 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 16 ; + 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 5 ; + sh:path biolink:publications ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 30 ; sh:path dct:description ], - [ 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:order 21 ; - sh:path biolink:object_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 4 ; - sh:path biolink:qualifiers ], + sh:order 29 ; + 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 ; @@ -10473,10 +10473,14 @@ 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: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: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:order 11 ; - sh:path biolink:original_subject ], + sh:order 21 ; + sh:path biolink:object_namespace ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], [ sh:class biolink:Pathway ; sh:description "the pathway that includes or is affected by the gene or gene product" ; sh:maxCount 1 ; @@ -10484,26 +10488,19 @@ biolink:GeneToPathwayAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ 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 9 ; - 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 18 ; - sh:path biolink:subject_category_closure ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], [ 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 1 ; sh:path rdf:predicate ], - [ 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 16 ; - sh:path biolink:subject_closure ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path dct:description ], + [ 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 11 ; + sh:path biolink:original_subject ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -10511,237 +10508,283 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], - [ 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 12 ; - sh:path biolink:original_predicate ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ 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 13 ; - sh:path biolink:original_object ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - 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:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the gene or gene product entity that participates or influences the pathway" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], - [ 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 17 ; - sh:path biolink:object_closure ], + sh:order 6 ; + sh:path biolink:has_evidence ], [ 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 25 ; 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:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + 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 5 ; - sh:path biolink:publications ], + sh:order 15 ; + 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 4 ; + 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 14 ; sh:path biolink:subject_category ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], + sh:order 29 ; + sh:path rdfs:label ], + [ 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 9 ; + 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 19 ; + sh:path biolink:object_category_closure ], [ 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:order 8 ; sh:path biolink:primary_knowledge_source ], - [ 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 22 ; - 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 24 ; + 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: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 15 ; - sh:path biolink:object_category ], + sh:order 18 ; + sh:path biolink:subject_category_closure ], + [ 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 17 ; + sh:path biolink:object_closure ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], + [ 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 23 ; + sh:path biolink:object_label_closure ], [ 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 7 ; sh:path biolink:knowledge_source ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "the gene or gene product entity that participates or influences the pathway" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNode ; + 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 31 ; sh:path biolink:has_attribute ], - [ sh:description "a point in time" ; + [ 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 13 ; + sh:path biolink:original_object ], + [ 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 12 ; + sh:path biolink:original_predicate ], + [ 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 22 ; + 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 5 ; + sh:path biolink:publications ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ] ; + sh:targetClass biolink:GeneToPathwayAssociation . + +biolink:GeneToPhenotypicFeatureAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 38 ; + 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:order 10 ; - 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 6 ; - sh:path biolink:has_evidence ], + sh:order 18 ; + sh:path biolink:object_category ], + [ 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 41 ; + sh:path biolink:frequency_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 4 ; + 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 24 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ 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 23 ; - sh:path biolink:object_label_closure ], [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ] ; - sh:targetClass biolink:GeneToPathwayAssociation . - -biolink:GeneToPhenotypicFeatureAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:object_direction_qualifier ], + sh:order 6 ; + sh:path biolink:negated ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 29 ; sh:path biolink:iri ], - [ 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 "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 5 ; - 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 4 ; + sh:path rdf:predicate ], + [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 39 ; + sh:path biolink:severity_qualifier ], + [ 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:order 11 ; + sh:path biolink:primary_knowledge_source ], + [ 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:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "gene in which variation is correlated with the phenotypic feature" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 4 ; - 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:BlankNode ; + sh:order 3 ; + sh:path rdf:subject ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 9 ; + sh:path biolink:has_evidence ], + [ 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 16 ; + sh:path biolink:original_object ], + [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:object_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 8 ; sh:path biolink:publications ], + [ sh:maxCount 1 ; + sh:order 37 ; + sh:path biolink:has_quotient ], [ 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:IRI ; sh:order 40 ; sh:path biolink:onset_qualifier ], - [ 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 15 ; - sh:path biolink:original_predicate ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], [ sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:order 35 ; sh:path biolink:has_count ], + [ sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 36 ; + sh:path biolink:has_total ], [ 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 20 ; sh:path biolink:object_closure ], - [ 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:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ 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 41 ; - sh:path biolink:frequency_qualifier ], - [ 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 relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ 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 15 ; + sh:path biolink:original_predicate ], + [ 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 14 ; - sh:path biolink:original_subject ], + 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 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:description "equivalent to has quotient multiplied by 100" ; + 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 "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ 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:order 38 ; - sh:path biolink:has_percentage ], + 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: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 25 ; + sh:path biolink:subject_label_closure ], + [ 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:aggregator_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 0 ; sh:path biolink:sex_qualifier ], - [ 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:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "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 16 ; - sh:path biolink:original_object ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; + sh:order 1 ; + sh:path biolink:subject_aspect_qualifier ], + [ 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:IRI ; - sh:order 39 ; - sh:path biolink:severity_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: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:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ 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 11 ; - sh:path biolink:primary_knowledge_source ], - [ sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:has_quotient ], + 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 34 ; + sh:path biolink:has_attribute ], [ 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 26 ; sh:path biolink:object_label_closure ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -10749,60 +10792,17 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 30 ; sh:path biolink:category ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - 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: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:order 24 ; - sh:path biolink:object_namespace ], - [ sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "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 1 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:description "a point in time" ; + [ 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:order 13 ; - sh:path biolink:timepoint ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path rdf:object ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 32 ; sh:path rdfs:label ], - [ 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:BlankNode ; - sh:order 3 ; - sh:path rdf:subject ], - [ 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:aggregator_knowledge_source ], - [ sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:has_total ], - [ 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:negated ], - [ 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: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 10 ; - sh:path biolink:knowledge_source ], - [ 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 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 ; @@ -10814,14 +10814,15 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t 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: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 4 ; - sh:path biolink:provided_by ], - [ sh:order 9 ; + 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:order 9 ; sh:path rdf:type ], + [ 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:iri ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -10831,31 +10832,11 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 8 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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 1 ; - sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ 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:iri ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -10869,38 +10850,41 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 10 ; sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink: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:order 1 ; + sh:path biolink:id ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 3 ; - sh:path rdfs:label ] ; + sh:path rdfs:label ], + [ 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 4 ; + sh:path biolink:provided_by ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ] ; 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:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 13 ; - 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:iri ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path rdfs:label ], - [ 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:property [ 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 11 ; + sh:path biolink:provided_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 12 ; + sh:path biolink:xref ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -10908,36 +10892,14 @@ biolink:GenomicBackgroundExposure a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_attribute_type ], - [ 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 11 ; - sh:path biolink:provided_by ], - [ 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: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:order 6 ; - sh:path rdfs:label ], + sh:order 13 ; + sh:path biolink:full_name ], [ sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:has_biological_sequence ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 8 ; - sh:path biolink:has_quantitative_value ], - [ 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 5 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path dct:description ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -10947,21 +10909,59 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 14 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:order 15 ; - sh:path rdf:type ], + [ 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 5 ; + sh:path biolink:id ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + sh:order 8 ; + sh:path biolink:has_quantitative_value ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 16 ; + 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 9 ; sh:path biolink:has_qualitative_value ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 12 ; - sh:path biolink:xref ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 0 ; - sh:path biolink:timepoint ] ; + sh:path biolink:timepoint ], + [ 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:order 6 ; + sh:path rdfs:label ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:iri ], + [ sh:order 15 ; + 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 3 ; + sh:path biolink:in_taxon ], + [ 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: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:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path rdfs:label ] ; sh:targetClass biolink:GenomicBackgroundExposure . biolink:GenomicEntity a sh:NodeShape ; @@ -10977,24 +10977,74 @@ 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:description "a point in time" ; + sh: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:order 15 ; - sh:path biolink:timepoint ], - [ sh:description "The version of the genome on which a feature is located. For example, GRCh38 for Homo sapiens." ; - sh:in ( "+" "-" "." "?" ) ; + sh:order 13 ; + 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 9 ; + 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: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:order 2 ; - sh:path biolink:genome_build ], + sh:order 1 ; + sh:path biolink:end_interbase_coordinate ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:negated ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 33 ; + sh:path rdf:type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 31 ; + sh:path biolink:iri ], + [ 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 12 ; + sh:path biolink:knowledge_source ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 32 ; + sh:path biolink:category ], + [ 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 18 ; + sh:path biolink:original_object ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 34 ; + 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 20 ; + sh:path biolink:object_category ], [ 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 30 ; sh:path biolink:id ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + [ 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:order 8 ; - sh:path biolink:negated ], + sh:order 0 ; + sh:path biolink:start_interbase_coordinate ], + [ 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: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 ; @@ -11002,71 +11052,54 @@ biolink:GenomicSequenceLocalization a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path rdf:subject ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 31 ; - 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 29 ; - sh:path biolink:retrieval_source_ids ], [ 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:order 26 ; 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: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 28 ; + sh:path biolink:object_label_closure ], + [ 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 17 ; + sh:path biolink:original_predicate ], [ 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 6 ; sh:path rdf:predicate ], - [ 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:description "a point in time" ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:timepoint ], + [ 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 16 ; + sh:path biolink:original_subject ], + [ 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:order 1 ; - sh:path biolink:end_interbase_coordinate ], + sh:order 3 ; + sh:path biolink:strand ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 36 ; sh:path biolink:has_attribute ], + [ 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 "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:order 25 ; + 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 23 ; sh:path biolink:subject_category_closure ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 34 ; - sh:path rdfs:label ], - [ 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 16 ; - 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 19 ; - sh:path biolink:subject_category ], - [ 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 18 ; - sh:path biolink:original_object ], - [ 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 14 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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 21 ; - sh:path biolink:subject_closure ], - [ 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:order 13 ; - sh:path biolink:primary_knowledge_source ], [ 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 ; @@ -11074,206 +11107,147 @@ biolink:GenomicSequenceLocalization a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 7 ; 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 20 ; - sh:path biolink:object_category ], - [ 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 17 ; - sh:path biolink:original_predicate ], - [ 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 28 ; - sh:path biolink:object_label_closure ], - [ 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 12 ; - sh:path biolink:knowledge_source ], - [ 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:order 3 ; - sh:path biolink:strand ], + [ 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 22 ; + sh:path biolink:object_closure ], [ 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 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 11 ; - sh:path biolink:has_evidence ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 33 ; - 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:description "Used to hold the 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:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 35 ; sh:path dct:description ], - [ 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:order 0 ; - sh:path biolink:start_interbase_coordinate ], - [ 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:order 25 ; - 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: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:qualifiers ], + sh:order 24 ; + sh:path biolink:object_category_closure ], + [ 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 21 ; + sh:path biolink:subject_closure ], + [ 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 14 ; + 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 10 ; + sh:path biolink:publications ], [ 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 """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 32 ; - sh:path biolink:category ], - [ 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 22 ; - sh:path biolink:object_closure ] ; + sh:path biolink:phase ] ; sh:targetClass biolink:GenomicSequenceLocalization . biolink:GenotypeAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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 34 ; - sh:path biolink:frequency_qualifier ], - [ 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 23 ; - 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:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:object_category ], - [ 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 12 ; - sh:path biolink:original_predicate ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], + sh:order 31 ; + sh:path biolink:has_attribute ], [ 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 16 ; sh:path biolink:subject_closure ], - [ sh:class biolink:Onset ; - sh:description "a qualifier used in a phenotypic association to state when the phenotype appears is in the subject" ; + [ 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 33 ; - sh:path biolink:onset_qualifier ], - [ 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:has_evidence ], + sh:order 26 ; + sh:path biolink:iri ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ 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 7 ; + sh:path biolink:knowledge_source ], + [ 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 13 ; + sh:path biolink:original_object ], [ 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:order 8 ; 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:publications ], [ 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 22 ; sh:path biolink:subject_label_closure ], - [ 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 "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:qualifiers ], + [ sh:description "The relationship to the disease" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:original_subject ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path rdfs:label ], + [ 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:IRI ; + sh:order 33 ; + sh:path biolink:onset_qualifier ], + [ 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 12 ; + sh:path biolink:original_predicate ], + [ 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 34 ; + 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 18 ; + sh:path biolink:subject_category_closure ], [ sh:class biolink:SeverityValue ; sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 32 ; sh:path biolink:severity_qualifier ], - [ 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 25 ; - sh:path biolink:id ], - [ sh:description "The relationship to the disease" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], [ 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:order 20 ; 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 24 ; - sh:path biolink:retrieval_source_ids ], - [ 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 7 ; - sh:path biolink:knowledge_source ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ 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:order 29 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:order 25 ; + sh:path biolink:id ], [ 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 9 ; 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 "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - 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 19 ; - sh:path biolink:object_category_closure ], + sh:order 30 ; + sh:path dct:description ], + [ 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:order 21 ; + sh:path biolink:object_namespace ], [ 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 17 ; sh:path biolink:object_closure ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - 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 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_closure ], + sh:order 15 ; + sh:path biolink:object_category ], [ sh:class biolink:Disease ; sh:description "disease" ; sh:maxCount 1 ; @@ -11281,14 +11255,39 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ 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: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:publications ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:original_object ], - [ 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:timepoint ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + 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 19 ; + 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:order 21 ; - sh:path biolink:object_namespace ], + sh:nodeKind sh:IRI ; + sh:order 14 ; + 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 6 ; + 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 24 ; + sh:path biolink:retrieval_source_ids ], [ sh:class biolink:Genotype ; sh:description "A genotype that has a role in modeling the disease." ; sh:maxCount 1 ; @@ -11296,6 +11295,33 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], + [ 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 11 ; + sh:path biolink:original_subject ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ] ; + sh:targetClass biolink:GenotypeAsAModelOfDiseaseAssociation . + +biolink:GenotypeToDiseaseAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + 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 6 ; + sh:path biolink:has_evidence ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -11306,66 +11332,39 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:qualifiers ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ] ; - sh:targetClass biolink:GenotypeAsAModelOfDiseaseAssociation . - -biolink:GenotypeToDiseaseAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh: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:order 22 ; - sh:path biolink:subject_label_closure ], - [ 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:order 30 ; - sh:path dct:description ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ sh:description "a point in time" ; + sh:order 26 ; + sh:path biolink:iri ], + [ sh:class biolink:Disease ; + sh:description "a disease that is associated with that genotype" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:has_evidence ], + sh:order 2 ; + sh:path rdf:object ], [ 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:order 8 ; 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: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 15 ; - 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 5 ; - sh:path biolink:publications ], + sh:order 13 ; + sh:path biolink:original_object ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path dct:description ], [ 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 9 ; 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 18 ; - 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 24 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -11373,107 +11372,108 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], - [ 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:order 7 ; - sh:path biolink:knowledge_source ], + sh:order 11 ; + sh:path biolink:original_subject ], [ 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 12 ; sh:path biolink:original_predicate ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:severity_qualifier ], + [ 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 17 ; + sh:path biolink:object_closure ], [ 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:IRI ; sh:order 33 ; sh:path biolink:onset_qualifier ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ 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: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:retrieval_source_ids ], + [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:original_object ], + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:severity_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 5 ; + sh:path biolink:publications ], [ sh:description "E.g. is pathogenic for" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], - [ 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:order 25 ; - sh:path biolink:id ], - [ sh:class biolink:Genotype ; - sh:description "a genotype that is associated in some way with a disease state" ; + sh:order 21 ; + sh:path biolink:object_namespace ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; + sh:order 29 ; + 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 0 ; - sh:path rdf:subject ], - [ 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 18 ; + sh:path biolink:subject_category_closure ], + [ 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 11 ; - sh:path biolink:original_subject ], + sh:order 7 ; + sh:path biolink:knowledge_source ], + [ 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 34 ; + 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 19 ; sh:path biolink:object_category_closure ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ 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 22 ; + 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 14 ; - 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 4 ; - sh:path biolink:qualifiers ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ 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 15 ; + sh:path biolink:object_category ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 21 ; - sh:path biolink:object_namespace ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 10 ; + sh:path biolink:timepoint ], + [ 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:order 34 ; - sh:path biolink:frequency_qualifier ], - [ sh:class biolink:Disease ; - sh:description "a disease that is associated with that genotype" ; + sh:minCount 1 ; + sh:order 25 ; + 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 14 ; + sh:path biolink:subject_category ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], + [ 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 2 ; - sh:path rdf:object ] ; + sh:order 0 ; + sh:path rdf:subject ] ; sh:targetClass biolink:GenotypeToDiseaseAssociation . biolink:GenotypeToEntityAssociationMixin a sh:NodeShape ; @@ -11485,90 +11485,121 @@ 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: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 23 ; - sh:path biolink:object_label_closure ], + sh: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:order 25 ; + sh:path biolink:id ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + 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: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:qualifiers ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ sh:description "a point in time" ; sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:subject_category ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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 16 ; - sh:path biolink:subject_closure ], + sh:order 31 ; + sh:path biolink:has_attribute ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + 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 24 ; sh:path biolink:retrieval_source_ids ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], - [ sh:description "the relationship type used to connect genotype to gene" ; + [ sh:class biolink:Genotype ; + sh:description "parent genotype" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ 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:order 8 ; - 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 4 ; - sh:path biolink:qualifiers ], + sh:order 0 ; + sh:path rdf:subject ], [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:negated ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ 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:order 25 ; - sh:path biolink:id ], + sh:order 13 ; + sh:path biolink:original_object ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path rdfs:label ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ 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 11 ; + 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 19 ; + sh:path biolink:object_category_closure ], + [ 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 12 ; + sh:path biolink:original_predicate ], [ 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 17 ; sh:path biolink:object_closure ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], [ 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 7 ; 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 15 ; - sh:path biolink:object_category ], - [ 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 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:order 12 ; - 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_attribute ], + sh:order 20 ; + sh:path biolink:subject_namespace ], [ 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: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 18 ; + sh:path biolink:subject_category_closure ], + [ 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 23 ; + sh:path biolink:object_label_closure ], [ 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:order 21 ; 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 14 ; + 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 5 ; + sh:path biolink:publications ], [ sh:class biolink:Gene ; sh:description "gene implicated in genotype" ; sh:maxCount 1 ; @@ -11576,114 +11607,87 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ 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:order 20 ; - 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:description "Used to hold the 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_closure ], + sh:order 15 ; + sh:path biolink:object_category ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 30 ; 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 5 ; - sh:path biolink:publications ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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 13 ; - 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 18 ; - sh:path biolink:subject_category_closure ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ sh:class biolink:Genotype ; - sh:description "parent genotype" ; + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], + [ sh:description "the relationship type used to connect genotype to gene" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ] ; + sh:order 1 ; + sh:path rdf:predicate ] ; 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:description "a point in time" ; + sh: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:order 21 ; + sh:path biolink:object_namespace ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:timepoint ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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 13 ; - sh:path biolink:original_object ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + 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 6 ; + 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 24 ; + sh:path biolink:retrieval_source_ids ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 29 ; sh:path rdfs:label ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], + sh:minCount 1 ; + sh:order 25 ; + sh:path biolink:id ], + [ 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:order 20 ; + 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 18 ; sh:path biolink:subject_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 4 ; - sh:path biolink:qualifiers ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], - [ 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 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: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 19 ; - sh:path biolink:object_category_closure ], - [ 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 12 ; - sh:path biolink:original_predicate ], + sh:order 14 ; + sh:path biolink:subject_category ], [ 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 23 ; sh:path biolink:object_label_closure ], @@ -11692,26 +11696,25 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t 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 15 ; - 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: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:publications ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 4 ; + sh:path biolink:qualifiers ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], + sh:order 30 ; + sh:path dct:description ], + [ 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 11 ; + sh:path biolink:original_subject ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:Genotype ; sh:description "parent genotype" ; sh:maxCount 1 ; @@ -11719,9 +11722,6 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:Genotype ; sh:description "child genotype" ; sh:maxCount 1 ; @@ -11729,163 +11729,125 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ 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 25 ; - sh:path biolink:id ], - [ 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:order 16 ; + sh:path biolink:subject_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:primary_knowledge_source ], + sh:order 26 ; + sh:path biolink:iri ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + 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 5 ; + 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 14 ; - sh:path biolink:subject_category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 15 ; + sh:path biolink:object_category ], + [ 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 17 ; + 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 31 ; - sh:path biolink:has_attribute ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ 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 19 ; + sh:path biolink:object_category_closure ], + [ 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: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 24 ; - sh:path biolink:retrieval_source_ids ], + sh:order 13 ; + sh:path biolink:original_object ], [ 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 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 6 ; - sh:path biolink:has_evidence ], - [ sh:description "a human-readable description of an entity" ; + [ 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 30 ; - sh:path dct:description ] ; + sh:order 12 ; + sh:path biolink:original_predicate ], + [ 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 7 ; + sh:path biolink:knowledge_source ] ; 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:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:frequency_qualifier ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 27 ; - sh:path biolink:iri ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:timepoint ], - [ 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:order 21 ; - sh:path biolink:subject_namespace ], - [ sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:has_percentage ], - [ 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 14 ; - 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 15 ; - 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: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 20 ; - sh:path biolink:object_category_closure ], - [ 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:retrieval_source_ids ], + [ 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 8 ; - sh:path biolink:knowledge_source ], + sh:order 12 ; + sh:path biolink:original_subject ], [ 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:IRI ; sh:order 38 ; sh:path biolink:onset_qualifier ], - [ 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 18 ; - sh:path biolink:object_closure ], - [ 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 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:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; 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 7 ; + 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 16 ; - sh:path biolink:object_category ], - [ 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 0 ; + sh:path biolink:sex_qualifier ], + [ 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 12 ; - sh:path biolink:original_subject ], + sh:order 8 ; + sh:path biolink: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 19 ; sh:path biolink:subject_category_closure ], - [ sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:has_quotient ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path rdfs:label ], + [ 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 26 ; + sh:path biolink:id ], [ 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 2 ; sh:path rdf:predicate ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path rdfs:label ], - [ 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 used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:original_predicate ], - [ 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 17 ; - sh:path biolink:subject_closure ], - [ sh:description "number of things with a particular property" ; + sh:order 39 ; + sh:path biolink:frequency_qualifier ], + [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; - sh:order 33 ; - sh:path biolink:has_count ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:severity_qualifier ], + [ 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 13 ; + sh:path biolink:original_predicate ], [ 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 ; @@ -11900,255 +11862,279 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 1 ; sh:path rdf: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: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:IRI ; - sh:order 0 ; - sh:path biolink:sex_qualifier ], - [ 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 24 ; - sh:path biolink:object_label_closure ], + sh:order 21 ; + sh:path biolink:subject_namespace ], [ 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:order 22 ; sh:path biolink:object_namespace ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 4 ; - 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:order 31 ; + 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 6 ; - sh:path biolink:publications ], + sh:order 5 ; + sh:path biolink:qualifiers ], + [ 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 18 ; + 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 20 ; + sh:path biolink:object_category_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 27 ; + sh:path biolink:iri ], [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 29 ; 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:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:order 34 ; - sh:path biolink:has_total ], - [ 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 26 ; - sh:path biolink:id ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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: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 37 ; - sh:path biolink:severity_qualifier ], + sh:order 15 ; + sh:path biolink:subject_category ], [ 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 23 ; sh:path biolink:subject_label_closure ], - [ 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 "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; - 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:order 36 ; + 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 25 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "a human-readable description of an entity" ; + sh:order 6 ; + sh:path biolink:publications ], + [ 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 31 ; - sh:path dct:description ], + sh:order 14 ; + sh:path biolink:original_object ], + [ sh:description "number of things with a particular property" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path biolink:has_count ], + [ 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 17 ; + sh:path biolink:subject_closure ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 32 ; - sh:path biolink:has_attribute ] ; + sh:path biolink:has_attribute ], + [ 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 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 16 ; + sh:path biolink:object_category ], + [ sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:has_quotient ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:timepoint ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:negated ], + [ 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:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 34 ; + sh:path biolink:has_total ], + [ 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 24 ; + sh:path biolink:object_label_closure ] ; 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: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 18 ; - sh:path biolink:subject_category_closure ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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:property [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:original_subject ], + sh:order 10 ; + 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 15 ; - sh:path biolink:object_category ], - [ 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:subject_category ], + [ sh:class biolink:SequenceVariant ; + sh:description "gene implicated in genotype" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:has_evidence ], + sh:order 2 ; + sh:path rdf:object ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 26 ; 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:class biolink:Genotype ; + sh:description "parent genotype" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:publications ], + sh:order 0 ; + sh:path rdf:subject ], + [ 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 16 ; + 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 19 ; + sh:path biolink:object_category_closure ], + [ 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 13 ; + sh:path biolink:original_object ], + [ 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 23 ; + 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:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:qualifiers ], [ 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:order 8 ; sh:path biolink:primary_knowledge_source ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ 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: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 5 ; + sh:path biolink:publications ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ 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 17 ; - sh:path biolink:object_closure ], + sh:order 3 ; + sh:path biolink:negated ], [ 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 25 ; sh:path biolink:id ], - [ 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 relationship type used to connect genotype to gene" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:original_object ], - [ 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:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], + [ 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 20 ; - sh:path biolink:subject_namespace ], + sh:order 7 ; + sh:path biolink:knowledge_source ], + [ 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 12 ; + sh:path biolink:original_predicate ], + [ 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 17 ; + sh:path biolink:object_closure ], + [ 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 9 ; + 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 18 ; + 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 15 ; + sh:path biolink:object_category ], [ 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:order 21 ; 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 19 ; - sh:path biolink:object_category_closure ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 28 ; sh:path rdf:type ], - [ sh:description "a point in time" ; + [ 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 10 ; - sh:path biolink:timepoint ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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 23 ; - sh:path biolink:object_label_closure ], + sh:order 11 ; + 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 6 ; + sh:path biolink:has_evidence ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 30 ; sh:path dct:description ], - [ 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:class biolink:OntologyClass ; - sh:description "Used to hold the 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 14 ; - 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 24 ; - sh:path biolink:retrieval_source_ids ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 31 ; sh:path biolink:has_attribute ], - [ 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: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:qualifiers ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ 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:order 7 ; - sh:path biolink:knowledge_source ], - [ sh:description "the relationship type used to connect genotype to gene" ; + sh:order 20 ; + sh:path biolink:subject_namespace ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ] ; + sh:order 29 ; + sh:path rdfs:label ] ; 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ 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 "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:order 5 ; - sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 0 ; + sh:path rdfs:label ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; + sh:path biolink:xref ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -12156,114 +12142,154 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t 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: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 5 ; + sh:path biolink:id ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], - [ 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 6 ; - sh:path biolink:provided_by ], + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; sh:nodeKind sh:BlankNode ; sh:order 2 ; sh:path biolink:has_quantitative_value ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], - [ 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:order 6 ; + sh:path biolink:provided_by ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path rdfs:label ], + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:order 10 ; + sh:path rdf:type ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], - [ sh:order 10 ; - sh:path rdf:type ] ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ] ; sh:targetClass biolink:GenotypicSex . biolink:GeographicExposure a sh:NodeShape ; sh:closed true ; sh:description "A geographic exposure is a factor relating to geographic proximity to some impactful entity." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a point in time" ; + sh:property [ sh:order 11 ; + sh:path rdf:type ], + [ 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:provided_by ], + [ 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:order 0 ; - sh:path biolink:timepoint ], - [ sh:description "a human-readable description of an entity" ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + sh:order 3 ; + 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:order 12 ; - sh:path dct:description ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + 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:description "a point in time" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:timepoint ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:order 11 ; - sh:path rdf:type ], - [ 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:order 5 ; + sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 6 ; - sh:path biolink:id ], + sh:order 10 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ 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: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:provided_by ], [ 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:order 1 ; sh:path rdfs:label ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 9 ; - sh:path biolink:full_name ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:path biolink:full_name ] ; + 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 ( rdf:type ) ; + sh:property [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], + sh:order 9 ; + sh:path rdfs:label ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; + sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; + [ 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 biolink:has_attribute_type ] ; - 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 ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 5 ; + sh:path biolink:id ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:iri ], + [ sh:description "longitude" ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:longitude ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 10 ; @@ -12273,44 +12299,18 @@ biolink:GeographicLocation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 11 ; sh:path biolink:has_attribute ], - [ 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 5 ; - sh:path biolink:id ], [ sh:description "latitude" ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:latitude ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], [ sh:order 8 ; sh:path rdf:type ], [ 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 2 ; sh:path biolink:provided_by ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "longitude" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:longitude ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; + sh:path biolink:xref ] ; sh:targetClass biolink:GeographicLocation . biolink:GeographicLocationAtTime a sh:NodeShape ; @@ -12328,50 +12328,50 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:order 9 ; sh:path rdf:type ], - [ sh:description "longitude" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:longitude ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + sh:order 0 ; + sh:path biolink:timepoint ], [ 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 6 ; sh:path biolink:id ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "latitude" ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:latitude ], + sh:order 5 ; + sh:path biolink:full_name ], [ 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:iri ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "longitude" ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:full_name ], + sh:order 2 ; + sh:path biolink:longitude ], [ 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 3 ; sh:path biolink:provided_by ], - [ sh:description "a point in time" ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:timepoint ], - [ 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 10 ; + sh:path rdfs:label ], + [ sh:description "latitude" ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:latitude ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ] ; sh:targetClass biolink:GeographicLocationAtTime . biolink:GrossAnatomicalStructure a sh:NodeShape ; @@ -12381,6 +12381,11 @@ biolink:GrossAnatomicalStructure a sh:NodeShape ; sh:maxCount 1 ; sh:order 9 ; sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], + [ sh:order 8 ; + sh:path rdf:type ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -12390,65 +12395,54 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - 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 11 ; 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:order 8 ; - sh:path rdf:type ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path rdfs:label ], - [ 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:order 2 ; + sh:path biolink:provided_by ], + [ 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:order 10 ; - sh:path dct:description ], + sh:minCount 1 ; + sh:order 5 ; + sh:path biolink:id ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:iri ], - [ 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:order 5 ; - sh:path biolink:id ], - [ 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 2 ; - sh:path biolink:provided_by ] ; + sh:order 10 ; + 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: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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], + [ 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:iri ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -12456,28 +12450,18 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:path biolink:has_attribute ], [ sh:order 9 ; sh:path rdf:type ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], [ 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 4 ; sh:path biolink:provided_by ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path rdfs:label ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; sh:order 0 ; @@ -12487,38 +12471,51 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 1 ; sh:path biolink:id ], - [ 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:order 7 ; - sh:path biolink:iri ] ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + 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:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; sh:targetClass biolink:Haplotype . biolink:Hospitalization a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path dct:description ], + sh:order 2 ; + sh:path biolink:full_name ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ 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:order 2 ; - sh:path biolink:full_name ], - [ 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 0 ; - sh:path biolink:provided_by ], + sh:order 7 ; + sh:path rdfs:label ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:has_attribute ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path dct:description ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -12532,39 +12529,67 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 4 ; sh:path biolink:iri ], + [ 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 0 ; + sh:path biolink:provided_by ], [ sh:order 6 ; sh:path rdf:type ], [ 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 3 ; - sh:path biolink:id ] ; - sh:targetClass biolink:Hospitalization . - -biolink:HospitalizationOutcome a sh:NodeShape ; - sh:closed true ; - sh:description "An outcome resulting from an exposure event which is the increased manifestation of acute (e.g. emergency room visit) or chronic (inpatient) hospitalization." ; - sh:ignoredProperties ( rdf:type ) ; - sh:targetClass biolink:HospitalizationOutcome . - -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:order 8 ; - sh:path rdf:type ], + sh:minCount 1 ; + sh:order 3 ; + sh:path biolink:id ] ; + sh:targetClass biolink:Hospitalization . + +biolink:HospitalizationOutcome a sh:NodeShape ; + sh:closed true ; + sh:description "An outcome resulting from an exposure event which is the increased manifestation of acute (e.g. emergency room visit) or chronic (inpatient) hospitalization." ; + sh:ignoredProperties ( rdf:type ) ; + sh:targetClass biolink:HospitalizationOutcome . + +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: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 5 ; + sh:path biolink:id ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], + [ 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 2 ; + sh:path biolink:provided_by ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; sh:path biolink:xref ], + [ sh:order 8 ; + 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:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:has_attribute ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -12574,271 +12599,253 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ 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 2 ; - sh:path biolink:provided_by ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 9 ; - sh:path rdfs:label ], - [ 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 5 ; - sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_attribute ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ] ; + sh:path rdfs:label ] ; 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - 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:property [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; + sh:order 29 ; + sh:path rdfs:label ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ 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 7 ; - sh:path biolink:knowledge_source ], + sh:order 31 ; + 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: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:qualifiers ], + sh:order 18 ; + 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 19 ; + 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 5 ; 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 6 ; - sh:path biolink:has_evidence ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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:order 29 ; - sh:path rdfs:label ], + sh:order 13 ; + sh:path biolink:original_object ], [ 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 25 ; sh:path biolink:id ], - [ 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 16 ; - 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: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 17 ; + 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 19 ; - sh:path biolink:object_category_closure ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 24 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], + sh:order 10 ; + sh:path biolink:timepoint ], [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:negated ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - 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: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 16 ; + sh:path biolink:subject_closure ], + [ 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 14 ; - sh:path biolink:subject_category ], - [ 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 12 ; - sh:path biolink:original_predicate ], + sh:order 0 ; + sh:path rdf:subject ], [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 28 ; 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 18 ; - sh:path biolink:subject_category_closure ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path dct:description ], [ 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 22 ; sh:path biolink:subject_label_closure ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], [ 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 1 ; sh:path rdf:predicate ], - [ 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 31 ; - sh:path biolink:has_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:order 15 ; + 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:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 14 ; + sh:path biolink:subject_category ], + [ 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 12 ; + sh:path biolink:original_predicate ], [ 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:order 20 ; 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: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 7 ; + sh:path biolink:knowledge_source ], + [ 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 11 ; + sh:path biolink:original_subject ], + [ 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:order 21 ; + sh:path biolink:object_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:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:retrieval_source_ids ], + 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: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:object_category ], - [ 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 4 ; + sh:path biolink:qualifiers ], + [ 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:has_evidence ], + [ 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:order 13 ; - sh:path biolink:original_object ], - [ 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 23 ; - sh:path biolink:object_label_closure ] ; + sh:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ] ; 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + sh:property [ sh:order 8 ; + 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:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 10 ; sh:path dct:description ], + [ 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 5 ; + sh:path biolink:id ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:order 8 ; - sh:path rdf:type ], - [ 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 2 ; - sh:path biolink:provided_by ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:iri ], + [ 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 2 ; + sh:path biolink:provided_by ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 11 ; - sh:path biolink:has_attribute ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ 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 5 ; - 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:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ] ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:Invertebrate . biolink:JournalArticle a sh:NodeShape ; sh:closed true ; 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:maxCount 1 ; - sh:order 11 ; - sh:path biolink:rights ], - [ 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:order 16 ; - sh:path biolink:id ], - [ 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 14 ; - sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 21 ; sh:path dct:description ], - [ 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:order 5 ; - sh:path biolink:pages ], [ 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:order 2 ; sh:path biolink:volume ], + [ sh:description "keywords tagging a publication" ; + sh:order 7 ; + sh:path biolink:keywords ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:has_attribute ], + [ sh:description "executive summary of a publication" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:summary ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 18 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:description "issue of a newspaper, a scientific journal or magazine for reference purpose" ; sh:maxCount 1 ; sh:order 3 ; @@ -12847,166 +12854,137 @@ biolink:JournalArticle a sh:NodeShape ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:full_name ], - [ sh:description "The enclosing parent serial containing the article should have industry-standard identifier from ISSN." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 0 ; - sh:path biolink:published_in ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:iri ], - [ sh:description "keywords tagging a publication" ; - sh:order 7 ; - sh:path biolink:keywords ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 9 ; - sh:path biolink:xref ], - [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 13 ; - 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 4 ; sh:path biolink:authors ], - [ sh:description "Optional value, if used locally as a convenience, is set to the iso abbreviation of the 'published in' parent." ; + [ 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 14 ; + sh:path biolink:provided_by ], + [ 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:order 1 ; - sh:path biolink:iso_abbreviation ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 18 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + sh:order 16 ; + sh:path biolink:id ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path biolink:iri ], [ sh:maxCount 1 ; sh:order 12 ; sh:path biolink:format ], + [ sh:order 19 ; + sh:path rdf:type ], + [ 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:order 20 ; + sh:path rdfs:label ], [ sh:description "mesh terms tagging a publication" ; sh:order 8 ; sh:path biolink:mesh_terms ], - [ sh:description "executive summary of a publication" ; + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:summary ], + sh:order 13 ; + sh:path biolink:creation_date ], + [ sh:description "The enclosing parent serial containing the article should have industry-standard identifier from ISSN." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 0 ; + sh:path biolink:published_in ], + [ sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:rights ], + [ 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:order 5 ; + sh:path biolink:pages ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 9 ; + sh:path biolink:xref ], [ sh:maxCount 1 ; sh:order 10 ; sh:path biolink:license ], - [ sh:order 19 ; - sh:path rdf:type ], - [ 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 "Optional value, if used locally as a convenience, is set to the iso abbreviation of the 'published in' parent." ; sh:maxCount 1 ; - sh:order 20 ; - sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:has_attribute ] ; + sh:order 1 ; + sh:path biolink:iso_abbreviation ] ; 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: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 4 ; - sh:path biolink:provided_by ], - [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh: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:order 3 ; - sh:path biolink:creation_date ], + sh:minCount 1 ; + sh:order 7 ; + 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:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path rdfs:label ], [ sh:maxCount 1 ; sh:order 2 ; sh:path biolink:format ], + [ sh:order 10 ; + sh:path rdf:type ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:iri ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:maxCount 1 ; 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 13 ; - sh:path biolink:has_attribute ], - [ sh:order 10 ; - sh:path rdf:type ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 7 ; - sh:path biolink:id ], + sh:order 12 ; + sh:path dct:description ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:full_name ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], + sh:order 3 ; + sh:path biolink:creation_date ], [ sh:maxCount 1 ; sh:order 1 ; sh:path biolink:rights ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ] ; + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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 4 ; + sh:path biolink:provided_by ] ; 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], - [ sh:order 9 ; + sh:property [ sh:order 9 ; sh:path rdf:type ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path rdfs:label ], - [ 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:order 0 ; - sh:path rdfs:label ], - [ 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 6 ; - sh:path biolink:id ], [ 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 3 ; 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:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:full_name ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -13016,32 +12994,90 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 8 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - 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 11 ; + 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:path biolink:in_taxon ], + [ 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:order 0 ; + sh:path rdfs:label ], + [ 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:iri ], + [ 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 6 ; + sh:path biolink:id ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; 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 "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:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:subject_namespace ], + sh:minCount 1 ; + 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 6 ; + sh:path biolink:has_evidence ], [ 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 12 ; sh:path biolink:original_predicate ], + [ 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 25 ; + sh:path biolink:id ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + 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 5 ; + 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 4 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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 23 ; + sh:path biolink:object_label_closure ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -13049,108 +13085,148 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; 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 15 ; - sh:path biolink:object_category ], - [ 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 23 ; - sh:path biolink:object_label_closure ], [ 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 22 ; sh:path biolink:subject_label_closure ], - [ 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 13 ; - sh:path biolink:original_object ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ 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:BiologicalProcess ; + sh:description "class describing the activity, process or localization of the gene product" ; sh:maxCount 1 ; - sh:order 7 ; - 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 5 ; - sh:path biolink:publications ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:has_evidence ], + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + 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 19 ; sh:path biolink:object_category_closure ], - [ 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 11 ; - 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 24 ; + sh:path biolink:retrieval_source_ids ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 29 ; sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 10 ; 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: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 11 ; + 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 24 ; - sh:path biolink:retrieval_source_ids ], + sh:order 18 ; + sh:path biolink:subject_category_closure ], + [ 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 17 ; + 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 14 ; - sh:path biolink:subject_category ], + sh:order 15 ; + sh:path biolink:object_category ], + [ 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 7 ; + sh:path biolink:knowledge_source ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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:BlankNode ; + sh:order 0 ; + sh:path rdf:subject ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ 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 13 ; + sh:path biolink:original_object ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], [ 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:order 21 ; sh:path biolink:object_namespace ], - [ sh:class biolink:BiologicalProcess ; - sh:description "class describing the activity, process or localization of the gene product" ; + [ 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:order 20 ; + 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:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 14 ; + sh:path biolink:subject_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:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + 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 4 ; sh:path biolink:qualifiers ], - [ 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:order 16 ; + sh:path biolink:subject_closure ], + [ 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:order 26 ; - sh:path biolink:iri ], + sh:order 21 ; + sh:path biolink:object_namespace ], [ 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 1 ; sh:path rdf:predicate ], - [ 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:order 30 ; - sh:path dct:description ], + sh:order 7 ; + 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 5 ; + sh:path biolink:publications ], + [ 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 12 ; + sh:path biolink:original_predicate ], + [ 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 11 ; + sh:path biolink:original_subject ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ], [ sh:class biolink:MacromolecularMachineMixin ; sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; sh:maxCount 1 ; @@ -13158,43 +13234,56 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:BlankNode ; sh:order 0 ; sh:path rdf:subject ], - [ 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:order 25 ; - sh:path biolink:id ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], + sh:nodeKind sh:IRI ; + sh:order 14 ; + 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 24 ; + 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 18 ; sh:path biolink:subject_category_closure ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path rdfs:label ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], [ 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:order 8 ; sh:path biolink:primary_knowledge_source ], - [ 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 17 ; - sh:path biolink:object_closure ] ; - 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: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:order 21 ; - sh:path biolink:object_namespace ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], + sh:order 13 ; + sh:path biolink:original_object ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + 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 19 ; + sh:path biolink:object_category_closure ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -13206,128 +13295,39 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 15 ; 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 6 ; - 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 14 ; - sh:path biolink:subject_category ], - [ 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:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], - [ 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 11 ; - sh:path biolink:original_subject ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], [ 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 9 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], - [ 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:order 3 ; - sh:path biolink:negated ], + sh:order 20 ; + sh:path biolink:subject_namespace ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:timepoint ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - 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 5 ; - sh:path biolink:publications ], - [ 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 12 ; - sh:path biolink:original_predicate ], - [ 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 1 ; - sh:path rdf:predicate ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], + [ 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 17 ; + sh:path biolink:object_closure ], [ 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 25 ; sh:path biolink:id ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], [ 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: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 23 ; - 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 24 ; - sh:path biolink:retrieval_source_ids ], - [ 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 13 ; - sh:path biolink:original_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 4 ; - sh:path biolink:qualifiers ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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 7 ; - sh:path biolink:knowledge_source ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ 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:order 20 ; - 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 19 ; - 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 18 ; - sh:path biolink:subject_category_closure ], - [ 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 16 ; - sh:path biolink:subject_closure ] ; + sh:path rdf:object ] ; sh:targetClass biolink:MacromolecularMachineToCellularComponentAssociation . biolink:MacromolecularMachineToEntityAssociationMixin a sh:NodeShape ; @@ -13340,26 +13340,50 @@ 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: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 17 ; - sh:path biolink:object_closure ], - [ 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: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 24 ; + 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:order 7 ; - sh:path biolink:knowledge_source ], + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:subject_category ], [ 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:order 8 ; sh:path biolink:primary_knowledge_source ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ 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:qualifiers ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 29 ; - 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:order 30 ; + sh:path dct:description ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ 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 16 ; + 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 24 ; - sh:path biolink:retrieval_source_ids ], + sh:order 18 ; + sh:path biolink:subject_category_closure ], + [ 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:order 21 ; + 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 19 ; + sh:path biolink:object_category_closure ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -13367,17 +13391,15 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "a point in time" ; + [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], - [ 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 3 ; + sh:path biolink:negated ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:subject_namespace ], + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:class biolink:MolecularActivity ; sh:description "class describing the activity, process or localization of the gene product" ; sh:maxCount 1 ; @@ -13385,20 +13407,26 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - 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:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 19 ; - 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:order 6 ; + sh:path biolink:has_evidence ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category_closure ], + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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 17 ; + sh:path biolink:object_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path rdfs:label ], [ sh:class biolink:MacromolecularMachineMixin ; sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; sh:maxCount 1 ; @@ -13406,99 +13434,63 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:BlankNode ; sh:order 0 ; sh:path rdf:subject ], - [ 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 25 ; - sh:path biolink:id ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ 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:order 1 ; - sh:path rdf:predicate ], - [ sh:description "a human-readable description of an entity" ; + sh:order 11 ; + sh:path biolink:original_subject ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 30 ; - 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 4 ; - sh:path biolink:qualifiers ], + sh:order 26 ; + sh:path biolink:iri ], [ 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 13 ; sh:path biolink:original_object ], - [ 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:order 11 ; - sh:path biolink:original_subject ], + sh:order 7 ; + 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 5 ; 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 6 ; - sh:path biolink:has_evidence ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ 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:order 26 ; - sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], + sh:minCount 1 ; + sh:order 25 ; + sh:path biolink:id ], + [ 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 12 ; + sh:path biolink:original_predicate ], + [ 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 23 ; + 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 15 ; 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:description "a point in time" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:subject_category ], - [ 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 10 ; + sh:path biolink:timepoint ], + [ 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:order 12 ; - sh:path biolink:original_predicate ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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 23 ; - sh:path biolink:object_label_closure ] ; + sh:order 20 ; + sh:path biolink:subject_namespace ] ; 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:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + sh:property [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... @@ -13507,11 +13499,31 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + 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 11 ; + sh:path biolink:has_attribute ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 9 ; + 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:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], [ sh:order 8 ; sh:path rdf:type ], [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; @@ -13519,29 +13531,17 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 5 ; sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_attribute ], - [ 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:order 6 ; - sh:path biolink:iri ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], + sh:order 10 ; + sh:path dct:description ], [ 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 2 ; sh:path biolink:provided_by ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ 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:order 9 ; - sh:path rdfs:label ] ; + sh:order 6 ; + sh:path biolink:iri ] ; sh:targetClass biolink:Mammal . biolink:MappingCollection a sh:NodeShape ; @@ -13559,98 +13559,116 @@ 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: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 7 ; - sh:path biolink: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:property [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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: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 17 ; - 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:order 12 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:retrieval_source_ids ], - [ 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 31 ; + sh:path biolink:has_attribute ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ 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 8 ; - sh:path biolink:primary_knowledge_source ], - [ 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 13 ; + sh:path biolink:original_object ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:subject_namespace ], - [ 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 22 ; - 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 19 ; - sh:path biolink:object_category_closure ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - 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:order 29 ; + sh:path rdfs:label ], + [ 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:IRI ; - sh:order 15 ; - sh:path biolink:object_category ], + sh:minCount 1 ; + sh:order 25 ; + sh:path biolink:id ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 26 ; sh:path biolink:iri ], - [ 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 13 ; - sh:path biolink:original_object ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ 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 ; + 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 18 ; sh:path biolink:subject_category_closure ], - [ sh:class biolink:MaterialSample ; - sh:description "the material sample being described" ; + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], + [ 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:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ 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 3 ; - sh:path biolink:negated ], - [ 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:knowledge_source ], + [ 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:order 12 ; - sh:path biolink:original_predicate ], - [ 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 16 ; - sh:path biolink:subject_closure ], + sh:order 21 ; + 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 15 ; + 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 5 ; + 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 4 ; sh:path biolink:qualifiers ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], [ 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 11 ; sh:path biolink:original_subject ], - [ sh:description "a point in time" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], + sh:order 30 ; + sh:path dct:description ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + 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 6 ; + 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 19 ; + 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 ; @@ -13662,35 +13680,44 @@ biolink:MaterialSampleDerivationAssociation a sh:NodeShape ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ 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 23 ; - 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: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:publications ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 24 ; + sh:path biolink:retrieval_source_ids ], + [ 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 17 ; + sh:path biolink:object_closure ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], + [ sh:class biolink:MaterialSample ; + sh:description "the material sample being described" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 25 ; - sh:path biolink:id ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ] ; + 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: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:order 21 ; sh:path biolink:object_namespace ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting 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:has_evidence ], + sh:order 5 ; + sh:path biolink:publications ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -13698,44 +13725,47 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + 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 31 ; - sh:path biolink:has_attribute ] ; - 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:DiseaseOrPhenotypicFeature ; + sh:order 18 ; + sh:path biolink:subject_category_closure ], + [ 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 12 ; + sh:path biolink:original_predicate ], + [ 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 25 ; + sh:path biolink:id ], + [ 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: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 23 ; - 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 24 ; - sh:path biolink:retrieval_source_ids ], - [ 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 label 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:subject_label_closure ], + [ 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:order 1 ; - sh:path rdf:predicate ], - [ 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 11 ; + 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 4 ; + sh:path biolink:qualifiers ], + [ 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:order 12 ; - sh:path biolink:original_predicate ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], + sh:order 8 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -13747,71 +13777,38 @@ biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:subject_category ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + 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 6 ; sh:path biolink:has_evidence ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], [ 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 9 ; 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: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 15 ; - sh:path biolink:object_category ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], + sh:order 24 ; + sh:path biolink:retrieval_source_ids ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 29 ; sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - 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 5 ; - sh:path biolink:publications ], - [ 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 7 ; - 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 19 ; - 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 4 ; - sh:path biolink:qualifiers ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], - [ 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 16 ; - sh:path biolink:subject_closure ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], [ sh:class biolink:MaterialSample ; sh:description "the material sample being described" ; sh:maxCount 1 ; @@ -13819,40 +13816,43 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - 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: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:subject_category_closure ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 19 ; + sh:path biolink:object_category_closure ], + [ 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 25 ; - sh:path biolink:id ], - [ 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 1 ; + sh:path rdf:predicate ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ 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 23 ; + 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:order 20 ; - sh:path biolink:subject_namespace ], - [ 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:IRI ; + sh:order 15 ; + sh:path biolink:object_category ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:primary_knowledge_source ], + sh:order 3 ; + sh:path biolink:negated ], + [ 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 7 ; + sh:path biolink:knowledge_source ], [ 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 13 ; sh:path biolink:original_object ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ] ; + [ 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 17 ; + sh:path biolink:object_closure ] ; sh:targetClass biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation . biolink:MaterialSampleToEntityAssociationMixin a sh:NodeShape ; @@ -13864,55 +13864,29 @@ biolink:MaterialSampleToEntityAssociationMixin a sh:NodeShape ; biolink:MicroRNA a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "connects a genomic feature to its sequence" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:has_biological_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:order 12 ; - sh:path biolink:provided_by ], + 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 3 ; + sh:path biolink:in_taxon ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ 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:order 9 ; - sh:path biolink:max_tolerated_dose ], - [ sh:order 16 ; - sh:path rdf:type ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path rdfs:label ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 0 ; - sh:path biolink:synonym ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 8 ; + sh:path biolink:available_from ], + [ sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:iri ], + sh:order 2 ; + sh:path biolink:has_biological_sequence ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 13 ; 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:description "indicates whether a molecular entity is a metabolite" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:is_metabolite ], - [ 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:order 17 ; - 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 3 ; - sh:path biolink:in_taxon ], + [ 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 12 ; + sh:path biolink:provided_by ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -13922,34 +13896,60 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 15 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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:order 17 ; + sh:path rdfs:label ], + [ 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:iri ], + [ sh:description "indicates whether a molecular entity is a metabolite" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:is_metabolite ], [ sh:description "" ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:is_toxic ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 8 ; - sh:path biolink:available_from ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 0 ; + sh:path biolink:synonym ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path dct:description ], + [ 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 11 ; sh:path biolink:has_chemical_role ], + [ 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 5 ; + sh:path biolink:id ], + [ 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:order 9 ; + sh:path biolink:max_tolerated_dose ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path rdfs:label ], [ sh:class biolink:ChemicalEntity ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 7 ; - sh:path biolink:trade_name ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path dct:description ], - [ 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 5 ; - sh:path biolink:id ] ; + sh:path biolink:trade_name ] ; sh:targetClass biolink:MicroRNA . biolink:ModelToDiseaseAssociationMixin a sh:NodeShape ; @@ -13962,103 +13962,90 @@ biolink:MolecularActivityToChemicalEntityAssociation 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:class biolink:OntologyClass ; - sh:description "Used to hold the 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 "a point in time" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:subject_category ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 10 ; + sh:path biolink:timepoint ], + [ 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:order 3 ; - sh:path biolink:negated ], - [ 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 17 ; - sh:path biolink:object_closure ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 30 ; sh:path dct:description ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ 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 7 ; - sh:path biolink:knowledge_source ], [ 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 16 ; sh:path biolink:subject_closure ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ 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 22 ; - 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 4 ; - 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 5 ; - sh:path biolink:publications ], - [ 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 13 ; - sh:path biolink:original_object ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 31 ; sh:path biolink:has_attribute ], + [ 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 25 ; + sh:path biolink:id ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 29 ; sh:path rdfs:label ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 13 ; + sh:path biolink:original_object ], + [ 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:order 25 ; - 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 6 ; - sh:path biolink:has_evidence ], + sh:order 11 ; + sh:path biolink:original_subject ], + [ 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 17 ; + sh:path biolink:object_closure ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], [ 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 12 ; sh:path biolink:original_predicate ], + [ 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:order 8 ; + 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 18 ; sh:path biolink:subject_category_closure ], + [ 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 22 ; + 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: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:object_category ], + sh:order 4 ; + sh:path biolink:qualifiers ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + 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 19 ; + sh:path biolink:object_category_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:maxCount 1 ; @@ -14066,140 +14053,118 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], - [ 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 1 ; - sh:path rdf: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 0 ; - sh:path rdf:subject ], - [ 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 23 ; - 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 24 ; sh:path biolink:retrieval_source_ids ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 26 ; 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:description "Used to hold the 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_closure ] ; - 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: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 15 ; + 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 19 ; - sh:path biolink:object_category_closure ], + sh:order 5 ; + sh:path biolink:publications ], + [ 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 9 ; + 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 6 ; 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 14 ; + sh:path biolink:subject_category ], + [ 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:order 21 ; + sh:path biolink:object_namespace ], [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 28 ; sh:path rdf:type ], + [ 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 23 ; + sh:path biolink:object_label_closure ], [ 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 7 ; sh:path biolink:knowledge_source ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], - [ 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:order 25 ; - 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 18 ; - sh:path biolink:subject_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 4 ; - sh:path biolink:qualifiers ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 1 ; + sh:path rdf:predicate ] ; + 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:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ 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 26 ; - sh:path biolink:iri ], + sh:order 13 ; + sh:path biolink:original_object ], + [ 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 1 ; + sh:path rdf:predicate ], + [ 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 17 ; + sh:path biolink:object_closure ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 29 ; sh:path rdfs:label ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:negated ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], - [ 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 13 ; - 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 15 ; - sh:path biolink:object_category ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - 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 24 ; 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: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 14 ; - sh:path biolink:subject_category ], - [ 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 0 ; + sh:path rdf:subject ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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:order 12 ; - sh:path biolink:original_predicate ], + sh:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ 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 7 ; + sh:path biolink:knowledge_source ], + [ 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 25 ; + sh:path biolink:id ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -14207,55 +14172,90 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], - [ 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:OntologyClass ; + sh:description "Used to hold the 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 21 ; - sh:path biolink:object_namespace ], + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:object_category ], + [ 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 11 ; + sh:path biolink:original_subject ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], [ 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 16 ; sh:path biolink:subject_closure ], - [ 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:order 23 ; + 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:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:subject_category ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:subject_namespace ], + sh:order 30 ; + 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 4 ; + 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 19 ; + 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 5 ; sh:path biolink:publications ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ 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: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 0 ; - sh:path rdf:subject ], - [ 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 18 ; + 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 6 ; + sh:path biolink:has_evidence ], + [ 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:order 11 ; - sh:path biolink:original_subject ], + sh:order 20 ; + sh:path biolink:subject_namespace ], [ 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:path rdf:object ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ 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:order 21 ; + sh:path biolink:object_namespace ], + [ 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 12 ; + sh:path biolink:original_predicate ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ] ; sh:targetClass biolink:MolecularActivityToMolecularActivityAssociation . biolink:MolecularActivityToPathwayAssociation a sh:NodeShape ; @@ -14263,48 +14263,86 @@ biolink:MolecularActivityToPathwayAssociation a sh:NodeShape ; sh:description "Association that holds the relationship between a reaction and the pathway it participates in." ; 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:description "Used to hold the 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:qualifiers ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 15 ; + sh:path biolink:object_category ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ 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:order 29 ; - sh:path rdfs:label ], - [ sh:description "a point in time" ; + 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 19 ; + sh:path biolink:object_category_closure ], + [ 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 10 ; - sh:path biolink:timepoint ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 12 ; + 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:order 26 ; - sh:path biolink:iri ], + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:subject_category ], + [ 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:order 20 ; + 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 24 ; sh:path biolink:retrieval_source_ids ], - [ 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:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:original_subject ], + sh:order 30 ; + sh:path dct:description ], + [ 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 17 ; + 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 18 ; sh:path biolink:subject_category_closure ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ 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 31 ; - sh:path biolink:has_attribute ], + 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:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:qualifiers ], [ 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 7 ; @@ -14313,129 +14351,96 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 21 ; 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 5 ; - sh:path biolink:publications ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], [ 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 1 ; sh:path rdf:predicate ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], [ 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 25 ; sh:path biolink:id ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + [ 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 3 ; - sh:path biolink:negated ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], + sh:order 11 ; + sh:path biolink:original_subject ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], + [ 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 16 ; + sh:path biolink:subject_closure ], [ 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 13 ; 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 "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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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 22 ; + 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 15 ; - sh:path biolink:object_category ], - [ sh:description "a human-readable description of an entity" ; + sh:order 5 ; + sh:path biolink:publications ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 30 ; - 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 19 ; - sh:path biolink:object_category_closure ], + sh:order 29 ; + 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 6 ; - sh:path biolink:has_evidence ], - [ 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:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - 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 14 ; - sh:path biolink:subject_category ], - [ 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 12 ; - sh:path biolink:original_predicate ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ 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: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 16 ; - sh:path biolink:subject_closure ], - [ 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 17 ; - sh:path biolink:object_closure ] ; + sh:path biolink:has_evidence ] ; 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 "a long-form human readable name for a thing" ; + sh:property [ sh:description "" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:is_toxic ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:full_name ], - [ 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:order 17 ; - sh:path dct:description ], + sh:order 13 ; + sh:path biolink:iri ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 5 ; + sh:path biolink:available_from ], + [ 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, 'FDA approval status.'" ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:highest_FDA_approval_status ], [ 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 9 ; sh:path biolink:provided_by ], - [ sh:description "" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:is_toxic ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:ChemicalMixture ; + sh:description "" ; sh:maxCount 1 ; - sh:order 13 ; - 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 8 ; - sh:path biolink:has_chemical_role ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:is_supplement ], [ sh:order 15 ; sh:path rdf:type ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. @@ -14447,55 +14452,50 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 14 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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:class biolink:ChemicalMixture ; + [ 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:order 6 ; + sh:path biolink:max_tolerated_dose ], + [ sh:class biolink:ChemicalEntity ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - 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: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, 'FDA approval status.'" ; + sh:order 4 ; + sh:path biolink:trade_name ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:highest_FDA_approval_status ], + sh:order 17 ; + sh:path dct:description ], [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:drug_regulatory_status_world_wide ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path rdfs:label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:class biolink:ChemicalEntity ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:trade_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:order 12 ; sh:path biolink:id ], - [ 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:order 6 ; - sh:path biolink:max_tolerated_dose ], [ 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:path biolink:has_attribute ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; sh:targetClass biolink:MolecularMixture . biolink:MortalityOutcome a sh:NodeShape ; @@ -14508,248 +14508,252 @@ biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation a sh:NodeShape sh:closed true ; sh:description "" ; sh:ignoredProperties ( rdf:type ) ; - sh: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:property [ 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 9 ; + 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 18 ; + sh:path biolink:subject_category_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:subject_namespace ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], + sh:order 26 ; + sh:path biolink:iri ], + [ 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 11 ; + sh:path biolink:original_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:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:has_evidence ], - [ 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 "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:original_predicate ], + 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 31 ; + 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 15 ; + sh:path biolink:object_category ], [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 28 ; sh:path rdf:type ], - [ 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 "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:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:description "a human-readable description of an entity" ; + sh:order 13 ; + sh:path biolink:original_object ], + [ 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 30 ; - 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 5 ; - 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 4 ; - sh:path biolink:qualifiers ], - [ 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 16 ; - 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 24 ; - sh:path biolink:retrieval_source_ids ], + sh:order 7 ; + sh:path biolink:knowledge_source ], + [ 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:order 8 ; + sh:path biolink:primary_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 19 ; sh:path biolink:object_category_closure ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + 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 5 ; + sh:path biolink:publications ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 29 ; + sh:path rdfs:label ], + [ 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:order 25 ; - sh:path biolink:id ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ 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 0 ; + sh:path rdf:subject ], + [ 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:order 7 ; - sh:path biolink:knowledge_source ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], + sh:order 20 ; + sh:path biolink:subject_namespace ], + [ 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 17 ; + sh:path biolink:object_closure ], + [ 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 23 ; + sh:path biolink:object_label_closure ], [ 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:order 21 ; 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:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:object_category ], + sh:minCount 1 ; + 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:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category_closure ], + sh:order 4 ; + sh:path biolink:qualifiers ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path dct:description ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:timepoint ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ 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 13 ; - 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 14 ; - sh:path biolink:subject_category ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ 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 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 25 ; + 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 31 ; - sh:path biolink:has_attribute ], - [ 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 23 ; - 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:order 24 ; + sh:path biolink:retrieval_source_ids ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ 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 12 ; + 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:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ] ; + sh:order 14 ; + sh:path biolink:subject_category ] ; sh:targetClass biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation . biolink:NoncodingRNAProduct a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:full_name ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 15 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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:order 17 ; - sh:path rdfs:label ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path rdfs:label ], - [ sh:description "indicates whether a molecular entity is a metabolite" ; + sh:property [ sh:description "indicates whether a molecular entity is a metabolite" ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:is_metabolite ], - [ sh:class biolink:ChemicalEntity ; - sh:description "" ; - sh:maxCount 1 ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:trade_name ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 19 ; + sh:path biolink:has_attribute ], + [ 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:order 14 ; - sh:path biolink:iri ], - [ 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:minCount 1 ; + sh:order 5 ; + sh:path biolink:id ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:max_tolerated_dose ], - [ sh:order 16 ; - sh:path rdf:type ], - [ 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 12 ; - sh:path biolink:provided_by ], + sh:order 18 ; + 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 11 ; sh:path biolink:has_chemical_role ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "connects a genomic feature to its sequence" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:has_biological_sequence ], [ 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:order 16 ; + sh:path rdf:type ], + [ sh:class biolink:ChemicalEntity ; + sh:description "" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:trade_name ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:iri ], [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 8 ; sh:path biolink:available_from ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ 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:minCount 1 ; - sh:order 5 ; - sh:path biolink:id ], + sh:order 17 ; + sh:path rdfs:label ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ 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 12 ; + sh:path biolink:provided_by ], [ sh:description "" ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:is_toxic ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:full_name ], + [ 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:order 9 ; + sh:path biolink:max_tolerated_dose ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 15 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 0 ; sh:path biolink:synonym ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; - sh:order 18 ; - sh:path dct:description ], - [ 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:order 2 ; + sh:path biolink:has_biological_sequence ] ; 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... @@ -14758,33 +14762,20 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], [ 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:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ 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 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; sh:path biolink:xref ], - [ 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:order 2 ; + sh:path biolink:provided_by ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 9 ; + sh:order 1 ; sh:path rdfs:label ], [ sh:order 8 ; sh:path rdf:type ], @@ -14792,6 +14783,10 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path rdfs:label ], [ 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 ; @@ -14800,134 +14795,139 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 10 ; - sh:path dct:description ] ; + 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: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:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ 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 6 ; sh:path biolink:id ], - [ 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:order 10 ; - sh:path rdfs:label ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 13 ; sh:path biolink:synonym ], + [ 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:iri ], [ 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 3 ; sh:path biolink:provided_by ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:order 9 ; - sh:path rdf:type ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 2 ; + sh:order 5 ; + sh:path biolink:full_name ], + [ 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: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:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:has_biological_sequence ], - [ 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:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:full_name ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:order 9 ; + sh:path rdf:type ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ] ; + sh:order 2 ; + 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: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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:creation_date ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "a long-form human readable name for a thing" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:full_name ], + [ sh:order 10 ; + sh:path rdf:type ], [ sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ], - [ 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 4 ; - sh:path biolink:provided_by ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], + sh:order 2 ; + sh:path biolink:format ], [ 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:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], [ sh:maxCount 1 ; sh:order 1 ; sh:path biolink:rights ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path rdfs:label ], [ 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:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], + sh:order 3 ; + sh:path biolink:creation_date ], + [ sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:license ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 12 ; sh:path dct:description ], - [ sh:order 10 ; - sh:path rdf:type ] ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ 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 4 ; + sh:path biolink:provided_by ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:iri ] ; sh:targetClass biolink:ObservedExpectedFrequencyAnalysisResult . biolink:Occurrent a sh:NodeShape ; @@ -14940,24 +14940,10 @@ biolink:OrganismAttribute a sh:NodeShape ; sh:closed true ; sh:description "describes a characteristic of an organismal entity." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:order 10 ; - sh:path rdf:type ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - 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: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:property [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path rdfs:label ], + sh:order 11 ; + sh:path dct:description ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; sh:path biolink:xref ], @@ -14967,6 +14953,9 @@ biolink:OrganismAttribute a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:has_qualitative_value ], + [ 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 6 ; + sh:path biolink:provided_by ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; @@ -14976,15 +14965,17 @@ biolink:OrganismAttribute a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], - [ 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:order 5 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_attribute_type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + sh:order 4 ; + sh:path biolink:iri ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -14994,13 +14985,22 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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 6 ; - sh:path biolink:provided_by ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ sh:order 10 ; + sh:path rdf:type ], + [ 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:order 4 ; - sh:path biolink:iri ] ; + sh:order 0 ; + sh:path rdfs:label ], + [ 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 5 ; + sh:path biolink:id ] ; sh:targetClass biolink:OrganismAttribute . biolink:OrganismTaxonToEntityAssociation a sh:NodeShape ; @@ -15012,37 +15012,54 @@ biolink:OrganismTaxonToEntityAssociation a sh:NodeShape ; biolink:OrganismTaxonToEnvironmentAssociation a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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:property [ 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 0 ; + sh:path rdf:subject ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ], + [ 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 17 ; sh:path biolink:object_closure ], - [ 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:order 11 ; - sh:path biolink:original_subject ], - [ 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 21 ; + sh:path biolink:object_namespace ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:primary_knowledge_source ], + sh:order 30 ; + 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 19 ; + sh:path biolink:object_category_closure ], + [ 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 16 ; + sh:path biolink:subject_closure ], [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; 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 4 ; - sh:path biolink:qualifiers ], + [ 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 7 ; + 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 14 ; sh:path biolink:subject_category ], - [ 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 25 ; - sh:path biolink:id ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -15050,58 +15067,21 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], - [ 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:order 21 ; - 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 5 ; 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 18 ; - sh:path biolink:subject_category_closure ], - [ 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:order 28 ; + sh:path rdf:type ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], + sh:order 29 ; + sh:path rdfs:label ], [ 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 9 ; sh:path biolink:aggregator_knowledge_source ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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 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 19 ; - sh:path biolink:object_category_closure ], - [ 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 7 ; - sh:path biolink:knowledge_source ], - [ 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 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 6 ; - sh:path biolink:has_evidence ], [ sh:description "predicate describing the relationship between the taxon and the environment" ; sh:maxCount 1 ; sh:minCount 1 ; @@ -15113,13 +15093,10 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 15 ; sh:path biolink:object_category ], - [ 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 point in time" ; sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:subject_namespace ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], + sh:order 10 ; + sh:path biolink:timepoint ], [ 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 23 ; sh:path biolink:object_label_closure ], @@ -15128,30 +15105,53 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 31 ; sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], - [ sh:description "a point in time" ; + [ 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 10 ; - sh:path biolink:timepoint ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 11 ; + sh:path biolink:original_subject ], + [ sh:class biolink:NamedThing ; + sh:description "the environment in which the organism occurs" ; sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], + 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 6 ; + sh:path biolink:has_evidence ], + [ 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 22 ; + 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 24 ; sh:path biolink:retrieval_source_ids ], - [ 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 16 ; - sh:path biolink:subject_closure ], [ 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 13 ; - sh:path biolink:original_object ], + sh:order 13 ; + sh:path biolink:original_object ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ 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 25 ; + 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 4 ; + 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 18 ; + sh:path biolink:subject_category_closure ], [ 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 12 ; @@ -15162,47 +15162,43 @@ biolink:OrganismTaxonToOrganismTaxonAssociation a sh:NodeShape ; sh:closed false ; sh:description "A relationship between two organism taxon nodes" ; 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:property [ 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 18 ; - sh:path biolink:subject_category_closure ], + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path dct:description ], [ 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 12 ; sh:path biolink:original_predicate ], - [ 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:order 8 ; - 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: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 22 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:retrieval_source_ids ], + sh:order 31 ; + sh:path biolink:has_attribute ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + 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 4 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:OrganismTaxon ; - sh:description "organism taxon that is the subject of the 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:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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 15 ; + sh:path biolink:object_category ], + [ 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:order 11 ; - sh:path biolink:original_subject ], + sh:order 8 ; + sh:path biolink:primary_knowledge_source ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -15210,46 +15206,57 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - 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 14 ; - sh:path biolink:subject_category ], - [ 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 23 ; - sh:path biolink:object_label_closure ], [ 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 7 ; 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + 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 19 ; - sh:path biolink:object_category_closure ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], + sh:order 5 ; + sh:path biolink:publications ], [ 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 16 ; sh:path biolink:subject_closure ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - 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 6 ; - sh:path biolink:has_evidence ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ 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:order 21 ; + sh:path biolink:object_namespace ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 10 ; 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:nodeKind sh:IRI ; + sh:order 4 ; + 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 18 ; + 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 14 ; + sh:path biolink:subject_category ], + [ 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 13 ; + sh:path biolink:original_object ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], [ 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 9 ; sh:path biolink:aggregator_knowledge_source ], @@ -15258,204 +15265,197 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 25 ; sh:path biolink:id ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ 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: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:class biolink:OntologyClass ; - sh:description "Used to hold the 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 1 ; + sh:path rdf:predicate ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; + sh:order 29 ; + 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 15 ; - sh:path biolink:object_category ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ 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 6 ; + sh:path biolink:has_evidence ], + [ 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 13 ; - 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:order 11 ; + sh:path biolink:original_subject ], + [ 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 17 ; + 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 5 ; - sh:path biolink:publications ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 24 ; + 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 31 ; - sh:path biolink:has_attribute ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 19 ; + sh:path biolink:object_category_closure ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ sh:class biolink:OrganismTaxon ; + sh:description "organism taxon that is the subject of the association" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ] ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ] ; 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: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 23 ; - sh:path biolink:subject_label_closure ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], - [ 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 18 ; - sh:path biolink:object_closure ], + sh: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:order 24 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + 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: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:order 22 ; + sh:path biolink:object_namespace ], + [ sh:description "the environment in which the two taxa interact" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:associated_environmental_context ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the 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 15 ; + sh:path biolink:subject_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 3 ; - sh:path rdf:object ], + sh:order 1 ; + sh:path rdf:subject ], + [ 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:order 21 ; + 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: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 13 ; + sh:path biolink:original_predicate ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 27 ; sh:path biolink:iri ], + [ 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 23 ; + sh:path biolink:subject_label_closure ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 29 ; + 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 20 ; sh:path biolink:object_category_closure ], - [ 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 """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 31 ; + sh:path dct:description ], [ 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 2 ; sh:path rdf:predicate ], - [ 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:order 21 ; - 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:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 16 ; - sh:path biolink:object_category ], - [ 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 17 ; - sh:path biolink:subject_closure ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], + 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 15 ; - sh:path biolink:subject_category ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 16 ; + 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:order 26 ; - 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: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 3 ; + sh:path rdf:object ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:original_subject ], + sh:order 11 ; + 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 19 ; sh:path biolink:subject_category_closure ], - [ 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:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ 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 8 ; + sh:path biolink:knowledge_source ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 13 ; - 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: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 4 ; + sh:path biolink:negated ], + [ 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 22 ; - sh:path biolink:object_namespace ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 29 ; - 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 25 ; - sh:path biolink:retrieval_source_ids ], + sh:order 14 ; + sh:path biolink:original_object ], [ 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 10 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:timepoint ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:has_attribute ], - [ sh:description "the environment in which the two taxa interact" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:associated_environmental_context ], - [ sh:class biolink:OrganismTaxon ; - sh:description "the taxon that is the subject of the association" ; + [ 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 26 ; + sh:path biolink:id ], + [ 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 17 ; + 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 1 ; - sh:path rdf: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:order 25 ; + sh:path biolink:retrieval_source_ids ], + [ 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:order 14 ; - sh:path biolink:original_object ], - [ 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 24 ; - sh:path biolink:object_label_closure ], - [ sh:description "a human-readable description of an entity" ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ 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 31 ; - sh:path dct:description ], + sh:order 12 ; + sh:path biolink:original_subject ], + [ 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 18 ; + sh:path biolink:object_closure ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 30 ; @@ -15466,82 +15466,12 @@ 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:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], - [ 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 7 ; - sh:path biolink: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 18 ; - sh:path biolink:subject_category_closure ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], - [ 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 13 ; - sh:path biolink:original_object ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ 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 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:OrganismTaxon ; - sh:description "the more specific taxon" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ sh:description "A human-readable name for an attribute or entity." ; + 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:order 29 ; - 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 6 ; - sh:path biolink:has_evidence ], - [ 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 17 ; - 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 19 ; - sh:path biolink:object_category_closure ], + sh:order 15 ; + sh:path biolink:object_category ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -15549,114 +15479,88 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], - [ sh:class biolink:OrganismTaxon ; - sh:description "the more general taxon" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ 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 25 ; - sh:path biolink:id ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - 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 4 ; - 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 15 ; - sh:path biolink:object_category ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - 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: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 17 ; + sh:path biolink:object_closure ], + [ 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 14 ; - sh:path biolink:subject_category ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 12 ; + sh:path biolink:original_predicate ], + [ 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 16 ; + sh:path biolink:subject_closure ], [ 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:order 8 ; sh:path biolink:primary_knowledge_source ], + [ 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 25 ; + sh:path biolink:id ], + [ 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 7 ; + 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 5 ; sh:path biolink:publications ], - [ 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 11 ; - 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 6 ; + sh:path biolink:has_evidence ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + 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 24 ; sh:path biolink:retrieval_source_ids ], - [ 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:order 12 ; - sh:path biolink:original_predicate ] ; - sh:targetClass biolink:OrganismTaxonToOrganismTaxonSpecialization . - -biolink:OrganismToOrganismAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], + sh:order 30 ; + sh:path dct:description ], + [ 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 11 ; + 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 4 ; + sh:path biolink:qualifiers ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path rdfs:label ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ 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:order 21 ; + 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 18 ; + 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 14 ; 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 6 ; - sh:path biolink:has_evidence ], - [ 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 25 ; - sh:path biolink:id ], - [ 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:order 20 ; - 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 19 ; sh:path biolink:object_category_closure ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], [ 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 9 ; sh:path biolink:aggregator_knowledge_source ], @@ -15664,87 +15568,162 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 13 ; 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 "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:order 20 ; + sh:path biolink:subject_namespace ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:OrganismTaxon ; + sh:description "the more specific taxon" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:object_category ], + sh:order 0 ; + sh:path rdf:subject ], + [ sh:class biolink:OrganismTaxon ; + sh:description "the more general taxon" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ 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 1 ; sh:path rdf:predicate ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 10 ; + sh:path biolink:timepoint ], + [ 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 23 ; + sh:path biolink:object_label_closure ] ; + sh:targetClass biolink:OrganismTaxonToOrganismTaxonSpecialization . + +biolink:OrganismToOrganismAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh: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:order 23 ; + sh:path biolink:object_label_closure ], + [ 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 13 ; + sh:path biolink:original_object ], [ 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:order 21 ; sh:path biolink:object_namespace ], - [ sh:description "a human-readable description of an entity" ; + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], - [ 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 23 ; - 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:order 26 ; + 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 24 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "a point in time" ; + sh:order 5 ; + sh:path biolink:publications ], + [ 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 10 ; - sh:path biolink:timepoint ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], + sh:order 7 ; + 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 14 ; + sh:path biolink:subject_category ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], [ 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 17 ; 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 4 ; - sh:path biolink:qualifiers ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 29 ; sh:path rdfs:label ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ 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 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 18 ; 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:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:publications ], - [ 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 7 ; - sh:path biolink:knowledge_source ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], + sh:order 6 ; + sh:path biolink:has_evidence ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 31 ; sh:path biolink:has_attribute ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path dct:description ], [ 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 11 ; - sh:path biolink:original_subject ], + sh:order 11 ; + sh:path biolink:original_subject ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + 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 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ 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:order 20 ; + 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 4 ; + sh:path biolink:qualifiers ], [ sh:class biolink:IndividualOrganism ; sh:description "An association between two individual organisms." ; sh:maxCount 1 ; @@ -15752,9 +15731,30 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ 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 22 ; - 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 19 ; + sh:path biolink:object_category_closure ], + [ 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 25 ; + 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 24 ; + sh:path biolink:retrieval_source_ids ], + [ 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 16 ; + 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 15 ; + sh:path biolink:object_category ], [ 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 12 ; @@ -15771,159 +15771,159 @@ biolink:OrganismalEntityAsAModelOfDiseaseAssociation 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 4 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:Disease ; - sh:description "disease" ; + [ 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:order 34 ; + 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: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 14 ; - sh:path biolink:subject_category ], + sh:order 19 ; + 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 15 ; sh:path biolink:object_category ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - 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 5 ; - sh:path biolink:publications ], [ 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:IRI ; sh:order 33 ; sh:path biolink:onset_qualifier ], - [ 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 12 ; - 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 19 ; - sh:path biolink:object_category_closure ], - [ 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 25 ; - sh:path biolink:id ], - [ 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 17 ; - sh:path biolink:object_closure ], [ 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 9 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:severity_qualifier ], - [ 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 10 ; + sh:path biolink:timepoint ], + [ sh:description "The relationship to the disease" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:knowledge_source ], - [ 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 23 ; - sh:path biolink:object_label_closure ], + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + 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 6 ; sh:path biolink:has_evidence ], - [ 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:order 13 ; - sh:path biolink:original_object ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 29 ; + sh:path rdfs:label ], + [ 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 3 ; - sh:path biolink:negated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 7 ; + sh:path biolink:knowledge_source ], + [ 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 22 ; + 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 31 ; - 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:order 4 ; + 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 24 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 14 ; + sh:path biolink:subject_category ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 30 ; + sh:path dct:description ], + [ 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:order 34 ; - sh:path biolink:frequency_qualifier ], - [ 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:order 25 ; + sh:path biolink:id ], + [ 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 21 ; - sh:path biolink:object_namespace ], + sh:order 11 ; + sh:path biolink:original_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:order 13 ; + 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 18 ; sh:path biolink:subject_category_closure ], - [ sh:description "The relationship to the disease" ; + [ 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 1 ; - sh:path rdf:predicate ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 20 ; + 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 24 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], - [ sh:description "a point in time" ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:severity_qualifier ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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 10 ; - sh:path biolink:timepoint ], + sh:order 12 ; + sh:path biolink:original_predicate ], + [ 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 17 ; + sh:path biolink:object_closure ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ 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: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:publications ], [ 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:order 8 ; sh:path biolink:primary_knowledge_source ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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:order 11 ; - sh:path biolink:original_subject ], - [ sh:description "a human-readable description of an entity" ; + sh:order 21 ; + sh:path biolink:object_namespace ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ] ; + sh:order 26 ; + sh:path biolink:iri ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ 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 23 ; + sh:path biolink:object_label_closure ] ; sh:targetClass biolink:OrganismalEntityAsAModelOfDiseaseAssociation . biolink:PairwiseGeneToGeneInteraction a sh:NodeShape ; @@ -15936,93 +15936,105 @@ biolink:PairwiseGeneToGeneInteraction a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 15 ; sh:path biolink:object_category ], - [ 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 23 ; - sh:path biolink:object_label_closure ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:timepoint ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], - [ 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 13 ; - 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 "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 22 ; + 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 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNode ; + 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 14 ; - sh:path biolink:subject_category ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 26 ; - 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 5 ; - sh:path biolink:publications ], + sh:order 3 ; + sh:path biolink:negated ], + [ 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 17 ; + 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 6 ; sh:path biolink:has_evidence ], - [ 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:OntologyClass ; + sh:description "Used to hold the 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 21 ; - sh:path biolink:object_namespace ], + sh:nodeKind sh:IRI ; + sh:order 14 ; + 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 4 ; sh:path biolink:qualifiers ], - [ 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 9 ; - 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 18 ; - sh:path biolink:subject_category_closure ], + [ 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 12 ; + sh:path biolink:original_predicate ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ 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:order 21 ; + sh:path biolink:object_namespace ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], [ sh:description "interaction relationship type" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], - [ 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: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:publications ], + [ 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 12 ; - sh:path biolink:original_predicate ], + sh:order 7 ; + 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 24 ; sh:path biolink:retrieval_source_ids ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ 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 7 ; - sh:path biolink:knowledge_source ], - [ 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:order 9 ; + 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 19 ; + sh:path biolink:object_category_closure ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], + sh:order 30 ; + sh:path dct:description ], [ 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 ; @@ -16030,50 +16042,38 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:BlankNode ; sh:order 2 ; sh:path rdf:object ], - [ 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:order 16 ; + sh:path biolink:subject_closure ], + [ 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:order 30 ; - sh:path dct:description ], + sh:order 20 ; + sh:path biolink:subject_namespace ], + [ 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 13 ; + sh:path biolink:original_object ], [ 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 25 ; sh:path biolink:id ], - [ 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 16 ; - 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 18 ; + sh:path biolink:subject_category_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path rdfs:label ], [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 28 ; sh:path rdf:type ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], [ 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 11 ; - sh:path biolink:original_subject ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], - [ 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:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], - [ 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:order 20 ; - 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 19 ; - sh:path biolink:object_category_closure ] ; + sh:path biolink:original_subject ] ; sh:targetClass biolink:PairwiseGeneToGeneInteraction . biolink:PairwiseMolecularInteraction a sh:NodeShape ; @@ -16081,10 +16081,14 @@ biolink:PairwiseMolecularInteraction a sh:NodeShape ; sh:description "An interaction at the molecular level between two physical entities" ; 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:description "Used to hold the 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_closure ], + sh:order 16 ; + sh:path biolink:object_category ], + [ 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 10 ; + sh:path biolink:aggregator_knowledge_source ], [ 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:order 22 ; @@ -16092,133 +16096,96 @@ biolink:PairwiseMolecularInteraction a sh:NodeShape ; [ sh:class biolink:OntologyClass ; sh:description "Used to hold the 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 16 ; - sh:path biolink:object_category ], - [ 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 14 ; - sh:path biolink:original_object ], - [ 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 23 ; - sh:path biolink:subject_label_closure ], - [ 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:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path rdf:subject ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 11 ; - 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: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:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:has_attribute ], - [ sh:description "identifier for the interaction. This may come from an interaction database such as IMEX." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 26 ; - sh:path biolink:id ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 29 ; - sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path rdfs:label ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 31 ; - sh:path dct:description ], - [ 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 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 25 ; - sh:path biolink:retrieval_source_ids ], + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:subject_category ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 29 ; + sh:path rdf:type ], [ 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:order 21 ; sh:path biolink:subject_namespace ], - [ 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:order 9 ; - sh:path biolink:primary_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 20 ; - sh:path biolink:object_category_closure ], - [ 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 12 ; - sh:path biolink:original_subject ], + [ 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 23 ; + sh:path biolink:subject_label_closure ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 27 ; 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: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 13 ; + sh:path biolink:original_predicate ], + [ 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:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:subject_category ], - [ 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 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "interaction relationship type" ; + sh:order 1 ; + sh:path rdf:subject ], + [ sh:description "identifier for the interaction. This may come from an interaction database such as IMEX." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 2 ; - sh:path rdf:predicate ], - [ 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 18 ; - sh:path biolink:object_closure ], + sh:order 26 ; + sh:path biolink:id ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:has_attribute ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:timepoint ], [ sh:class biolink:OntologyClass ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:interacting_molecules_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 25 ; + sh:path biolink:retrieval_source_ids ], + [ 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:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:negated ], [ 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 24 ; sh:path biolink:object_label_closure ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 31 ; + sh:path dct:description ], + [ sh:description "interaction relationship type" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 2 ; + 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: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 13 ; - 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 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 20 ; + sh:path biolink:object_category_closure ], + [ 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 18 ; + sh:path biolink:object_closure ], [ 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 ; @@ -16226,29 +16193,63 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 3 ; sh:path rdf:object ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 30 ; + 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: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 19 ; + sh:path biolink:subject_category_closure ], + [ 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 14 ; + sh:path biolink:original_object ], + [ 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 12 ; + sh:path biolink:original_subject ], [ 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 17 ; - sh:path biolink:subject_closure ] ; + sh:path biolink:subject_closure ], + [ 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 8 ; + sh:path biolink:knowledge_source ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ] ; 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:description "executive summary of a publication" ; + sh:property [ 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:order 2 ; - sh:path biolink:summary ], - [ sh:order 15 ; - 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 0 ; - sh:path biolink:authors ], - [ 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:order 1 ; - sh:path biolink:pages ], + sh:order 16 ; + sh:path rdfs:label ], + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:creation_date ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path dct:description ], + [ sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:license ], [ 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 ; @@ -16268,47 +16269,46 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:has_attribute ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "executive summary of a publication" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:full_name ], - [ sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:rights ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + sh:order 2 ; + sh:path biolink:summary ], [ sh:description "keywords tagging a publication" ; sh:order 3 ; sh:path biolink:keywords ], - [ sh:description "mesh terms tagging a publication" ; - sh:order 4 ; - sh:path biolink:mesh_terms ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:iri ], [ sh:maxCount 1 ; sh:order 8 ; sh:path biolink:format ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path dct:description ], - [ sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:license ], - [ 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:order 16 ; - sh:path rdfs:label ], [ 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 10 ; sh:path biolink:provided_by ], - [ 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:order 9 ; - sh:path biolink:creation_date ] ; + sh:order 13 ; + sh:path biolink:iri ], + [ 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:order 1 ; + sh:path biolink:pages ], + [ sh:order 15 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 11 ; + 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:rights ], + [ sh:description "mesh terms tagging a publication" ; + sh:order 4 ; + sh:path biolink:mesh_terms ] ; sh:targetClass biolink:Patent . biolink:PathognomonicityQuantifier a sh:NodeShape ; @@ -16321,71 +16321,71 @@ 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: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:provided_by ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; + sh:property [ 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:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; + sh:order 9 ; + sh:path biolink:full_name ], + [ 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:IRI ; - sh:order 2 ; - sh:path biolink:has_attribute_type ], + sh:order 1 ; + sh:path rdfs:label ], [ sh:order 11 ; sh:path rdf:type ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 12 ; sh:path dct:description ], + [ 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 6 ; + sh:path biolink:id ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:timepoint ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_attribute_type ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ 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:provided_by ], + [ 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:order 4 ; + sh:path biolink:has_qualitative_value ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ 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 6 ; - sh:path biolink:id ], - [ 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:order 1 ; - 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:targetClass biolink:PathologicalAnatomicalExposure . biolink:PathologicalAnatomicalOutcome a sh:NodeShape ; @@ -16398,20 +16398,7 @@ 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:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_attribute ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + sh:property [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... @@ -16420,36 +16407,49 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], + sh:order 11 ; + sh:path biolink:has_attribute ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 10 ; sh:path dct:description ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], [ 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 2 ; sh:path biolink:provided_by ], - [ 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:order 6 ; - sh:path biolink:iri ], + sh:order 9 ; + sh:path rdfs:label ], [ 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 5 ; sh:path biolink:id ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], [ sh:order 8 ; - sh:path rdf:type ] ; + 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:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:PathologicalAnatomicalStructure . biolink:PathologicalEntityMixin a sh:NodeShape ; @@ -16462,83 +16462,90 @@ biolink:PathologicalProcess a sh:NodeShape ; sh:closed true ; 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:order 11 ; - sh:path rdf:type ], - [ 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:property [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path rdfs:label ], [ 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: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 0 ; - sh:path biolink:id ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path rdfs:label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], - [ 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:order 12 ; - sh:path rdfs:label ], + sh:order 9 ; + sh:path biolink:iri ], + [ 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 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], - [ sh:description "a human-readable description of an entity" ; + [ 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:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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 6 ; - sh:path biolink:provided_by ], + sh:order 0 ; + sh:path biolink:id ], [ 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:path biolink:enabled_by ], + [ sh:order 11 ; + sh:path rdf:type ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ] ; sh:targetClass biolink:PathologicalProcess . biolink:PathologicalProcessExposure a sh:NodeShape ; sh:closed true ; sh:description "A pathological process, when viewed as an exposure, representing a precondition, leading to or influencing an outcome, e.g. autoimmunity leading to disease." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], + sh:order 5 ; + sh:path biolink:iri ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -16553,19 +16560,30 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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: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:description "a long-form human readable name for a thing" ; + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], + [ 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:order 9 ; - sh:path biolink:full_name ], + sh:order 1 ; + sh:path rdfs:label ], + [ 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 2 ; + sh:path biolink:has_attribute_type ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 12 ; @@ -16575,31 +16593,13 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], - [ sh:order 11 ; - sh:path rdf:type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:timepoint ], [ 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: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:path biolink:provided_by ] ; sh:targetClass biolink:PathologicalProcessExposure . biolink:PathologicalProcessOutcome a sh:NodeShape ; @@ -16612,56 +16612,61 @@ biolink:Phenomenon a sh:NodeShape ; sh:closed true ; 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path rdfs:label ], + sh:property [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ 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 3 ; sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:has_attribute ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], + sh:order 8 ; + sh:path dct:description ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ 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 0 ; sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path dct:description ], + sh:order 7 ; + sh:path rdfs:label ], [ sh:order 6 ; sh:path rdf:type ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:full_name ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ] ; sh:targetClass biolink:Phenomenon . biolink:PhenotypicQuality a sh:NodeShape ; sh:closed true ; sh:description "A property of a phenotype" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 12 ; + sh:path biolink:has_attribute ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; sh:path biolink:xref ], [ sh:class biolink:QuantityValue ; @@ -16669,27 +16674,34 @@ biolink:PhenotypicQuality a sh:NodeShape ; sh:nodeKind sh:BlankNode ; sh:order 2 ; sh:path biolink:has_quantitative_value ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ 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 6 ; - sh:path biolink:provided_by ], + [ sh:order 10 ; + sh:path rdf:type ], [ 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:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], [ 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:order 0 ; sh:path rdfs:label ], + [ 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 5 ; + sh:path biolink:id ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], + [ 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 6 ; + sh:path biolink:provided_by ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -16697,13 +16709,6 @@ biolink:PhenotypicQuality a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], - [ 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 5 ; - sh:path biolink:id ], - [ sh:order 10 ; - sh:path rdf:type ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -16716,43 +16721,14 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; - sh:path biolink:full_name ], - [ 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:path biolink:full_name ] ; sh:targetClass biolink:PhenotypicQuality . biolink:PhenotypicSex a sh:NodeShape ; sh:closed true ; 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:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ 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:order 0 ; - sh:path rdfs:label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - 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 12 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:NamedThing ; + sh:property [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; @@ -16765,19 +16741,25 @@ biolink:PhenotypicSex a sh:NodeShape ; 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:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], + [ 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 6 ; + sh:path biolink:provided_by ], + [ 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:order 0 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; + sh:path biolink:xref ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], [ 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 5 ; sh:path biolink:id ], - [ 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 6 ; - sh:path biolink:provided_by ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -16787,8 +16769,26 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + 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 12 ; + sh:path biolink:has_attribute ], [ sh:order 10 ; - sh:path rdf:type ] ; + sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ] ; sh:targetClass biolink:PhenotypicSex . biolink:PhysicalEssence a sh:NodeShape ; @@ -16806,64 +16806,59 @@ biolink:PhysicalEssenceOrOccurrent a sh:NodeShape ; biolink:PhysiologicalProcess a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:order 11 ; - sh:path rdf:type ], - [ 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 4 ; sh:path biolink:in_taxon ], - [ 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:order 0 ; - sh:path biolink:id ], + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; + sh:path biolink:xref ], + [ 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 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:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + 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: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 14 ; - sh:path biolink:has_attribute ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], - [ 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:order 5 ; + sh:order 12 ; sh:path rdfs:label ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ 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:order 13 ; - sh:path dct:description ], - [ 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 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:order 5 ; + sh:path rdfs:label ], [ 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: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:order 12 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:order 0 ; + sh:path biolink:id ], + [ sh:order 11 ; + sh:path rdf:type ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -16872,7 +16867,12 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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:PhysiologicalProcess . biolink:PlanetaryEntity a sh:NodeShape ; @@ -16883,10 +16883,9 @@ biolink:PlanetaryEntity a sh:NodeShape ; sh:maxCount 1 ; sh:order 8 ; sh:path dct:description ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -16896,54 +16895,48 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 5 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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 0 ; - sh:path biolink:provided_by ], - [ sh:order 6 ; - sh:path rdf:type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:full_name ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path rdfs:label ], + [ 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 3 ; + sh:path biolink:id ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], + [ sh:order 6 ; + sh:path rdf:type ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:has_attribute ], - [ 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 3 ; - sh:path biolink:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; + [ 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 0 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:PlanetaryEntity . biolink:Plant a sh:NodeShape ; sh:closed true ; sh:description "" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:order 8 ; - sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ 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 2 ; - sh:path biolink:provided_by ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 9 ; 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -16953,19 +16946,31 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + 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 11 ; sh:path biolink:has_attribute ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], + [ 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 2 ; + sh:path biolink:provided_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 10 ; sh:path dct:description ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], + [ sh:order 8 ; + sh:path rdf:type ], [ 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 ; @@ -16974,38 +16979,33 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; - 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:path rdfs:label ] ; 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:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], + sh:property [ sh:order 8 ; + sh:path rdf:type ], [ 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 9 ; 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -17015,10 +17015,13 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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:order 6 ; - sh:path biolink:iri ], + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], [ 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 ; @@ -17031,38 +17034,62 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 1 ; sh:path rdfs:label ], - [ sh:order 8 ; - 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ] ; 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:class biolink:Publication ; + 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 19 ; + sh:path biolink:object_category_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + 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 5 ; sh:path biolink:publications ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ 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:qualifiers ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ 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:order 26 ; - sh:path biolink:iri ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 21 ; + sh:path biolink:object_namespace ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:PopulationOfIndividualOrganisms ; - sh:description "the population that form the object of the association" ; + sh:description "the population that form the subject of the association" ; 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: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 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 ; @@ -17072,47 +17099,19 @@ biolink:PopulationToPopulationAssociation 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 14 ; - 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 6 ; - sh:path biolink:has_evidence ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], - [ 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 25 ; - sh:path biolink:id ], + sh:order 15 ; + 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 4 ; - sh:path biolink:qualifiers ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "Used to hold the 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 3 ; - sh:path biolink:negated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], + sh:order 14 ; + 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 24 ; + sh:path biolink:retrieval_source_ids ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -17120,126 +17119,119 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; 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 15 ; - 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 24 ; - sh:path biolink:retrieval_source_ids ], - [ 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:order 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 21 ; - 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:order 26 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:object_category_closure ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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 12 ; - sh:path biolink:original_predicate ], + sh:order 31 ; + sh:path biolink:has_attribute ], [ 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 17 ; sh:path biolink:object_closure ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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: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 7 ; sh:path biolink:knowledge_source ], - [ 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:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], + [ sh:class biolink:PopulationOfIndividualOrganisms ; + sh:description "the population that form the object of the association" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ 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 29 ; - sh:path rdfs:label ], + sh:order 12 ; + sh:path biolink:original_predicate ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path dct:description ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ 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 16 ; + sh:path biolink:subject_closure ], [ 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 13 ; - sh:path biolink:original_object ] ; + 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:has_evidence ], + [ 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 11 ; + sh:path biolink:original_subject ], + [ 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 25 ; + sh:path biolink:id ] ; sh:targetClass biolink:PopulationToPopulationAssociation . 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:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 5 ; - sh:path biolink:id ], - [ sh:order 8 ; - sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], + sh:order 6 ; + sh:path biolink:iri ], [ 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: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:order 9 ; + sh:path rdfs:label ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path rdfs:label ], + [ sh:order 8 ; + sh:path rdf:type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ], [ 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 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 12 ; - sh:path biolink:synonym ], - [ 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:order 9 ; - sh:path rdfs:label ], - [ 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:order 10 ; - sh:path dct:description ], + sh:minCount 1 ; + sh:order 5 ; + sh:path biolink:id ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -17248,22 +17240,25 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 7 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 12 ; + 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: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:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:creation_date ], - [ 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:order 13 ; + sh:path biolink:iri ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -17273,123 +17268,119 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 14 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:rights ], [ 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:order 16 ; sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "mesh terms tagging a publication" ; + sh:order 4 ; + sh:path biolink:mesh_terms ], + [ 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 10 ; + sh:path biolink:provided_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:order 15 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:iri ], + sh:order 11 ; + sh:path biolink:full_name ], [ sh:maxCount 1 ; sh:order 8 ; sh:path biolink:format ], - [ sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:rights ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "executive summary of a publication" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:full_name ], - [ 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:order 2 ; + sh:path biolink:summary ], + [ sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:license ], + [ 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:order 1 ; + sh:path biolink:pages ], + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:id ], + sh:order 9 ; + sh:path biolink:creation_date ], [ sh:description "keywords tagging a publication" ; sh:order 3 ; sh:path biolink:keywords ], - [ sh:order 15 ; - sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ 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 10 ; - sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path dct:description ], + [ 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: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:maxCount 1 ; - sh:order 6 ; - sh:path biolink:license ], - [ sh:description "executive summary of a publication" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:summary ], - [ 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:order 1 ; - sh:path biolink:pages ], - [ sh:description "mesh terms tagging a publication" ; - sh:order 4 ; - sh:path biolink:mesh_terms ] ; + sh:order 17 ; + sh:path dct:description ], + [ 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:order 12 ; + sh:path biolink:id ] ; sh:targetClass biolink:PreprintPublication . 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: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:class biolink:ChemicalMixture ; - sh:description "" ; + 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, 'FDA approval status.'" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:is_supplement ], - [ sh:description "a human-readable description of an entity" ; + sh:order 1 ; + sh:path biolink:highest_FDA_approval_status ], + [ 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 "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:order 17 ; - sh:path dct:description ], + sh:order 6 ; + sh:path biolink:max_tolerated_dose ], [ 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: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:id ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:full_name ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 5 ; - sh:path biolink:available_from ], - [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:drug_regulatory_status_world_wide ], - [ sh:description "" ; + [ 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:is_toxic ], + sh:order 13 ; + sh:path biolink:iri ], [ sh:order 15 ; sh:path rdf:type ], - [ 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 """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 14 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:class biolink:ChemicalMixture ; + sh:description "" ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:max_tolerated_dose ], - [ 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 "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:is_supplement ], + [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:iri ], + sh:order 2 ; + sh:path biolink:drug_regulatory_status_world_wide ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], @@ -17397,41 +17388,48 @@ biolink:ProcessedMaterial a sh:NodeShape ; sh:maxCount 1 ; sh:order 16 ; sh:path rdfs:label ], - [ 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 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:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 5 ; + sh:path biolink:available_from ], [ sh:class biolink:ChemicalEntity ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:trade_name ], - [ 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, 'FDA approval status.'" ; + [ 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 9 ; + sh:path biolink:provided_by ], + [ 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:order 1 ; - sh:path biolink:highest_FDA_approval_status ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 14 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; + sh:order 12 ; + sh:path biolink:id ], + [ sh:description "" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:is_toxic ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path dct:description ] ; sh:targetClass biolink:ProcessedMaterial . biolink:Protein a sh:NodeShape ; sh:closed true ; 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:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + 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:description "Alternate human-readable names for a thing" ; sh:order 0 ; sh:path biolink:synonym ], @@ -17440,56 +17438,21 @@ biolink:Protein a sh:NodeShape ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ 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:order 3 ; + sh:order 10 ; sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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 4 ; - sh:path biolink:provided_by ], [ 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:iri ], - [ 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:order 10 ; - sh:path rdfs:label ], - [ 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: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:order 9 ; - sh:path rdf:type ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:order 1 ; sh:path biolink:xref ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. @@ -17500,59 +17463,95 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 8 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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 3 ; - sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 2 ; + sh:order 3 ; sh:path rdfs:label ], + [ sh:order 9 ; + sh:path rdf:type ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:full_name ], - [ 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:order 4 ; + sh:path biolink:provided_by ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 11 ; + sh:path dct:description ] ; + 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:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path rdfs:label ], + [ 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 3 ; + 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: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:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + 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 1 ; 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:description "A human-readable name for an attribute or entity." ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 11 ; + sh:path dct:description ], + [ 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:iri ], + [ sh:order 9 ; + sh:path rdf:type ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink: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:order 6 ; - sh:path biolink:id ] ; + sh:path biolink:id ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; sh:targetClass biolink:ProteinDomain . biolink:ProteinFamily a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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:property [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], [ 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 3 ; sh:path biolink:provided_by ], @@ -17561,6 +17560,10 @@ biolink:ProteinFamily a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:in_taxon ], + [ 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:iri ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -17570,67 +17573,59 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 8 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ 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:iri ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:full_name ], + [ 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:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ 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 6 ; sh:path biolink:id ], - [ sh:order 9 ; - 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:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:ProteinFamily . biolink:ProteinIsoform a sh:NodeShape ; sh:closed true ; 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:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 7 ; + sh:path biolink:iri ], [ 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:order 10 ; sh:path rdfs:label ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 0 ; - sh:path biolink:synonym ], - [ 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:iri ], - [ 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:order 5 ; - sh:path biolink:full_name ], + sh:order 3 ; + sh:path rdfs:label ], + [ 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 4 ; + sh:path biolink:provided_by ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -17642,36 +17637,57 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:order 9 ; sh:path rdf:type ], - [ 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 4 ; - sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 0 ; + sh:path biolink:synonym ], + [ 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:order 3 ; - 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:minCount 1 ; + 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 2 ; - sh:path biolink:in_taxon ], + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an 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 12 ; - sh:path biolink:has_attribute ] ; + sh:order 2 ; + sh:path biolink:in_taxon ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ] ; sh:targetClass biolink:ProteinIsoform . biolink:RNAProduct a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "indicates whether a molecular entity is a metabolite" ; + sh:property [ 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:order 17 ; + sh:path rdfs:label ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:iri ], + [ sh:description "connects a genomic feature to its sequence" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:has_biological_sequence ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 8 ; + sh:path biolink:available_from ], + [ sh:description "indicates whether a molecular entity is a metabolite" ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:is_metabolite ], @@ -17679,44 +17695,39 @@ biolink:RNAProduct a sh:NodeShape ; sh:maxCount 1 ; sh:order 18 ; sh:path dct:description ], - [ sh:description "connects a genomic feature to its sequence" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:has_biological_sequence ], + [ 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:order 16 ; + sh:path rdf:type ], [ 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 5 ; sh:path biolink:id ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 0 ; - sh:path biolink:synonym ], - [ sh:description "" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:is_toxic ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path rdfs:label ], [ 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:order 9 ; sh:path biolink:max_tolerated_dose ], - [ sh:order 16 ; - sh:path rdf:type ], [ 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 12 ; sh:path biolink:provided_by ], - [ 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: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 "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 17 ; + sh:order 4 ; sh:path rdfs:label ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:full_name ], + [ sh:class biolink:ChemicalEntity ; + sh:description "" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:trade_name ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -17726,70 +17737,53 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 15 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 0 ; + 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 3 ; sh:path biolink:in_taxon ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:iri ], - [ sh:class biolink:ChemicalEntity ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:trade_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 13 ; - 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 11 ; sh:path biolink:has_chemical_role ], [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 8 ; - sh:path biolink:available_from ] ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:is_toxic ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; 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:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 5 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; + sh:order 14 ; + sh:path biolink:iri ], + [ sh:description "" ; sh:maxCount 1 ; - sh:order 18 ; - 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 3 ; - sh:path biolink:in_taxon ], - [ 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:order 10 ; + sh:path biolink:is_toxic ], + [ 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:order 17 ; - sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 9 ; + sh:path biolink:max_tolerated_dose ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:iri ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:order 16 ; - sh:path rdf:type ], + sh:order 4 ; + 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 11 ; + sh:path biolink:has_chemical_role ], [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 8 ; @@ -17802,94 +17796,148 @@ biolink:RNAProductIsoform a sh:NodeShape ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:is_metabolite ], - [ sh:class biolink:ChemicalEntity ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:trade_name ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:full_name ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 15 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ 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:class biolink:ChemicalEntity ; + sh:description "" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:trade_name ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 0 ; sh:path biolink:synonym ], - [ 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 12 ; - sh:path biolink:provided_by ], - [ sh:description "" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:is_toxic ], - [ 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: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:order 16 ; + sh:path rdf:type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:max_tolerated_dose ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:order 18 ; + sh:path dct:description ], + [ 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:order 4 ; + 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 11 ; - sh:path biolink:has_chemical_role ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:order 15 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; + sh:order 5 ; + sh:path biolink:id ], + [ 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 12 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:RNAProductIsoform . biolink:ReactionToCatalystAssociation 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 34 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the chemical element that is the target of the statement" ; + sh:property [ 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:order 0 ; + sh:path biolink:stoichiometry ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ 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:negated ], + [ 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 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 18 ; + sh:path biolink:object_category ], + [ 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:BlankNode ; - sh:order 5 ; - 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: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 27 ; - sh:path biolink:retrieval_source_ids ], - [ 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 9 ; + sh:path biolink:has_evidence ], + [ 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 23 ; - sh:path biolink:subject_namespace ], + sh:order 10 ; + sh:path biolink:knowledge_source ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + 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: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 25 ; + sh:path biolink:subject_label_closure ], [ 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:order 11 ; sh:path biolink:primary_knowledge_source ], + [ 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 15 ; + sh:path biolink:original_predicate ], + [ 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 14 ; + sh:path biolink:original_subject ], + [ 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:order 24 ; + sh:path biolink:object_namespace ], + [ 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:BlankNode ; + sh:order 5 ; + sh:path rdf:object ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + 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: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 7 ; + sh:path biolink:qualifiers ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -17897,65 +17945,31 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 30 ; sh:path biolink:category ], - [ 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 15 ; - sh:path biolink:original_predicate ], - [ 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 4 ; - sh:path rdf:predicate ], - [ 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:order 0 ; - sh:path biolink:stoichiometry ], + [ 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 "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 20 ; + sh:path biolink:object_closure ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; sh:path dct:description ], - [ 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 26 ; - 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:order 2 ; - sh:path biolink:reaction_side ], - [ 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 14 ; - sh:path biolink:original_subject ], - [ 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:id ], - [ 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 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:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 34 ; + sh:path biolink:has_attribute ], [ 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:aggregator_knowledge_source ], - [ 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 16 ; - sh:path biolink:original_object ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - 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: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 18 ; - sh:path biolink:object_category ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:class biolink:MolecularEntity ; sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; @@ -17963,98 +17977,110 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 3 ; sh:path rdf:subject ], - [ 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:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:negated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ 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 25 ; - sh:path biolink:subject_label_closure ], - [ 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 10 ; - 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 9 ; - sh:path biolink:has_evidence ], - [ 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:order 24 ; - sh:path biolink:object_namespace ], - [ 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 20 ; - sh:path biolink:object_closure ], + [ 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 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 8 ; sh:path biolink:publications ], + [ 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: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 7 ; - sh:path biolink:qualifiers ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ] ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ 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: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:maxCount 1 ; + sh:order 1 ; + sh:path biolink:reaction_direction ], + [ 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 26 ; + sh:path biolink:object_label_closure ], + [ 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:order 23 ; + sh:path biolink:subject_namespace ] ; sh:targetClass biolink:ReactionToCatalystAssociation . biolink:ReactionToParticipantAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; + 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:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; sh:path dct:description ], - [ 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:class biolink:MolecularEntity ; + sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:reaction_direction ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path rdf:subject ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + 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 18 ; + sh:path biolink:object_category ], + [ 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:id ], [ 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:class biolink:ChemicalEntity ; - sh:description "the chemical element that is the target of the statement" ; + [ 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 5 ; - sh:path rdf:object ], - [ 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 20 ; - sh:path biolink:object_closure ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 29 ; + sh:path biolink:iri ], + [ 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:negated ], + [ 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 26 ; + sh:path biolink:object_label_closure ], + [ 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:order 11 ; + sh:path biolink:primary_knowledge_source ], + [ 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:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], + sh:order 1 ; + sh:path biolink:reaction_direction ], [ 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:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -18062,165 +18088,115 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 30 ; sh:path biolink:category ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - 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 8 ; - sh:path biolink:publications ], + [ 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 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: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:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ 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 22 ; + sh:path biolink:object_category_closure ], + [ 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:order 14 ; - sh:path biolink:original_subject ], - [ 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 25 ; - sh:path biolink:subject_label_closure ], + 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 34 ; sh:path biolink:has_attribute ], - [ 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 point in time" ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ 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 13 ; + sh:path biolink:timepoint ], + [ 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 19 ; + sh:path biolink:subject_closure ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:knowledge_source ], + sh:minCount 1 ; + sh:order 4 ; + sh:path rdf:predicate ], [ 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 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: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: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:order 23 ; sh:path biolink:subject_namespace ], - [ 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:order 24 ; - sh:path biolink:object_namespace ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + [ 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 6 ; - sh:path biolink:negated ], - [ 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 14 ; + sh:path biolink:original_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:order 0 ; - sh:path biolink:stoichiometry ], - [ 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: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:aggregator_knowledge_source ], - [ 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 19 ; - sh:path biolink:subject_closure ], - [ 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:class biolink:ChemicalEntity ; + sh:description "the chemical element that is the target of the statement" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 4 ; - sh:path rdf:predicate ], + sh:nodeKind sh:IRI ; + sh:order 5 ; + 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 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 17 ; sh:path biolink:subject_category ], - [ 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 label closure 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:subject_label_closure ], + [ 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:aggregator_knowledge_source ], + [ 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 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 10 ; + 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 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:order 9 ; + 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 27 ; - sh:path biolink:retrieval_source_ids ], - [ 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 26 ; - sh:path biolink:object_label_closure ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 8 ; + sh:path biolink:publications ], + [ 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:order 32 ; - sh:path rdfs:label ] ; + sh:order 0 ; + sh:path biolink:stoichiometry ] ; sh:targetClass biolink:ReactionToParticipantAssociation . biolink:ReagentTargetedGene a sh:NodeShape ; sh:closed true ; 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:description "The human readable scientific name for the taxon of the entity." ; + sh: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:order 3 ; - sh:path rdfs:label ], - [ 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 4 ; - sh:path biolink:provided_by ], + sh:minCount 1 ; + sh:order 1 ; + sh:path biolink:id ], [ 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:iri ], - [ sh:description "connects a genomic feature to its sequence" ; - sh:maxCount 1 ; - 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 12 ; - sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 10 ; + sh:order 3 ; sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -18230,11 +18206,35 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 8 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ 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: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 4 ; + 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:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path biolink:id ], + sh:order 10 ; + sh:path rdfs:label ], + [ sh:description "connects a genomic feature to its sequence" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:has_biological_sequence ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ sh:order 9 ; sh:path rdf:type ] ; sh:targetClass biolink:ReagentTargetedGene . @@ -18243,44 +18243,22 @@ biolink:RegulatoryRegion a sh:NodeShape ; sh:closed true ; sh:description "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" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "connects a genomic feature to its sequence" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:has_biological_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:order 1 ; - sh:path biolink:id ], + sh:property [ 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 4 ; + 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ 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:iri ], - [ 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 4 ; - sh:path biolink:provided_by ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + sh:order 0 ; + sh:path biolink:has_biological_sequence ], [ 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 ; @@ -18288,16 +18266,38 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:path biolink:in_taxon ], [ sh:order 9 ; sh:path rdf:type ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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 1 ; + sh:path biolink:id ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ 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:order 3 ; - sh:path rdfs:label ], + sh:order 11 ; + sh:path dct:description ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 10 ; + sh:path rdfs:label ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 3 ; sh:path rdfs:label ] ; sh:targetClass biolink:RegulatoryRegion . @@ -18322,34 +18322,44 @@ biolink:RelativeFrequencyAnalysisResult a sh:NodeShape ; sh:description "A result of a relative frequency analysis." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], - [ 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:id ], - [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:creation_date ], - [ sh:maxCount 1 ; sh:order 0 ; sh:path biolink:license ], - [ sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:rights ], + [ sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:format ], + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:creation_date ], + [ 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 4 ; + sh:path biolink:provided_by ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 11 ; sh:path rdfs:label ], + [ sh:order 10 ; + sh:path rdf:type ], + [ 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:id ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -18364,19 +18374,9 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], - [ 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 4 ; - sh:path biolink:provided_by ], - [ sh:order 10 ; - sh:path rdf:type ] ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; sh:targetClass biolink:RelativeFrequencyAnalysisResult . biolink:SensitivityQuantifier a sh:NodeShape ; @@ -18388,18 +18388,14 @@ 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 ( rdf:type ) ; - sh: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:order 20 ; - sh:path biolink:subject_namespace ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:property [ 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:negated ], - [ 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 12 ; + sh:path biolink:original_predicate ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:primary_knowledge_source ], + sh:order 26 ; + sh:path biolink:iri ], [ 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 ; @@ -18407,94 +18403,92 @@ biolink:SequenceAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; 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 18 ; - sh:path biolink:subject_category_closure ], - [ 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 1 ; - sh:path rdf:predicate ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - 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 24 ; - 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 """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], + [ 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 2 ; - sh:path rdf:object ], + 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 15 ; 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: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:publications ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 24 ; + sh:path biolink:retrieval_source_ids ], + [ 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 25 ; - sh:path biolink:id ], + sh:order 21 ; + sh:path biolink:object_namespace ], + [ 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 7 ; + 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 4 ; sh:path biolink:qualifiers ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 30 ; sh:path dct:description ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], [ 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 13 ; sh:path biolink:original_object ], - [ 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 "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:order 12 ; - sh:path biolink:original_predicate ], - [ sh:description "a point in time" ; + sh:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], + sh:order 29 ; + sh:path rdfs:label ], + [ 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 22 ; + 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 5 ; + sh:path biolink:publications ], + [ 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 23 ; + 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 6 ; + sh:path biolink:has_evidence ], + [ 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 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 14 ; + sh:path biolink:subject_category ], + [ 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 25 ; + sh:path biolink:id ], [ 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 16 ; sh:path biolink:subject_closure ], @@ -18503,80 +18497,78 @@ biolink:SequenceAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 19 ; sh:path biolink:object_category_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:has_evidence ], + sh:order 31 ; + 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 18 ; + sh:path biolink:subject_category_closure ], [ 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 9 ; 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 "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 17 ; + sh:path biolink:object_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: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:IRI ; - sh:order 14 ; - sh:path biolink:subject_category ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 20 ; + sh:path biolink:subject_namespace ], + [ 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 29 ; - sh:path rdfs:label ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], - [ 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 11 ; + sh:path biolink:original_subject ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:knowledge_source ] ; + sh:order 10 ; + sh:path biolink:timepoint ] ; 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: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 16 ; - sh:path biolink:subject_closure ], + 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 4 ; + sh:path biolink:qualifiers ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 29 ; sh:path rdfs:label ], - [ 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 "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:original_object ], - [ 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 biolink:negated ], + [ 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:order 25 ; - 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 5 ; - 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 18 ; - 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 6 ; - sh:path biolink:has_evidence ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -18584,6 +18576,30 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + 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 14 ; + sh:path biolink:subject_category ], + [ 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 1 ; + sh:path rdf:predicate ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], + [ 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 7 ; + sh:path biolink:knowledge_source ], [ 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 ; @@ -18591,213 +18607,203 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; 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 18 ; + sh:path biolink:subject_category_closure ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + 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 15 ; + sh:path biolink:object_category ], + [ 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 23 ; + sh:path biolink:object_label_closure ], [ 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:order 21 ; sh:path biolink:object_namespace ], + [ 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 13 ; + 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 5 ; + sh:path biolink:publications ], + [ 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 16 ; + 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 6 ; + sh:path biolink:has_evidence ], + [ 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 11 ; + 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 24 ; sh:path biolink:retrieval_source_ids ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], [ 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 22 ; sh:path biolink:subject_label_closure ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ 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:order 3 ; - sh:path biolink:negated ], + sh:minCount 1 ; + sh:order 25 ; + sh:path biolink:id ], [ 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 17 ; sh:path biolink:object_closure ], - [ 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 7 ; - sh:path biolink:knowledge_source ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ 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 9 ; - 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 4 ; - sh:path biolink:qualifiers ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - 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 15 ; - 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 19 ; sh:path biolink:object_category_closure ], - [ 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 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 14 ; - sh:path biolink:subject_category ], - [ 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 1 ; - sh:path rdf:predicate ], [ 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 12 ; - sh:path biolink:original_predicate ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ] ; + sh:path biolink:original_predicate ] ; 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: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:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh: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:order 26 ; - sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 8 ; + 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 31 ; - sh:path biolink:has_attribute ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 18 ; + sh:path biolink:subject_category_closure ], + [ 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: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:order 12 ; + sh:path biolink:original_predicate ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:publications ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ 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 31 ; + sh:path biolink:has_attribute ], + [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], + sh:order 21 ; + sh:path biolink:object_namespace ], + [ 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 1 ; + sh:path rdf:predicate ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], [ 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 17 ; sh:path biolink:object_closure ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + 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 14 ; sh:path biolink:subject_category ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ 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:order 21 ; - 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: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 18 ; - sh:path biolink:subject_category_closure ], + sh:order 24 ; + 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 19 ; sh:path biolink:object_category_closure ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], [ 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 22 ; sh:path biolink:subject_label_closure ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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 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:order 12 ; - sh:path biolink:original_predicate ], + sh:order 20 ; + sh:path biolink:subject_namespace ], + [ 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 11 ; + sh:path biolink:original_subject ], + [ 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 25 ; + 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 4 ; sh:path biolink:qualifiers ], - [ 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:order 1 ; - sh:path rdf:predicate ], + sh:order 13 ; + 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 5 ; + sh:path biolink:publications ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ 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 7 ; + 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 6 ; sh:path biolink:has_evidence ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], + sh:order 30 ; + sh:path dct:description ], [ sh:class biolink:Treatment ; sh:description "treatment whose efficacy is modulated by the subject variant" ; sh:maxCount 1 ; @@ -18805,33 +18811,27 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ 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 13 ; - 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 15 ; sh:path biolink:object_category ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 25 ; - sh:path biolink:id ], - [ 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 10 ; + sh:path biolink:timepoint ], + [ sh:class biolink:SequenceVariant ; + sh:description "variant that modulates the treatment of some disease" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:knowledge_source ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - 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:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:retrieval_source_ids ] ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path rdfs:label ] ; sh:targetClass biolink:SequenceVariantModulatesTreatmentAssociation . biolink:Serial a sh:NodeShape ; @@ -18843,164 +18843,134 @@ biolink:Serial a sh:NodeShape ; sh:minCount 1 ; sh:order 15 ; 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 3 ; - sh:path biolink:authors ], - [ 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 "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:order 4 ; + sh:path biolink:pages ], + [ sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:license ], + [ sh:description "issue of a newspaper, a scientific journal or magazine for reference purpose" ; sh:maxCount 1 ; - sh:order 19 ; - sh:path rdfs:label ], - [ 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:order 2 ; + sh:path biolink:issue ], + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:iso_abbreviation ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 17 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "a human-readable description of an entity" ; + sh:order 12 ; + sh:path biolink:creation_date ], + [ 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:order 20 ; - sh:path dct:description ], + sh:order 1 ; + sh:path biolink:volume ], [ sh:description "executive summary of a publication" ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:summary ], - [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:creation_date ], [ sh:description "Should generally be set to an ontology class defined term for 'serial' or 'journal'." ; sh:order 18 ; sh:path rdf:type ], - [ sh:description "issue of a newspaper, a scientific journal or magazine for reference purpose" ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:issue ], + sh:order 14 ; + sh:path biolink:full_name ], [ sh:maxCount 1 ; sh:order 11 ; sh:path biolink:format ], - [ sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:license ], + [ 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:order 19 ; + sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 20 ; + sh:path dct:description ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:full_name ], - [ 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 13 ; - sh:path biolink:provided_by ], - [ sh:description "keywords tagging a publication" ; - sh:order 6 ; - sh:path biolink:keywords ], - [ sh:description "mesh terms tagging a publication" ; - sh:order 7 ; - sh:path biolink:mesh_terms ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:has_attribute ], - [ 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:order 4 ; - sh:path biolink:pages ], - [ 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 "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:order 1 ; - sh:path biolink:volume ], - [ sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:rights ], + sh:order 0 ; + sh:path biolink:iso_abbreviation ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 16 ; - sh:path biolink:iri ] ; + sh:path biolink:iri ], + [ sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:rights ], + [ sh:description "mesh terms tagging a publication" ; + sh:order 7 ; + sh:path biolink:mesh_terms ], + [ 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 13 ; + sh:path biolink:provided_by ], + [ sh:description "keywords tagging a publication" ; + sh:order 6 ; + 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 3 ; + sh:path biolink:authors ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 17 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; sh:targetClass biolink:Serial . 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:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:has_attribute ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:iri ], - [ 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 12 ; - sh:path biolink:provided_by ], - [ sh:class biolink:ChemicalEntity ; - sh:description "" ; - sh:maxCount 1 ; + 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 7 ; - sh:path biolink:trade_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path rdfs:label ], + sh:order 3 ; + sh:path biolink:in_taxon ], [ 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:order 9 ; sh:path biolink:max_tolerated_dose ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_chemical_role ], - [ 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:order 17 ; - sh:path rdfs:label ], - [ sh:description "connects a genomic feature to its sequence" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:has_biological_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:order 5 ; sh:path biolink:id ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:order 16 ; + sh:path rdf:type ], [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 8 ; sh:path biolink:available_from ], - [ sh:description "indicates whether a molecular entity is a metabolite" ; + [ 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:order 6 ; - sh:path biolink:is_metabolite ], - [ sh:order 16 ; - sh:path rdf:type ], - [ sh:description "" ; + sh:order 17 ; + sh:path rdfs:label ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 0 ; + sh:path biolink:synonym ], + [ sh:class biolink:ChemicalEntity ; + sh:description "" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:is_toxic ], - [ 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:description "a long-form human readable name for a thing" ; + sh:order 7 ; + sh:path biolink:trade_name ], + [ sh:description "indicates whether a molecular entity is a metabolite" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:full_name ], + sh:order 6 ; + sh:path biolink:is_metabolite ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -19010,32 +18980,65 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 15 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 0 ; - sh:path biolink:synonym ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:iri ], + [ 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 12 ; + 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 11 ; + sh:path biolink:has_chemical_role ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:full_name ], + [ sh:description "" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:is_toxic ], + [ 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:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 18 ; - sh:path dct:description ] ; + sh:path dct:description ], + [ sh:description "connects a genomic feature to its sequence" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:has_biological_sequence ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path rdfs:label ] ; sh:targetClass biolink:SiRNA . biolink:SmallMolecule a sh:NodeShape ; sh:closed true ; 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:description "a human-readable description of an entity" ; + sh:property [ 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:order 14 ; - sh:path dct:description ], + sh:order 3 ; + sh:path biolink:max_tolerated_dose ], + [ 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 6 ; + sh:path biolink:provided_by ], [ 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 9 ; sh:path biolink:id ], - [ sh:description "" ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:is_toxic ], + sh:order 8 ; + sh:path biolink:full_name ], [ sh:class biolink:ChemicalEntity ; sh:description "" ; sh:maxCount 1 ; @@ -19046,82 +19049,99 @@ biolink:SmallMolecule a sh:NodeShape ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 2 ; sh:path biolink:available_from ], + [ sh:order 12 ; + sh:path rdf:type ], [ sh:description "indicates whether a molecular entity is a metabolite" ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:is_metabolite ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ 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 description of an entity" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:max_tolerated_dose ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 11 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + 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 5 ; sh:path biolink:has_chemical_role ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], - [ 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:order 10 ; - sh:path biolink:iri ], + sh:order 13 ; + 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:description "A human-readable name for an attribute or entity." ; + [ sh:description "" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path rdfs:label ], - [ 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 6 ; - sh:path biolink:provided_by ], - [ sh:order 12 ; - sh:path rdf:type ] ; + sh:order 4 ; + sh:path biolink:is_toxic ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; + sh:path biolink:xref ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:iri ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 11 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; 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:description "The state of the sequence w.r.t a reference sequence" ; + sh: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:order 1 ; - sh:path biolink:has_biological_sequence ], - [ sh:class biolink:Gene ; - sh:description "Each allele can be associated with any number of genes" ; + sh:minCount 1 ; + sh:order 2 ; + sh:path biolink:id ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:full_name ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:iri ], + [ sh:order 10 ; + sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + 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 0 ; - sh:path biolink:has_gene ], + 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 3 ; sh:path biolink:in_taxon ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path rdfs:label ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 11 ; sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ 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 5 ; sh:path biolink:provided_by ], - [ sh:order 10 ; - sh:path rdf:type ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -19131,65 +19151,69 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ 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:description "The state of the sequence w.r.t a reference sequence" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 2 ; - sh:path biolink:id ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:order 1 ; + sh:path biolink:has_biological_sequence ] ; + 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:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], + [ sh:order 11 ; + sh:path rdf:type ], + [ 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:order 4 ; + sh:order 1 ; sh:path rdfs:label ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:timepoint ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; 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: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:order 8 ; - sh:path biolink:iri ], + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:full_name ] ; - 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:class biolink:SocioeconomicAttribute ; + 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:SocioeconomicAttribute ; sh:description "connects any entity to an attribute" ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], - [ 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:order 1 ; - sh:path rdfs:label ], - [ sh:order 11 ; - sh:path rdf:type ], - [ 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:provided_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:iri ], - [ 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 6 ; - sh:path biolink:id ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -19199,39 +19223,15 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 10 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:timepoint ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - 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: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 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_attribute_type ] ; + [ 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:provided_by ] ; sh:targetClass biolink:SocioeconomicExposure . biolink:SocioeconomicOutcome a sh:NodeShape ; @@ -19249,36 +19249,22 @@ biolink:Study a sh:NodeShape ; sh:closed true ; sh:description "a detailed investigation and/or analysis" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ 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 0 ; - sh:path biolink:provided_by ], - [ sh:order 6 ; - sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ 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 3 ; - sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; + sh:property [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:full_name ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:has_attribute ], + [ 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 3 ; + sh:path biolink:id ], + [ sh:order 6 ; + sh:path rdf:type ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -19288,6 +19274,20 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 5 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ 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 0 ; + sh:path biolink:provided_by ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path dct:description ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 7 ; @@ -19298,27 +19298,24 @@ 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:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], + [ sh:order 8 ; + sh:path rdf:type ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 9 ; sh:path rdfs:label ], - [ sh:order 8 ; - sh:path rdf:type ], - [ 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 2 ; - sh:path biolink:provided_by ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink: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:order 7 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], + sh:order 5 ; + sh:path biolink:id ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 6 ; @@ -19327,6 +19324,14 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 10 ; sh:path dct:description ], + [ 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 2 ; + sh:path biolink:provided_by ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:has_attribute ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; @@ -19336,35 +19341,44 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink: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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:id ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_attribute ] ; + sh:order 7 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; 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:description "a long-form human readable name for a thing" ; + sh:property [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:iri ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:full_name ], - [ 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 4 ; - sh:path biolink:provided_by ], - [ sh:order 10 ; - sh:path rdf:type ], + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:creation_date ], [ sh:maxCount 1 ; sh:order 0 ; sh:path biolink:license ], @@ -19376,6 +19390,19 @@ biolink:StudyResult a sh:NodeShape ; sh:minCount 1 ; sh:order 7 ; sh:path biolink:id ], + [ 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 4 ; + sh:path biolink:provided_by ], + [ sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:format ], + [ sh:order 10 ; + 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -19384,62 +19411,23 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 9 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], - [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:creation_date ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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: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:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ] ; - 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:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "a human-readable description of an entity" ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; + 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:maxCount 1 ; + sh:order 2 ; + sh:path biolink:format ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], + sh:order 11 ; + sh:path rdfs:label ], [ 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 4 ; sh:path biolink:provided_by ], - [ sh:order 10 ; - sh:path rdf:type ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 6 ; @@ -19448,28 +19436,40 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 3 ; sh:path biolink:creation_date ], - [ sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ], - [ sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], [ 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:maxCount 1 ; + sh:order 0 ; + sh:path biolink:license ], [ 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:id ], + [ sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:rights ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:order 10 ; + sh:path rdf:type ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 8 ; @@ -19486,149 +19486,149 @@ biolink:TaxonToTaxonAssociation a sh:NodeShape ; sh:closed true ; 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:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category_closure ], - [ 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 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 21 ; - sh:path biolink:object_namespace ], - [ 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 16 ; - 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 5 ; - sh:path biolink:publications ], - [ sh:description "a point in time" ; + sh:order 14 ; + sh:path biolink:subject_category ], + [ 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 17 ; + 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 10 ; - sh:path biolink:timepoint ], + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:object_category ], [ 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 9 ; sh:path biolink:aggregator_knowledge_source ], - [ 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 23 ; - sh:path biolink:object_label_closure ], [ 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 1 ; sh:path rdf:predicate ], + [ 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:order 20 ; + 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 4 ; + sh:path biolink:qualifiers ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + 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 5 ; + 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 19 ; + sh:path biolink:object_category_closure ], + [ 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 25 ; + 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 18 ; + sh:path biolink:subject_category_closure ], [ 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 7 ; sh:path biolink:knowledge_source ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 28 ; sh:path rdf:type ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - 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 6 ; sh:path biolink:has_evidence ], - [ 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: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:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 30 ; sh:path dct:description ], - [ 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:order 29 ; - sh:path rdfs:label ], - [ 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 21 ; + sh:path biolink:object_namespace ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ 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 8 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OrganismTaxon ; + sh:description "An association between individuals of different taxa." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:original_object ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], - [ 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 17 ; - sh:path biolink:object_closure ], + sh:order 2 ; + sh:path rdf:object ], [ 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 12 ; 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 4 ; - 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:description "a point in time" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - 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 19 ; - sh:path biolink:object_category_closure ], - [ 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 22 ; - 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 10 ; + sh:path biolink:timepoint ], + [ 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 14 ; - sh:path biolink:subject_category ], + sh:order 26 ; + sh:path biolink:iri ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path rdfs:label ], + [ 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 11 ; + 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 24 ; sh:path biolink:retrieval_source_ids ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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:order 25 ; - sh:path biolink:id ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ 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:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ 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 11 ; - sh:path biolink:original_subject ] ; + sh:order 13 ; + sh:path biolink:original_object ], + [ 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 16 ; + sh:path biolink:subject_closure ] ; sh:targetClass biolink:TaxonToTaxonAssociation . biolink:TaxonomicRank a sh:NodeShape ; @@ -19646,10 +19646,13 @@ biolink:TextMiningResult a sh:NodeShape ; sh:closed true ; sh:description "A result of text mining." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:license ], [ sh:maxCount 1 ; sh:order 2 ; sh:path biolink:format ], @@ -19658,117 +19661,78 @@ biolink:TextMiningResult a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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 4 ; + sh:path biolink:provided_by ], [ sh:order 10 ; sh:path rdf:type ], + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:creation_date ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 12 ; sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ], [ 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:id ], - [ 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:order 3 ; - sh:path biolink:creation_date ], - [ sh:description "a long-form human readable name for a thing" ; + sh:order 8 ; + sh:path biolink:iri ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ], - [ 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 4 ; - sh:path biolink:provided_by ], + sh:order 11 ; + sh:path rdfs:label ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; + sh:path biolink:xref ], + [ sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:rights ] ; 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:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ 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:path biolink:in_taxon ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ] ; 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: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:order 21 ; - sh:path biolink:object_namespace ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:OntologyClass ; + 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 14 ; sh:path biolink:subject_category ], - [ 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 16 ; - sh:path biolink:subject_closure ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; - sh:path biolink:category ], [ 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 13 ; 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 24 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 29 ; - 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 6 ; - sh:path biolink:has_evidence ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - 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 ; @@ -19778,19 +19742,13 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 7 ; sh:path biolink:knowledge_source ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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:order 23 ; + sh:path biolink:object_label_closure ], + [ 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 26 ; - sh:path biolink:iri ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], + sh:order 12 ; + sh:path biolink:original_predicate ], [ 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 ; @@ -19798,103 +19756,158 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], + [ 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: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:order 20 ; + sh:path biolink:subject_namespace ], + [ 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 1 ; + sh:path rdf:predicate ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ], [ 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 25 ; 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 18 ; - sh:path biolink:subject_category_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 4 ; - sh:path biolink:qualifiers ], + sh:order 15 ; + sh:path biolink:object_category ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 31 ; sh:path biolink:has_attribute ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ 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: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 0 ; - sh:path rdf:subject ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], + sh:order 18 ; + 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 19 ; 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: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 15 ; - sh:path biolink:object_category ], + sh:order 24 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path rdfs:label ], [ 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 9 ; sh:path biolink:aggregator_knowledge_source ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ 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:order 1 ; - sh:path rdf:predicate ], - [ 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 21 ; + sh:path biolink:object_namespace ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ 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 12 ; - sh:path biolink:original_predicate ] ; + sh:order 11 ; + sh:path biolink:original_subject ], + [ 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 17 ; + 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 6 ; + 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 4 ; + sh:path biolink:qualifiers ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path dct:description ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ] ; sh:targetClass biolink:TranscriptToGeneRelationship . biolink:TranscriptionFactorBindingSite a sh:NodeShape ; sh:closed true ; 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:description "The human readable scientific name for the taxon of the entity." ; + sh:property [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 3 ; + sh:order 10 ; sh:path rdfs:label ], - [ 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 4 ; - sh:path biolink:provided_by ], [ sh:order 9 ; sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], + [ sh:description "connects a genomic feature to its sequence" ; + sh:maxCount 1 ; + 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 12 ; sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 10 ; + sh:order 3 ; sh:path rdfs:label ], - [ 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: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:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:has_biological_sequence ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -19909,40 +19922,150 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 1 ; sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ 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:iri ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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: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:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:TranscriptionFactorBindingSite . biolink:VariantAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 34 ; - sh:path biolink:frequency_qualifier ], + sh:order 26 ; + 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 18 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ 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 25 ; + sh:path biolink:id ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + sh:path rdf:type ], + [ 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:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:severity_qualifier ], + [ 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:order 21 ; + sh:path biolink:object_namespace ], + [ 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 17 ; + sh:path biolink:object_closure ], + [ sh:description "The relationship to the disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; + 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 14 ; + sh:path biolink:subject_category ], + [ 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 12 ; + sh:path biolink:original_predicate ], + [ 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 7 ; + sh:path biolink:knowledge_source ], + [ 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 16 ; + sh:path biolink:subject_closure ], + [ 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 13 ; + sh:path biolink:original_object ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], [ 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:retrieval_source_ids ], + [ 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:IRI ; + sh:order 33 ; + sh:path biolink:onset_qualifier ], + [ 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 11 ; + 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 5 ; + sh:path biolink:publications ], + [ 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:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:order 34 ; + sh:path biolink:frequency_qualifier ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + 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 6 ; + sh:path biolink:has_evidence ], + [ 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: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 23 ; + sh:path biolink:object_label_closure ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + 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 15 ; + sh:path biolink:object_category ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -19950,302 +20073,295 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path dct:description ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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:order 20 ; + 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 4 ; sh:path biolink:qualifiers ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ sh:class biolink:Onset ; - sh:description "a qualifier used in a phenotypic association to state when the phenotype appears is in the 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 19 ; + sh:path biolink:object_category_closure ] ; + sh:targetClass biolink:VariantAsAModelOfDiseaseAssociation . + +biolink:VariantToDiseaseAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ 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 16 ; + sh:path biolink:subject_closure ], + [ 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:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:has_evidence ], + [ 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:IRI ; + sh:order 0 ; + sh:path rdf: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:order 13 ; + sh:path biolink:original_object ], + [ 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 17 ; + sh:path biolink:object_closure ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path dct:description ], + [ 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:order 20 ; + sh:path biolink:subject_namespace ], + [ 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 33 ; - sh:path biolink:onset_qualifier ], + sh:order 34 ; + 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:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 15 ; sh:path biolink:object_category ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting 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:has_evidence ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], + sh:order 5 ; + 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 4 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 31 ; + sh:path biolink:has_attribute ], [ 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:order 21 ; sh:path biolink:object_namespace ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:severity_qualifier ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ sh:class biolink:Disease ; - sh:description "disease" ; + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ 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: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 12 ; - 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 5 ; - sh:path biolink:publications ], + sh:order 25 ; + sh:path biolink:id ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + 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 14 ; sh:path biolink:subject_category ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ 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 26 ; - sh:path biolink:iri ], + sh:nodeKind sh:IRI ; + sh:order 33 ; + sh:path biolink:onset_qualifier ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:path biolink:category ], [ 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 22 ; sh:path biolink:subject_label_closure ], - [ 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 25 ; - sh:path biolink:id ], - [ 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: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 18 ; - sh:path biolink:subject_category_closure ], + sh:order 19 ; + sh:path biolink:object_category_closure ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 29 ; sh:path rdfs:label ], - [ 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:order 30 ; - sh:path dct:description ], - [ 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 23 ; - sh:path biolink:object_label_closure ], + sh:order 8 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], [ 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 11 ; sh:path biolink:original_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: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 18 ; + sh:path biolink:subject_category_closure ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:original_object ], + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:severity_qualifier ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:timepoint ], - [ sh:description "The relationship to the disease" ; + [ 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 12 ; + 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 24 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "E.g. is pathogenic for" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], - [ 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 16 ; - sh:path biolink:subject_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:iri ], [ 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 7 ; - 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 19 ; - sh:path biolink:object_category_closure ], - [ 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:order 20 ; - sh:path biolink:subject_namespace ] ; - sh:targetClass biolink:VariantAsAModelOfDiseaseAssociation . + sh:path biolink:knowledge_source ] ; + sh:targetClass biolink:VariantToDiseaseAssociation . -biolink:VariantToDiseaseAssociation a sh:NodeShape ; +biolink:VariantToEntityAssociationMixin a sh:NodeShape ; + sh:closed false ; + sh:ignoredProperties ( rdf:type ) ; + sh:targetClass biolink:VariantToEntityAssociationMixin . + +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 ( rdf:type ) ; - sh:property [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - 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 14 ; - sh:path biolink:subject_category ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ 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:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ 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:order 20 ; - 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 19 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:EvidenceType ; + sh:property [ 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:has_evidence ], - [ 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:order 8 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:Disease ; - sh:description "a disease that is associated with that variant" ; + [ 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:iri ], - [ 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 12 ; - sh:path biolink:original_predicate ], [ 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 25 ; 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 18 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:has_attribute ], - [ sh:description "E.g. is pathogenic for" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 30 ; sh:path dct:description ], - [ 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 16 ; - 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 "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path rdfs:label ], + [ 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 4 ; - sh:path biolink:qualifiers ], - [ 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 0 ; + sh:path rdf:subject ], + [ 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 11 ; - sh:path biolink:original_subject ], + sh:order 12 ; + 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 18 ; + 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 15 ; - sh:path biolink:object_category ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:timepoint ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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 17 ; - sh:path biolink:object_closure ], - [ 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 23 ; - sh:path biolink:object_label_closure ], + sh:order 14 ; + sh:path biolink:subject_category ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 28 ; + 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 5 ; + 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 24 ; sh:path biolink:retrieval_source_ids ], - [ 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 13 ; - 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: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:publications ], + sh:order 19 ; + sh:path biolink:object_category_closure ], [ 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 7 ; sh:path biolink:knowledge_source ], - [ 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 34 ; - sh:path biolink:frequency_qualifier ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; - sh:maxCount 1 ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:severity_qualifier ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 31 ; + sh:path biolink:has_attribute ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 29 ; - sh:path rdfs:label ], - [ 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 3 ; + sh:path biolink:negated ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 21 ; - sh:path biolink:object_namespace ], + sh:order 26 ; + sh:path biolink:iri ], + [ 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 23 ; + sh:path biolink:object_label_closure ], + [ 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 22 ; + sh:path biolink:subject_label_closure ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:timepoint ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -20253,185 +20369,134 @@ This field is multi-valued. It should include values for ancestors of the biolin In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; sh:path biolink:category ], - [ 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:IRI ; - sh:order 33 ; - sh:path biolink:onset_qualifier ] ; - sh:targetClass biolink:VariantToDiseaseAssociation . - -biolink:VariantToEntityAssociationMixin a sh:NodeShape ; - sh:closed false ; - sh:ignoredProperties ( rdf:type ) ; - sh:targetClass biolink:VariantToEntityAssociationMixin . - -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 ( 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 24 ; - sh:path biolink:retrieval_source_ids ], [ 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:order 20 ; sh:path biolink:subject_namespace ], + [ 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 9 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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 11 ; + sh:path biolink:original_subject ], + [ 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 16 ; + sh:path biolink:subject_closure ], [ 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 17 ; sh:path biolink:object_closure ], - [ 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:order 29 ; - sh:path rdfs:label ], + sh:order 8 ; + 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 15 ; sh:path biolink:object_category ], + [ 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:order 21 ; + sh:path biolink:object_namespace ], + [ 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 13 ; + sh:path biolink:original_object ], + [ 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 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:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category_closure ], - [ 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 4 ; + sh:path biolink:qualifiers ] ; + 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:class biolink:AnatomicalEntity ; + sh:description "location in which gene or protein expression takes place. May be cell, tissue, or organ." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 1 ; + sh:path biolink:expression_site ], [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 10 ; + sh:order 14 ; sh:path biolink:timepoint ], [ 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 16 ; + sh:order 20 ; sh:path biolink:subject_closure ], + [ 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 21 ; + sh:path biolink:object_closure ], + [ 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 17 ; + sh:path biolink:original_object ], [ 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:order 4 ; sh:path rdf:subject ], + [ 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:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 35 ; + sh:path biolink:has_attribute ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 27 ; + sh:order 31 ; sh:path biolink:category ], - [ 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 25 ; - sh:path biolink:id ], - [ 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:order 21 ; - sh:path biolink:object_namespace ], - [ 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 1 ; - sh:path rdf:predicate ], - [ 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:order 8 ; - sh:path biolink:primary_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 19 ; - sh:path biolink:object_category_closure ], - [ 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 23 ; - sh:path biolink:object_label_closure ], - [ 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 dct:description ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:original_predicate ], + sh:order 30 ; + sh:path biolink:iri ], [ 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 7 ; - 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 4 ; - sh:path biolink:qualifiers ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 28 ; - sh:path rdf:type ], - [ 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 22 ; - sh:path biolink:subject_label_closure ], - [ 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 9 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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 13 ; - sh:path biolink:original_object ], - [ 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 11 ; - sh:path biolink:original_subject ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 31 ; - 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 14 ; - 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 6 ; - sh:path biolink:has_evidence ], + 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 5 ; + sh:order 9 ; sh:path biolink:publications ], - [ 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:order 15 ; + sh:path biolink:original_subject ], + [ 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 26 ; - sh:path biolink:iri ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ] ; - 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path biolink:iri ], + sh:path biolink:subject_label_closure ], [ sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:negated ], - [ 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:order 25 ; - sh:path biolink:object_namespace ], + sh:order 24 ; + sh:path biolink:subject_namespace ], [ 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 13 ; sh:path biolink:aggregator_knowledge_source ], @@ -20440,226 +20505,151 @@ biolink:VariantToGeneExpressionAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:has_evidence ], - [ 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 26 ; - sh:path biolink:subject_label_closure ], - [ 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: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 27 ; + sh:path biolink:object_label_closure ], + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 32 ; + sh:path rdf:type ], + [ 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 6 ; - sh:path rdf:object ], - [ 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 11 ; - sh:path biolink:knowledge_source ], + sh:order 29 ; + sh:path biolink:id ], [ 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:order 12 ; sh:path biolink:primary_knowledge_source ], - [ 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 "Used to hold the 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: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 21 ; - 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 28 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 31 ; - sh:path biolink:category ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ 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:order 33 ; - sh:path rdfs:label ], + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:phenotypic_state ], [ 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: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 27 ; - sh:path biolink:object_label_closure ], - [ 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 15 ; - 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 8 ; - sh:path biolink:qualifiers ], - [ 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 29 ; - sh:path biolink:id ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 32 ; - sh:path rdf:type ], - [ 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 16 ; - sh:path biolink:original_predicate ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 34 ; - sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + 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 35 ; - sh:path biolink:has_attribute ], - [ 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 22 ; + sh:path biolink:subject_category_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_object ], - [ sh:class biolink:SequenceVariant ; - sh:description "a sequence variant in which the allele state is associated with some other entity" ; + sh:order 33 ; + sh:path rdfs:label ], + [ sh:class biolink:LifeStage ; + sh:description "stage during which gene or protein expression of takes place." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path rdf:subject ], + sh:order 2 ; + sh:path biolink:stage_qualifier ], [ 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 5 ; sh:path rdf:predicate ], - [ sh:class biolink:LifeStage ; - sh:description "stage during which gene or protein expression of takes place." ; + [ 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: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 biolink:stage_qualifier ], - [ 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 20 ; - sh:path biolink:subject_closure ], + sh:order 6 ; + 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 8 ; + sh:path biolink:qualifiers ], + [ 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 16 ; + 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:path biolink:subject_category ], - [ 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: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:IRI ; - sh:order 3 ; - sh:path biolink:phenotypic_state ], + sh:order 25 ; + sh:path biolink:object_namespace ] ; + sh:targetClass biolink:VariantToGeneExpressionAssociation . + +biolink:VariantToPhenotypicFeatureAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 29 ; + sh:path rdf:type ], + [ 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 26 ; + sh:path biolink:id ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 11 ; + 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 22 ; + sh:order 19 ; sh:path biolink:subject_category_closure ], - [ sh:description "a point in time" ; + [ 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 14 ; - 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 9 ; - sh:path biolink:publications ], - [ 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 39 ; + sh:path biolink:frequency_qualifier ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Optional quantitative value indicating degree of expression." ; + sh:order 30 ; + sh:path rdfs:label ], + [ 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 0 ; - sh:path biolink:quantifier_qualifier ] ; - sh:targetClass biolink:VariantToGeneExpressionAssociation . - -biolink:VariantToPhenotypicFeatureAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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 14 ; + sh:path biolink:original_object ], + [ 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 8 ; sh:path biolink:knowledge_source ], - [ 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:order 22 ; - sh:path biolink:object_namespace ], - [ 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 23 ; - sh:path biolink:subject_label_closure ], - [ sh:description "total number of things in a particular reference set" ; + [ 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 34 ; - sh:path biolink:has_total ], + sh:order 13 ; + sh:path biolink:original_predicate ], [ 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 10 ; sh:path biolink:aggregator_knowledge_source ], - [ 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:IRI ; - sh:order 38 ; - sh:path biolink:onset_qualifier ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ], - [ 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:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - 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 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 20 ; - sh:path biolink:object_category_closure ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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: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 0 ; sh:path biolink:sex_qualifier ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 31 ; - sh:path dct:description ], - [ 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:order 2 ; - sh:path rdf:predicate ], - [ 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 18 ; - sh:path biolink:object_closure ], + sh:order 12 ; + sh:path biolink:original_subject ], [ 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 ; @@ -20667,16 +20657,22 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 1 ; sh:path rdf:subject ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:order 30 ; - 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:order 34 ; + sh:path biolink:has_total ], + [ 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 15 ; - sh:path biolink:subject_category ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:negated ], + [ 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:order 22 ; + sh:path biolink:object_namespace ], [ 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 ; @@ -20684,114 +20680,114 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 3 ; sh:path rdf:object ], - [ 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 17 ; - 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: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:object_category ], + sh:order 6 ; + sh:path biolink:publications ], [ sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:order 36 ; sh:path biolink:has_percentage ], - [ sh:description "number of things with a particular property" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path biolink:has_count ], - [ 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 19 ; - sh:path biolink:subject_category_closure ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 27 ; 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:description "Used to hold the 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:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 16 ; + sh:path biolink:object_category ], + [ sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:has_quotient ], + [ sh:class biolink:SeverityValue ; + sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:has_attribute ], + sh:order 37 ; + sh:path biolink:severity_qualifier ], + [ 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 17 ; + sh:path biolink:subject_closure ], + [ 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 2 ; + sh:path rdf:predicate ], [ 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:order 21 ; sh:path biolink:subject_namespace ], - [ sh:description "a point in time" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:timepoint ], + sh:order 31 ; + 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: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 25 ; sh:path biolink:retrieval_source_ids ], - [ 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 12 ; - sh:path biolink:original_subject ], - [ sh:class biolink:SeverityValue ; - sh:description "a qualifier used in a phenotypic association to state how severe the phenotype is in the subject" ; - 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:order 23 ; + 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 37 ; - sh:path biolink:severity_qualifier ], - [ 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 26 ; - sh:path biolink:id ], - [ 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 20 ; + 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:order 14 ; - sh:path biolink:original_object ], - [ sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:has_quotient ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 29 ; - 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:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 15 ; + 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: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 18 ; + sh:path biolink:object_closure ], + [ sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:frequency_qualifier ], + sh:order 33 ; + sh:path biolink:has_count ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:has_attribute ], [ 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 24 ; - sh:path biolink:object_label_closure ] ; + sh:path biolink:object_label_closure ], + [ 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:IRI ; + sh:order 38 ; + sh:path biolink:onset_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:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 36 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:PopulationOfIndividualOrganisms ; - sh:description "the population that is observed to have the frequency" ; + sh:property [ sh:description "number all populations that carry a particular allele, aka allele number" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path rdf:object ], + sh:order 1 ; + sh:path biolink:has_total ], + [ 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 16 ; + 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 ; @@ -20801,190 +20797,202 @@ biolink:VariantToPopulationAssociation a sh:NodeShape ; sh:maxCount 1 ; sh:order 35 ; 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 24 ; - sh:path biolink:object_category_closure ], - [ 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 14 ; - sh:path biolink:aggregator_knowledge_source ], - [ 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 12 ; - sh:path biolink:knowledge_source ], - [ 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 27 ; - sh:path biolink:subject_label_closure ], - [ 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:order 25 ; - sh:path biolink:subject_namespace ], - [ 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 30 ; - sh:path biolink:id ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:timepoint ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 32 ; - sh:path biolink:category ], - [ 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 17 ; - sh:path biolink:original_predicate ], - [ sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:has_percentage ], - [ 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 22 ; - sh:path biolink:object_closure ], - [ 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:order 26 ; - sh:path biolink:object_namespace ], - [ 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 16 ; - sh:path biolink:original_subject ], - [ 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 6 ; - 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 20 ; - sh:path biolink:object_category ], - [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 33 ; - 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: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 10 ; - sh:path biolink:publications ], + sh:order 24 ; + 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 9 ; 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: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:IRI ; - sh:order 19 ; - sh:path biolink:subject_category ], + sh:minCount 1 ; + sh:order 30 ; + sh:path biolink:id ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 34 ; + sh:path rdfs:label ], + [ 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 12 ; + sh:path biolink:knowledge_source ], [ 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 21 ; sh:path biolink:subject_closure ], - [ 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 18 ; - sh:path biolink:original_object ], [ 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:frequency_qualifier ], - [ sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 33 ; + sh:path rdf:type ], + [ 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:order 8 ; - sh:path biolink:negated ], + sh:order 26 ; + 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: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 "frequency of allele in population, expressed as a number with allele divided by number in reference population, aka allele frequency" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:has_quotient ], + [ 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 27 ; + sh:path biolink:subject_label_closure ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:timepoint ], + [ 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 22 ; + sh:path biolink:object_closure ], [ sh:description "number in object population that carry a particular allele, aka allele count" ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:has_count ], - [ sh:class biolink:SequenceVariant ; - sh:description "an allele that has a certain frequency in a given population" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path rdf:subject ], - [ 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 28 ; - sh:path biolink:object_label_closure ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; - sh:order 34 ; - sh:path rdfs:label ], + sh:order 3 ; + sh:path biolink:has_percentage ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 31 ; sh:path biolink:iri ], - [ sh:description "number all populations that carry a particular allele, aka allele number" ; + [ 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:has_total ], - [ sh:description "frequency of allele in population, expressed as a number with allele divided by number in reference population, aka allele frequency" ; + sh:order 17 ; + sh:path biolink:original_predicate ], + [ 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 2 ; - sh:path biolink:has_quotient ], + sh:order 18 ; + sh:path biolink:original_object ], + [ 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 7 ; + sh:path rdf:object ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 32 ; + sh:path biolink:category ], [ 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:order 13 ; 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 20 ; + sh:path biolink:object_category ], + [ 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:order 25 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 36 ; + 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 29 ; - sh:path biolink:retrieval_source_ids ] ; + sh:path biolink:retrieval_source_ids ], + [ 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 28 ; + 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 10 ; + sh:path biolink:publications ], + [ sh:class biolink:SequenceVariant ; + sh:description "an allele that has a certain frequency in a given population" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path rdf:subject ], + [ sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:negated ], + [ 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 14 ; + sh:path biolink:aggregator_knowledge_source ], + [ 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 6 ; + sh:path rdf:predicate ] ; sh:targetClass biolink:VariantToPopulationAssociation . biolink:Vertebrate a sh:NodeShape ; sh:closed true ; sh:description "A sub-phylum of animals consisting of those having a bony or cartilaginous vertebral column." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_attribute ], - [ sh:order 8 ; - sh:path rdf:type ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:property [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], + sh:order 10 ; + 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: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 2 ; - sh:path biolink:provided_by ], + [ 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 5 ; + sh:path biolink:id ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 9 ; sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; + [ sh:order 8 ; + sh:path rdf:type ], + [ 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 2 ; + sh:path biolink:provided_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 1 ; + sh:path rdfs:label ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 5 ; - sh:path biolink:id ], + sh:order 6 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:has_attribute ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -20993,56 +21001,35 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 7 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ] ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; 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:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], + sh:order 10 ; + sh:path dct:description ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ sh:order 8 ; - sh:path rdf:type ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], - [ 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:order 5 ; - sh:path biolink:id ], + sh:order 9 ; + sh:path rdfs:label ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:iri ], + [ sh:order 8 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -21057,59 +21044,45 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t 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 11 ; + sh:path biolink:has_attribute ], + [ 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 5 ; + sh:path biolink:id ], [ 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 2 ; - sh:path biolink:provided_by ] ; + sh:path biolink:provided_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ] ; sh:targetClass biolink:Virus . biolink:WebPage a sh:NodeShape ; sh:closed true ; 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: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:order 12 ; - sh:path biolink:id ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 14 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:iri ], - [ sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:format ], - [ sh:order 15 ; + sh:property [ sh:order 15 ; sh:path rdf:type ], - [ sh:description "keywords tagging a publication" ; - sh:order 3 ; - sh:path biolink:keywords ], - [ 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:order 16 ; - sh:path rdfs:label ], - [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:creation_date ], - [ sh:description "mesh terms tagging a publication" ; - 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:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:license ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -21118,25 +21091,52 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t [ 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 10 ; sh:path biolink:provided_by ], - [ 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:description "executive summary of a publication" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:summary ], + sh:order 17 ; + sh:path dct:description ], [ sh:maxCount 1 ; sh:order 7 ; sh:path biolink:rights ], + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:creation_date ], + [ sh:description "executive summary of a publication" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:summary ], [ sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:license ], - [ sh:description "a human-readable description of an entity" ; + sh:order 8 ; + sh:path biolink:format ], + [ sh:description "keywords tagging a publication" ; + sh:order 3 ; + sh:path biolink:keywords ], + [ sh:description "mesh terms tagging a publication" ; + sh:order 4 ; + sh:path biolink:mesh_terms ], + [ 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:order 17 ; - sh:path dct:description ], + sh:order 16 ; + sh:path rdfs:label ], + [ 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:order 12 ; + sh:path biolink:id ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 14 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:iri ], [ 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:order 1 ; sh:path biolink:pages ] ; @@ -21145,109 +21145,110 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t biolink:Behavior a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh: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:order 0 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - 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:description "a long-form human readable name for a thing" ; + sh:property [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], + sh:order 5 ; + sh:path rdfs: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:order 11 ; - sh:path rdf:type ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + 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:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:enabled_by ], + [ sh:order 11 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; sh:path biolink:xref ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 12 ; sh:path rdfs:label ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path rdfs:label ], - [ 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 6 ; - sh:path biolink:provided_by ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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: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: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 6 ; + sh:path biolink:provided_by ], + [ 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 0 ; + sh:path biolink:id ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:iri ] ; sh:targetClass biolink:Behavior . biolink:BehavioralFeature a sh:NodeShape ; sh:closed true ; sh:description "A phenotypic feature which is behavioral in nature." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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 "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path rdfs:label ], + [ 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 5 ; 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:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ 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 2 ; - sh:path biolink:provided_by ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], [ sh:order 8 ; sh:path rdf:type ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; sh:path biolink:xref ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], + [ 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -21257,66 +21258,73 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 10 ; sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an 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 11 ; - sh:path biolink:has_attribute ] ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ 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 2 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:BehavioralFeature . 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:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink: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:order 0 ; - sh:path biolink:id ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path rdfs:label ], + sh:property [ 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 6 ; + sh:path biolink:provided_by ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ], + [ 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; + sh:path biolink:xref ], [ 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: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 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: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:has_input ], + sh:order 4 ; + sh:path biolink:in_taxon ], + [ sh:order 11 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], [ 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:order 11 ; - sh:path rdf:type ], + [ 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 0 ; + sh:path biolink:id ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path rdfs:label ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -21326,32 +21334,32 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 10 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path rdfs:label ], [ 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:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path rdfs:label ] ; sh:targetClass biolink:BiologicalProcess . 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: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:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], + [ 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 2 ; sh:path biolink:provided_by ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 9 ; @@ -21361,25 +21369,15 @@ biolink:Case a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_attribute ], - [ sh:order 8 ; - sh:path rdf:type ], [ 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 5 ; sh:path biolink:id ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -21389,32 +21387,40 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 10 ; sh:path dct:description ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ] ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:has_attribute ], + [ sh:order 8 ; + sh:path rdf:type ] ; sh:targetClass biolink:Case . biolink:CellLine a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a long-form human readable name for a thing" ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -21429,17 +21435,6 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 11 ; sh:path biolink:has_attribute ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], [ 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 2 ; sh:path biolink:provided_by ], @@ -21447,15 +21442,20 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 9 ; sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], [ 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 5 ; 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:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ], [ sh:order 8 ; sh:path rdf:type ] ; sh:targetClass biolink:CellLine . @@ -21464,20 +21464,40 @@ biolink:CellularComponent a sh:NodeShape ; sh:closed true ; sh:description "A location in or around a cell" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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 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: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 5 ; + sh:path biolink:id ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path rdfs:label ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:order 8 ; sh:path rdf:type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], + [ 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 2 ; + sh:path biolink:provided_by ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path rdfs:label ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -21495,74 +21515,27 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 11 ; - sh:path biolink:has_attribute ], - [ 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 5 ; - sh:path biolink:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ] ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:CellularComponent . biolink:ClinicalAttribute a sh:NodeShape ; sh:closed true ; sh:description "Attributes relating to a clinical manifestation" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ 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 6 ; - sh:path biolink:provided_by ], + sh:property [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ 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 5 ; sh:path biolink:id ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], [ 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:order 0 ; sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; sh:path biolink:xref ], @@ -21572,6 +21545,12 @@ biolink:ClinicalAttribute a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:has_qualitative_value ], + [ sh:order 10 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -21581,36 +21560,52 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:order 10 ; - sh:path rdf:type ] ; + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + 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: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 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ] ; 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:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:creation_date ], - [ sh:maxCount 1 ; + sh:property [ sh:maxCount 1 ; sh:order 2 ; sh:path biolink:format ], - [ sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ], [ 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:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:maxCount 1 ; sh:order 0 ; sh:path biolink:license ], @@ -21622,57 +21617,43 @@ biolink:Dataset a sh:NodeShape ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:full_name ], - [ sh:order 10 ; - sh:path rdf:type ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], - [ 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 4 ; - 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:path biolink:has_attribute ], + [ 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 4 ; + sh:path biolink:provided_by ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path rdfs:label ], + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:creation_date ], + [ sh:order 10 ; + sh:path rdf:type ], + [ sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:rights ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:iri ] ; 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:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], - [ sh:maxCount 1 ; + sh:property [ sh:maxCount 1 ; sh:order 0 ; sh:path biolink:distribution_download_url ], - [ sh:order 11 ; - sh:path rdf:type ], - [ sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:format ], - [ 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 8 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], @@ -21680,23 +21661,27 @@ biolink:DatasetDistribution a sh:NodeShape ; sh:order 1 ; sh:path biolink:license ], [ sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:rights ], - [ 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 5 ; - sh:path biolink:provided_by ], + sh:order 3 ; + sh:path biolink:format ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:full_name ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 13 ; + sh:path dct:description ], + [ 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 5 ; + sh:path biolink:provided_by ], + [ sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:rights ], + [ 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:order 12 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:id ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -21709,110 +21694,139 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:order 4 ; - sh:path biolink:creation_date ] ; + sh:path biolink:creation_date ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:full_name ], + [ sh:order 11 ; + sh:path rdf:type ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path rdfs:label ], + [ 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: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: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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:full_name ], + [ sh:order 6 ; + sh:path rdf:type ], + [ 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 0 ; sh:path biolink:provided_by ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink: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:order 3 ; sh:path biolink:id ], - [ sh:order 6 ; - sh:path rdf:type ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path dct:description ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 7 ; sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 9 ; - sh:path biolink:has_attribute ] ; + sh:path biolink:has_attribute ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ] ; 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:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path rdfs:label ], + sh:property [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 6 ; + sh:path biolink:available_from ], + [ 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 10 ; + sh:path biolink:provided_by ], [ 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:order 7 ; sh:path biolink:max_tolerated_dose ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path rdfs:label ], + [ sh:class biolink:ChemicalEntity ; + sh:description "" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:trade_name ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 17 ; 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 9 ; + sh:path biolink:has_chemical_role ], + [ 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:iri ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path rdfs:label ], + [ sh:description "" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:is_toxic ], [ sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; 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: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:order 3 ; - sh:path biolink:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 11 ; - sh:path biolink:xref ], - [ sh:order 15 ; - sh:path rdf:type ], + sh:order 12 ; + sh:path biolink:full_name ], [ sh:description "indicates whether a molecular entity is a metabolite" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:is_metabolite ], - [ 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:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:has_attribute ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 11 ; + sh:path biolink:xref ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -21822,44 +21836,41 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 14 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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:ChemicalEntity ; - sh:description "" ; + [ 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 3 ; + sh:path biolink:id ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:trade_name ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:full_name ], - [ 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 10 ; - sh:path biolink:provided_by ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path rdfs:label ], - [ sh:description "" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:is_toxic ] ; + sh:order 18 ; + sh:path biolink:has_attribute ], + [ sh:order 15 ; + sh:path rdf:type ] ; 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:description "A human-readable name for an attribute or entity." ; + 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 1 ; + sh:path biolink:in_taxon ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 10 ; + sh:order 5 ; + sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 2 ; sh:path rdfs:label ], - [ sh:order 9 ; - sh:path rdf:type ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -21869,113 +21880,82 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 8 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:order 9 ; + 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: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 3 ; + 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:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path rdfs:label ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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: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 1 ; - sh:path biolink:in_taxon ], [ 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 6 ; sh:path biolink:id ], - [ 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:order 5 ; - sh:path biolink:full_name ], - [ 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 3 ; - sh:path biolink:provided_by ], + sh:order 10 ; + sh:path rdfs:label ], [ 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:iri ], - [ 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:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ] ; + sh:path biolink:iri ] ; sh:targetClass biolink:GeneFamily . biolink:GeneProductMixin a sh:NodeShape ; sh:closed false ; sh:description "The functional molecular product of a single gene locus. Gene products are either proteins or functional RNA molecules." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ 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:property [ 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:order 2 ; sh:path rdfs:label ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 0 ; - sh:path biolink:synonym ] ; + sh:path biolink:synonym ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; sh:targetClass biolink:GeneProductMixin . 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], + sh:order 1 ; + 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:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], - [ 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 5 ; - sh:path biolink:id ], - [ 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 2 ; - sh:path biolink:provided_by ], - [ sh:order 8 ; - sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], [ 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: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 2 ; + sh:path biolink:provided_by ], + [ sh:order 8 ; + sh:path rdf:type ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -21984,7 +21964,27 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 7 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ], + [ 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 5 ; + sh:path biolink:id ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ] ; sh:targetClass biolink:GeneticInheritance . biolink:InformationContentEntity a sh:NodeShape ; @@ -21993,24 +21993,6 @@ biolink:InformationContentEntity a sh:NodeShape ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:order 10 ; sh:path rdf:type ], - [ sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ 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 4 ; - sh:path biolink:provided_by ], [ 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 ; @@ -22019,34 +22001,52 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t [ sh:maxCount 1 ; sh:order 1 ; sh:path biolink:rights ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:full_name ], - [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:creation_date ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 11 ; sh:path rdfs:label ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:iri ], + [ sh:maxCount 1 ; + 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 13 ; sh:path biolink:has_attribute ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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 4 ; + sh:path biolink:provided_by ], + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:creation_date ], [ sh:maxCount 1 ; sh:order 2 ; - sh:path biolink:format ] ; + sh:path biolink:format ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ] ; sh:targetClass biolink:InformationContentEntity . biolink:OrganismalEntity a sh:NodeShape ; @@ -22057,29 +22057,34 @@ biolink:OrganismalEntity a sh:NodeShape ; sh:maxCount 1 ; sh:order 9 ; sh:path rdfs:label ], - [ 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 5 ; - 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: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 2 ; sh:path biolink:provided_by ], - [ sh:order 8 ; - sh:path rdf:type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], + sh:order 4 ; + sh:path biolink:full_name ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; 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: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 5 ; + sh:path biolink:id ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -22089,22 +22094,17 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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:order 4 ; - sh:path biolink:full_name ], + sh:order 6 ; + sh:path biolink:iri ], + [ sh:order 8 ; + sh:path rdf:type ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 11 ; - sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ] ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:OrganismalEntity . biolink:Outcome a sh:NodeShape ; @@ -22118,117 +22118,101 @@ 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:maxCount 1 ; - sh:order 12 ; - sh:path biolink:object_part_qualifier ], - [ 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 1 ; + sh:path biolink:subject_aspect_qualifier ], [ 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:order 16 ; sh:path biolink:anatomical_context_qualifier ], - [ 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 8 ; - sh:path biolink:qualified_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:maxCount 1 ; - sh:order 5 ; - sh:path biolink:subject_derivative_qualifier ], - [ sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:object_derivative_qualifier ], - [ sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:subject_part_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: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 7 ; - sh:path rdf:predicate ], [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:object_direction_qualifier ], [ sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:subject_form_or_variant_qualifier ], - [ 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:order 0 ; - sh:path biolink:mapped_predicate ], + sh:order 12 ; + sh:path biolink:object_part_qualifier ], [ sh:maxCount 1 ; sh:order 9 ; sh:path biolink:object_aspect_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:maxCount 1 ; + sh:order 14 ; + sh:path biolink:object_context_qualifier ], [ sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:subject_direction_qualifier ], [ sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:object_form_or_variant_qualifier ], + sh:order 5 ; + sh:path biolink:subject_derivative_qualifier ], + [ 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:maxCount 1 ; + sh:order 3 ; + sh:path biolink:subject_form_or_variant_qualifier ], + [ sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:subject_part_qualifier ], + [ sh:maxCount 1 ; + 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 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: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: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:order 0 ; + sh:path biolink:mapped_predicate ], [ sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:object_context_qualifier ], - [ sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:subject_context_qualifier ], + sh:order 11 ; + sh:path biolink:object_form_or_variant_qualifier ], [ sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:subject_aspect_qualifier ] ; + sh:order 13 ; + sh:path biolink:object_derivative_qualifier ], + [ 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 "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 7 ; + sh:path rdf:predicate ], + [ 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 8 ; + sh:path biolink:qualified_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:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path rdfs:label ], - [ 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 3 ; - sh:path biolink:id ], - [ sh:class biolink:Attribute ; + sh:property [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path dct:description ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + sh:order 2 ; + sh:path biolink:full_name ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -22240,66 +22224,75 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ sh:order 6 ; sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:full_name ], [ 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 0 ; - sh:path biolink:provided_by ] ; + sh:path biolink:provided_by ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path dct:description ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path rdfs:label ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], + [ 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 3 ; + sh:path biolink:id ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; sh:targetClass biolink:Procedure . biolink:SocioeconomicAttribute a sh:NodeShape ; sh:closed true ; sh:description "Attributes relating to a socioeconomic manifestation" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; sh:nodeKind sh:BlankNode ; sh:order 2 ; sh:path biolink:has_quantitative_value ], - [ 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:IRI ; - sh:order 1 ; - sh:path biolink:has_attribute_type ], - [ sh:order 10 ; - sh:path rdf:type ], + [ 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 6 ; + sh:path biolink:provided_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; + sh:path biolink:xref ], [ 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 5 ; sh:path biolink:id ], - [ 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 6 ; - sh:path biolink:provided_by ], + [ sh:order 10 ; + sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ 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:order 0 ; sh:path rdfs:label ], - [ 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:order 11 ; - sh:path dct:description ], + sh:order 4 ; + sh:path biolink:iri ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -22313,32 +22306,21 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; - sh:path biolink:has_attribute ] ; + sh:path biolink:has_attribute ], + [ 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:targetClass biolink:SocioeconomicAttribute . 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ 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:class biolink:Procedure ; - sh:description "connects an entity to one or more (medical) procedures" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_procedure ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + sh:property [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... @@ -22347,19 +22329,28 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path rdfs:label ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:timepoint ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:class biolink:Procedure ; + sh:description "connects an entity to one or more (medical) procedures" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_procedure ], + [ 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], - [ sh:order 10 ; - sh:path rdf:type ], + sh:order 8 ; + sh:path biolink:iri ], [ 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 4 ; sh:path biolink:provided_by ], @@ -22368,65 +22359,52 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 7 ; 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:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], [ 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:path biolink:has_drug ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:order 10 ; + sh:path rdf:type ], + [ 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ] ; sh:targetClass biolink:Treatment . biolink:Zygosity a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:class biolink:QuantityValue ; + sh:property [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; sh:nodeKind sh:BlankNode ; sh:order 2 ; sh:path biolink:has_quantitative_value ], - [ sh:order 10 ; - 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:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 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:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], [ 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: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 5 ; + sh:path biolink:id ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -22436,40 +22414,86 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ 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: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 6 ; + sh:path biolink:provided_by ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], + [ sh:order 10 ; + 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:order 5 ; - sh:path biolink:id ], + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_attribute_type ], [ 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:order 0 ; sh:path rdfs:label ], - [ 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 6 ; - sh:path biolink:provided_by ] ; + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ] ; sh:targetClass biolink:Zygosity . 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 "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ 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 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, 'FDA approval status.'" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:highest_FDA_approval_status ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:iri ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 6 ; + sh:path biolink:available_from ], + [ 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:order 17 ; - sh:path dct:description ], - [ 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, 'FDA approval status.'" ; + sh:order 7 ; + sh:path biolink:max_tolerated_dose ], + [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:highest_FDA_approval_status ], - [ sh:description "a long-form human readable name for a thing" ; + sh:order 3 ; + sh:path biolink:drug_regulatory_status_world_wide ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:full_name ], + sh:order 16 ; + sh:path rdfs:label ], + [ 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 11 ; + sh:path biolink:xref ], + [ 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -22479,65 +22503,41 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 14 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path rdfs:label ], - [ sh:class biolink:ChemicalMixture ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:is_supplement ], - [ 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:order 7 ; - sh:path biolink:max_tolerated_dose ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 6 ; - sh:path biolink:available_from ], [ sh:class biolink:ChemicalEntity ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:trade_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 11 ; - sh:path biolink:xref ], - [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; + [ 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: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:description "" ; + sh:minCount 1 ; + sh:order 0 ; + sh:path biolink:id ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:is_toxic ], + sh:order 17 ; + sh:path dct:description ], + [ sh:order 15 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + 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: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 10 ; - sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:class biolink:ChemicalMixture ; + sh:description "" ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:has_attribute ], - [ sh:order 15 ; - sh:path rdf:type ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 1 ; + sh:path biolink:is_supplement ], + [ sh:description "" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 0 ; - sh:path biolink:id ] ; + sh:order 8 ; + sh:path biolink:is_toxic ] ; sh:targetClass biolink:Drug . biolink:ExposureEvent a sh:NodeShape ; @@ -22553,47 +22553,16 @@ biolink:ExposureEvent a sh:NodeShape ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:timepoint ] ; - sh:targetClass biolink:ExposureEvent . - -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: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 5 ; - sh:path biolink:id ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], - [ sh:order 8 ; - 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:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "a human-readable description of an entity" ; + sh:targetClass biolink:ExposureEvent . + +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:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], + sh:order 9 ; + sh:path rdfs:label ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -22603,27 +22572,55 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:order 8 ; + sh:path rdf:type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 11 ; sh:path biolink:has_attribute ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], + [ 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 5 ; + sh:path biolink:id ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], [ 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 2 ; - sh:path biolink:provided_by ] ; + 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:targetClass biolink:IndividualOrganism . 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path dct:description ], + sh:order 4 ; + sh:path biolink:iri ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 2 ; @@ -22637,36 +22634,56 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 5 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path dct:description ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 7 ; sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:order 6 ; - sh:path rdf:type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ 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 3 ; sh:path biolink:id ], - [ 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 0 ; - sh:path biolink:provided_by ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 9 ; - sh:path biolink:has_attribute ] ; + sh:path biolink:has_attribute ], + [ 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 0 ; + sh:path biolink:provided_by ], + [ sh:order 6 ; + sh:path rdf:type ] ; sh:targetClass biolink:MaterialSample . biolink:Transcript a sh:NodeShape ; sh:closed true ; sh:description "An RNA synthesized on a DNA or RNA template by an RNA polymerase." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + sh:property [ 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 11 ; + sh:path biolink:xref ], + [ 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 3 ; + sh:path biolink:id ], + [ sh:description "" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:is_toxic ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... @@ -22675,106 +22692,69 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 14 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "indicates whether a molecular entity is a metabolite" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:is_metabolite ], - [ 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 3 ; - sh:path biolink:id ], - [ sh:class biolink:ChemicalEntity ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:trade_name ], - [ 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:order 2 ; + sh:order 16 ; sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path dct:description ], + [ 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 10 ; + 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:order 15 ; + sh:path rdf:type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 13 ; + 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:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 12 ; sh:path biolink:full_name ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "indicates whether a molecular entity is a metabolite" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:iri ], + sh:order 4 ; + sh:path biolink:is_metabolite ], [ sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:has_biological_sequence ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 16 ; + sh:order 2 ; 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: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 10 ; - 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 1 ; - sh:path biolink:in_taxon ], - [ sh:order 15 ; - sh:path rdf:type ], - [ sh:description "" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:is_toxic ], [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 6 ; sh:path biolink:available_from ], - [ sh:description "a human-readable description of an entity" ; + [ sh:class biolink:ChemicalEntity ; + sh:description "" ; sh:maxCount 1 ; - sh:order 17 ; - sh:path dct:description ], + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:trade_name ], [ 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:order 7 ; - sh:path biolink:max_tolerated_dose ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 11 ; - sh:path biolink:xref ] ; + sh:path biolink:max_tolerated_dose ] ; sh:targetClass biolink:Transcript . biolink:Pathway a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path rdfs:label ], - [ 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 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: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 0 ; - sh:path biolink:id ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + sh:property [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... @@ -22783,82 +22763,98 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 10 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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: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:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], [ 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 11 ; - sh:path rdf:type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:iri ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 13 ; sh:path dct:description ], + [ 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 0 ; + sh:path biolink:id ], + [ 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 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:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 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:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 12 ; - sh:path rdfs:label ] ; + sh:path rdfs:label ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:Pathway . biolink:LifeStage a sh:NodeShape ; sh:closed true ; sh:description "A stage of development or growth of an organism, including post-natal adult stages" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], - [ sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 10 ; + sh:path dct:description ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 5 ; - sh:path biolink:id ], - [ sh:order 8 ; - sh:path rdf:type ], + sh:order 9 ; + sh:path rdfs:label ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 11 ; sh:path biolink:has_attribute ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 9 ; + sh:order 1 ; 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:order 8 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -22868,72 +22864,93 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], [ 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 2 ; sh:path biolink:provided_by ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ 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:order 10 ; - sh:path dct:description ] ; + sh:minCount 1 ; + sh:order 5 ; + sh:path biolink:id ] ; sh:targetClass biolink:LifeStage . biolink:NucleicAcidEntity a sh:NodeShape ; sh:closed true ; 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:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - 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:property [ 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 10 ; + sh:path biolink:provided_by ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 14 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "connects a genomic feature to its sequence" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:has_biological_sequence ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path rdfs:label ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path biolink:full_name ], + [ sh:description "indicates whether a molecular entity is a metabolite" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:is_metabolite ], + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:in_taxon ], + sh:order 9 ; + sh:path biolink:has_chemical_role ], [ sh:description "" ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:is_toxic ], - [ 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:order 7 ; - sh:path biolink:max_tolerated_dose ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 11 ; - sh:path biolink:xref ], - [ 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 3 ; - sh:path biolink:id ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 17 ; sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:iri ], + [ sh:order 15 ; + sh:path rdf:type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 11 ; + sh:path biolink:xref ], [ sh:class biolink:ChemicalEntity ; sh:description "" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 5 ; 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 9 ; - sh:path biolink:has_chemical_role ], - [ 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:order 2 ; - sh:path rdfs:label ], + sh:order 13 ; + 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:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:has_attribute ], [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 6 ; @@ -22942,69 +22959,34 @@ biolink:NucleicAcidEntity a sh:NodeShape ; sh:maxCount 1 ; sh:order 16 ; sh:path rdfs:label ], - [ sh:description "indicates whether a molecular entity is a metabolite" ; + [ 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:order 4 ; - sh:path biolink:is_metabolite ], - [ sh:description "connects a genomic feature to its sequence" ; + sh:order 7 ; + sh:path biolink:max_tolerated_dose ], + [ 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:order 0 ; - sh:path biolink:has_biological_sequence ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 14 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:full_name ], - [ 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 10 ; - sh:path biolink:provided_by ], - [ sh:order 15 ; - sh:path rdf:type ] ; + sh:order 3 ; + sh:path biolink:id ] ; sh:targetClass biolink:NucleicAcidEntity . 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:property [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], - [ sh:order 8 ; - 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:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path rdfs:label ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 10 ; @@ -23012,6 +22994,13 @@ biolink:PopulationOfIndividualOrganisms a sh:NodeShape ; [ 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 2 ; sh:path biolink:provided_by ], + [ sh:order 8 ; + sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:has_attribute ], [ 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 ; @@ -23025,7 +23014,18 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 7 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:PopulationOfIndividualOrganisms . biolink:ChemicalEntityOrGeneOrGeneProduct a sh:NodeShape ; @@ -23038,102 +23038,104 @@ 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:class biolink:MolecularEntity ; - sh:description "A chemical entity that is the output for the reaction" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_output ], - [ 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 0 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; + sh:order 10 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], - [ 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 6 ; - sh:path biolink:provided_by ], + sh:order 12 ; + sh:path rdfs:label ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 5 ; 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:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], [ 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:order 11 ; - sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; 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:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ], + [ sh:class biolink:MolecularEntity ; + sh:description "A chemical entity that is the output for the reaction" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_output ], [ sh:class biolink:MacromolecularMachineMixin ; sh:description "The gene product, gene, or complex that catalyzes the reaction" ; sh:nodeKind sh:BlankNode ; sh:order 3 ; sh:path biolink:enabled_by ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ 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 11 ; + sh:path rdf:type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; + sh:path biolink:xref ], + [ 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 6 ; + sh:path biolink:provided_by ], + [ 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:order 12 ; - sh:path rdfs:label ] ; + sh:minCount 1 ; + sh:order 0 ; + sh:path biolink:id ] ; sh:targetClass biolink:MolecularActivity . biolink:ChemicalMixture a sh:NodeShape ; sh:closed true ; sh:description "A chemical mixture is a chemical entity composed of two or more molecular entities." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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 9 ; - sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:class biolink:ChemicalEntity ; + sh:description "" ; sh:maxCount 1 ; - sh:order 17 ; - sh:path dct:description ], + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:trade_name ], + [ sh:description "" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:is_toxic ], + [ 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:id ], + [ sh:order 15 ; + sh:path rdf:type ], [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 5 ; sh:path biolink:available_from ], - [ sh:order 15 ; - sh:path rdf:type ], - [ 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:order 6 ; - sh:path biolink:max_tolerated_dose ], - [ sh:class biolink:ChemicalEntity ; - sh:description "" ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:trade_name ], + sh:order 11 ; + sh:path biolink:full_name ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -23143,20 +23145,6 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 14 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:drug_regulatory_status_world_wide ], - [ sh:description "" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:is_toxic ], - [ sh:class biolink:ChemicalMixture ; - sh:description "" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:is_supplement ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 16 ; @@ -23165,36 +23153,48 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 1 ; sh:path biolink:highest_FDA_approval_status ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path dct:description ], + [ 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:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:has_attribute ], - [ 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 "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:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:iri ], + sh:order 2 ; + 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 8 ; sh:path biolink:has_chemical_role ], + [ sh:class biolink:ChemicalMixture ; + sh:description "" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:is_supplement ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ 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:order 11 ; - sh:path biolink:full_name ] ; + sh:order 13 ; + sh:path biolink:iri ], + [ 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 9 ; + sh:path biolink:provided_by ], + [ 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:order 6 ; + sh:path biolink:max_tolerated_dose ] ; sh:targetClass biolink:ChemicalMixture . biolink:MacromolecularMachineMixin a sh:NodeShape ; @@ -23211,35 +23211,27 @@ 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 ( rdf:type ) ; - sh:property [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path rdfs:label ], - [ sh:class biolink:ChemicalRole ; + sh:property [ 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:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:description "indicates whether a molecular entity is a metabolite" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:is_metabolite ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:iri ], - [ sh:order 12 ; - sh:path rdf:type ], - [ sh:class biolink:ChemicalEntity ; - sh:description "" ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:trade_name ], + sh:order 13 ; + sh:path rdfs:label ], + [ 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 9 ; + sh:path biolink:id ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; + sh:path biolink:xref ], [ 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 6 ; sh:path biolink:provided_by ], @@ -23247,47 +23239,71 @@ biolink:MolecularEntity a sh:NodeShape ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:max_tolerated_dose ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 11 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:is_toxic ], + [ 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:class biolink:ChemicalEntity ; + sh:description "" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:trade_name ], + [ sh:order 12 ; + sh:path rdf:type ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 14 ; sh:path dct:description ], + [ sh:description "indicates whether a molecular entity is a metabolite" ; + sh:maxCount 1 ; + 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], - [ 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 """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; - sh:path biolink:id ], - [ sh:description "" ; + sh:order 11 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:is_toxic ], - [ 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 8 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:MolecularEntity . biolink:PhenotypicFeature a sh:NodeShape ; sh:closed true ; 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + sh:property [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path rdfs:label ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... @@ -23296,31 +23312,17 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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 2 ; - sh:path biolink:provided_by ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ sh:order 8 ; - sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], [ 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 5 ; - sh:path biolink:id ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:order 5 ; + sh:path biolink:id ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], + [ 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 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 ; @@ -23330,10 +23332,8 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 10 ; sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], + [ sh:order 8 ; + sh:path rdf:type ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -23349,12 +23349,36 @@ biolink:PhysicalEntity a sh:NodeShape ; sh:maxCount 1 ; sh:order 7 ; sh:path rdfs:label ], + [ sh:order 6 ; + sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:has_attribute ], + [ 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 0 ; + sh:path biolink:provided_by ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 8 ; sh:path dct:description ], - [ sh:order 6 ; - sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink: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:order 3 ; + sh:path biolink:id ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -23363,59 +23387,56 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 5 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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 3 ; - sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:has_attribute ], - [ 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 0 ; - sh:path biolink:provided_by ] ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; sh:targetClass biolink:PhysicalEntity . biolink:Genotype a sh:NodeShape ; sh:closed true ; 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:class biolink:OrganismTaxon ; + sh:property [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + 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: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 2 ; - sh:path biolink:id ], - [ sh:class biolink:Zygosity ; - sh:maxCount 1 ; + [ sh:order 10 ; + sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_zygosity ], + sh:order 13 ; + sh:path biolink:has_attribute ], + [ 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 5 ; + sh:path biolink:provided_by ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; - sh:order 11 ; + sh:order 1 ; + sh:path biolink:has_biological_sequence ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 4 ; sh:path rdfs:label ], + [ 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 2 ; + sh:path biolink:id ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -23425,46 +23446,48 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path rdfs:label ], - [ sh:order 10 ; - sh:path rdf:type ], - [ sh:description "connects a genomic feature to its sequence" ; + [ sh:class biolink:Zygosity ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:has_biological_sequence ], - [ 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], - [ sh:description "a long-form human readable name for a thing" ; + sh:order 0 ; + sh:path biolink:has_zygosity ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:full_name ], - [ 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 5 ; - sh:path biolink:provided_by ] ; + sh:order 11 ; + sh:path rdfs:label ] ; sh:targetClass biolink:Genotype . biolink:SequenceVariant a sh:NodeShape ; sh:closed true ; 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ sh:order 10 ; + sh:path rdf:type ], + [ 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:order 8 ; - sh:path biolink:iri ], + sh:minCount 1 ; + sh:order 2 ; + sh:path biolink:id ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:full_name ], + [ 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 5 ; + sh:path biolink:provided_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ 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: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:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 11 ; @@ -23478,22 +23501,6 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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: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 2 ; - sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:full_name ], - [ sh:order 10 ; - sh:path rdf:type ], [ sh:description "The state of the sequence w.r.t a reference sequence" ; sh:maxCount 1 ; sh:order 1 ; @@ -23502,47 +23509,43 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:maxCount 1 ; sh:order 4 ; sh:path rdfs:label ], - [ 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 5 ; - sh:path biolink:provided_by ], - [ 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:order 12 ; - sh:path dct:description ], + sh:order 8 ; + 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: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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ] ; + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ] ; sh:targetClass biolink:SequenceVariant . 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:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ sh:order 8 ; + sh:path rdf:type ], + [ 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:order 6 ; - sh:path biolink:iri ], - [ 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:order 0 ; - sh:path biolink:affiliation ], + sh:minCount 1 ; + sh:order 5 ; + sh:path biolink:id ], [ sh:description "it is recommended that an author's 'name' property be formatted as \"surname, firstname initial.\"" ; sh:maxCount 1 ; sh:order 9 ; sh:path rdfs:label ], + [ sh:description "the particulars of the place where someone or an organization is situated. For now, this slot is a simple text \"blob\" containing all relevant details of the given location for fitness of purpose. For the moment, this \"address\" can include other contact details such as email and phone number(?)." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:address ], + [ 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 2 ; + sh:path biolink:provided_by ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -23552,44 +23555,59 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 5 ; - sh:path biolink:id ], - [ 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 2 ; - sh:path biolink:provided_by ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], + sh:order 6 ; + sh:path biolink:iri ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 10 ; sh:path dct:description ], - [ sh:description "the particulars of the place where someone or an organization is situated. For now, this slot is a simple text \"blob\" containing all relevant details of the given location for fitness of purpose. For the moment, this \"address\" can include other contact details such as email and phone number(?)." ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:address ], + sh:order 4 ; + sh:path biolink:full_name ], [ 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:order 8 ; - sh:path rdf:type ] ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], + [ 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:order 0 ; + sh:path biolink:affiliation ] ; sh:targetClass biolink:Agent . biolink:DiseaseOrPhenotypicFeature a sh:NodeShape ; sh:closed true ; 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:order 8 ; - sh:path rdf:type ], + sh: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:order 5 ; + sh:path biolink:id ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:iri ], + [ 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 2 ; + sh:path biolink:provided_by ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path rdfs:label ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -23604,62 +23622,64 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ 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 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; sh:path biolink:xref ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path rdfs:label ], - [ 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 5 ; - 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 8 ; + sh:path rdf:type ] ; sh:targetClass biolink:DiseaseOrPhenotypicFeature . 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:order 8 ; + sh:property [ 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 2 ; + 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:order 8 ; sh:path rdf:type ], - [ 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 5 ; - sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path rdfs:label ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; sh:path biolink:xref ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:iri ], + [ 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 5 ; + sh:path biolink:id ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -23669,31 +23689,11 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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 2 ; - sh:path biolink:provided_by ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], - [ 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:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 10 ; - 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:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ] ; + sh:path biolink:in_taxon ] ; sh:targetClass biolink:Disease . biolink:BiologicalSex a sh:NodeShape ; @@ -23703,92 +23703,70 @@ biolink:BiologicalSex a sh:NodeShape ; sh:maxCount 1 ; sh:order 0 ; sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - 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: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: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 5 ; - sh:path biolink:id ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; sh:path biolink:xref ], + [ 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 6 ; + sh:path biolink:provided_by ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], + [ sh:order 10 ; + 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:order 9 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + sh:order 5 ; + 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 1 ; + sh:path biolink:has_attribute_type ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 4 ; - sh:path biolink:iri ], - [ sh:order 10 ; - sh:path rdf:type ], - [ 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 6 ; - sh:path biolink:provided_by ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ] ; + sh:path biolink:iri ] ; sh:targetClass biolink:BiologicalSex . 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:description "Alternate human-readable names for a thing" ; - sh:order 1 ; - sh:path biolink:synonym ], - [ 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:order 12 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], - [ sh:description "connects a genomic feature to its sequence" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:has_biological_sequence ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path rdfs:label ], - [ 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:provided_by ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + sh:property [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... @@ -23797,48 +23775,79 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 10 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:order 11 ; - sh:path rdf:type ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:full_name ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "Symbol for a particular thing" ; sh:maxCount 1 ; - 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + sh:order 0 ; + sh:path biolink:symbol ], [ 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 5 ; sh:path biolink:in_taxon ], - [ sh:description "Symbol for a particular thing" ; + [ 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: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:provided_by ], + [ 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:order 0 ; - sh:path biolink:symbol ], + sh:order 12 ; + sh:path rdfs:label ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path rdfs:label ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:iri ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 1 ; + sh:path biolink:synonym ], + [ sh:order 11 ; + sh:path rdf:type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], [ 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 4 ; - sh:path biolink:id ] ; + sh:path biolink:id ], + [ sh:description "connects a genomic feature to its sequence" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:has_biological_sequence ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ] ; sh:targetClass biolink:Gene . 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:description "a long-form human readable name for a thing" ; + sh:property [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path dct:description ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; 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:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 6 ; @@ -23852,66 +23861,43 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 7 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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 2 ; - sh:path biolink:provided_by ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - 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:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_attribute ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path rdfs:label ], + [ sh:order 8 ; + sh:path rdf:type ], [ 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 5 ; sh:path biolink:id ], - [ 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: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 11 ; + sh:path biolink:has_attribute ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path dct:description ], + sh:order 9 ; + sh:path rdfs:label ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ sh:order 8 ; - sh:path rdf:type ] ; + sh:path biolink:xref ] ; sh:targetClass biolink:AnatomicalEntity . biolink:ChemicalRole a sh:NodeShape ; sh:closed true ; sh:description " A role played by the molecular entity or part thereof within a chemical context." ; sh:ignoredProperties ( rdf:type ) ; - sh: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:order 5 ; - sh:path biolink:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], - [ 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:order 0 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ 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 6 ; - sh:path biolink:provided_by ], + 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -23921,13 +23907,18 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; + sh:path biolink:xref ], + [ 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 6 ; + sh:path biolink:provided_by ], [ sh:order 10 ; sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + 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 ; @@ -23935,20 +23926,29 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - 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: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 5 ; + sh:path biolink:id ], + [ 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:order 0 ; + sh:path rdfs:label ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; sh:nodeKind sh:BlankNode ; @@ -23970,39 +23970,55 @@ 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:property [ 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 6 ; + sh:path biolink:provided_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; + 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:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:iri ], - [ sh:order 10 ; - sh:path rdf:type ], + [ 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: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:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:order 10 ; + sh:path rdf:type ], [ 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 5 ; sh:path biolink:id ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; + [ 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: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 6 ; - sh:path biolink:provided_by ], + sh:order 8 ; + sh:path biolink:full_name ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; sh:nodeKind sh:BlankNode ; @@ -24014,79 +24030,65 @@ biolink:Onset a sh:NodeShape ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 1 ; - sh:path biolink:has_attribute_type ], - [ 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:order 0 ; - sh:path rdfs:label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; + sh:path biolink:has_attribute_type ] ; sh:targetClass biolink:Onset . 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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNode ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; 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:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:full_name ], - [ sh:description "a human-readable description of an entity" ; + [ 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:order 11 ; - sh:path dct:description ], + sh:order 0 ; + sh:path rdfs:label ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ 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: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 6 ; - sh:path biolink:provided_by ], - [ sh:order 10 ; - sh:path rdf:type ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:iri ], + [ 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 6 ; + sh:path biolink:provided_by ], [ 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 5 ; sh:path biolink:id ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -24094,132 +24096,111 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], - [ 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:order 0 ; - sh:path rdfs:label ] ; + [ sh:order 10 ; + sh:path rdf:type ] ; sh:targetClass biolink:SeverityValue . biolink:QuantityValue a sh:NodeShape ; sh:closed true ; sh:description "A value of an attribute that is quantitative and measurable, expressed as a combination of a unit and a numeric value" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "connects a quantity value to a unit" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:has_unit ], - [ sh:description "connects a quantity value to a number" ; + sh:property [ sh:description "connects a quantity value to a number" ; sh:maxCount 1 ; sh:order 1 ; - sh:path biolink:has_numeric_value ] ; + sh:path biolink:has_numeric_value ], + [ sh:description "connects a quantity value to a unit" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:has_unit ] ; sh:targetClass biolink:QuantityValue . 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 ( rdf:type ) ; - sh:property [ 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:property [ sh:class biolink:ChemicalEntity ; + sh:description "" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:max_tolerated_dose ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:trade_name ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:iri ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 13 ; 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:description "" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:is_toxic ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:full_name ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 12 ; sh:path rdfs:label ], - [ sh:class biolink:ChemicalEntity ; - sh:description "" ; + [ 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:order 2 ; + sh:path biolink:max_tolerated_dose ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:trade_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:order 4 ; + sh:path biolink:has_chemical_role ], [ sh:order 11 ; sh:path rdf:type ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 1 ; - sh:path biolink:available_from ], [ 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 8 ; sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:full_name ], [ sh:description "" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:is_toxic ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 1 ; + sh:path biolink:available_from ], + [ 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: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 5 ; - sh:path biolink:provided_by ] ; + sh:path biolink:provided_by ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 10 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; sh:targetClass biolink:ChemicalEntity . biolink:NamedThing a sh:NodeShape ; sh:closed true ; sh:description "a databased entity or concept/class" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:order 6 ; - sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 7 ; sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:has_attribute ], - [ 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 0 ; - sh:path biolink:provided_by ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink: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:order 3 ; sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:order 6 ; + sh:path rdf:type ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 8 ; @@ -24232,14 +24213,45 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:minCount 1 ; sh:order 5 ; sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ] ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:has_attribute ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:full_name ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], + [ 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 0 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:NamedThing . 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:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + sh: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:order 3 ; + sh:path biolink:id ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... @@ -24248,6 +24260,16 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 5 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:order 6 ; + sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path dct:description ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:full_name ], [ 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 0 ; sh:path biolink:provided_by ], @@ -24259,29 +24281,7 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 4 ; - sh:path biolink:iri ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path dct:description ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path rdfs:label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ 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 3 ; - sh:path biolink:id ], - [ sh:order 6 ; - sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:full_name ] ; + sh:path biolink:iri ] ; sh:targetClass biolink:OrganismTaxon . biolink:EvidenceType a sh:NodeShape ; @@ -24291,18 +24291,21 @@ biolink:EvidenceType a sh:NodeShape ; sh:property [ sh:maxCount 1 ; sh:order 1 ; sh:path biolink:rights ], - [ 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:order 4 ; + sh:path biolink:provided_by ], + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - 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 13 ; - sh:path biolink:has_attribute ], + sh:order 3 ; + sh:path biolink:creation_date ], + [ sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:format ], [ sh:maxCount 1 ; sh:order 0 ; sh:path biolink:license ], + [ sh:order 10 ; + sh:path rdf:type ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. @@ -24312,47 +24315,67 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t sh:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:iri ], [ 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:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ 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:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], - [ sh:order 10 ; - sh:path rdf:type ], + sh:order 12 ; + sh:path dct:description ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], - [ 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 4 ; - sh:path biolink:provided_by ], - [ sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path rdfs:label ] ; + 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 ( rdf:type ) ; + sh:property [ sh:order 15 ; + sh:path rdf:type ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 14 ; + sh:path biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ 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:order 12 ; - sh:path dct:description ], - [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:path biolink:id ], + [ 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:order 16 ; + sh:path rdfs:label ], + [ sh:description "keywords tagging a publication" ; sh:order 3 ; - sh:path biolink:creation_date ] ; - 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 ( rdf:type ) ; - sh:property [ 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:order 1 ; - sh:path biolink:pages ], + sh:path biolink:keywords ], + [ 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 10 ; + sh:path biolink:provided_by ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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:xref ], @@ -24360,167 +24383,176 @@ biolink:Publication a sh:NodeShape ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:iri ], - [ 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 "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:id ], - [ sh:order 15 ; - sh:path rdf:type ], - [ sh:description "mesh terms tagging a publication" ; - sh:order 4 ; - sh:path biolink:mesh_terms ], + sh:order 11 ; + 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:maxCount 1 ; - sh:order 7 ; - sh:path biolink:rights ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:full_name ], - [ sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:license ], - [ 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 10 ; - sh:path biolink:provided_by ], - [ 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:order 16 ; - sh:path rdfs:label ], - [ sh:description "keywords tagging a publication" ; - sh:order 3 ; - sh:path biolink:keywords ], - [ sh:description "executive summary of a publication" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:summary ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 14 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], [ 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:maxCount 1 ; - sh:order 8 ; - sh:path biolink:format ], [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:creation_date ], + [ sh:description "executive summary of a publication" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:summary ], + [ sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:format ], + [ 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:order 1 ; + sh:path biolink:pages ], + [ sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:license ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 17 ; - sh:path dct:description ] ; + sh:path dct:description ], + [ sh:description "mesh terms tagging a publication" ; + sh:order 4 ; + sh:path biolink:mesh_terms ], + [ sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:rights ] ; sh:targetClass biolink:Publication . biolink:RetrievalSource a sh:NodeShape ; sh:closed true ; 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:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:property [ 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:order 2 ; + sh:path biolink:upstream_resource_ids ], + [ 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 ; sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:id ], + sh:order 0 ; + sh:path biolink:resource_id ], + [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. + * In a neo4j database this MAY correspond to the neo4j label tag. + * In an RDF database it should be a biolink model class URI. +This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... +In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 biolink:category ; + sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], + [ sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:format ], + [ sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:rights ], + [ 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 "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:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; - sh:path biolink:xref ], - [ 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 8 ; - sh:path biolink:provided_by ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 3 ; + sh:path biolink:xref ], + [ sh:order 13 ; + sh:path rdf:type ], + [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:creation_date ], [ sh:maxCount 1 ; sh:order 4 ; sh:path biolink:license ], - [ sh:description "The InformationResource that served as a source for the knowledge expressed in an Edge, or data used to generate this knowledge." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:iri ], + [ 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 0 ; - sh:path biolink:resource_id ], + sh:order 10 ; + sh:path biolink:id ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 15 ; sh:path dct:description ], - [ sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:rights ], - [ sh:order 13 ; - sh:path rdf:type ], - [ 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 "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 8 ; + sh:path biolink:provided_by ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 14 ; + sh:path rdfs:label ] ; + sh:targetClass biolink:RetrievalSource . + +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 ( rdf:type ) ; + sh:property [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], + [ 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:order 0 ; sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:order 10 ; + sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 11 ; - sh:path biolink:iri ], - [ 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:path dct:description ], + [ 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:order 2 ; - sh:path biolink:upstream_resource_ids ], + sh:minCount 1 ; + sh:order 5 ; + sh:path biolink:id ], [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. * In a neo4j database this MAY correspond to the neo4j label tag. * In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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:order 9 ; sh:path biolink:category ; sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:creation_date ], - [ sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:format ] ; - sh:targetClass biolink:RetrievalSource . - -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 ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - 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:BlankNode ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ 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 6 ; + sh:path biolink:provided_by ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + 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 ; @@ -24528,46 +24560,14 @@ biolink:Attribute a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; - sh:path biolink:xref ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ 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 5 ; - sh:path biolink:id ], - [ sh:order 10 ; - 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:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], - [ sh:description """Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. - * In a neo4j database this MAY correspond to the neo4j label tag. - * In an RDF database it should be a biolink model class URI. -This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`, ... -In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such 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 9 ; - sh:path biolink:category ; - sh:pattern "^biolink:[A-Z][A-Za-z]+$" ], - [ 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 6 ; - sh:path biolink:provided_by ], - [ 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:order 0 ; - sh:path rdfs:label ] ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives 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 7 ; + sh:path biolink:xref ] ; sh:targetClass biolink:Attribute . biolink:OntologyClass a sh:NodeShape ; diff --git a/biolink-model.ttl b/biolink-model.ttl index 7b5e71f348..bee0c97449 100644 --- a/biolink-model.ttl +++ b/biolink-model.ttl @@ -349,268 +349,268 @@ , , ; - linkml:generation_date "2023-07-19T16:37:23"^^xsd:dateTime ; + linkml:generation_date "2023-07-19T17:12:53"^^xsd:dateTime ; linkml:id ; linkml:imports linkml:types ; linkml:metamodel_version "1.7.0" ; - linkml:prefixes [ linkml:prefix_prefix "UBERGRAPH" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "WIKIDATA" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "interpro" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "foodb.compound" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "PHAROS" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "ComplexPortal" ; - linkml:prefix_reference ], + linkml:prefixes [ linkml:prefix_prefix "KEGG" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "EDAM-TOPIC" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "PathWhiz" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "OBAN" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "UO-PROPERTY" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "WBVocab" ; linkml:prefix_reference ], - [ linkml:prefix_prefix "VMC" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "XPO" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "UBERON_NONAMESPACE" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "AGRKB" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "SNOMEDCT" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "CAID" ; - linkml:prefix_reference ], + [ linkml:prefix_prefix "SIO" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "ResearchID" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "ECTO" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "foodb.food" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "GTEx" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "os" ; linkml:prefix_reference ], - [ linkml:prefix_prefix "STY" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "orphanet" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "isbn" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "GTOPDB" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "RO" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "linkml" ; - linkml:prefix_reference linkml: ], - [ linkml:prefix_prefix "OMIM.PS" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "NBO-PROPERTY" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "ChemBank" ; - linkml:prefix_reference ], + [ linkml:prefix_prefix "PHARMGKB.CHEMICAL" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "ScopusID" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "ncats.bioplanet" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "MI" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "ExO" ; linkml:prefix_reference ], - [ linkml:prefix_prefix "CTD.DISEASE" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "apollo" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "mirbase" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "PANTHER.FAMILY" ; - linkml:prefix_reference ], + [ linkml:prefix_prefix "pav" ; + linkml:prefix_reference pav: ], + [ linkml:prefix_prefix "UBERGRAPH" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "MmusDv" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "INO" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "UBERON_NONAMESPACE" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "PomBase" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "HsapDv" ; linkml:prefix_reference ], + [ linkml:prefix_prefix "CHADO" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "DOID-PROPERTY" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "ICD9" ; linkml:prefix_reference ], - [ linkml:prefix_prefix "UniProtKB" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "UBERON_CORE" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "dcid" ; - linkml:prefix_reference ], + [ linkml:prefix_prefix "FYPO" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "MESH" ; linkml:prefix_reference ], - [ linkml:prefix_prefix "KEGG.GENES" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "UO-PROPERTY" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "CLINVAR" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "KEGG.PATHWAY" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "foodb.food" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "pav" ; - linkml:prefix_reference pav: ], + [ linkml:prefix_prefix "isni" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "dct" ; + linkml:prefix_reference dcterms: ], + [ linkml:prefix_prefix "FYECO" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "SEMMEDDB" ; linkml:prefix_reference ], - [ linkml:prefix_prefix "EDAM-FORMAT" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "GOREL" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "COG" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "GSID" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "RXNORM" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "WBls" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "ResearchID" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "PMC" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "schema" ; - linkml:prefix_reference schema1: ], - [ linkml:prefix_prefix "WIKIDATA_PROPERTY" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "PHARMGKB.GENE" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "mmmp.biomaps" ; - linkml:prefix_reference ], + [ linkml:prefix_prefix "gpi" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "UniProtKB" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "foodb.compound" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "CPT" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "prov" ; + linkml:prefix_reference prov: ], + [ linkml:prefix_prefix "issn" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "DGIdb" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "NCIT-OBO" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "PHARMGKB.PATHWAYS" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "DrugCentral" ; linkml:prefix_reference ], - [ linkml:prefix_prefix "EDAM-DATA" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "EDAM-TOPIC" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "CID" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "NLMID" ; - linkml:prefix_reference ], + [ linkml:prefix_prefix "GOREL" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "mirbase" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "linkml" ; + linkml:prefix_reference linkml: ], + [ linkml:prefix_prefix "qud" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "REPODB" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "medgen" ; linkml:prefix_reference ], - [ linkml:prefix_prefix "dcat" ; - linkml:prefix_reference dcat: ], - [ linkml:prefix_prefix "UMLSSG" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "HCPCS" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "LOINC" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "ScopusID" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "CTD" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "PHARMGKB.VARIANT" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "ncats.drug" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "foaf" ; - linkml:prefix_reference foaf: ], - [ linkml:prefix_prefix "doi" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "GTEx" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "wgs" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "CHADO" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "NCIT-OBO" ; - linkml:prefix_reference ], + [ linkml:prefix_prefix "Xenbase" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "AspGD" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "dcid" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "XPO" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "RO" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "gtpo" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "ICD10" ; linkml:prefix_reference ], - [ linkml:prefix_prefix "EDAM-OPERATION" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "INO" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "PathWhiz" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "UNIPROT.ISOFORM" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "prov" ; - linkml:prefix_reference prov: ], - [ linkml:prefix_prefix "SIO" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "SEED.REACTION" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "CTD.GENE" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "PomBase" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "fabio" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "DGIdb" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "GOP" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "ECTO" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "FYPO" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "EFO" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "FYECO" ; - linkml:prefix_reference ], + [ linkml:prefix_prefix "COG" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "METANETX.REACTION" ; linkml:prefix_reference ], - [ linkml:prefix_prefix "MAXO" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "metacyc.reaction" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "KEGG.RCLASS" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "KEGG" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "MSigDB" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "RXCUI" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "NCBIGene" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "gtpo" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "ORCID" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "REPODB" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "OBAN" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "PHARMGKB.PATHWAYS" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "issn" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "DOID-PROPERTY" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "PHARMGKB.CHEMICAL" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "CTD.CHEMICAL" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "WBbt" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "biolink" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "isni" ; - linkml:prefix_reference ], [ linkml:prefix_prefix "KEGG.BRITE" ; linkml:prefix_reference ], - [ linkml:prefix_prefix "CPT" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "AspGD" ; - linkml:prefix_reference ], + [ linkml:prefix_prefix "mmmp.biomaps" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "metacyc.reaction" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "CTD.DISEASE" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "OMIM.PS" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "NBO-PROPERTY" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "COAR_RESOURCE" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "WBls" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "CTD.GENE" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "GOP" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "orphanet" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "gff3" ; linkml:prefix_reference ], - [ linkml:prefix_prefix "MI" ; - linkml:prefix_reference ], + [ linkml:prefix_prefix "SNOMEDCT" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "PHARMGKB.DISEASE" ; linkml:prefix_reference ], - [ linkml:prefix_prefix "ncats.bioplanet" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "COAR_RESOURCE" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "dct" ; - linkml:prefix_reference dcterms: ], + [ linkml:prefix_prefix "PMC" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "ComplexPortal" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "RXNORM" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "foaf" ; + linkml:prefix_reference foaf: ], + [ linkml:prefix_prefix "EDAM-OPERATION" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "WIKIDATA" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "UBERON_CORE" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "CHEMBL.MECHANISM" ; linkml:prefix_reference ], - [ linkml:prefix_prefix "NDDF" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "MmusDv" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "VANDF" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "bioschemas" ; - linkml:prefix_reference ], + [ linkml:prefix_prefix "CAID" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "KEGG.RCLASS" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "WIKIDATA_PROPERTY" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "PHARMGKB.GENE" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "PHAROS" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "doi" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "LOINC" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "CLINVAR" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "GSID" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "interpro" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "wgs" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "GTOPDB" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "KEGG.GENES" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "NCBIGene" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "SPDI" ; linkml:prefix_reference ], + [ linkml:prefix_prefix "VANDF" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "STY" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "isbn" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "VMC" ; + linkml:prefix_reference ], [ linkml:prefix_prefix "HANCESTRO" ; linkml:prefix_reference ], - [ linkml:prefix_prefix "gpi" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "qud" ; - linkml:prefix_reference ], - [ linkml:prefix_prefix "Xenbase" ; - linkml:prefix_reference ] ; + [ linkml:prefix_prefix "apollo" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "ncats.drug" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "dcat" ; + linkml:prefix_reference dcat: ], + [ linkml:prefix_prefix "EDAM-DATA" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "AGRKB" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "biolink" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "EDAM-FORMAT" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "UMLSSG" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "RXCUI" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "WBbt" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "fabio" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "KEGG.PATHWAY" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "MAXO" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "HCPCS" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "schema" ; + linkml:prefix_reference schema1: ], + [ linkml:prefix_prefix "UNIPROT.ISOFORM" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "CTD.CHEMICAL" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "PHARMGKB.VARIANT" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "EFO" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "PANTHER.FAMILY" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "NLMID" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "bioschemas" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "SEED.REACTION" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "ChemBank" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "NDDF" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "CTD" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "CID" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "ORCID" ; + linkml:prefix_reference ], + [ linkml:prefix_prefix "MSigDB" ; + linkml:prefix_reference ] ; linkml:slots , , , @@ -1313,7 +1313,7 @@ , ; linkml:source_file "biolink-model.yaml" ; - linkml:source_file_date "2023-07-19T16:35:47"^^xsd:dateTime ; + linkml:source_file_date "2023-07-19T17:11:19"^^xsd:dateTime ; linkml:source_file_size 356212 ; linkml:subsets , , @@ -3207,11 +3207,11 @@ linkml:domain ; linkml:domain_of ; linkml:examples [ a linkml:Example ; - skos:definition "Ehlers-Danlos syndrome, vascular type" ; - skos:example "MONDO:0017314" ], - [ a linkml:Example ; skos:definition "abnormal brain ventricle size" ; - skos:example "MP:0013229" ] ; + skos:example "MP:0013229" ], + [ a linkml:Example ; + skos:definition "Ehlers-Danlos syndrome, vascular type" ; + skos:example "MONDO:0017314" ] ; linkml:is_a ; linkml:is_usage_slot true ; linkml:local_names [ linkml:ga4gh [ skos:altLabel "annotation subject" ; @@ -3516,11 +3516,11 @@ linkml:domain ; linkml:domain_of ; linkml:examples [ a linkml:Example ; - skos:definition "Ehlers-Danlos syndrome, vascular type" ; - skos:example "MONDO:0017314" ], - [ a linkml:Example ; skos:definition "abnormal brain ventricle size" ; - skos:example "MP:0013229" ] ; + skos:example "MP:0013229" ], + [ a linkml:Example ; + skos:definition "Ehlers-Danlos syndrome, vascular type" ; + skos:example "MONDO:0017314" ] ; linkml:is_a ; linkml:is_usage_slot true ; linkml:local_names [ linkml:ga4gh [ skos:altLabel "descriptor" ; @@ -3589,14 +3589,14 @@ linkml:domain ; linkml:domain_of ; linkml:examples [ a linkml:Example ; - skos:definition "axon morphology variant" ; - skos:example "WBPhenotype:0000180" ], + skos:definition "Hyperkinesis" ; + skos:example "HP:0002487" ], [ a linkml:Example ; skos:definition "abnormal circulating bilirubin level" ; skos:example "MP:0001569" ], [ a linkml:Example ; - skos:definition "Hyperkinesis" ; - skos:example "HP:0002487" ] ; + skos:definition "axon morphology variant" ; + skos:example "WBPhenotype:0000180" ] ; linkml:is_a ; linkml:is_usage_slot true ; linkml:local_names [ linkml:ga4gh [ skos:altLabel "descriptor" ; @@ -6197,11 +6197,11 @@ linkml:domain ; linkml:domain_of ; linkml:examples [ a linkml:Example ; - skos:definition "chr13:g.32921033G>C (hg19) in ClinGen" ; - skos:example "ClinGen:CA024716" ], - [ a linkml:Example ; skos:definition "CLINVAR representation of NM_000059.3(BRCA2):c.7007G>A (p.Arg2336His)" ; - skos:example "CLINVAR:38077" ] ; + skos:example "CLINVAR:38077" ], + [ a linkml:Example ; + skos:definition "chr13:g.32921033G>C (hg19) in ClinGen" ; + skos:example "ClinGen:CA024716" ] ; linkml:is_a ; linkml:is_usage_slot true ; linkml:local_names [ linkml:ga4gh [ skos:altLabel "annotation subject" ; @@ -10664,11 +10664,11 @@ skos:exactMatch ; skos:inScheme ; linkml:annotations [ a linkml:Annotation ; - skos:example "positively correlated with" ; - linkml:tag ], - [ a linkml:Annotation ; skos:example "True" ; - linkml:tag ] ; + linkml:tag ], + [ a linkml:Annotation ; + skos:example "positively correlated with" ; + linkml:tag ] ; linkml:definition_uri ; linkml:domain ; linkml:inherited true ; @@ -12044,11 +12044,11 @@ skos:exactMatch ; skos:inScheme ; linkml:annotations [ a linkml:Annotation ; - skos:example "True" ; - linkml:tag ], - [ a linkml:Annotation ; skos:example "treats" ; - linkml:tag ] ; + linkml:tag ], + [ a linkml:Annotation ; + skos:example "True" ; + linkml:tag ] ; linkml:definition_uri ; linkml:domain ; linkml:inherited true ; @@ -12118,11 +12118,11 @@ skos:inScheme ; skos:narrowMatch ; linkml:annotations [ a linkml:Annotation ; - skos:example "increases response to" ; - linkml:tag ], - [ a linkml:Annotation ; skos:example "True" ; - linkml:tag ] ; + linkml:tag ], + [ a linkml:Annotation ; + skos:example "increases response to" ; + linkml:tag ] ; linkml:definition_uri ; linkml:domain ; linkml:inherited true ; @@ -12410,11 +12410,11 @@ skos:inScheme ; skos:mappingRelation ; linkml:annotations [ a linkml:Annotation ; - skos:example "is excipient of" ; - linkml:tag ], - [ a linkml:Annotation ; skos:example "True" ; - linkml:tag ] ; + linkml:tag ], + [ a linkml:Annotation ; + skos:example "is excipient of" ; + linkml:tag ] ; linkml:definition_uri ; linkml:domain ; linkml:inherited true ; @@ -12504,11 +12504,11 @@ skos:inScheme ; skos:narrowMatch ; linkml:annotations [ a linkml:Annotation ; - skos:example "has increased amount" ; - linkml:tag ], - [ a linkml:Annotation ; skos:example "True" ; - linkml:tag ] ; + linkml:tag ], + [ a linkml:Annotation ; + skos:example "has increased amount" ; + linkml:tag ] ; linkml:definition_uri ; linkml:domain ; linkml:inherited true ; @@ -13560,11 +13560,11 @@ skos:exactMatch ; skos:inScheme ; linkml:annotations [ a linkml:Annotation ; - skos:example "prevents" ; - linkml:tag ], - [ a linkml:Annotation ; skos:example "True" ; - linkml:tag ] ; + linkml:tag ], + [ a linkml:Annotation ; + skos:example "prevents" ; + linkml:tag ] ; linkml:definition_uri ; linkml:domain ; linkml:inherited true ; @@ -14054,11 +14054,11 @@ ; skos:relatedMatch ; linkml:annotations [ a linkml:Annotation ; - skos:example "contraindicated for" ; - linkml:tag ], - [ a linkml:Annotation ; skos:example "True" ; - linkml:tag ] ; + linkml:tag ], + [ a linkml:Annotation ; + skos:example "contraindicated for" ; + linkml:tag ] ; linkml:definition_uri ; linkml:domain ; linkml:inherited true ; @@ -15330,11 +15330,11 @@ skos:exactMatch ; skos:inScheme ; linkml:annotations [ a linkml:Annotation ; - skos:example "exacerbates" ; - linkml:tag ], - [ a linkml:Annotation ; skos:example "True" ; - linkml:tag ] ; + linkml:tag ], + [ a linkml:Annotation ; + skos:example "exacerbates" ; + linkml:tag ] ; linkml:definition_uri ; linkml:domain ; linkml:inherited true ; @@ -15353,13 +15353,13 @@ linkml:definition_uri ; linkml:domain ; linkml:examples [ a linkml:Example ; - skos:example "abundance" ], - [ a linkml:Example ; - skos:example "expression" ], + skos:example "stability" ], [ a linkml:Example ; skos:example "exposure" ], [ a linkml:Example ; - skos:example "stability" ] ; + skos:example "abundance" ], + [ a linkml:Example ; + skos:example "expression" ] ; linkml:is_a ; linkml:owner ; linkml:range ; @@ -15465,11 +15465,11 @@ , ; linkml:annotations [ a linkml:Annotation ; - skos:example "True" ; - linkml:tag ], - [ a linkml:Annotation ; skos:example "prevents" ; - linkml:tag ] ; + linkml:tag ], + [ a linkml:Annotation ; + skos:example "True" ; + linkml:tag ] ; linkml:definition_uri ; linkml:domain ; linkml:inherited true ; @@ -15618,13 +15618,13 @@ linkml:examples [ a linkml:Example ; skos:example "chemical analog" ], [ a linkml:Example ; - skos:example "transplant" ], + skos:example "mutation" ], [ a linkml:Example ; - skos:example "severe" ], + skos:example "late stage" ], [ a linkml:Example ; - skos:example "mutation" ], + skos:example "transplant" ], [ a linkml:Example ; - skos:example "late stage" ] ; + skos:example "severe" ] ; linkml:is_a ; linkml:owner ; linkml:range ; @@ -20762,11 +20762,11 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t , ; linkml:annotations [ a linkml:Annotation ; - skos:example "True" ; - linkml:tag ], - [ a linkml:Annotation ; skos:example "has input" ; - linkml:tag ] ; + linkml:tag ], + [ a linkml:Annotation ; + skos:example "True" ; + linkml:tag ] ; linkml:definition_uri ; linkml:domain ; linkml:domain_of ; @@ -22943,11 +22943,11 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t skos:inScheme ; skos:note "This class is for modeling the specific state at a locus. A single DBSNP rs ID could correspond to more than one sequence variants (e.g CIViC:1252 and CIViC:1253, two distinct BRCA2 alleles for rs28897743)" ; linkml:alt_descriptions [ a linkml:AltDescription ; - skos:definition "A contiguous change at a Location" ; - linkml:source "VMC" ], - [ a linkml:AltDescription ; skos:definition "An entity that describes a single affected, endogenous allele. These can be of any type that matches that definition" ; - linkml:source "AGR" ] ; + linkml:source "AGR" ], + [ a linkml:AltDescription ; + skos:definition "A contiguous change at a Location" ; + linkml:source "VMC" ] ; linkml:class_uri ; linkml:definition_uri ; linkml:id_prefixes "AGRKB", @@ -23642,11 +23642,11 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t ; linkml:is_a ; linkml:local_names [ a linkml:LocalName ; - skos:altLabel "predicate" ; - linkml:local_name_source "translator" ], - [ a linkml:LocalName ; skos:altLabel "annotation predicate" ; - linkml:local_name_source "ga4gh" ] ; + linkml:local_name_source "ga4gh" ], + [ a linkml:LocalName ; + skos:altLabel "predicate" ; + linkml:local_name_source "translator" ] ; linkml:owner ; linkml:range ; linkml:required true ; @@ -23747,11 +23747,11 @@ In an RDF database, nodes will typically have an rdf:type triples. This can be t linkml:domain_of ; linkml:is_a ; linkml:local_names [ a linkml:LocalName ; - skos:altLabel "descriptor" ; - linkml:local_name_source "ga4gh" ], - [ a linkml:LocalName ; skos:altLabel "node with incoming relationship" ; - linkml:local_name_source "neo4j" ] ; + linkml:local_name_source "neo4j" ], + [ a linkml:LocalName ; + skos:altLabel "descriptor" ; + linkml:local_name_source "ga4gh" ] ; linkml:owner ; linkml:range ; linkml:required true ; diff --git a/biolink/model.py b/biolink/model.py index 4e68345dcd..a116e78464 100644 --- a/biolink/model.py +++ b/biolink/model.py @@ -1,5 +1,5 @@ # Auto generated from biolink-model.yaml by pythongen.py version: 0.9.0 -# Generation date: 2023-07-19T16:37:35 +# Generation date: 2023-07-19T17:13:05 # Schema: Biolink-Model # # id: https://w3id.org/biolink/biolink-model diff --git a/context.jsonld b/context.jsonld index 1e6b956b4d..ee6042ce24 100644 --- a/context.jsonld +++ b/context.jsonld @@ -1,7 +1,7 @@ { "comments": { "description": "Auto generated by LinkML jsonld context generator", - "generation_date": "2023-07-19T16:36:47", + "generation_date": "2023-07-19T17:12:19", "source": "biolink-model.yaml" }, "@context": { diff --git a/contextn.jsonld b/contextn.jsonld index 6f9dc817b6..34bc9ca246 100644 --- a/contextn.jsonld +++ b/contextn.jsonld @@ -1,7 +1,7 @@ { "comments": { "description": "Auto generated by LinkML jsonld context generator", - "generation_date": "2023-07-19T16:36:52", + "generation_date": "2023-07-19T17:12:23", "source": "biolink-model.yaml" }, "@context": {