-
Notifications
You must be signed in to change notification settings - Fork 25
/
TODO
34 lines (32 loc) · 831 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
PerlRDF TODO List
=================
Things that we know we want to address in the future (and who is going to do
the work, if known):
## RDF::Query
* RDFa support for FROM clauses [kasei]
## RDF::Trine
* Parsers
* XRD [tobyink]
* TriX [tobyink]
* GRDDL [tobyink]
* jsonGRDDL [tobyink]
* eRDF [tobyink]
* OpenURL COinS [tobyink]
* Microformats [tobyink]
* HTML [tobyink]
* Add optional support for HTTP::Link::Parser::parse_links_into_model to RDF::Trine::Parser [kasei]
* Serializers
* TriX [tobyink]
* TriG
* RDFa (refactor from RDF::LinkedData) [kasei]
* Exporters
* vCard [tobyink]
* jCard [tobyink]
* iCal [tobyink]
* KML [tobyink]
* M3U [tobyink]
* Atom [tobyink]
## RDF::LinkedData
* Implement SPARQL 1.1 HTTP Graph Store Protocol
## RDF::Endpoint
* Align with SPARQL 1.1 Protocol