RE: What is it that's wrong with rdf:List [summary]

Antoine Zimmermann wrote:

>Le 22/06/2010 11:55, Michael Schneider a écrit :
>>
>> Does anyone know of any other vocabularies that use RDF lists beyond
>the use
>> as argument lists for OWL constructs?
>
>The Bibo ontology has properties "authorList", "contributorList" and
>"editorList" that have rdf:List as their ranges.

Thanks, I was able to find it! I am adding the links:

    Homepage: <http://bibliontology.com/>
    Ontology:
<http://bibotools.googlecode.com/svn/bibo-ontology/tags/1.3/bibo.xml.owl>

Btw, I can see that it is not only lists: 

    <owl:ObjectProperty rdf:about="authorList">
        <!-- some stuff removed -->
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&rdf;List"/>
                    <rdf:Description rdf:about="&rdf;Seq"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>

Which brings us to the next question: What is it that's wrong with RDF
containers (rdf:Seq and friends)? :-)

Michael

--
Dipl.-Inform. Michael Schneider
Research Scientist, Information Process Engineering (IPE)
Tel  : +49-721-9654-726
Fax  : +49-721-9654-727
Email: michael.schneider@fzi.de
WWW  : http://www.fzi.de/michael.schneider
=======================================================================
FZI Forschungszentrum Informatik an der Universität Karlsruhe
Haid-und-Neu-Str. 10-14, D-76131 Karlsruhe
Tel.: +49-721-9654-0, Fax: +49-721-9654-959
Stiftung des bürgerlichen Rechts, Az 14-0563.1, RP Karlsruhe
Vorstand: Prof. Dr.-Ing. Rüdiger Dillmann, Dipl. Wi.-Ing. Michael Flor,
Prof. Dr. Dr. h.c. Wolffried Stucky, Prof. Dr. Rudi Studer
Vorsitzender des Kuratoriums: Ministerialdirigent Günther Leßnerkraus
=======================================================================

Received on Tuesday, 22 June 2010 11:58:25 UTC