AKSW / Xturtle

An eclipse editor for turtle files (RDF serialisation) based on Xtext2
http://aksw.org/Projects/Xturtle
23 stars 9 forks source link

example.ttl more content #35

Closed seebi closed 11 years ago

seebi commented 11 years ago

can I provide a example.ttl file which is used instead of the empty one?

nittka commented 11 years ago

place the content in TurtleNewFileWizard's static field initialFileContent

seebi commented 11 years ago

Since I do not know how to add newlines there, can you add this please:

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.

# To use Xturtle as productive as possible, you should know how to use
# project references as well as turtle templates. If in doubt, have a look at
# https://github.com/AKSW/Xturtle/wiki/Usage