Thank you
I started the rebuild again and it looks like it is working

-----Original Message-----
From: James HK [mailto:jamesin.hongkon...@gmail.com] 
Sent: Thursday, July 31, 2014 9:47 AM
To: Legault, Phillip [ITSUS]
Cc: Semantic MediaWiki users; Semantic MediaWiki developers
Subject: Re: [SMW-devel] Semantic MediaWiki 2.0 RC3

Hi,

Don't rely on _SOBJ as identifier. [0] changed the Id in order for things like 
`[[Located in.Has subobject.Member of::+]]` to work as well.

Subobjects ought to work with RDF stores otherwise tests like [1, 2] will fail.

[0] https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/466

[1] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/tests/phpunit/Integration/Query/SubqueryDBIntegrationTest.php#L159

[2] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/aa3d46a4af81be76abb474048ca7a3e6ab707435/tests/phpunit/Integration/MediaWiki/ParserFunctionInPageEmbeddedForQueryResultLookupDBIntegrationTest.php#L124

Cheers

On 7/31/14, Legault, Phillip [ITSUS] <plega...@its.jnj.com> wrote:
> I'm not sure what happened, however the subobject do not seem to be 
> writing to 4store anymore since after I ran the first update.
>
>
>
> -----Original Message-----
> From: Legault, Phillip [ITSUS]
> Sent: Monday, July 28, 2014 6:46 AM
> To: 'James HK'
> Cc: 'Semantic MediaWiki users'; 'Semantic MediaWiki developers'
> Subject: RE: [SMW-devel] Semantic MediaWiki 2.0 RC3
>
> James it looks as though the sub objects are working with 4Store with 
> this version.
>
> I will complete my  testing and let you know if I run into any issues.
>
> I noticed that Semantic Results Format was removed.
>
>
>
> -----Original Message-----
> From: James HK [mailto:jamesin.hongkon...@gmail.com]
> Sent: Friday, July 25, 2014 7:04 AM
> To: Legault, Phillip [ITSUS]
> Cc: Semantic MediaWiki users; Semantic MediaWiki developers
> Subject: Re: [SMW-devel] Semantic MediaWiki 2.0 RC3
>
> Hi,
>
>> I want to test the new version against my 4 store and I’m not sure 
>> how my
>
> I'd suggest you start without any other extension to ease potential 
> frictions during the RC phase (as 2.0 has not yet official packaged).
>
> Your composer.json in the MW-root directory should look like:
>
> {
>     "require": {
>         "mediawiki/semantic-media-wiki": "@dev"
>     },
>       "minimum-stability" : "dev"
> }
>
> In regards to 4store, please see the notes at [0]. Currently, 
> Travis-CI (due to [1]) is unable to run our tests against 4store but 
> when running tests locally 4store showed the same expected behaviour as 
> Fuseki or Virtuoso.
> Optional information can be found [2, 3].
>
>> I’m hoping that the new version will work better with sub-objects.
>
> Yes, subobjects are supported.
>
> [0]
> https://github.com/SemanticMediaWiki/SemanticMediaWiki/tree/master/inc
> ludes/src/SPARQLStore#4store-integration
>
> [1] https://github.com/garlik/4store/issues/110
>
> [2]
> https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/bui
> ld/travis/install-services.sh
>
> [3]
> https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/bui
> ld/travis/update-configuration-settings.sh
>
> Cheers
>
> On 7/25/14, Legault, Phillip [ITSUS] <plega...@its.jnj.com> wrote:
>> I want to test the new version against my 4 store and I’m not sure 
>> how my composer.json  file should look.  Here is what I have:
>>
>> {
>>     "require": {
>>         "mediawiki/semantic-media-wiki": "~1.9",
>>         "ask/ask": "1.0.1",
>>         "data-values/data-values": "~0.1",
>>         "mediawiki/semantic-result-formats": "1.9.*",
>>         "mediawiki/validator": "1.0.*",
>>         "mediawiki/sub-page-list": "~1.1",
>>         "mediawiki/semantic-extra-special-properties": "~1.0"
>>     }
>> }
>>
>> I was trying 1.9.2 however I could not get it to work and could not 
>> find a solution.
>>
>> I’m hoping that the new version will work better with sub-objects.
>>
>> Any help would be great
>>
>>
>> Thank You!
>> Phil
>>
>>
>>
>>
>>
>>
>> From: Jeroen De Dauw [mailto:jeroended...@gmail.com]
>> Sent: Tuesday, July 22, 2014 10:01 PM
>> To: Semantic MediaWiki users; Semantic MediaWiki developers
>> Subject: [SMW-devel] Semantic MediaWiki 2.0 RC3
>>
>> Hey all,
>>
>> I am happy to announce the third release candidate for Semantic 
>> MediaWiki
>> 2.0 is now available.
>>
>> Semantic MediaWiki 2.0 is the next big release, which brings new 
>> features and many enhancements. Most notably vastly improved SPARQL 
>> store support, including a brand new connector for Jena Fuseki.
>>
>> Preliminary release notes:
>> https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/do
>> c
>> s/RELEASE-NOTES.md
>> Compatibility tables:
>> https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/do
>> c s/COMPATIBILITY.md The target for the actual 2.0 release is August 
>> 3rd. This release candidate is meant to gather feedback and to 
>> provide you with a peak at 2.0 already.
>> If you find any issues, please report them on our issue tracker.
>>
>> https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues
>>
>> ### Upgrading instructions ###
>>
>> If you are using SMW via Composer, update the version in your 
>> composer.json to "~2.0@rc<mailto:~2.0@rc>" and run "composer update".
>> If you where running dev versions of the 1.9 series using 
>> "~1.9@dev<mailto:~1.9@dev>" or similar, switch to 
>> "~2.0@dev<mailto:~2.0@dev>". Note that several extensions to SMW, 
>> such as Semantic Maps and Semantic Result Formats, do not yet have 
>> any stable release which is installable together with SMW 2.x. If you 
>> are also running those, you will likely have to switch them to use a 
>> development version.
>> If you are using the tarballs, you can download SMW 2.0 RC3 here:
>> https://sourceforge.net/projects/semediawiki/files/semediawiki/Semant
>> i
>> c%20MediaWiki%202.0%20RC3/
>>
>> More detailed upgrading instructions will be made available for the
>> 2.0 release.
>>
>>
>> Cheers
>>
>> --
>> Jeroen De Dauw - http://www.bn2vs.com Software craftsmanship advocate 
>> Evil software architect at Wikimedia Germany
>> ~=[,,_,,]:3
>>
>
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to