[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/utils/strigi-bibtex/src/fieldproperties
From:       Egon Willighagen <e.willighagen () science ! ru ! nl>
Date:       2007-11-17 16:06:06
Message-ID: 1195315566.500414.28765.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 737998 by egonw:

Added the properties

 M  +152 -0    bibtex.rdfs  


--- trunk/playground/utils/strigi-bibtex/src/fieldproperties/bibtex.rdfs \
#737997:737998 @@ -113,5 +113,157 @@
 	<rdfs:comment>A Master's thesis.</rdfs:comment>
 </rdfs:Class>
 
+<rdf:Property rdf:about="&bibtex;address">
+	<rdfs:label>xesam:address</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>Publisher's address (usually just the city, but can be the full \
address for lesser-known publishers)</rdfs:comment> +</rdf:Property>
 
+<rdf:Property rdf:about="&bibtex;author">
+	<rdfs:label>xesam:author</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:range rdf:resuorce="&xesam;Person"/>
+	<rdfs:comment>The author(s) (in the case of more than one author, separated by \
and)</rdfs:comment> +</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;bookTitle">
+	<rdfs:label>xesam:bookTitle</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The title of the book, if only part of it is being \
cited</rdfs:comment> +</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;chapter">
+	<rdfs:label>xesam:chapter</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The chapter number</rdfs:comment>
+</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;crossRef">
+	<rdfs:label>xesam:crossRef</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The key of the cross-referenced entry</rdfs:comment>
+</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;edition">
+	<rdfs:label>xesam:edition</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The edition of a book, long form (such as "first" or \
"second")</rdfs:comment> +</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;address">
+	<rdfs:label>xesam:address</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:range rdf:resource="&xesam;Person"/>
+	<rdfs:comment>The name(s) of the editor(s)</rdfs:comment>
+</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;eprint">
+	<rdfs:label>xesam:eprint</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>A specification of an electronic publication, often a preprint or a \
technical report</rdfs:comment> +</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;howPublished">
+	<rdfs:label>xesam:howPublished</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>How it was published, if the publishing method is \
nonstandard</rdfs:comment> +</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;institution">
+	<rdfs:label>xesam:institution</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The institution that was involved in the publishing, but not \
necessarily the publisher</rdfs:comment> +</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;journal">
+	<rdfs:label>xesam:journal</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The journal or magazine the work was published in</rdfs:comment>
+</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;month">
+	<rdfs:label>xesam:month</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The month of publication (or, if unpublished, the month of \
creation)</rdfs:comment> +</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;note">
+	<rdfs:label>xesam:note</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>Miscellaneous extra information</rdfs:comment>
+</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;number">
+	<rdfs:label>xesam:number</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The "number" of a journal, magazine, or tech-report, if \
applicable.</rdfs:comment> +</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;organization">
+	<rdfs:label>xesam:organization</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The conference sponsor</rdfs:comment>
+</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;startPage">
+	<rdfs:label>xesam:startPage</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>Page at which the entry starts.</rdfs:comment>
+</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;endPage">
+	<rdfs:label>xesam:endPage</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>Page at which the entry ends.</rdfs:comment>
+</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;publisher">
+	<rdfs:label>xesam:publisher</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The publisher's name</rdfs:comment>
+</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;school">
+	<rdfs:label>xesam:school</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The school where the thesis was written</rdfs:comment>
+</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;series">
+	<rdfs:label>xesam:series</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The series of books the book was published in</rdfs:comment>
+</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;title">
+	<rdfs:subPropertyOf rdf:resource="&xesam;title"/>
+	<rdfs:label>xesam:title</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The title of the work</rdfs:comment>
+</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;type">
+	<rdfs:label>xesam:type</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The type of tech-report, for example, "Research Note"</rdfs:comment>
+</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;url">
+	<rdfs:label>xesam:url</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The WWW address</rdfs:comment>
+</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;volume">
+	<rdfs:label>xesam:volume</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The volume of a journal or multi-volume book</rdfs:comment>
+</rdf:Property>
+
+<rdf:Property rdf:about="&bibtex;year">
+	<rdfs:label>xesam:year</rdfs:label>
+	<rdfs:domain rdf:resource="&bibtex;Entry"/>
+	<rdfs:comment>The year of publication (or, if unpublished, the year of \
creation)</rdfs:comment> +</rdf:Property>
+
 </rdf:RDF>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic