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
0
votes
2 answers

Is there any limits for number of properties used in templates in Semantic Mediawiki?

Is there any limits for number of properties used in templates? We use a lot of properties in dozens templates. But from one time we can not add any new reusable property to our templates. We can create new property, add it value at the page as…
0
votes
1 answer

Combine different properties into one colum in #ask query in semantic mediawiki

Is it possible to combine two properties with the same datatype into one column in an #ask query in SMW? Suppose I have different datasets with Identifiers that are named differently: #Object1 [[Has isbn::9780552145985]] #Object2 [[Has…
Wald3n
  • 133
  • 1
  • 10
0
votes
1 answer

Access other attributes in the same subobject in semantic-mediawiki

I am using subproperties in semantic mediawiki to store different kinds of information, e.g. a log. This can look like this: {{#subobject: |Has date = 2020-06-18 |Has log = Diary |Has tag = Stackoverflow |Has agenda = * Done Something }} What…
Wald3n
  • 133
  • 1
  • 10
0
votes
1 answer

How to translate this group name in mediawiki?

I installed Extension:CommentStreams of mediawiki and it adds an user group called staff. How can I translate this group name in mediawiki? Any other group names are translated by default as I chose my language in LocalSettings.php but this group…
0
votes
0 answers

How to have badges on mediawiki articles pages?

Most badge creators just creates static image and force us to download the graphic. shields.io is only for projects. We need to show dynamic badges with just a number on it on our articles pages in our mediawiki. Mediawiki has an extension which…
0
votes
1 answer

GROUP BY like #ask query in semantic-mediawiki

I am using semantic-mediawiki to store different diaries, i.e. workrelated, private things, etc. in subobjects like these: {{#subobject: |Has date = 2020-04-08 |Has log = work-log |has agenda = * Work related task done }} {{#subobject: |Has…
Wald3n
  • 133
  • 1
  • 10
0
votes
1 answer

Filter year from date type in semantic-mediawiki

I try to filter an #ask query in semantic-mediawiki to only display entries with a given year. I looked through the help pages but could only find how to display it, e.g. via the free formatting (F). This is what I would like to try: {{#ask: [[Has…
Wald3n
  • 133
  • 1
  • 10
0
votes
1 answer

How to fix empty semantic media wiki query results after restore?

After restoring a semantic media wiki installation from backup the SMW engine does no longer return any query results. I have (re)inserted all regular pages, all form pages, all property pages into the new MW instance. So all content is there but…
Regis May
  • 3,070
  • 2
  • 30
  • 51
0
votes
0 answers

Can Semantic Forms / Page Forms about 200k pages?

I am using SMW with the Semantic Forms extension on my mediawiki instance. I have defined a form that can create a page in a definied namespace. The form by itself is working very fine. But now I have importet a big set of pages (about 170k). And…
TotzKuete
  • 53
  • 5
0
votes
1 answer

Retrieve, only the contents from media wiki API

I would like to retrieve only the events in a hash from February 14 wiki page For that I am trying this JSON API call but it does not give clear information. How can I imrovise my api call to get all events list in a proper way. I would like to…
Sam
  • 5,040
  • 12
  • 43
  • 95
0
votes
1 answer

How to display properties of a nested query in semantic media wiki?

I have a category called actors and another called film. The category film has the property 'hasBudget' and 'hasActor'. Each actor has the property 'hasNationality'. I need a to display a list of Australian actors who have features in films with a…
0
votes
1 answer

Listing pages having only one value for multi-value property

I am working on wiki where every item has its own page and its means of acquiring it listed as [[Is acquired::somewhere]] [[Is acquired::somewhere else]] [[Is acquired::some third acquisition way, really long one with some [[wiki]] links in…
FurloSK
  • 441
  • 2
  • 14
0
votes
1 answer

How to add images in semantic media wiki

I need some images to display on my main page in (semantic media wiki)
0
votes
1 answer

SMW semantic mediawiki #ask code with images

On my wiki bi.maunishshah.com I am using a semantic mediawiki (SMW) to generate tables for each page. I am trying to add images to that table using the #ask query. I can't seem to resize the images and remove border or anything to those images. Can…
maunish
  • 3
  • 1
0
votes
2 answers

Semantic media wiki

What is the scripting language used by SEMANTIC MEDIA WIKI?
1 2 3
10
11