aboutsummaryrefslogtreecommitdiffstats
path: root/src/namespaces.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-02-25 12:12:15 -0500
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:07 -0500
commit93323fe97380bad325cac617d06e4df14a27c2e9 (patch)
treed95055bf7970ff03568805e26b0ddb1867f239a6 /src/namespaces.h
parentf7e265a2be40cda59dab90e0996834234c72da19 (diff)
downloadserd-93323fe97380bad325cac617d06e4df14a27c2e9.tar.gz
serd-93323fe97380bad325cac617d06e4df14a27c2e9.tar.bz2
serd-93323fe97380bad325cac617d06e4df14a27c2e9.zip
Split up serd_internal.h
Diffstat (limited to 'src/namespaces.h')
-rw-r--r--src/namespaces.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/namespaces.h b/src/namespaces.h
new file mode 100644
index 00000000..53379168
--- /dev/null
+++ b/src/namespaces.h
@@ -0,0 +1,10 @@
+// Copyright 2011-2023 David Robillard <d@drobilla.net>
+// SPDX-License-Identifier: ISC
+
+#ifndef SERD_SRC_NAMESPACES_H
+#define SERD_SRC_NAMESPACES_H
+
+#define NS_XSD "http://www.w3.org/2001/XMLSchema#"
+#define NS_RDF "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+
+#endif // SERD_SRC_NAMESPACES_H