I get this odd output from the GRDDL service; note rdf:Description as a property: <http://www.w3.org/2001/XMLSchema#enumeration> <http://www.rddl.org/purposes#normative-reference> [ a <http://www.rddl.org/natures#Object>; <http://www.rddl.org/natures#natureKey> <http://www.w3.org/TR/xmlschema-2/#rf-facets>; <http://www.rddl.org/natures#target> <http://www.w3.org/TR/xmlschema-2/#rf-enumeration> ]; rdf:Description [ a <http://www.rddl.org/purposes#normative-reference>; <http://www.rddl.org/natures#Object> [ a <http://www.rddl.org/natures#natureKey>; <http://www.rddl.org/natures#NatureKey> "" ] ] . http://www.w3.org/2007/08/grddl/?docAddr=http%3A%2F%2Fwww.w3.org%2FXML% 2F2007%2F09%2FXMLSchema&output=turtleplain http://www.w3.org/2007/08/grddl/ v1.33 of 2007/09/10 08:57:21 The source document is http://www.w3.org/XML/2007/09/XMLSchema http://www.w3.org/XML/2007/09/XMLSchema.html Last-Modified 09/12/2007 07:46:18 AM says firefox It refers to this transformation: http://www.w3.org/XML/2007/09/xsdns-grddl.xsl 09/12/2007 08:24:45 AM The resulting RDF/XML (via xsltproc) looks fine, to me; see ,rddl.rdf attached. When run thru cwm, the turtle/n3 looks fine: XML:enumeration rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#rf-facets>; :target <http://www.w3.org/TR/xmlschema-2/#rf-enumeration> ], [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-enumeration> ] . Any clues as to why the turtle from the GRDDL service is different? -- Dan Connolly, W3C http://www.w3.org/People/Connolly/ #Processed by Id: cwm.py,v 1.193 2007/06/26 02:36:15 syosi Exp # using base file:///home/connolly/Desktop/,rddl.rdf # Notation3 generation by # notation3.py,v 1.195 2007/06/26 02:36:15 syosi Exp # Base was: file:///home/connolly/Desktop/,rddl.rdf @prefix : <http://www.rddl.org/natures#> . @prefix XML: <http://www.w3.org/2001/XMLSchema#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rddlp: <http://www.rddl.org/purposes#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <> a owl:Ontology; owl:imports <link.rdf>, <rddl.owl> . <link.rdf> a owl:Ontology . <rddl.owl> a owl:Ontology . <http://www.isi.edu/in-notes/iana/assignments/media-types/application/xml-dtd> a :NatureKey . <http://www.w3.org/2001/XMLSchema> a :NatureKey, <http://www.w3.org/2007/ont/link#Document>; rddlp:non-normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/html4>; :target <http://www.w3.org/TR/xmlschema-0/> ]; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/html4>; :target <http://www.w3.org/TR/xmlschema-1/> ], [ a :Object; :natureKey <http://www.w3.org/TR/html4>; :target <http://www.w3.org/TR/xmlschema-2/> ]; rddlp:schema-validation [ a :Object; :natureKey <http://www.w3.org/2001/XMLSchema>; :target <XMLSchema.xsd> ]; rddlp:validation [ a :Object; :natureKey <http://www.isi.edu/in-notes/iana/assignments/media-types/application/xml-dtd>; :target <XMLSchema.dtd> ] . XML:ENTITIES a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#ENTITIES> ] . <http://www.w3.org/2001/XMLSchema#ENTITIES.minLength> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#ENTITIES.minLength> ] . XML:ENTITY a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#ENTITY> ] . XML:ID a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#ID> ] . XML:IDREF a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#IDREF> ] . XML:IDREFS a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#IDREFS> ] . <http://www.w3.org/2001/XMLSchema#IDREFS.minLength> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#IDREFS.minLength> ] . XML:NCName a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#NCName> ] . <http://www.w3.org/2001/XMLSchema#NCName.pattern> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#NCName.pattern> ] . XML:NMTOKEN a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#NMTOKEN> ] . <http://www.w3.org/2001/XMLSchema#NMTOKEN.pattern> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#NMTOKEN.pattern> ] . XML:NMTOKENS a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#NMTOKENS> ] . <http://www.w3.org/2001/XMLSchema#NMTOKENS.minLength> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#NMTOKENS.minLength> ] . XML:NOTATION a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#NOTATION> ] . <http://www.w3.org/2001/XMLSchema#NOTATION.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#NOTATION.whiteSpace> ] . XML:Name a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#Name> ] . <http://www.w3.org/2001/XMLSchema#Name.pattern> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#Name.pattern> ] . XML:QName a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#QName> ] . <http://www.w3.org/2001/XMLSchema#QName.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#QName.whiteSpace> ] . XML:all rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-all> ] . XML:annotation rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-annotation> ] . XML:any rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-any> ] . XML:anyAtomicType a rdfs:Datatype; rddlp:non-normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema11-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema11-2/#anyAtomicType> ] . XML:anyAttribute rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-anyAttribute> ] . XML:anySimpleType a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#dt-anySimpleType> ] . XML:anyURI a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#anyURI> ] . <http://www.w3.org/2001/XMLSchema#anyURI.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#anyURI.whiteSpace> ] . XML:appinfo rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-appinfo> ] . XML:attribute rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-attribute> ] . XML:attributeGroup rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-attributeGroup> ] . XML:base64Binary a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#base64Binary> ] . <http://www.w3.org/2001/XMLSchema#base64Binary.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#base64Binary.whiteSpace> ] . XML:boolean a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#boolean> ] . <http://www.w3.org/2001/XMLSchema#boolean.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#boolean.whiteSpace> ] . XML:byte a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#byte> ] . <http://www.w3.org/2001/XMLSchema#byte.maxInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#byte.maxInclusive> ] . <http://www.w3.org/2001/XMLSchema#byte.minInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#byte.minInclusive> ] . XML:choice rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-choice> ] . XML:complexContent rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-complexContent> ] . XML:complexType rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-complexType> ] . XML:date a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#date> ] . <http://www.w3.org/2001/XMLSchema#date.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#date.whiteSpace> ] . XML:dateTime a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#dateTime> ] . <http://www.w3.org/2001/XMLSchema#dateTime.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#dateTime.whiteSpace> ] . XML:dayTimeDuration a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema11-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema11-2/#dayTimeDuration> ] . <http://www.w3.org/2001/XMLSchema#dayTimeDuration.pattern> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema11-2/#f>; :target <http://www.w3.org/TR/xmlschema11-2/#dayTimeDuration.pattern> ] . XML:decimal a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#decimal> ] . <http://www.w3.org/2001/XMLSchema#decimal.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#decimal.whiteSpace> ] . XML:documentation rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-documentation> ] . XML:double a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#double> ] . <http://www.w3.org/2001/XMLSchema#double.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#double.whiteSpace> ] . XML:duration a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#duration> ] . <http://www.w3.org/2001/XMLSchema#duration.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#duration.whiteSpace> ] . XML:element rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-element> ] . XML:enumeration rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#rf-facets>; :target <http://www.w3.org/TR/xmlschema-2/#rf-enumeration> ], [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-enumeration> ] . XML:field rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-field> ] . XML:float a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#float> ] . <http://www.w3.org/2001/XMLSchema#float.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#float.whiteSpace> ] . XML:fractionDigits rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#rf-facets>; :target <http://www.w3.org/TR/xmlschema-2/#rf-fractionDigits> ], [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-fractionDigits> ] . XML:gDay a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#gDay> ] . <http://www.w3.org/2001/XMLSchema#gDay.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#gDay.whiteSpace> ] . XML:gMonth a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#gMonth> ] . <http://www.w3.org/2001/XMLSchema#gMonth.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#gMonth.whiteSpace> ] . XML:gMonthDay a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#gMonthDay> ] . <http://www.w3.org/2001/XMLSchema#gMonthDay.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#gMonthDay.whiteSpace> ] . XML:gYear a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#gYear> ] . <http://www.w3.org/2001/XMLSchema#gYear.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#gYear.whiteSpace> ] . XML:gYearMonth a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#gYearMonth> ] . <http://www.w3.org/2001/XMLSchema#gYearMonth.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#gYearMonth.whiteSpace> ] . XML:group rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-group> ] . XML:hexBinary a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#hexBinary> ] . <http://www.w3.org/2001/XMLSchema#hexBinary.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#hexBinary.whiteSpace> ] . XML:import rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-import> ] . XML:include rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-include> ] . XML:int a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#int> ] . <http://www.w3.org/2001/XMLSchema#int.maxInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#int.maxInclusive> ] . <http://www.w3.org/2001/XMLSchema#int.minInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#int.minInclusive> ] . XML:integer a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#integer> ] . <http://www.w3.org/2001/XMLSchema#integer.fractionDigits> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#integer.fractionDigits> ] . XML:key rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-key> ] . XML:keyref rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-keyref> ] . XML:language a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#language> ] . <http://www.w3.org/2001/XMLSchema#language.pattern> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#language.pattern> ] . XML:length rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#rf-facets>; :target <http://www.w3.org/TR/xmlschema-2/#rf-length> ], [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-length> ] . XML:list rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-list> ] . XML:long a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#long> ] . <http://www.w3.org/2001/XMLSchema#long.maxInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#long.maxInclusive> ] . <http://www.w3.org/2001/XMLSchema#long.minInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#long.minInclusive> ] . XML:maxExclusive rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#rf-facets>; :target <http://www.w3.org/TR/xmlschema-2/#rf-maxExclusive> ], [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-maxExclusive> ] . XML:maxInclusive rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#rf-facets>; :target <http://www.w3.org/TR/xmlschema-2/#rf-maxInclusive> ], [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-maxInclusive> ] . XML:maxLength rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#rf-facets>; :target <http://www.w3.org/TR/xmlschema-2/#rf-maxLength> ], [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-maxLength> ] . XML:minExclusive rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#rf-facets>; :target <http://www.w3.org/TR/xmlschema-2/#rf-minExclusive> ], [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-minExclusive> ] . XML:minInclusive rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#rf-facets>; :target <http://www.w3.org/TR/xmlschema-2/#rf-minInclusive> ], [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-minInclusive> ] . XML:minLength rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#rf-facets>; :target <http://www.w3.org/TR/xmlschema-2/#rf-minLength> ], [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-minLength> ] . XML:negativeInteger a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#negativeInteger> ] . <http://www.w3.org/2001/XMLSchema#negativeInteger.maxInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#negativeInteger.maxInclusive> ] . XML:nonNegativeInteger a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger> ] . <http://www.w3.org/2001/XMLSchema#nonNegativeInteger.minInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#nonNegativeInteger.minInclusive> ] . XML:nonPositiveInteger a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#nonPositiveInteger> ] . <http://www.w3.org/2001/XMLSchema#nonPositiveInteger.maxInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#nonPositiveInteger.maxInclusive> ] . XML:normalizedString a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#normalizedString> ] . <http://www.w3.org/2001/XMLSchema#normalizedString.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#normalizedString.whiteSpace> ] . XML:notation rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-notation> ] . XML:pattern rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#rf-facets>; :target <http://www.w3.org/TR/xmlschema-2/#rf-pattern> ], [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-pattern> ] . XML:positiveInteger a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#positiveInteger> ] . <http://www.w3.org/2001/XMLSchema#positiveInteger.minInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#positiveInteger.minInclusive> ] . XML:precisionDecimal a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema11-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema11-2/#precisionDecimal> ] . <http://www.w3.org/2001/XMLSchema#precisionDecimal.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema11-2/#f>; :target <http://www.w3.org/TR/xmlschema11-2/#precisionDecimal.whiteSpace> ] . XML:redefine rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-redefine> ] . XML:restriction rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-restriction> ] . XML:schema rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-schema> ] . XML:selector rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-selector> ] . XML:sequence rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-sequence> ] . XML:short a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#short> ] . <http://www.w3.org/2001/XMLSchema#short.maxInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#short.maxInclusive> ] . <http://www.w3.org/2001/XMLSchema#short.minInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#short.minInclusive> ] . XML:simpleContent rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-simpleContent> ] . XML:simpleType rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-simpleType> ] . XML:string a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#string> ] . <http://www.w3.org/2001/XMLSchema#string.preserve> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#string.preserve> ] . XML:time a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#time> ] . <http://www.w3.org/2001/XMLSchema#time.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#time.whiteSpace> ] . XML:token a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#token> ] . <http://www.w3.org/2001/XMLSchema#token.whiteSpace> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#token.whiteSpace> ] . XML:totalDigits rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#rf-facets>; :target <http://www.w3.org/TR/xmlschema-2/#rf-totalDigits> ], [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-totalDigits> ] . XML:union rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-union> ] . XML:unique rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-1/#element>; :target <http://www.w3.org/TR/xmlschema-1/#element-unique> ] . XML:unsignedByte a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#unsignedByte> ] . <http://www.w3.org/2001/XMLSchema#unsignedByte.maxInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#unsignedByte.maxInclusive> ] . XML:unsignedInt a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#unsignedInt> ] . <http://www.w3.org/2001/XMLSchema#unsignedInt.maxInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#unsignedInt.maxInclusive> ] . XML:unsignedLong a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#unsignedLong> ] . <http://www.w3.org/2001/XMLSchema#unsignedLong.maxInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#unsignedLong.maxInclusive> ] . XML:unsignedShort a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema-2/#unsignedShort> ] . <http://www.w3.org/2001/XMLSchema#unsignedShort.maxInclusive> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#f>; :target <http://www.w3.org/TR/xmlschema-2/XMLSchema.xsd#unsignedShort.maxInclusive> ] . XML:whiteSpace rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#rf-facets>; :target <http://www.w3.org/TR/xmlschema-2/#rf-whiteSpace> ], [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema-2/#element>; :target <http://www.w3.org/TR/xmlschema-2/#element-whiteSpace> ] . XML:yearMonthDuration a rdfs:Datatype; rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema11-2/#dt-built-in>; :target <http://www.w3.org/TR/xmlschema11-2/#yearMonthDuration> ] . <http://www.w3.org/2001/XMLSchema#yearMonthDuration.pattern> rddlp:normative-reference [ a :Object; :natureKey <http://www.w3.org/TR/xmlschema11-2/#f>; :target <http://www.w3.org/TR/xmlschema11-2/#yearMonthDuration.pattern> ] . <http://www.w3.org/TR/html4> a :NatureKey . <http://www.w3.org/TR/xmlschema-1/#element> a :NatureKey . <http://www.w3.org/TR/xmlschema-2/#dt-built-in> a :NatureKey . <http://www.w3.org/TR/xmlschema-2/#element> a :NatureKey . <http://www.w3.org/TR/xmlschema-2/#f> a :NatureKey . <http://www.w3.org/TR/xmlschema-2/#rf-facets> a :NatureKey . <http://www.w3.org/TR/xmlschema11-2/#dt-built-in> a :NatureKey . <http://www.w3.org/TR/xmlschema11-2/#f> a :NatureKey . #ENDS
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:33:15 UTC