Re: [SMW-devel] Semantic MediaWiki 2.0 RC3

2014-07-31 Thread Legault, Phillip [ITSUS]
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/includes/src/SPARQLStore#4store-integration

[1] https://github.com/garlik/4store/issues/110

[2] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/build/travis/install-services.sh

[3] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/build/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/doc
 s/RELEASE-NOTES.md
 Compatibility tables:
 https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/doc
 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@rcmailto:~2.0@rc and run composer update.
 If you where running dev versions of the 1.9 series using 
 ~1.9@devmailto:~1.9@dev or similar, switch to 
 ~2.0@devmailto:~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/Semanti
 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

Re: [SMW-devel] Semantic MediaWiki 2.0 RC3

2014-07-28 Thread Legault, Phillip [ITSUS]
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/includes/src/SPARQLStore#4store-integration

[1] https://github.com/garlik/4store/issues/110

[2] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/build/travis/install-services.sh

[3] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/build/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/doc
 s/RELEASE-NOTES.md
 Compatibility tables:
 https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/doc
 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@rcmailto:~2.0@rc and run composer update. 
 If you where running dev versions of the 1.9 series using 
 ~1.9@devmailto:~1.9@dev or similar, switch to 
 ~2.0@devmailto:~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/Semanti
 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=153845071iu=/4140/ostg.clktrk
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] Semantic MediaWiki 2.0 RC3

2014-07-25 Thread Legault, Phillip [ITSUS]
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/docs/RELEASE-NOTES.md
Compatibility tables: 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/docs/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@rcmailto:~2.0@rc and run composer update. If you where running dev 
versions of the 1.9 series using ~1.9@devmailto:~1.9@dev or similar, switch 
to ~2.0@devmailto:~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/Semantic%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
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] Semantic MediaWiki 2.0 RC3

2014-07-25 Thread Legault, Phillip [ITSUS]
Perfect I will give it a try

-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/includes/src/SPARQLStore#4store-integration

[1] https://github.com/garlik/4store/issues/110

[2] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/build/travis/install-services.sh

[3] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/build/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/doc
 s/RELEASE-NOTES.md
 Compatibility tables:
 https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/doc
 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@rcmailto:~2.0@rc and run composer update. 
 If you where running dev versions of the 1.9 series using 
 ~1.9@devmailto:~1.9@dev or similar, switch to 
 ~2.0@devmailto:~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/Semanti
 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

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 2.0 RC3

2014-07-22 Thread Jeroen De Dauw
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/docs/RELEASE-NOTES.md
Compatibility tables:
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/docs/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 and run composer update. If you where running dev versions
of the 1.9 series using ~1.9@dev or similar, switch to ~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/Semantic%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
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 2.0

2014-07-07 Thread Jeroen De Dauw
To the developers not actively following the issue tracker: we are now
planning the next release to be 2.0 rather than 1.9.3. As excuses for this
we are using improved triple store support and handling of subobjects. We
are aiming to tag our first RC in two weeks, and do the actual release two
weeks after that.

The tracking issue for the release can be found at
https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/367

Cheers

--
Jeroen De Dauw - http://www.bn2vs.com
Software craftsmanship advocate
Evil software architect at Wikimedia Germany
~=[,,_,,]:3
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel