GeoKnow/Jassa-Core

View on GitHub
lib/vocab/rdf.js

Summary

Maintainability
A
0 mins
Test Coverage
var NodeFactory = require('../rdf/NodeFactory');
var p = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#';

var ns = {
    type: NodeFactory.createUri(p + 'type'),
    Property: NodeFactory.createUri(p + 'Property'),
};

module.exports = ns;