- From: Jacek Kopecky via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 10 Mar 2007 21:18:55 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv13213
Modified Files:
wsdl20-rdf.html wsdl20.rdf
Log Message:
progress towards finalization - added a lot of todo notes from earlier comments, handled some
Index: wsdl20.rdf
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.rdf,v
retrieving revision 1.12
retrieving revision 1.13
diff -C 2 -d -r1.12 -r1.13
*** wsdl20.rdf 8 May 2006 21:50:52 -0000 1.12
--- wsdl20.rdf 10 Mar 2007 21:18:52 -0000 1.13
***************
*** 12,17 ****
direction - msg ref or fault ref instance of inputmessage or outputmessage
- feature is a direct reference, property is indirect
-
soap module also direct reference
--- 12,15 ----
***************
*** 25,29 ****
message labels are qualified with mep name and so are different for each MEP
! maybe we could model safety as general-purpose class of things safe, now it's
a class of safe operations
-->
--- 23,27 ----
message labels are qualified with mep name and so are different for each MEP
! maybe we could model safety as general-purpose class of things safe, now it is
a class of safe operations
-->
***************
*** 73,79 ****
</owl:Class>
- <owl:Class rdf:about="#Feature">
- </owl:Class>
-
<owl:Class rdf:about="#Interface">
<rdfs:label>WDSL Interface</rdfs:label>
--- 71,74 ----
***************
*** 81,84 ****
--- 76,85 ----
<owl:Class rdf:about="#InterfaceFault">
+ <rdfs:subClassOf>
+ <owl:Restriction>
+ <owl:onProperty rdf:resource="#messageContentModel"/>
+ <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
+ </owl:Restriction>
+ </rdfs:subClassOf>
</owl:Class>
***************
*** 113,128 ****
</owl:Class>
- <owl:Class rdf:about="#PropertyValue">
- <rdfs:subClassOf>
- <owl:Restriction>
- <owl:onProperty rdf:resource="#propertyValue"/>
- <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
- </owl:Restriction>
- </rdfs:subClassOf>
- </owl:Class>
-
- <owl:Class rdf:about="#Property">
- </owl:Class>
-
<owl:Class rdf:about="#Service">
</owl:Class>
--- 114,117 ----
***************
*** 208,219 ****
</owl:ObjectProperty>
- <owl:ObjectProperty rdf:about="#offersFeature">
- <rdfs:range rdf:resource="#Feature"/>
- </owl:ObjectProperty>
-
- <owl:ObjectProperty rdf:about="#requiresFeature">
- <rdfs:range rdf:resource="#Feature"/>
- </owl:ObjectProperty>
-
<owl:ObjectProperty rdf:about="#interface">
<rdfs:range rdf:resource="#Interface"/>
--- 197,200 ----
***************
*** 279,300 ****
</owl:ObjectProperty>
- <owl:ObjectProperty rdf:about="#propertyValue">
- <rdfs:range rdf:resource="#PropertyValue"/>
- </owl:ObjectProperty>
-
- <owl:ObjectProperty rdf:about="#property">
- <rdfs:range rdf:resource="#Property"/>
- </owl:ObjectProperty>
-
- <owl:DatatypeProperty rdf:about="#propertyActualValue">
- <rdfs:domain rdf:resource="#PropertyValue"/>
- <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral"/>
- </owl:DatatypeProperty>
-
- <owl:ObjectProperty rdf:about="#propertyValueType">
- <rdfs:domain rdf:resource="#PropertyValue"/>
- <rdfs:range rdf:resource="#QName"/>
- </owl:ObjectProperty>
-
<owl:ObjectProperty rdf:about="#service">
<rdfs:range rdf:resource="#Service"/>
--- 260,263 ----
***************
*** 333,337 ****
Represents an extension attribute with a name and a value. The value
should be a literal. This should only be used for extension attributes
! that aren't understood by the generator of the RDF model, otherwise the
extension should define how the attribute shows in the RDF model.
</rdfs:comment>
--- 296,300 ----
Represents an extension attribute with a name and a value. The value
should be a literal. This should only be used for extension attributes
! that are not understood by the generator of the RDF model, otherwise the
extension should define how the attribute shows in the RDF model.
</rdfs:comment>
***************
*** 498,502 ****
<rdfs:comment>
indicates the fault subcodes of a binding fault; there can be multiple subcodes
! todo - make the range a rdf:Seq of QNames
</rdfs:comment>
</owl:ObjectProperty>
--- 461,465 ----
<rdfs:comment>
indicates the fault subcodes of a binding fault; there can be multiple subcodes
! todo - make the range an rdf:Seq (maybe of QNames)
</rdfs:comment>
</owl:ObjectProperty>
***************
*** 682,695 ****
</owl:DatatypeProperty>
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#defaultTransferCoding">
<rdfs:comment>
! declares the default transfer coding to be used by this binding's operation messages
</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#transferCoding">
<rdfs:comment>
! declares the transfer coding to be used by operation messages
</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
--- 645,659 ----
</owl:DatatypeProperty>
! <owl:DatatypeProperty
! rdf:about="http://www.w3.org/2006/01/wsdl/http#defaultContentEncoding">
<rdfs:comment>
! declares the default content encoding to be used by this binding's operation messages
</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
! <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/01/wsdl/http#contentEncoding">
<rdfs:comment>
! declares the content encoding to be used by operation messages
</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
Index: wsdl20-rdf.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-rdf.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -C 2 -d -r1.39 -r1.40
*** wsdl20-rdf.html 12 May 2006 10:11:36 -0000 1.39
--- wsdl20-rdf.html 10 Mar 2007 21:18:52 -0000 1.40
***************
*** 25,44 ****
<div class="head">
<p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width="72"/></a></p>
! <h1>Web Services Description Language (WSDL) Version 2.0: RDF Mapping</h1>
<h2>Editor's copy $Date$</h2>
<dl>
<!--
<dt>This version:</dt>
! <dd><a href='http://www.w3.org/TR/2006/WD-wsdl20-rdf-20060127'>http://www.w3.org/TR/2005/WD-wsdl20-rdf-20060127</a></dd>
-->
<dt>Latest version:</dt>
[...3283 lines suppressed...]
!
!
! </rdf:RDF>
</pre>
</div>
--- 2128,2137 ----
<pre>
! <!-- todo add ontology -->
</pre>
+ <!-- todo - canonical xpointers -->
</div>
Received on Saturday, 10 March 2007 21:19:06 UTC