WCL - OK for mobileOK?

WCL - OK for mobileOK?

(If not - tell us and we'll fix it)

UML Dagram of abstract model for content labels

Basic decisions so far

Basic decisions so far

Basic decisions so far

Basic decisions so far

Basic decisions so far

A content label (cLabel)

mobileOK as a cLabel

<wcl:ContentLabel rdf:ID="cl_1">
  <mwbp:mok rdf:resource="http://www.w3.org/2006/09/mobileOK#Full" />
</wcl:ContentLabel>

mobileOK as a cLabel

<wcl:ContentLabel rdf:ID="cl_1">
  <mwbp:mok rdf:resource="http://www.w3.org/2006/09/mobileOK#Full" />
</wcl:ContentLabel>

What cl_1 means

<wcl:ContentLabel rdf:ID="Full">
  <wcl:include rdf:resource="#Core" />
  <mok:ACCESS_KEYS rdf:resource="&wcl;true" />
  <mok:LINK_TARGET_ID rdf:resource="&wcl;true" />
  ...
</wcl:ContentLabel>

mobileOK as a cLabel

<wcl:ContentLabel rdf:ID="cl_1">
  <mwbp:mok rdf:resource="http://www.w3.org/2006/09/mobileOK#Full" />
</wcl:ContentLabel>

What cl_1 describes

<wcl:Ruleset rdf:ID="Rule_A">
  <wcl:hasScope>
   <wcl:Scope>
      <wcl:host>resources.example.co.uk</wcl:host>
      <wcl:host>resources.example.com</wcl:host>
    </wcl:Scope>
  </wcl:hasScope>
  <wcl:hasDefaultLabel rdf:resource="#cl_1" />
</wcl:Ruleset>

Who says?

<rdf:Description rdf:about="#cl_1">
  <dc:creator>
    <foaf:Organization>
      <foaf:homepage rdf:resource="http://labelauthority.example.org" />
    </foaf:Organization>;
      ...
  </dc:creator>
</rdf:Description>

Adding trust

Oh Yeah? button

Adding trust

Everything has a URI

Adding trust

Everything has a URI

Adding trust

Everything has a URI

Adding trust

Everything has a URI

Adding trust

Everything has a URI

<rdf:Description rdf:about="#cl_1">
  <wcl:earl rdf:resource="http://labelauthority.example.org/earl.rdf#result_17765" />
</rdf:Description>

Linkage

In (X)HTML

<link rel="meta" href="/meta.rdf" type="application/rdf+xml" />

As an HTTP Header

Link: </meta.rdf>; /="/"; rel="meta" type="application/rdf+xml";

Significance of HTTP header method

Significance of HTTP header method

Significance of HTTP header method

Significance of HTTP header method

Significance of HTTP header method

Question

Do you want something like this...

Link: </meta.rdf>; /="/"; 
  rel="meta" 
  type="application/rdf+xml" 
  profile="http://www.w3.org/2006/09/mobileOK#Full"