Hi, 
I have a probably simple question but when I use this:
graph.select(`
SELECT ?cls
WHERE {
?cls rdf:type/rdfs:subClassOf* owl:Class .
}`).bindings.forEach(b => {
let cls = b.cls;
cls.add(rdfs.comment, 'Hello World')
})
everything works fine but when I want to add edg.subjectArea it says that 
the prefix is not defined but rdfs is somehow already defined. Where can I 
define all prefixes which I can use i.e., is there a place where all the 
prefixes are defined or we need to define then before using ?

Thanks,

Kasia

-- 
The topics of this mailing list include TopBraid EDG and related technologies 
such as SHACL.
To post to this group, send email to [email protected]
--- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/a4c8eed5-9f9b-4fbd-8917-866330f5fc92n%40googlegroups.com.

Reply via email to