Answer:
- VALUES ?pathway { <http://rdf-plantmetwiki.bioinformatics.nl/Pathway/RC1000_r20251206224344> }
+ GRAPH <http://rdf-plantmetwiki.bioinformatics.nl/graph/pathways> { ... }
Answer:
- ?pathway gpml:hasInteraction ?interaction .
+ dcterms:isPartOf. The triple is: ?node dcterms:isPartOf ?pw .
_anchor_ interactions?_anchor_ nodes?Answer:
- Interactions that contain _anchor_ are GPML helper nodes used for drawing/connecting edges. They are not real PlantCyc reaction identifiers, so PlantCyc will not recognize them.
+ Nodes whose IRI contains _anchor_ are GPML drawing helper nodes used for connecting edges on the pathway diagram. They are not real PlantCyc reaction identifiers, so PlantCyc will not recognise them.
Answer:
+ Use ?pw dc:title ?title inside the GRAPH block, with prefix PREFIX dc: <http://purl.org/dc/elements/1.1/>.
+
Answer:
-
- VALUES ?organism {
+
- "Solanum tuberosum"
- "Arabidopsis thaliana"
- "Oryza sativa"
- }
- VALUES ?species { "Solanum tuberosum" "Arabidopsis thaliana" "Oryza sativa" }
Answer:
- ?organism, filled via ?pathway gpml:organism ?organism
+ Because many data nodes within a single pathway may share the same species annotation, we would otherwise count the same pathway multiple times — once per matching data node. DISTINCT ensures each pathway is counted only once per species.
Answer:
+ Because a single pathway may contain data nodes (genes, enzymes) from multiple species — the pathway is a shared biochemical template. The species annotation is meaningful at the level of each individual gene or protein, not on the pathway as a whole.
+
-
+