Resolve
RDF Terms
Data based on @zazuko/vocabularies
Defined by
DASH Data Shapes Vocabulary
Click to Copy
dash:isNodeKindLiteral
Click to Copy
http://datashapes.org/dash#isNodeKindLiteral
Namespace
Recommended prefix
Copy 'PREFIX dash: <http://datashapes.org/dash#>'
lang:""
is NodeKind Literal
lang:""
Checks if a given sh:NodeKind is one that includes Literals.
lang:""
true
lang:""
true
lang:""
ASK {
FILTER ($nodeKind IN ( sh:Literal, sh:BlankNodeOrLiteral, sh:IRIOrLiteral ))
}
blank node