Questions tagged [semantic-mediawiki]

Semantic MediaWiki (SMW) is a free, open-source extension to MediaWiki – the wiki software that powers Wikipedia – that lets developer store and query data within the wiki's pages

Semantic MediaWiki (SMW) is a family of free, open-source extension to MediaWiki – the wiki software that powers Wikipedia – that lets you store and query data within the wiki's pages.

Semantic MediaWiki is also a full-fledged framework, in conjunction with many spinoff extensions, that can turn a wiki into a powerful and flexible “collaborative database”. All data created within SMW can easily be published via the Semantic Web, allowing other systems to use this data seamlessly.

Public sandbox: http://sandbox.semantic-mediawiki.org


Related tags :

165 questions
2
votes
2 answers

Easiest way to run page-specific JavaScript on MediaWiki and/or SMW

I have a MediaWiki up and running, and I added SemanticMediaWiki to be able to do some more stuff. Now I want the data that I added using SMW to generate some fancy graphics using JavaScript. My problem is as follows. I can't find much in the way of…
vrghost
  • 1,084
  • 2
  • 19
  • 42
2
votes
1 answer

How to programmatically generate a link in MediaWiki to a page via php?

I just want to generate a Link to a page of a MediaWiki in CODE via PHP, specifically in the skin template. The background is that the skin has a set of links in a sidebar that don't change but refer to a page in the Wiki. I don't want to use hard…
Saphired
  • 83
  • 1
  • 5
2
votes
1 answer

What is Semantic Wiki?

I am a PHP Developer and completely new about the terms like Semantic Web, Semantic Wiki, Semantic MediaWiki etc. Got the work requirement about Semantic Wiki couple of days before and then I explored lot about it but didn't get exact idea about…
J.K.A.
  • 7,272
  • 25
  • 94
  • 163
2
votes
2 answers

How to delete orphaned properties

At Special:Properties redlinks show up for properties that are referenced by deleted pages. Basically the question is the same as in: http://sourceforge.net/p/semediawiki/mailman/message/31901925/ How do I get rid of such useless properties that…
Wolfgang Fahl
  • 15,016
  • 11
  • 93
  • 186
2
votes
1 answer

Searchable date/time durations in SMW

I'm using Mediawiki, with the SMW extension, in a private setting to organize a fictional universe my group is creating. I have some functionality I'd like, and I'd like to know if there is an extension out there, or the possibility of making my…
FEERspreads
  • 71
  • 1
  • 9
2
votes
1 answer

What is the Date special property for in Semantic Mediawiki?

I am an editor of a wiki that has just installed the Semantic Mediawiki extension, and we've just stumbled on the Date Property. It comes up as a special property when it's used, and I was wondering if there was a particular purpose for it. Would…
Silverfish
  • 1,793
  • 2
  • 12
  • 10
2
votes
2 answers

Split a string in semantic MediaWiki

I want to add a link using existing string in in my wiki page. This string will be appended to a url to form a complete URL. This string consists of many words, for example "Crisis Management in International Computing" I want to split by empty…
Ali Khalil
  • 93
  • 1
  • 2
  • 11
2
votes
1 answer

Find duplicate values in Semantic MediaWiki

How would I go about to list any duplicate values for a property in Semantic MediaWiki? A MySQL query would do fine, it doesn't have to be through a SMW query.
leo
  • 8,106
  • 7
  • 48
  • 80
2
votes
1 answer

Dynamic table with data from infobox data on other pages in a MediaWiki

We're using mediawiki at our office and we needed to create infoboxes to store informations about softwares that we manage. We created an infobox for softwares, we have now 40 infoboxes in 40 softwares pages. Each software page is in the software…
2
votes
2 answers

Automatic sequential article naming in MediaWiki

I'm trying to add a section to a corporate wiki which will serve as a sort of front-end to a Documentum-based data warehouse (since there's no search function and poor internal organization). The idea is to create an article stub for each document…
1
vote
1 answer

Pass a template parameter to a semantic mediawiki query

In page "Massachusetts", I have defined an attribute: [[country::USA]] In page "Boston", I define another attribute, and reference a template: [[state:Massachusetts]] {{City | state=Massachusetts }} In template: Template:City, I want to get the…
meetar
  • 7,443
  • 8
  • 42
  • 73
1
vote
0 answers

StructuredDiscussions Extension for Semantic MediaWiki: Is it possible to make a link that creates a discussion page with a specified name?

I would like to use the StructuredDiscussions extension to create a discussion that is linked to a wiki page. Right now I have to go to Special Pages -> Enable Structured Discussions and enter the name of the discussion page I would like to…
artem
  • 21
  • 2
1
vote
0 answers

MediaWiki Semantic Template: Property "Title" (as page type) with input value

A few months ago I asked a very similar question but the cause of the problem this time is different. The error message is: Property "Title" (as page type) with input value "Lo psicologo di base rischia di essere inutile se non ci sono abbastanza…
Revious
  • 7,816
  • 31
  • 98
  • 147
1
vote
0 answers

MediaWiki Extension with Webpack and TypeScript fails to load mw (mw.util)

I'm not a frontend developer. Until a few days ago I haven't tried npm, webpack and typescript. But now (somehow) everything builds (you can find the code here). But when I upload the extension (before the migration to TS it worked) and try to use…
Revious
  • 7,816
  • 31
  • 98
  • 147
1
vote
0 answers

SemanticMediawiki: inserting category in subobjects

I've tried to add some categories to a subobject (implemented inside a template). {{#subobject: |url = https://www.instagram.com/p/CXeE2j-NT6s/ |title = Bullismo: proposta una legge in Francia per punirlo penalmente. Si rischia anche il…
Revious
  • 7,816
  • 31
  • 98
  • 147
1 2
3
10 11