UNPKG
rdf-validation
Version:
latest (0.1.1)
0.1.1
0.1.0
Validate RDF/JS objects
github.com/rdf-ext/rdf-validation
rdf-ext/rdf-validation
rdf-validation
/
lib
/
namespaces.js
10 lines
(7 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
namespace
from
'@rdfjs/namespace'
const
sh =
namespace
(
'http://www.w3.org/ns/shacl#'
)
const
shn =
namespace
(
'https://schemas.link/shacl-next#'
)
export
{ sh, shn }