Re: RDFa API - new editor's draft and ISSUE-33

Hi,

I updated the RDF-API with some editorial issues I discussed with Manu.
Available at: http://www.w3.org/2010/02/rdfa/sources/rdfa-api/

Create two meta interfaces called Node and Resource and added a small 
type hierarchy to our RDF Object Model:
> Node
> -PlainLiteral
> -TypedLiteral
> -Resource
>    -IRI
>    -BlankNode
Then I refined createTriple as follows:
> RDFTriple createTriple (in Resource subject, in IRI property, in Node 
> object);
>
> and Sequence<Any> PropertyGroup. get(DOMString property) as
>
> Sequence<Node>     get  <cid:part6.04040509.05010405@dfki.de>  (inDOMString  property);

I added an Array nature to RDFTriple to allow programmers using array 
decomposition
in certain languages .

> [NoInterfaceObject, Null=Null]
> interfaceRDFTriple  {
>      readonly attributeunsigned long  size  <cid:part7.01030502.09040209@dfki.de>;
>      [IndexGetter]
>      Nodeget  <cid:part8.06020807.03090407@dfki.de>  (inunsigned long  index);
>      readonly attributeResource  subject  <cid:part9.00020607.00020704@dfki.de>;
>      readonly attribute|IRI|  <cid:part5.01080005.00040401@dfki.de>     property  <cid:part11.05050300.04020608@dfki.de>;
>      readonly attribute Nodeobject  <cid:part12.05050605.07090503@dfki.de>;
>      stringifier DOMString  toString  <cid:part13.08040006.04080803@dfki.de>  ();
> };

Best regards and a nice weekend,

Ben
>
>> *
>
>>   Lots of editorial updates related to Nathan's feedback.
>>
>> -- manu
>>
>> [1]http://www.w3.org/2010/02/rdfa/meetings/2010-08-05#resolution_2
>> [2]http://www.w3.org/2010/02/rdfa/meetings/2010-08-05#resolution_3
>> [3]http://www.w3.org/2010/02/rdfa/meetings/2010-08-12#resolution_1
>>
>>    
>
>
> -- 
> __________________________________________
> Benjamin Adrian
> Email :benjamin.adrian@dfki.de  <mailto:benjamin.adrian@dfki.de>
> WWW :http://www.dfki.uni-kl.de/~adrian/  <http://www.dfki.uni-kl.de/%7Eadrian/>
> Tel.: +49631 20575 1450
> Twitter:http://twitter.com/BenBanBun
> Skype: benbanbun
> __________________________________________
> Deutsches Forschungszentrum für Künstliche Intelligenz GmbH
> Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
> Geschäftsführung:
> Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender) Dr. Walter Olthoff
> Vorsitzender des Aufsichtsrats:
> Prof. Dr. h.c. Hans A. Aukes
> Amtsgericht Kaiserslautern, HRB 2313
> __________________________________________
>    


-- 
__________________________________________
Benjamin Adrian
Email : benjamin.adrian@dfki.de
WWW : http://www.dfki.uni-kl.de/~adrian/
Tel.: +49631 20575 1450
Twitter: http://twitter.com/BenBanBun
Skype: benbanbun
__________________________________________
Deutsches Forschungszentrum für Künstliche Intelligenz GmbH
Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
Geschäftsführung:
Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender) Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats:
Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313
__________________________________________

Received on Friday, 20 August 2010 15:17:47 UTC