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: Re: [humanmarkup] Re: [humanmarkup-comment] [measurment] new versionof type toolkit


Thanks Manos!  Will get to this later today.
 and BTW, Rex.,  you are singing the Connectivity Rhythm and Blues, and 
that is a bummer, but wow, what a jazzy voice you have :)  You are in 
Berkeley, correct?  UC Berkeley is an I2 (Internet2) institution,  so 
you might look into some sort of non-profit partnership or an SBIR 
relationship and get access to I2.  NDSU is  running the 100Mbit I2 pipe 
and it is great. I checked the I2 web site, and guess what?  In addition 
to colleges and universities (and wealthy corporate sponsors), 
non-profits are eligible to participate in I2, and there is even 
available NSF funding to set up an I2 Backbone, etc..  Something that 
Humanmarkup.org should consider.
See http://www.internet2.edu/html/hpnc.html

Rex Brooks wrote:

> Thanks so much, Manos!
>
> Three cheers!!!
>
> I will be composing a call for use-cases based on this as soon as I 
> can pull myself away from working on websites. As you know only too 
> well there is a gulf between what standards say and what browsers do. 
> Of course it always helps to be reminded of scalability and traffic 
> issues when you can't get onto your own servers to upload and check 
> changes. I can check off line, but not on as many platform 
> combinations simultaneously. Designing for this melange of 
> combinations is just getting more and more fragmented.
>
> An auditing service noted that there had been a huge jump in hack 
> attacks recently, and I know the spam is getting much worse. I know 
> there are a lot of reasons, and I have spoiled myself in the last few 
> months with dual broadband services, but now both DSL and cable are 
> choked.
>
> It will be nice to get our own chat service fully configured with 
> emoticons of our own so I can develop one with crossed eyes and 
> cartoon stars whirling about the head of the thoroughly confused and 
> bewildered icon that would express my current state of mind. I mean 
> "*#$%##**&$!" I got up at 3:30 am to get a little quiet bandwidth and 
> I still can't get anything done. Well, saying I can't MUCH done is 
> more accurate, but jeez, what a frustration attack!
>
> Makes me want to spend the day at the local marina listening to the 
> eternal ocean.
>
> Ciao, and Thanks Again,
> Rex
>
> At 4:06 PM +0300 9/26/02, m batsis wrote:
>
>> A new version is attached. I cleaned up and corrected some errors, 
>> now this is a complete, independent module that makes RDF aware of 
>> XML Schema simple types.
>> More, soon :-)
>>
>> Manos
>>
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <!--
>>     Title:    Measurment toolkit
>>     Editor:   Emmanuil Batsis, mbatsis@humanmarkup.org
>>     Date:     26 September 2002
>>     Status:   Draft
>>
>>     Abstract: What you see is the initial draft of an experimental
>>               datatype toolkit based on the XML Schema simple type
>>               hierarhcy.
>>
>>     Purpose:  To build a library for RDF applications that need the 
>> following:
>>
>>               * Be XML Schema datatype aware
>>               * Build types based on the XML Schema types
>>               * Further investigate ways to combine the two schema 
>> languages
>>                 (for example automate generation of one through 
>> transforming the other)
>>               * Use as a base for a measurment toolkit, including 
>> conversion formulas
>>
>>     Info:     Any questions, comments, or suggestions should be 
>> directed to
>>               the HumanMarkup mailing list, at
>>               humanmarkup-comment@lists.oasis-open.org
>>                   For more information, please visit
>>               http://www.oasis-open.org/committees/humanmarkup/
>>                          
>>
>>     ======================================================================== 
>>
>>     TYPICAL BUT IMPORTANT NOTICE, PLEASE READ. USE OF THIS DOCUMENT 
>> 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.
>>
>>     ======================================================================== 
>>
>>
>>
>> -->
>> <!DOCTYPE dt-lib [
>>     <!--
>>         Namespace URI Shorthands
>>     -->
>>     <!ENTITY dt-lib 
>> "http://www.humanmarkup.org/mbatsis/TEMP/22092002/dt-lib#";>
>>     <!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="&dt-lib;"
>>          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="" rdfs:label="HumanMarkup Measurment 
>> Toolkit">
>>         <dc:Title>HumanMarkup Datatype Toolkit</dc:Title>
>>         <dc:Creator>Emmanuil Batsis (Manos)</dc:Creator>
>>         <dc:Publisher>Oasis HumanMarkup TC</dc:Publisher>
>>         <dc:Description>An experimental datatype toolkit, utilizing 
>> the RDF Schema language.</dc:Description>
>>         <dc:Date>2002-09-26</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="&dt-lib;derivationOf">
>>         <rdfs:subPropertyOf rdf:resource="&rdfs;subClassOf"/>
>>         <rdfs:domain rdf:resource="&xsdt;anySimpleType"/>
>>         <rdfs:range rdf:resource="&xsdt;anySimpleType"/>
>>     </rdfs:Property>
>>
>>     <rdfs:Property rdf:about="&dt-lib;restrictionOf">
>>         <rdfs:subPropertyOf rdf:resource="&dt-lib;derivationOf"/>
>>     </rdfs:Property>
>>
>>     <rdfs:Property rdf:about="&dt-lib;listOf">
>>         <rdfs:subPropertyOf rdf:resource="&dt-lib;derivationOf"/>
>>     </rdfs:Property>
>>
>>     <!--
>>         Begining Type definitions; Incorporating W3C XML Schema 
>> Datatypes
>>     -->
>>     <rdfs:Class rdf:about="&xsdt;anySimpleType">
>>         <rdfs:subClassOf rdf:resource="&rdfs;Literal" />
>>         <rdfs:seeAlso 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/type-hierarchy.jpg"/> 
>>
>>     </rdfs:Class>
>>
>>     <!--
>>         Import the rest of W3C XML Schema simple type branch
>>     -->
>>
>>     <!-- types derived by restriction -->
>>     <rdfs:Class rdf:about="&xsdt;string" rdfs:label="W3C XMLSchema 
>> datatype: string">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#string"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;boolean" rdfs:label="W3C XMLSchema 
>> datatype: boolean">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#boolean"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;float" rdfs:label="W3C XMLSchema 
>> datatype: float">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#float"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;double" rdfs:label="W3C XMLSchema 
>> datatype: double">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#double"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;decimal" rdfs:label="W3C XMLSchema 
>> datatype: decimal">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#decimal"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;dateTime" rdfs:label="W3C XMLSchema 
>> datatype: dateTime">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#dateTime"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;duration" rdfs:label="W3C XMLSchema 
>> datatype: duration">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#duration"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;hexBinary" rdfs:label="W3C XMLSchema 
>> datatype: hexBinary">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#hexBinary"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;base64Binary" rdfs:label="W3C 
>> XMLSchema datatype: base64Binary">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#base64Binary"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;anyURI" rdfs:label="W3C XMLSchema 
>> datatype: anyURI">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#anyURI"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;ID" rdfs:label="W3C XMLSchema 
>> datatype: ID">
>>         <restrictionOf rdf:resource="&xsdt;NCName" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#ID"; />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;IDREF" rdfs:label="W3C XMLSchema 
>> datatype: IDREF">
>>         <restrictionOf rdf:resource="&xsdt;NCName" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#IDREF"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;ENTITY" rdfs:label="W3C XMLSchema 
>> datatype: ENTITY">
>>         <restrictionOf rdf:resource="&xsdt;NCName" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#ENTITY"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;NOTATION" rdfs:label="W3C XMLSchema 
>> datatype: NOTATION">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#NOTATION"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;normalizedString" rdfs:label="W3C 
>> XMLSchema datatype: normalizedString">
>>         <restrictionOf rdf:resource="&xsdt;string" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#normalizedString"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;token" rdfs:label="W3C XMLSchema 
>> datatype: token">
>>         <restrictionOf rdf:resource="&xsdt;normalizedString" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#token"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;language" rdfs:label="W3C XMLSchema 
>> datatype: language">
>>         <restrictionOf rdf:resource="&xsdt;token" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#language"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;NMTOKEN" rdfs:label="W3C XMLSchema 
>> datatype: NMTOKEN">
>>         <restrictionOf rdf:resource="&xsdt;token" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#NMTOKEN"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;Name" rdfs:label="W3C XMLSchema 
>> datatype: Name">
>>         <restrictionOf rdf:resource="&xsdt;token" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#Name"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;QName" rdfs:label="W3C XMLSchema 
>> datatype: QName">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#QName"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;NCName" rdfs:label="W3C XMLSchema 
>> datatype: NCName">
>>         <restrictionOf rdf:resource="&xsdt;Name" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#NCName"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;integer" rdfs:label="W3C XMLSchema 
>> datatype: integer">
>>         <restrictionOf rdf:resource="&xsdt;decimal" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#integer"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;nonNegativeInteger" rdfs:label="W3C 
>> XMLSchema datatype: nonNegativeInteger">
>>         <restrictionOf rdf:resource="&xsdt;integer" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#nonNegativeInteger"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;positiveInteger" rdfs:label="W3C 
>> XMLSchema datatype: positiveInteger">
>>         <restrictionOf rdf:resource="&xsdt;nonNegativeInteger" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#positiveInteger"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;nonPositiveInteger" rdfs:label="W3C 
>> XMLSchema datatype: nonPositiveInteger">
>>         <restrictionOf rdf:resource="&xsdt;integer" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#nonPositiveInteger"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;negativeInteger" rdfs:label="W3C 
>> XMLSchema datatype: negativeInteger">
>>         <restrictionOf rdf:resource="&xsdt;nonPositiveInteger" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#negativeInteger"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;byte" rdfs:label="W3C XMLSchema 
>> datatype: byte">
>>         <restrictionOf rdf:resource="&xsdt;short" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#byte"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;int" rdfs:label="W3C XMLSchema 
>> datatype: int">
>>         <restrictionOf rdf:resource="&xsdt;long" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#int"; />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;long" rdfs:label="W3C XMLSchema 
>> datatype: long">
>>         <restrictionOf rdf:resource="&xsdt;integer" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#long"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;short" rdfs:label="W3C XMLSchema 
>> datatype: short">
>>         <restrictionOf rdf:resource="&xsdt;int" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#short"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;unsignedByte" rdfs:label="W3C 
>> XMLSchema datatype: unsignedByte">
>>         <restrictionOf rdf:resource="&xsdt;unsignedShort" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#unsignedByte"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;unsignedInt" rdfs:label="W3C 
>> XMLSchema datatype: unsignedInt">
>>         <restrictionOf rdf:resource="&xsdt;unsignedLong" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#unsignedInt"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;unsignedLong" rdfs:label="W3C 
>> XMLSchema datatype: unsignedLong">
>>         <restrictionOf rdf:resource="&xsdt;nonNegativeInteger" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#unsignedLong"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;unsignedShort" rdfs:label="W3C 
>> XMLSchema datatype: unsignedShort">
>>         <restrictionOf rdf:resource="&xsdt;unsignedInt" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#unsignedShort"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;date" rdfs:label="W3C XMLSchema 
>> datatype: date">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#date"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;time" rdfs:label="W3C XMLSchema 
>> datatype: time">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#time"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;gYearMonth" rdfs:label="W3C 
>> XMLSchema datatype: gYearMonth">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#gYearMonth"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;gYear" rdfs:label="W3C XMLSchema 
>> datatype: gYear">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#gYear"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;gMonthDay" rdfs:label="W3C XMLSchema 
>> datatype: gMonthDay">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#gMonthDay"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;gDay" rdfs:label="W3C XMLSchema 
>> datatype: gDay">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#gDay"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;gMonth" rdfs:label="W3C XMLSchema 
>> datatype: gMonth">
>>         <restrictionOf rdf:resource="&xsdt;anySimpleType" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#gMonth"; 
>> />
>>     </rdfs:Class>
>>
>>     <!-- types derived by list -->
>>     <rdfs:Class rdf:about="&xsdt;IDREFS" rdfs:label="W3C XMLSchema 
>> datatype: IDREFS">
>>         <listOf rdf:resource="&xsdt;IDREF" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#IDREFS"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;ENTITIES" rdfs:label="W3C XMLSchema 
>> datatype: ENTITIES">
>>         <listOf rdf:resource="&xsdt;ENTITY" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#ENTITIES"; 
>> />
>>     </rdfs:Class>
>>
>>     <rdfs:Class rdf:about="&xsdt;NMTOKENS" rdfs:label="W3C XMLSchema 
>> datatype: NMTOKENS">
>>         <listOf rdf:resource="&xsdt;NMTOKEN" />
>>         <rdfs:isDefinedBy 
>> rdf:resource="http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#NMTOKENS"; 
>> />
>>     </rdfs:Class>
>>     <!--
>>         End W3C XML Schema simple types
>>     -->
>> </rdf:RDF>
>
>
>

-- 
From the Desk of James E. Landrum III
Database Manager
Archaeology Technologies Laboratory (ATL; http://atl.ndsu.edu)
Digital Archive Network for Anthropology (DANA; http://atl.ndsu.edu/archive)
North Dakota State University, Fargo, North Dakota 58105
Ph: 701-231-7115 (my desk) and ATL 701-231-6434
FAX: 701-231-1047
email: james.landrum@ndsu.nodak.edu






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


Powered by eList eXpress LLC