That's me again :)
I thought it was working fine but I continued testing the trunk version and some issues appeared with the linking process.
The link seems to be done correctly but not writing down in the integration result. I also configured the integrationJob.xml to write down the intermediate results of the linkng process but nothing was written.
The strange thing is that as part of the output at the end of the process the linking quad is printed out (in the terminal) but the number of links genearated by silk is 0 (as you can see bellow in bold).
If I run the same process (the same config) with the "official" build ldif-0.5.1 (previous the modification) the integration result is written down (but with the fixed sameAs linktype bug)
¿Any Idea?
OUTPUT WITH TRUNK VERSION ---------------------------------
...
<http://localhost:2020/resource/item/oai:cnx.org:m10672> <http://purl.org/dc/elements/1.1/contributor> <http://dblp.l3s.de/d2r/resource/authors/A._Algaba> <http://www4.wiwiss.fu-berlin.de/ldif/graph#generatedBySilk> .
<http://localhost:2020/resource/item/oai:cnx.org:m10668> <http://purl.org/dc/elements/1.1/contributor> <http://dblp.l3s.de/d2r/resource/authors/A._Algaba> <http://www4.wiwiss.fu-berlin.de/ldif/graph#generatedBySilk> .ago 26, 2013 6:03:11 PM ldif.local.IntegrationJob executeLinkingPhase
INFO: Time needed to link data: 8.371s
ago 26, 2013 6:03:11 PM ldif.local.IntegrationJob executeLinkingPhase
INFO: Number of links generated by silk: 0ago 26, 2013 6:03:11 PM ldif.local.runtime.URITranslator$ generateMintedUriMap
INFO: Minting URIs...
ago 26, 2013 6:03:11 PM ldif.local.runtime.URITranslator$ rewriteURIs
INFO: Start URI translation...
ago 26, 2013 6:03:12 PM ldif.local.runtime.URITranslator$ rewriteURIs
INFO: End URI translation: Processed 15343 quads
ago 26, 2013 6:03:12 PM ldif.local.IntegrationJob executeURITranslation
INFO: Time needed to translate URIs: 0.435s
ago 26, 2013 6:03:12 PM ldif.local.IntegrationJob writeOutput
INFO: Writing integration output...
ago 26, 2013 6:03:12 PM ldif.local.IntegrationJob writeOutput
INFO: 15343 Quads written
ago 26, 2013 6:03:12 PM ldif.local.Scheduler runIntegration
INFO: Integration Job completed
Press any key to exit
--------------------------------------------------------------------------------
OUTPUT WITH OFFICIAL ldif-0.5.1 VERSION ---------------------------------------
...
ago 26, 2013 6:12:07 PM de.fuberlin.wiwiss.silk.util.task.HasStatus$class updateStatus
INFO: Filtering finished in 4ms (100,0%)
ago 26, 2013 6:12:07 PM de.fuberlin.wiwiss.silk.util.task.HasStatus$class updateStatus
INFO: Writing output started (0,0%)
ago 26, 2013 6:12:07 PM de.fuberlin.wiwiss.silk.output.Output close
INFO: Wrote 131 links
ago 26, 2013 6:12:07 PM de.fuberlin.wiwiss.silk.util.task.HasStatus$class updateStatus
INFO: Writing output finished in 3ms (100,0%)
INFO Time needed to link data: 8.086s
INFO Number of links generated by silk: 263INFO Minting URIs...
INFO Start URI translation...
INFO End URI translation: Processed 15347 quads
INFO Time needed to translate URIs: 0.559s
INFO Writing integration output...
INFO 15480 Quads written
INFO Integration Job completed
Press any key to exit
--------------------------------------------------------------------------------