Fix transformation examples and extend documentation#1
Open
lepy wants to merge 5 commits into
Open
Conversation
- python-template: declare missing ex: and rdf: prefixes (output was invalid Turtle) - yarrrml: enable the second measurement row in tensile.csv - robot: fix pmdco download (-O instead of -o); add second measurement to template.tsv - add COMPARISON.md comparing all five transformation methods - extend README with example data, prerequisites, methods and a comparison table - .gitignore: exclude downloaded tooling and generated outputs
The previous commit was based on an older archive snapshot and accidentally dropped the star-rating Comparison Table and Practical Recommendation sections. Both are restored and extended with a ROBOT column / recommendation.
Fix transformation examples and extend documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix bugs in the data-transformation examples so all five produce valid RDF for
both
measurements, and extend the documentation.
Changes
ex:andrdf:prefixes (outputwas invalid Turtle)
tensile.csv-Oinstead of-o); add the secondmeasurement to
template.tsvROBOT column in the star ratings, and a strengths/weaknesses table
Verification
All outputs parsed with rdflib: the four scripted methods now yield 22 triples
/ 2 measurements,
ROBOT 68 triples / 2 measurements.