Difference between revisions of "Template talk:Concept"
m (→imported from / is defined by) |
Dag Endresen (Talk | contribs) (→imported from / is defined by) |
||
Line 18: | Line 18: | ||
--[[User:Andreas Plank|Andreas Plank]] 10:39, 6 September 2012 (CEST) | --[[User:Andreas Plank|Andreas Plank]] 10:39, 6 September 2012 (CEST) | ||
+ | |||
+ | Agree, it sounds like a very good solution to reuse the "imported from" property as the value for rdfs:isDefinedBy | ||
+ | --[[User:Dag Endresen|Dag Endresen]] 14:45, 10 September 2012 (CEST) | ||
== Default automatic categories == | == Default automatic categories == |
Revision as of 13:45, 10 September 2012
Contents
Properties
rdfs:range
Include rdfs:range? --Andreas Plank 17:22, 29 August 2012 (CEST)
imported from / is defined by
{{concept … |imported from = property: imported from → doesn't it replaces rdfs:isDefinedBy ? |is defined by = property: rdfs:isDefinedBy … }}
The use cases probably overlap? imported from is a semantic-mediawiki-property designed to put a page from the Wiki (definitely a "property:", probably but untested, also classes=categories) into another namespace, i.e. the RDF exports with namespace/URI. Question: Is the use of imported from always identical to is defined by? Note: on a property page we would need “imported from” but set once there it does not need to be set again elsewhere. At present both fields are in the template and forms, but it would be nice to simplify this.
--Andreas Plank 10:39, 6 September 2012 (CEST)
Agree, it sounds like a very good solution to reuse the "imported from" property as the value for rdfs:isDefinedBy --Dag Endresen 14:45, 10 September 2012 (CEST)
Default automatic categories
What default categories should we set for pages using the Concept template?
- Always "Category:skos:Concept". Or "Category:Concept"?
- Notes: concept scheme and concept collection templates will set “Category:skos:Collection” an “Category:skos:ConceptScheme” etc.
- Question: "category: skos:ConceptScheme" / "category:skos:Collection" or “category: Concept scheme” / “category: Concept”? --Andreas Plank 18:12, 7 September 2012 (CEST)
- Notes: concept scheme and concept collection templates will set “Category:skos:Collection” an “Category:skos:ConceptScheme” etc.
- If "imported from:" is set for a concept, then set a "Category:imported concept" (old version used"Category:imported term")?
- Should for the values in concept scheme: automatic categories be set? Example: "Category:DarwinCore".
- Should for the values in concept collection: automatic categories be set? Example: "Category:Audubon Core Managment Vocabulary".
- is it correct to define [[Has default form::…]] on category: skos:Concept ?
It is not strictly necessary to set a category for each of these, since the properties can be queried in ask-queries and we can add filters also on Special:BrowseData.
--Andreas Plank 11:35, 6 September 2012 (CEST)
Translations
Experiments how it can best be set correctly (no feedback necessary at the moment):
- #subobject is more appropriate, because it creates a hash id on a page, that has to be set manually, e.g. page#en or the following proposal, e.g. “page#propertyName@en”. #set_internal uses only integer hash ids.
- what should export in RDF? Proposal: a syntax like
"propertyName@ISO-lang-code"
as a subproperty ofpropertyName
? - technical note: in a wiki page “#propertyName@en” will always be ancorencoded: {{anchorencode: propertyName@en}} returns “propertyName.40en” (that is {{urlencode: propertyName@en}} and replace “%” by “.”)
- what should export in RDF? Proposal: a syntax like
--Andreas Plank 12:12, 6 September 2012 (CEST)