« Google Code - rdflib | Main | IEs on Linux »

July 10, 2008

RDF for Glossary Entries

<rdf:Description rdf:about="http://example.org/specGL/20030210#discretionaryChoices">
  <rdfs:label xml:lang="en">discretionary choices</rdfs:label>
  <rdfs:comment>a value or behavior may be chosen from a well-defined enumerated set of two or more possibilities</rdfs:comment>
  <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/2003/WD-qaframe-spec-20030210/"/>
  ...
</rdf:Description>

See also:

http://www.w3.org/TR/2001/REC-ruby-20010531/


http://www.w3.org/2003/03/glossary-project/analysis

Tags: RDF

Posted by pj at July 10, 2008 11:19 AM

Comments