eye --nope --quiet --pass-only-new *.n3
</req.n3#withResourcePath> earl:outcome earl:passed.
</req.n3#withoutResourcePath> earl:outcome earl:passed.
earl:outcome earl:passed.
eye test.n3 files.n3 rules.n3
# Get response from a GET request | |
[ | |
http:absolutePath "/things" ; | |
http:method http-methods:GET ; | |
http:header ( "accept" "text/turtle" ) ; | |
] http:resp ?res . | |
# Check OK response and | |
{ | |
?res http:status http:OK ; |
{ | |
"extends": [ | |
"@open-wc/eslint-config", | |
"@tpluscode" | |
], | |
"env": { | |
"browser": true | |
}, | |
"parserOptions": { | |
"project": "./tsconfig.json" |
{ | |
"@vocab": "urn:cas:", | |
"element": { | |
"@id": "element", | |
"@container": "@set", | |
"@type": "@id" | |
}, | |
"__Entity": { | |
"@id": "urn:cas:entity", | |
"@type": "@id" |
<book/a-macska-es-a-puding> | |
a schema:Book ; | |
schema:title "A Macska és a puding" ; | |
schema:author [ schema:givenName "Biljana" ; schema:familyName "Nikolic" ] ; | |
schema:associatedMedia [ | |
schema:contentUrl <book/a-macska-es-a-puding.pdf> ; | |
] ; | |
schema:image [ | |
a schema:ImageObject ; | |
schema:contentUrl <large-cover> ; |
node_modules |
import { css, html, LitElement, unsafeCSS } from 'lit' | |
import { customElement, property } from 'lit/decorators.js' | |
import Editor from '@toast-ui/editor' | |
import styles from '@toast-ui/editor/dist/toastui-editor.css' | |
@customElement('tui-markdown') | |
export class TuiMarkdown extends LitElement { | |
@property({ type: String }) | |
public value: string | undefined = '' |
{ | |
"name": "mocha-ts-node", | |
"type": "module", | |
"scripts": { | |
"test": "mocha test.ts" | |
}, | |
"dependencies": { | |
"@rdfjs/term-set": "2.0.1", | |
"@types/mocha": "9.1.1", | |
"@types/rdfjs__term-set": "2.0.0", |
node_modules/ | |
js/ |