-
Notifications
You must be signed in to change notification settings - Fork 36
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;
];
]";
for( String baseURI : eParams.getSubjectHumanRedirects() ) {
conn2.add(vf.createURI(baseURI+subjectR), FOAF.primaryTopic, subjectR);
}