Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting the new Shex into the json export code #316

Merged
merged 4 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions shapes/WIP_standard_annot_ShEx
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>
part_of: @<BiologicalProcess> *;
has_input: ( @<ChemicalEntity> OR @<AnatomicalEntity> OR @<ProteinContainingComplex> OR @<Organism> ) *;
has_output: ( @<ChemicalEntity> OR @<AnatomicalEntity> OR @<ProteinContainingComplex> ) *;
has_primary_input: ( @<ChemicalEntity> OR @<AnatomicalEntity> OR @<ProteinContainingComplex> OR @<Organism> ) *;
has_primary_output: ( @<ChemicalEntity> OR @<AnatomicalEntity> OR @<ProteinContainingComplex> ) *;
occurs_in: @<AnatomicalEntity> {0,1};
has_target_end_location: @<AnatomicalEntity> {0,1};
has_target_start_location: @<AnatomicalEntity> {0,1};
Expand Down Expand Up @@ -457,18 +459,18 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>
<ProteinContainingComplex> @<GoCamEntity> AND EXTRA a {
a @<ProteinContainingComplexClass>;
enables: ( @<MolecularFunction> OR @<RootMolecularFuntion> ) {0,1};
contributes_to: @<MolecularFunction> {0,1};
located_in: ( @<CellularAnatomicalEntity> OR @<VirionComponent> ) {0,1};
is_active_in: ( @<CellularAnatomicalEntity> OR @<RootCellularComponent> OR @VirionComponent> ) {0,1};
part_of: @<ProteinContainingComplex> *;
has_part: ( @<InformationBiomacromolecule> OR @<ProteinContainingComplex> ) *;
existence_overlaps: ( @<BiologicalProcess> OR @<LifeCycleStage> OR @<PlantStructureDevelopmentStage> ) *;
existence_starts_and_ends_during: ( @<BiologicalProcess> OR @<LifeCycleStage> OR @<PlantStructureDevelopmentStage> ) *;
involved_in: ( @<BiologicalProcess> OR @<RootBiologicalProcess> ) {0,1};
acts_upstream_of_negative_effect: @<BiologicalProcess> {0,1};
acts_upstream_of_positive_effect: @<BiologicalProcess> {0,1};
acts_upstream_of_or_within_negative_effect: @<BiologicalProcess> {0,1};
acts_upstream_of_or_within_positive_effect: @<BiologicalProcess> {0,1};
acts_upstream_of_or_within_positive_effect: @<BiologicalProcess> {0,1};
has_part: ( @<InformationBiomacromolecule> OR @<ProteinContainingComplex> ) *;
existence_overlaps: ( @<BiologicalProcess> OR @<LifeCycleStage> OR @<PlantStructureDevelopmentStage> ) *;
existence_starts_and_ends_during: ( @<BiologicalProcess> OR @<LifeCycleStage> OR @<PlantStructureDevelopmentStage> ) *;

} // rdfs:comment "a protein complex"

<ProteinContainingComplexClass> IRI @<OwlClass> AND EXTRA rdfs:subClassOf {
Expand Down
2 changes: 2 additions & 0 deletions shapes/go-cam-shapes.shex
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>
part_of: @<BiologicalProcess> *;
has_input: ( @<ChemicalEntity> OR @<AnatomicalEntity> OR @<ProteinContainingComplex> OR @<Organism> ) *;
has_output: ( @<ChemicalEntity> OR @<AnatomicalEntity> OR @<ProteinContainingComplex> ) *;
has_primary_input: @<ChemicalEntity> *;
has_primary_output: @<ChemicalEntity> *;
occurs_in: @<AnatomicalEntity> {0,1};
transports_or_maintains_localization_of: ( @<InformationBiomacromolecule> OR @<ProteinContainingComplex> ) *;
has_target_end_location: @<AnatomicalEntity> {0,1};
Expand Down
Loading