OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

humanmarkup message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: [humanmarkup] Re: [humanmarkup-comment] [measurment] Type toolkitinitial draft


Thanks Manos,

I won't get a chance to look this over until tomorrow :(

Also, as a general heads up, Web Services and Web Security standards 
groups are going to be needing our input sooner than expected. 
(within 3-6 months rather than the 12-18 months I had anticipated and 
therefore had not mentioned before).

We will have to do the best we can, but this kind of work in 
particular is important for us to have in hand when we do. We will 
have to demonstrate how thoroughly our specifications will be 
grounded, that is, based on a firm, accepted foundation, even in 
areas where we don't have single, accepted authorities to cite. 
Having this kind of work goes a long way toward creating the 
perception, and backing it up in reality, that we are credible, 
reliable and trustworthy.

It is a good thing that we are on track with working out the details 
of our initial work.

Thanks again, Manos.

Ciao,
Rex

At 3:52 PM +0300 9/23/02, Emmanuil Batsis (Manos) wrote:
>Hi all,
>
>As you probably know, we have been working on the (subjective) 
>measurment problem using RDF(S). Some people on this list, including 
>Rex Brooks, James Landrum and myself believe this will play a major 
>role in the HumanMarkup framework (although it's applicability may 
>go beyond that point).
>
>The basic idea is to define some base classes and properties, to be 
>used as a toolkit in vertical (subjective) development. Some 
>requierments are:
>
>* Ability to define types based on common programming language 
>primitive types.
>
>* Ability to define from-to ranges.
>
>* Ability to define types of finite possible values.
>
>* Ability to map ranges to human friendly representations (for 
>example #000 is 'black', where the range has an order of one).
>
>* Introduce the 'meaning' of sets, having members of a certain type 
>and the mechanisms to build those. For example, RGB may be expressed 
>through a set of three 0_to_255 values. Sets containing various 
>types are not needed, that's what classes are ;-)
>
>* Possibly the ability to map different measurment systems through 
>formulas (via inference, not by hand!).
>
>Sadly, RDF does not (yet) include the proper infastructure to build 
>upon. So in my initial approach, I decided to import the W3C XML 
>Schema simple types hierarchy in the form of classes and experiment 
>with expressing relationships between classes. This is highly 
>incomplete and unstable; it's purpose is to expose just one approach 
>to receive opinions.
>
>This document will evolve to cover it's initial target (measurment) 
>but we cannot avoid dealing with the basic things first.
>
>You can find the draft RDF schema attached. Documentation is not 
>available but the comments inside point to important issues.
>
>It's worth mentioning that the document was created using Isaviz 
>[1], an open source RDF editor and viewer. I highly recomment you 
>download it to inspect the document.
>
>Comments, suggestions, corrections and any other (especially 
>negative and/or creative) feedback should be sent on 
>humanmarkup-comment@lists.oasis-open.org
>
>[1] http://www.w3.org/2001/11/IsaViz/
>
>Thanks,
>
>Manos
>
>
><?xml version="1.0" encoding="UTF-8"?>
><!--
>	Title:    Measurment toolkit
>	Editor: Emmanuil Batsis, mbatsis@humanmarkup.org
>	Date:   22 September 2002
>	Version Status: Draft
>
>	Abstract:
>
>	This is the initial draft of an experimental measurment 
>toolkit, utilizing the RDF Schema language. This toolkit may be used 
>to build type hierarchies, including but not restricted to 
>measurment units.
>
>	NOTE:
>
>	*  All definitions herein (unless stated as otherwise) 
>should be considered as abstract, thus no instances should be used.
>	The properties are to serve as superclasses of the user's 
>property definitions, providing some basic patterns to be infered 
>through the OO hierarchy.
>
>	* This document is highly experimental and unstable. Use and 
>refer to, at your own risk.
>
> 
>	========================================================================
>	TYPICAL BUT IMPORTANT NOTICE, PLEASE READ. USE OF THIS SOFTWARE IMPLIES
>	YOU HAVE AGREED TO THE FOLLOWING
> 
>	========================================================================
>	THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
>	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
>	OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
>	DISCLAIMED.  IN NO EVENT SHALL EMMANUIL BATSIS OR ANY PERSON WITHIN THE
>	HUMANMARKUP AND OASIS ORGANISATIONS AND COMMUNITIES  BE LIABLE FOR ANY
>	DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
>	DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
>	GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
>	INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
>	IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 
>OR OTHERWISE)
>	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
>	OF THE POSSIBILITY OF SUCH DAMAGE.
> 
>	========================================================================
>
>      Any questions, comments, or suggestions should be e-mailed to 
>the HumanMarkup mailing list, at
>      humanmarkup-comment@lists.oasis-open.org
>     
>      For more information, please visit
>      http://www.oasis-open.org/committees/humanmarkup/
>-->
><!DOCTYPE HumanMarkupMEasurent [
>	<!--
>		Namespace URI Shorthands
>	-->
>        <!ENTITY humanmarkupMeasurment 
>"http://www.humanmarkup.org/TEMP/22092002/measurmentPropertyToolkit#";>
>        <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
>        <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#";>
>        <!ENTITY xsdt "http://www.w3.org/2001/XMLSchema-datatypes";>
>        <!ENTITY xs "http://www.w3.org/2001/XMLSchema";>
>        <!ENTITY dc "http:    purl.org/metadata/dublin_core#">
>        <!ENTITY htm "http://www.w3.org/1999/xhtml";>
>]>
><rdf:RDF xmlns="&humanmarkupMeasurment;" xmlns:rdf="&rdf;" 
>xmlns:rdfs="&rdfs;" xmlns:xsdt="&xsdt;" xmlns:xs="&xs;" 
>xmlns:dc="&dc;" xmlns:htm="&htm;" xml:lang="en">
>	<!--
>		Description about this document
>	-->
>	<rdf:Description rdf:about="" rdf:label="HumanMarkup 
>Measurment Toolkit">
>		<dc:Title>HumanMarkup Measurment Toolkit</dc:Title>
>		<dc:Creator>Emmanuil Batsis (Manos)</dc:Creator>
>		<dc:Publisher>Oasis HumanMarkup TC</dc:Publisher>
>		<dc:Description>
>This is the initial draft of an experimental measurment toolkit, 
>utilizing the RDF Schema language.
>All property definitions herein should be considered as abstract, 
>thus no instances shouls be used.
>The properties are to serve as superclasses of the users 
>definitions, providing some basic patterns to be infered throughthe 
>OO hierarchy.
>		</dc:Description>
>		<dc:Date>2002-09-22</dc:Date>
>	</rdf:Description>
>
>	<!--
>		Extend RDF Schema to describe relationships between 
>type classes and other usefull information
>		The following properties are also MEANT TO BE USED BY 
>THE USER OF THIS TOOLKIT,
>		BUT SHOULD BE CONSIDERED AS HIGHLY UNSTABLE.
>		in his/her type definitions
>	-->
>
>	<rdfs:Property rdf:about="&humanmarkupMeasurment;derivedBy">
>		<rdfs:subPropertyOf rdf:resource="&rdfs;subClassOf"/>
>	</rdfs:Property>
>
>	<rdfs:Property 
>rdf:about="&humanmarkupMeasurment;derivedByRestrictionOf">
>		<rdfs:subPropertyOf 
>rdf:resource="&humanmarkupMeasurment;derivedBy"/>
>	</rdfs:Property>
>
>	<rdfs:Property rdf:about="&humanmarkupMeasurment;derivedByListOf">
>		<rdfs:subPropertyOf 
>rdf:resource="&humanmarkupMeasurment;derivedBy"/>
>	</rdfs:Property>
>
>	<!--
>		Begining Type definitions; Incorporating W3C XML 
>Schema Datatypes
>
>		You can view a graphical representation of the W3C 
>XML Schema type hierarchy at
> 
>	http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/type-hierarchy.jpg
>	-->
>
>	<rdfs:Class rdf:about="&xsdt;anySimpleType">
>		<dc:Publisher>World Wide Web Consortium</dc:Publisher>
>		<dc:Description>
>anySimpleType is the root of all simple types according to the W3C 
>XML Schema type hierarchy. We make this toolkit "XML Schema aware" 
>by declaring xs:anySimpleType as a subClass of rdfs:Literal
>		</dc:Description>
>		<rdfs:subClassOf rdf:resource="&rdfs;Literal" />
>	</rdfs:Class>
>
>	<!--
>		Importing rest of W3C XML Schema build in simple types
>	-->
>
>	<rdfs:Class rdf:about="&xsdt;string" rdf:label="W3C XMLSchema 
>datatype: string">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#string"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;boolean" rdf:label="W3C 
>XMLSchema datatype: boolean">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#boolean"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;float" rdf:label="W3C XMLSchema 
>datatype: float">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#float"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;double" rdf:label="W3C XMLSchema 
>datatype: double">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#double"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;decimal" rdf:label="W3C 
>XMLSchema datatype: decimal">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#decimal"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;dateTime" rdf:label="W3C 
>XMLSchema datatype: dateTime">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#dateTime"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;duration" rdf:label="W3C 
>XMLSchema datatype: duration">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#duration"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;hexBinary" rdf:label="W3C 
>XMLSchema datatype: hexBinary">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#hexBinary"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;base64Binary" rdf:label="W3C 
>XMLSchema datatype: base64Binary">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#base64Binary"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;anyURI" rdf:label="W3C XMLSchema 
>datatype: anyURI">
>		<!--
>			[!important] Is there a difference between 
>rdfs:Resource and anyURI? Serious overlap. Perhaps we could resolve 
>this
>			using a cycle, if agreement on "no 
>difference" is established, or perhaps multiple inheritance.
>			Otherwise, we should use  rdfs:Resource as 
>it's only superclass (this actually seems more logical, considering 
>the RDF centric context).
>
>			Temporarily, I've kept accordance with W3C 
>XML Schema but this must be resolved.
>		-->
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#anyURI"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;ID" rdf:label="W3C XMLSchema 
>datatype: ID">
>		<derivedByRestrictionOf rdf:resource="&xsdt;NCName" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#ID"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;IDREF" rdf:label="W3C XMLSchema 
>datatype: IDREF">
>		<derivedByRestrictionOf rdf:resource="&xsdt;NCName" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#IDREF"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;ENTITY" rdf:label="W3C XMLSchema 
>datatype: ENTITY">
>		<derivedByRestrictionOf rdf:resource="&xsdt;NCName" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#ENTITY"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;NOTATION" rdf:label="W3C 
>XMLSchema datatype: NOTATION">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#NOTATION"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;normalizedString" rdf:label="W3C 
>XMLSchema datatype: normalizedString">
>		<derivedByRestrictionOf rdf:resource="&xsdt;string" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#normalizedString"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;token" rdf:label="W3C XMLSchema 
>datatype: token">
>		<derivedByRestrictionOf 
>rdf:resource="&xsdt;normalizedString" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#token"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;language" rdf:label="W3C 
>XMLSchema datatype: language">
>		<derivedByRestrictionOf rdf:resource="&xsdt;token" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#language"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;IDREFS" rdf:label="W3C XMLSchema 
>datatype: IDREFS">
>		<derivedByListOf rdf:resource="&xsdt;IDREF" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#IDREFS"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;ENTITIES" rdf:label="W3C 
>XMLSchema datatype: ENTITIES">
>		<derivedByListOf rdf:resource="&xsdt;ENTITY" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#ENTITIES"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;NMTOKEN" rdf:label="W3C 
>XMLSchema datatype: NMTOKEN">
>		<derivedByRestrictionOf rdf:resource="&xsdt;token" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#NMTOKEN"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;NMTOKENS" rdf:label="W3C 
>XMLSchema datatype: NMTOKENS">
>		<derivedByListOf rdf:resource="&xsdt;NMTOKEN" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#NMTOKENS"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;Name" rdf:label="W3C XMLSchema 
>datatype: Name">
>		<derivedByRestrictionOf rdf:resource="&xsdt;token" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#Name"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;QName" rdf:label="W3C XMLSchema 
>datatype: QName">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#QName"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;NCName" rdf:label="W3C XMLSchema 
>datatype: NCName">
>		<derivedByRestrictionOf rdf:resource="&xsdt;Name" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#NCName"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;integer" rdf:label="W3C 
>XMLSchema datatype: integer">
>		<derivedByRestrictionOf rdf:resource="&xsdt;decimal" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#integer"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;nonNegativeInteger" 
>rdf:label="W3C XMLSchema datatype: nonNegativeInteger">
>		<derivedByRestrictionOf rdf:resource="&xsdt;integer" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#nonNegativeInteger"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;positiveInteger" rdf:label="W3C 
>XMLSchema datatype: positiveInteger">
>		<derivedByRestrictionOf 
>rdf:resource="&xsdt;nonNegativeInteger" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#positiveInteger"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;nonPositiveInteger" 
>rdf:label="W3C XMLSchema datatype: nonPositiveInteger">
>		<derivedByRestrictionOf rdf:resource="&xsdt;integer" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#nonPositiveInteger"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;negativeInteger" rdf:label="W3C 
>XMLSchema datatype: negativeInteger">
>		<derivedByRestrictionOf 
>rdf:resource="&xsdt;nonPositiveInteger" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#negativeInteger"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;byte" rdf:label="W3C XMLSchema 
>datatype: byte">
>		<derivedByRestrictionOf rdf:resource="&xsdt;short" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#byte"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;int" rdf:label="W3C XMLSchema 
>datatype: int">
>		<derivedByRestrictionOf rdf:resource="&xsdt;long" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#int"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;long" rdf:label="W3C XMLSchema 
>datatype: long">
>		<derivedByRestrictionOf rdf:resource="&xsdt;integer" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#long"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;short" rdf:label="W3C XMLSchema 
>datatype: short">
>		<derivedByRestrictionOf rdf:resource="&xsdt;int" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#short"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;unsignedByte" rdf:label="W3C 
>XMLSchema datatype: unsignedByte">
>		<derivedByRestrictionOf rdf:resource="&xsdt;unsignedShort" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#unsignedByte"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;unsignedInt" rdf:label="W3C 
>XMLSchema datatype: unsignedInt">
>		<derivedByRestrictionOf rdf:resource="&xsdt;unsignedLong" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#unsignedInt"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;unsignedLong" rdf:label="W3C 
>XMLSchema datatype: unsignedLong">
>		<derivedByRestrictionOf 
>rdf:resource="&xsdt;nonNegativeInteger" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#unsignedLong"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;unsignedShort" rdf:label="W3C 
>XMLSchema datatype: unsignedShort">
>		<derivedByRestrictionOf rdf:resource="&xsdt;unsignedInt" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#unsignedShort"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;date" rdf:label="W3C XMLSchema 
>datatype: date">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#date"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;time" rdf:label="W3C XMLSchema 
>datatype: time">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#time"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;gYearMonth" rdf:label="W3C 
>XMLSchema datatype: gYearMonth">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#gYearMonth"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;gYear" rdf:label="W3C XMLSchema 
>datatype: gYear">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#gYear"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;gMonthDay" rdf:label="W3C 
>XMLSchema datatype: gMonthDay">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#gMonthDay"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;gDay" rdf:label="W3C XMLSchema 
>datatype: gDay">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#gDay"; 
>/>
>	</rdfs:Class>
>	<rdfs:Class rdf:about="&xsdt;gMonth" rdf:label="W3C XMLSchema 
>datatype: gMonth">
>		<derivedByRestrictionOf rdf:resource="&xsdt;anySimpleType" />
>		<rdf:isDefinedBy 
>rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#gMonth"; 
>/>
>	</rdfs:Class>
>
>
>	<!--
>		End W3C XML Schema simple types
>	-->
>
>	<rdf:Property 
>rdf:about="&humanmarkupMeasurment;abstract_generic_measurmentProperty" 
>rdf:label="abstract_generic_measurmentProperty">
>		<dc:Description>
>The top of the toolkit's hierarchy. All other properties are 
>subProperties of this one, so that one may infer they belong in this 
>toolkit. The range of rdfs:Class covers any possibility, as it is 
>the superclass of all resources (rdfs:Resource) and literals 
>(rdfs:Literal)
>		</dc:Description>
>		<rdfs:range rdf:resource="&xsdt;anySimpleType"/>
>		<rdfs:domain rdf:resource="&rdfs;Resource"/>
>	</rdf:Property>
>
></rdf:RDF>


-- 
Rex Brooks
Starbourne Communications Design
1361-A Addison, Berkeley, CA 94702 *510-849-2309
http://www.starbourne.com * rexb@starbourne.com



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC