Function: isEncodedBlank()
isEncodedBlank(
iri
):boolean
Returns true
if IRI represents an anonymous entity specific to the data provider;
otherwise false
.
The represented entity can only be decoded by a DataProvider with a support for the specific blank node subtype, determined by the IRI prefix, e.g.:
urn:reactodia:blank:rdf:*
encodes RDF blank nodes from RdfDataProvider;urn:reactodia:blank:sparql:*
encodes outer graph content for blank nodes from SparqlDataProvider;- etc.
Parameters
Parameter | Type |
---|---|
|
|
Returns
boolean