Re: [HTTP-in-RDF] sub-class approach for methods?

Johannes Koch schrieb:

> <rdfs:Class rdf:about="#CONNECT">
>   <dc:title xml:lang="en">CONNECT</dc:title>
>   <dc:description xml:lang="en">The HTTP CONNECT method</dc:description>
>   <rdfs:isDefinedBy 
> rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
>   <rdfs:subClassOf rdf:resource="http://www.w3.org/2006/http#Method"/>
> </rdfs:Class>
> 
> and
> 
> <rdfs:Class rdf:about="#StatusCode1xx">
>   <dc:title xml:lang="en">Informational</dc:title>
>   <dc:description xml:lang="en">A status code starting with 
> 1</dc:description>
>   <rdfs:subClassOf rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
> </rdfs:Class>

A small correction for #StatusCode100. It should be:

<rdfs:Class rdf:about="#StatusCode100">
   <dc:title xml:lang="en">Continue</dc:title>
   <rdfs:isDefinedBy
rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
   <rdfs:subClassOf rdf:resource="#StatusCode1xx"/>
</rdfs:Class>

-- 
Johannes Koch
Fraunhofer Institute for Applied Information Technology FIT
Web Compliance Center
Schloss Birlinghoven, D-53757 Sankt Augustin, Germany
Phone: +49-2241-142628    Fax: +49-2241-142065

Received on Wednesday, 1 April 2009 09:25:55 UTC