Re: R2RML: generating subject's class from input data

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