Owl:oneOf

From semanticweb.org

Jump to: navigation, search

This is a Structure for enumerating Things.

<owl:Class>
  <owl:oneOf rdf:parseType="Collection">
    <owl:Thing rdf:about="#Eurasia"/>
    <owl:Thing rdf:about="#Africa"/>
    <owl:Thing rdf:about="#NorthAmerica"/>
    <owl:Thing rdf:about="#SouthAmerica"/>
    <owl:Thing rdf:about="#Australia"/>
    <owl:Thing rdf:about="#Antarctica"/>
  </owl:oneOf>
</owl:Class>

Proposal for use in Wikipedia:

[[owl:oneOf:=(
   rdf:parseType:="Collection",
   owl:Thing:="Eurasia", 
   owl:Thing:="Africa", 
   owl:Thing:="North America", 
   owl:Thing:="South America", 
   owl:Thing:="Australia", 
   owl:Thing:="Antarctica"
)]]

Note: the continetal names are autolinking to Articles.

Even it should be possible to use a Syntax like this, there should be a simpler solution using a Collection-Type:

[[owl:oneOf:=(
   Collection:=(
      "Eurasia", 
      "Africa",
      "North America",
      "South America",
      "Australia",
      "Antarctica"
   )
)]]

[edit] See also

Personal tools