Fixture: General_Authority_bleep_mock
Contents
Note: Output Turtle file successfully validates (e.g., with GBAD: Validate and Serialize button from GBAD VS Code Extension version 0.0.2-prerelease.2).
Preparation process
Please refer to the main plugin readme for launch/installation instructions.
pvzhelnov commented on Oct 15, 2025
I produced this fixture in the web browser interface by executing these steps:
Using
Open Existing Diagrambutton to load an existing fixture: General Authority to RiC-O Model_2025-06-25_PZ.drawioI manually changed node and arrow values to different kinds of weird values.
After the changes, I tried to dump using
Menu > File > Export as > GBAD: Export as RDF/Turtle (.ttl)I randomly noticed that 1 of 3
bleep:nodes I created (AuthorityRecord2) would not appear in the Turtle file while silently not producing any error. Visually it looks just like the other one,AuthorityRecord1, but the behaviour is apparently different.Notably,
python -m debug --scenario general-authority-bleep-mockcommand passes both the pipeline and plugin generations.