summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/RDFWriter.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/RDFWriter.cpp b/src/RDFWriter.cpp
index 6a69765..d6a33a4 100644
--- a/src/RDFWriter.cpp
+++ b/src/RDFWriter.cpp
@@ -26,8 +26,8 @@ using namespace std;
namespace Raul {
-static const char* const RDF_LANG = "rdfxml-abbrev";
-//static const char* const RDF_LANG = "turtle";
+//static const char* const RDF_LANG = "rdfxml-abbrev";
+static const char* const RDF_LANG = "turtle";
RDFWriter::RDFWriter()
@@ -36,7 +36,6 @@ RDFWriter::RDFWriter()
, _next_blank_id(0)
{
add_prefix("rdf", "http://www.w3.org/1999/02/22-rdf-syntax-ns#");
- //add_prefix("rdfs", "http://www.w3.org/1999/02/22-rdf-syntax-ns#");
}