- From: Souripriya Das <souripriya.das@oracle.com>
- Date: Tue, 15 Mar 2011 11:18:24 -0400
- To: public-rdb2rdf-wg@w3.org
Received on Tuesday, 15 March 2011 15:20:44 UTC
Alex,
You have raised a good point, but we think the capability of using class
template or class column is already possible using the current constructs.
For example,
...
rr:classTemplate "http://example.com/ontology/{Type <http://example.com/ontology/%7BType>}"';
...
can be replaced with
rr:predicateObjectMap
[
rr:predicateMap [ rr:predicate rdf:type ];
rr:objectMap [ rr:template "http://example.com/ontology/{Type <http://example.com/ontology/%7BType>}" ; rr:termType "IRI" ]
];
Thanks,
- Souri/Seema.
Received on Tuesday, 15 March 2011 15:20:44 UTC