Skip to content

conversion:human_redirect

Timothy Lebo edited this page Feb 14, 2012 · 5 revisions
csv2rdf4lod-automation is licensed under the [Apache License, Version 2.0](https://github.com/timrdf/csv2rdf4lod-automation/wiki/License)

todo

?ds conversion:conversion_process [ 
   conversion:enhance [
      conversion:human_redirect ?redirect;
   ];
]";

Implementation

            for( String baseURI : eParams.getSubjectHumanRedirects() ) {
               conn2.add(vf.createURI(baseURI+subjectR), FOAF.primaryTopic, subjectR);
            }
Clone this wiki locally