(If not - tell us and we'll fix it)
A content label (cLabel)
<wcl:ContentLabel rdf:ID="cl_1"> <mwbp:mok rdf:resource="http://www.w3.org/2006/09/mobileOK#Full" /> </wcl:ContentLabel>
<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>
<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>
<rdf:Description rdf:about="#cl_1">
<dc:creator>
<foaf:Organization>
<foaf:homepage rdf:resource="http://labelauthority.example.org" />
</foaf:Organization>;
...
</dc:creator>
</rdf:Description>
Everything has a URI
Everything has a URI
Everything has a URI
Everything has a URI
Everything has a URI
<rdf:Description rdf:about="#cl_1"> <wcl:earl rdf:resource="http://labelauthority.example.org/earl.rdf#result_17765" /> </rdf:Description>
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";
Do you want something like this...
Link: </meta.rdf>; /="/"; rel="meta" type="application/rdf+xml" profile="http://www.w3.org/2006/09/mobileOK#Full"