wikipunk commited on
Commit
345f2aa
1 Parent(s): c6e77c9

add another note

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -79,7 +79,9 @@ line tools. (https://jena.apache.org/documentation/tools/)
79
  2. **Filtering**: The materialized ontology was filtered using
80
  `d3fend.rq` to retain relevant triples.
81
  3. **Format Transformation**: Subsequently transformed to Turtle and
82
- N-Triples formats for diverse usability.
 
 
83
  ```shell
84
  arq --query=d3fend.rq --data=d3fend.owl --results=turtle > d3fend.ttl
85
  riot --output=nt d3fend.ttl > d3fend.nt
 
79
  2. **Filtering**: The materialized ontology was filtered using
80
  `d3fend.rq` to retain relevant triples.
81
  3. **Format Transformation**: Subsequently transformed to Turtle and
82
+ N-Triples formats for diverse usability. Note: I export in Turtle
83
+ first because it is easier to read and verify. Then I convert to
84
+ N-Triples.
85
  ```shell
86
  arq --query=d3fend.rq --data=d3fend.owl --results=turtle > d3fend.ttl
87
  riot --output=nt d3fend.ttl > d3fend.nt