- From: Kingsley Idehen <kidehen@openlinksw.com>
- Date: Tue, 23 Jul 2013 19:35:22 -0400
- To: public-rww@w3.org
- Message-ID: <51EF133A.2030207@openlinksw.com>
On 7/23/13 4:53 PM, Ted Thibodeau Jr wrote: > OpenLink Software is pleased to announce the official release of > Virtuoso Open-Source Edition, Version 6.1.7: Please note, this release does include support for LDP. Example: Confirmed. I created <http://kingsley.idehen.net/DAV/home/kidehen/Public/Linked%20Data%20Documents/GlossaryOfDataTerms.ttl> using the sequence below: curl --verbose -iX PUT -H "Content-Type: text/plain" -u {uid}:{pwd} -d '<#SmartData> <#label> "SmartData" ; <#hashTag> "#SmartData" ; <#subClassOf> <#Data> . <#BigData> <#label> "BigData" ; <#hashTag> "#BigData" ; <#subClassOf> <#Data> . <#LinkedData> <#label> "LinkedData" ; <#hashTag> "#LinkedData" ; <#subClassOf> <#Data> . <#OpenData> <#label> "OpenData" ; <#hashTag> "#OpenData" ; <#subClassOf> <#Data> . ' "http://kingsley.idehen.net/DAV/home/kidehen/Public/Linked%20Data%20Documents/GlossaryOfDataTerms.ttl" * About to connect() to kingsley.idehen.net port 80 (#0) * Trying 75.101.141.105... connected * Connected to kingsley.idehen.net (75.101.141.105) port 80 (#0) * Server auth using Basic with user 'kidehen' > PUT /DAV/home/kidehen/Public/Linked%20Data%20Documents/GlossaryOfDataTerms.ttl HTTP/1.1 > Authorization: Basic a2lkZWhlbjpraW5nNjEyNDM= > User-Agent: curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8x zlib/1.2.3 > Host: kingsley.idehen.net > Accept: */* > Content-Type: text/plain > Content-Length: 344 > < HTTP/1.1 201 Created HTTP/1.1 201 Created < Server: Virtuoso/06.04.3137 (Linux) x86_64-unknown-linux-gnu VDB Server: Virtuoso/06.04.3137 (Linux) x86_64-unknown-linux-gnu VDB < Connection: close Connection: close < Date: Tue, 23 Jul 2013 13:26:26 GMT Date: Tue, 23 Jul 2013 13:26:26 GMT < Accept-Ranges: bytes Accept-Ranges: bytes < Content-Type: text/plain Content-Type: text/plain < Link: <>;rel=<http://www.w3.org/ns/ldp/Resource> Link: <>;rel=<http://www.w3.org/ns/ldp/Resource> < Content-Length: 228 Content-Length: 228 < * Closing connection #0 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><HTML><HEAD><TITLE>201 Created</TITLE></HEAD><BODY><H1>Created</H1>Resource /DAV/home/kidehen/Public/Linked Data Documents/GlossaryOfDataTerms.ttl has been created. -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog: http://www.openlinksw.com/blog/~kidehen Twitter/Identi.ca handle: @kidehen Google+ Profile: https://plus.google.com/112399767740508618350/about LinkedIn Profile: http://www.linkedin.com/in/kidehen
Attachments
- application/pkcs7-signature attachment: S/MIME Cryptographic Signature
Received on Tuesday, 23 July 2013 23:35:46 UTC