Yocote0111
Yocote0111
```js const jsonld = require('jsonld'); const N3 = require('n3'); const { Readable } = require('stream'); N3.Store.prototype.readDocAsync = function (doc, format = 'Turtle') { return new Promise( (resolve, reject) => {...
```js const doc = { "@context": { "@base": "http://example.org", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "alias1": "dcterms:title", "alias2": { "@id": "dcterms:description", "@type": "xsd:string" } }, "@id": "#book1", "dcterms:title": "book 1", "dcterms:description": "this...
There are many user defined elements defined in OpenSCENARIO such as: - UserDefinedAction - UserDefinedValueCondition - UserDefinedDistribution (introduced in 1.1) - UserDefinedAnimation (introduced in 1.2) - UserDefinedComponent (introduced in 1.2)...