Difference between revisions of "Wikispooks talk:Semantic Mediawiki"
Jump to navigation
Jump to search
(→Cleaning SMW Data: new section) |
(→Namespaces: new section) |
||
Line 3: | Line 3: | ||
There must ''be'' ways to remove these unused properites - if needs be, using SQL queries. A higher level way is preferable of course, so possibly from [[Special:SMWAdmin]]. If that doesn't do it, it might be worth reading | There must ''be'' ways to remove these unused properites - if needs be, using SQL queries. A higher level way is preferable of course, so possibly from [[Special:SMWAdmin]]. If that doesn't do it, it might be worth reading | ||
http://semantic-mediawiki.org/wiki/Help:Repairing_SMW%27s_data. [[User:Robin|Robin]] ([[User talk:Robin|talk]]) 12:23, 13 December 2013 (GMT) | http://semantic-mediawiki.org/wiki/Help:Repairing_SMW%27s_data. [[User:Robin|Robin]] ([[User talk:Robin|talk]]) 12:23, 13 December 2013 (GMT) | ||
+ | |||
+ | == Namespaces == | ||
+ | |||
+ | How about using more namespaces to differentiate page subjects? | ||
+ | {| | ||
+ | ! Namespace | ||
+ | ! Mandatory Template | ||
+ | ! Semantic Form | ||
+ | !Use | ||
+ | |- | ||
+ | |{{t|'''document:'''}} | ||
+ | |{{t|[[Template:DocProv]]}} | ||
+ | |{{t|[[Form:Document]]}} | ||
+ | |3rd Party Publications | ||
+ | |- | ||
+ | |{{t|'''book:'''}} | ||
+ | |{{t|[[Template:Book]]}} | ||
+ | |{{t|[[Form:Book]]}} | ||
+ | |Articles about books | ||
+ | |- | ||
+ | |{{t|'''person:'''}} | ||
+ | |{{t|[[Template:Person]]}} | ||
+ | |{{t|[[Form:Person]]}} | ||
+ | |Articles about people | ||
+ | |- | ||
+ | |{{t|'''event:'''}} | ||
+ | |{{t|[[Template:Event]]}} | ||
+ | |{{t|[[Form:Event]]}} | ||
+ | |Articles about events | ||
+ | |} | ||
+ | I like the semantic forms - a good help to people to create semantic data. | ||
+ | |||
+ | [[User:Robin|Robin]] ([[User talk:Robin|talk]]) 12:36, 13 December 2013 (GMT) |
Revision as of 12:36, 13 December 2013
Cleaning SMW Data
There must be ways to remove these unused properites - if needs be, using SQL queries. A higher level way is preferable of course, so possibly from Special:SMWAdmin. If that doesn't do it, it might be worth reading http://semantic-mediawiki.org/wiki/Help:Repairing_SMW%27s_data. Robin (talk) 12:23, 13 December 2013 (GMT)
Namespaces
How about using more namespaces to differentiate page subjects?
Namespace | Mandatory Template | Semantic Form | Use |
---|---|---|---|
document: | Template:DocProv | Form:Document | 3rd Party Publications |
book: | Template:Book | Form:Book | Articles about books |
person: | Template:Person | Form:Person | Articles about people |
event: | Template:Event | Form:Event | Articles about events |
I like the semantic forms - a good help to people to create semantic data.