UNPKG
@rdfjs/tree
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
Tree structure for a set of RDF/JS Quads
github.com/rdfjs-base/tree
rdfjs-base/tree
@rdfjs/tree
/
test
/
support
/
namespaces.js
10 lines
(7 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
namespace
from
'@rdfjs/namespace'
const
ex =
namespace
(
'http://example.org/'
)
const
rdf =
namespace
(
'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
)
export
{ ex, rdf }