You are currently using a web browser that does not support HTML pages with style sheets.
Please try the XHTML 1 or XHTML 1 Mobile version of this page instead.
URI Reference for Advanced Webmasters
This page is intended for advanced users, such as developers who are creating XML documents or building Semantic Web sites, who want to code their own simple or extended links, or RDF metadata. For all other purposes, the HTML hypertext links, which show the proper usage of URI References, should be used instead.
In RDF or XML documents, refer to the abstract concept of Operating System Dependent Interface using this URI reference:
The Acronym Vocabulary namespace URI needs to be declared for use with element tag names and attribute values. The beginning of an HTML document should look like this:
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html [ <!ENTITY at "http://Acronyms.net/terms/"> <!ENTITY av "http://Acronyms.net/vocabulary/">]><html xmlns="http://www.w3.org/1999/xhtml" xmlns:av="&av;"> <head> <style type="text/css"> .hide { display: none } </style> ...
This only needs to be done once per document file.
XLink Simple Link
<link xlink:href="http://www.Acronyms.net/terms/o/Operating-System-Dependent-Interface/" xlink:title="Operating System Dependent Interface" xlink:type="simple" xlink:href="http://www.Acronyms.net/terms/o/Operating-System-Dependent-Interface/" xlink:arcrole="&av;definedAt" xlink:role="&av;definition" xlink:title="Operating System Dependent Interface" xlink:show="new" xlink:actuate="onRequest"> <abbr xlink:type="simple" xlink:href="&at;Operating-System-Dependent-Interface" xlink:arcrole="&av;standsFor" xlink:role="&av;term" xlink:title="OSDI - Operating System Dependent Interface" xlink:show="new" xlink:actuate="onRequest" >OSDI</abbr></link>