UNPKG

code-example

Version:
9 lines (8 loc) 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var code = " \n<http://Sub1> <http://pred1> <http://obj> .\n<http://Sub2> <http://pred2#an2> \"literal 1\" .\n<http://Sub3#an3> <http://pred3> _:bnode3 .\n_:bnode4 <http://pred4> \"literal 2\"@lang .\n_:bnode5 <http://pred5> \"literal 3\"^^<http://type> .\n\n"; var _default = code; exports.default = _default;