Difference between revisions of "Sandbox"

From TDWG Terms Wiki
Jump to: navigation, search
m
m
Line 12: Line 12:
 
|-
 
|-
 
|
 
|
# #ask for all global relations (defined on property pages)
+
# #ask and iterate over all global relations (defined on property pages)
 
# step through each relation:
 
# step through each relation:
 
## check: #ask (this-relation-is-on-concept-<nowiki>{{PAGENAME}}</nowiki>)
 
## check: #ask (this-relation-is-on-concept-<nowiki>{{PAGENAME}}</nowiki>)
Line 20: Line 20:
 
## list of relations in [[Form:Concept]]
 
## list of relations in [[Form:Concept]]
 
|
 
|
# #ask for relations specifically based on a <nowiki>{{PAGENAME}}</nowiki>
+
# #ask and iterate over relations specifically related to a concept
 
# iterate over former ask result together with "format=template" to display results
 
# iterate over former ask result together with "format=template" to display results
 
# maintain:
 
# maintain:

Revision as of 16:12, 15 October 2012

This is Sandbox page to test things

Property test: Dummypage


Property:rdfs:subPropertyOf, Property:biorel:adjacent to, Property:biorel:aligned with, Property:biorel:connected to, Property:biorel:derived by descent from, Property:biorel:derives from, Property:biorel:develops from, Property:biorel:develops from part of, Property:biorel:develops in, Property:biorel:develops into, Property:biorel:has habitat, Property:biorel:has part, Property:biorel:has participant, Property:biorel:has site of, Property:biorel:is bearer of, Property:biorel:is preceded by, Property:biorel:occurs in, Property:biorel:overlaps, Property:biorel:part of, Property:biorel:participates in, Property:biorel:precedes, Property:biorel:produced by, Property:biorel:produces, Property:biorel:spatially disjoint from, Property:biorel:surrounds, Property:biorel:variant of, Property:dcterms:hasPart, Property:dcterms:isPartOf, Property:owl:disjointWith, Property:owl:equivalentClass, Property:owl:equivalentProperty, Property:owl:inverseOf, Property:rdfs:seeAlso, Property:rdfs:subClassOf, Property:skos:broadMatch, Property:skos:closeMatch, Property:skos:exactMatch, Property:skos:mappingRelation, Property:skos:narrowMatch, Property:skos:relatedMatch, Property:vann:termGroup

Property approach subobject approach
  1. #ask and iterate over all global relations (defined on property pages)
  2. step through each relation:
    1. check: #ask (this-relation-is-on-concept-{{PAGENAME}})
    2. resolve display text/property
  3. maintain:
    1. property parameter on property pages manage what relations are evaluated
    2. list of relations in Form:Concept
  1. #ask and iterate over relations specifically related to a concept
  2. iterate over former ask result together with "format=template" to display results
  3. maintain:
    1. list of relations in Template:Concept relation/relation to property
    2. list of relations in Form:Concept
    3. …?