# The BCS gets Semantic
From time to time I go on to the British Computer Society (BCS) as I am a Professional Member of the Society. I haven’t noticed it before, but they have “semanticised”, they have RDF Descriptions for every article page.
When you go to a page on the BCS Website look for this symbol:
![]()
That means that you can view the RDF description of that page if you click it.
For instance, the page “Branches & Sections” has the symbol, which directs you to the RDF Description of the Branches & Sections Document. Unfortunately it doesn’t seem to cURL yet:
Macintosh:~ daniel$ curl -H "Accept: application/rdf+xml" http://www.bcs.org/server.php?show=nav.5814
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
...
...
(the above should return RDF and not XHTML)
But its certainly a step in the right direction, and I am glad that the BCS recognise the Semantic Web.

