Jim Amsden
Jim Amsden
Some cookie values may contain illegal cookie characters. These are generally enclosed in double-quotes to escape them by HTTP servers. HTTPClient::get does get the quoted values ok, but strips off...
In web.js, function parse(str, kb, base, contentType, callback) handles contentType application/ld+json by using JSON.parse to parse the JSON document, use jsonld.toRDF to convert the jsonDocument o application/nquads, then re-parses the...
I have had good success reading RDF/XML, Turtle and JSON-LD resources with rdflib, and doing in-memory SPQRQL-like queries on the graphs. However, I would like to explore using jsonld.js so...
I'm trying to build SmartAmpPro on MacOS 10.15.7 using Projucer 6.1.4, boost_78_0, and Xcode 12.4. I'm getting 5 compilation errors in PluginEditor.cpp, all similar to: No member named 'browseForMultipleFilesToOpen' in...
Given some RDF/XML that contains: <oslc:serviceProvider> <oslc:ServiceProvider rdf:about="https://oslclnx2.rtp.raleigh.ibm.com:9443/ccm/oslc/contexts/_pMhMgPsWEeSnQvDHoYok5w/workitems/services.xml"> <dcterms:title rdf:parseType="Literal">JKE Banking (Change Management)</dcterms:title> <oslc:details rdf:resource="https://oslclnx2.rtp.raleigh.ibm.com:9443/ccm/process/project-areas/_pMhMgPsWEeSnQvDHoYok5w"/> <jfs_proc:supportLinkDiscoveryViaLinkIndexProvider rdf:parseType="Literal">false</jfs_proc:supportLinkDiscoveryViaLinkIndexProvider> <jfs_proc:supportContributionsToLinkIndexProvider rdf:parseType="Literal">true</jfs_proc:supportContributionsToLinkIndexProvider> <jfs_proc:globalConfigurationAware rdf:parseType="Literal">compatible</jfs_proc:globalConfigurationAware> <jfs_proc:consumerRegistry rdf:resource="https://oslclnx2.rtp.raleigh.ibm.com:9443/ccm/process/project-areas/_pMhMgPsWEeSnQvDHoYok5w/links"/> </oslc:ServiceProvider> </oslc:serviceProvider> An a query such as:...
OSLCServer currently uses jazz.net specific login on connect() and jazz.net rootservices on use(). These could be made more generic. OSLC core does not mandate an authentication mechanism (but recommends Basic...
Error: Invalid character "." cannot be in XML qname for URI: http://jazz.net/xmlns/prod/jazz/rtc/ext/1.0/com.ibm.team.apt.attribute.acceptance at Serializer.qnameMethod (/Users/jamsden/GitHub/rdflib.js/lib/serializer.js:913:17) at Serializer.subjectXMLTreeMethod (/Users/jamsden/GitHub/rdflib.js/lib/serializer.js:819:13) at Serializer.statementListToXMLTreeMethod (/Users/jamsden/GitHub/rdflib.js/lib/serializer.js:736:22) at Serializer.statementsToXML (/Users/jamsden/GitHub/rdflib.js/lib/serializer.js:931:16) at Object.serialize (/Users/jamsden/GitHub/rdflib.js/lib/serialize.js:27:29) According to https://www.w3.org/TR/REC-xml/#NT-Name,...