We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0bebd commit 5a5e9edCopy full SHA for 5a5e9ed
README.md
@@ -31,7 +31,7 @@ The PaNET.owl is generated from an Excel/CSV file using [ROBOT](https://search.m
31
Here are some instructions to generate the OWL file:
32
- if robot-1.8.1/bin/robot.jar does not exist: go to teh directory robot-1.8.1 and do mvn install.
33
- check robot-1.8.1/bin/robot.jar exists Then execute:
34
-robot template --template PaNET.csv --ontology-iri 'http://purl.org/ExPaNDS/' --output PaNET.owl
+robot template --template PaNET.csv --prefix "PaNET:http://purl.org/pan-science/PaNET/" --ontology-iri "http://purl.org/pan-science/PaNET" --output PaNET.owl
35
36
After the PaNET.owl file has been generated, please follow the following steps:
37
0 commit comments