<?xml version="1.0"?>

<!DOCTYPE rdf:RDF [
 	<!ENTITY label 		"http://www.w3.org/2004/12/q/contentlabel#">
  	<!ENTITY vocab 		"http://www.segala.com/vocabulary/1.0/"> <!-- location of our human readable vocabulary -->
  	<!ENTITY xsd    	"http://www.w3.org/2001/XMLSchema#">
	<!ENTITY dc      	"http://purl.org/dc/elements/1.1/">
	<!ENTITY dcterms 	"http://purl.org/dc/terms/">
	<!ENTITY quatro		"http://purl.org/quatro/elements/1.0/#"> <!-- location of quatros human readable vocabulary -->
]>

<!-- 
2006 Segala labelling system described using the RDF schema for labelling systems.  
Last Modified: 2006/01/31
-->

<rdf:RDF
  	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  	xmlns="&vocab;"
  	xmlns:label="&label;"
  	xml:base="&vocab;"
  	xmlns:dc="&dc;"
  	xmlns:dcterms="&dcterms;"
	xmlns:quatro="&quatro;">

	<rdf:Description rdf:about="">
    		<dc:title>Segala element set for quality labels and trust mark schemes</dc:title>
    		<dc:publisher>http://www.segala.com</dc:publisher>
        	<dcterms:created>2006-02-02</dcterms:created>
  	</rdf:Description>

  	<rdfs:Property rdf:ID="SegalaDescriptor">
    		<rdfs:subPropertyOf rdf:resource="&label;descriptor"/>
    		<rdfs:range rdf:resource="&xsd;boolean"/>
  	</rdfs:Property>


	<!-- 508 class definition -->
	<rdfs:Class rdf:ID="Five08">
    		<rdfs:label>Rehabilitation Act Section 508</rdfs:label>
    		<rdfs:isDefinedBy>http://www.section508.gov/</rdfs:isDefinedBy>
  	</rdfs:Class>

	<!-- General statements -->
	<label:Category rdf:ID="gnr">
		<rdfs:label xml:lang="en">General Statements</rdfs:label>			
		<rdfs:comment xml:lang="en">Conformance statements concerning the general accessibility of the webpage</rdfs:comment>
		<rdfs:seeAlso rdf:resource="&vocab;#gnrDefinitions"/>
		
		<label:hasDescriptor rdf:parseType="Collection">
			<rdf:Property rdf:ID="cp3.2a">
				<rdfs:label xml:lang="en">HTML code validates to published standards</rdfs:label>	
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>				
				<rdfs:seeAlso rdf:resource="&vocab;#cp3.2a"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp3.2b">
				<rdfs:label xml:lang="en">XHTML code validates to published standards</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp3.2b"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp3.2c">
				<rdfs:label xml:lang="en">CSS code validates to CSS standards</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp3.2c"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp3.4a">
				<rdfs:label xml:lang="en">Absolute units are not used in markup language attribute values and style sheet property values</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp3.4a"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp6.2">
				<rdfs:label xml:lang="en">Equivalents for dynamic content are updated when the dynamic content changes</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp6.2"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>
			
			<rdf:Property rdf:ID="cp6.5">
				<rdfs:label xml:lang="en">Dynamic content is accessible</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp6.5"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp7.1">
				<rdfs:label xml:lang="en">The user can control screen flickering</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp7.1"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = J -->
			</rdf:Property>

			<rdf:Property rdf:ID="cp7.2">
				<rdfs:label xml:lang="en">The user can control content blinking</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp7.2"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp7.3">
				<rdfs:label xml:lang="en">The user can control content movement</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp7.3"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp7.4">
				<rdfs:label xml:lang="en">The user can control auto refreshing pages</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp7.4"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp7.5">
				<rdfs:label xml:lang="en">Page redirects are preformed server side</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp7.5"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp10.1">
				<rdfs:label xml:lang="en">Pop-ups and other windows are not used and do not change the current window without informing the user.</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp10.1"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp11.1">
				<rdfs:label xml:lang="en">The latest versions of World Wide Web Consortium (W3C) technologies have been used wherever appropriate</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp11.1"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp11.2">
				<rdfs:label xml:lang="en">Depreciated features of W3C technologies have not been used</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp11.2"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp11.3">
				<rdfs:label xml:lang="en">Downloadable information is available in alternative formats</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp11.3"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp11.4">
				<rdfs:label xml:lang="en">An accessible alternative has been provided where a page can not be made accessible</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp11.4"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = K -->
			</rdf:Property>

			<rdf:Property rdf:ID="cp13.2">
				<rdfs:label xml:lang="en">Metadata has been provided for each page</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp13.2"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp13.7">
				<rdfs:label xml:lang="en">Various search options are available for different skill levels</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp13.7"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp13.9">
				<rdfs:label xml:lang="en">Information is provided about document collections</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp13.9"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp14.1">
				<rdfs:label xml:lang="en">The clearest and simplest language appropriate for a site's content has been used</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp14.1"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp14.2">
				<rdfs:label xml:lang="en">Text has been supplemented with graphic or auditory presentations where they facilitate comprehension of the page</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp14.2"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>
		</label:hasDescriptor>
	</label:Category>
	<!-- End general statements -->

	<!-- Text statements -->
	<label:Category rdf:ID="txt">
		<rdfs:label xml:lang="en">Text Statements</rdfs:label>			
		<rdfs:comment xml:lang="en">Conformance statements concerning the accessibility of the text on the webpage</rdfs:comment>
		<rdfs:seeAlso rdf:resource="&vocab;#txtDefinitions"/>
		
		<label:hasDescriptor rdf:parseType="Collection">
			<rdf:Property rdf:ID="cp3.4b">
				<rdfs:label xml:lang="en">The text can resize</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp3.4b"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp4.1">
				<rdfs:label xml:lang="en">User is informed if language changes</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp4.1"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp4.2">
				<rdfs:label xml:lang="en">Abbreviations and acronyms are explained in their first instance</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp4.2"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp4.3">
				<rdfs:label xml:lang="en">The primary natural language is clearly indicated</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp4.3"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>
		</label:hasDescriptor>
	</label:Category>
	<!-- end text statements -->

	<!-- Image statements -->
	<label:Category rdf:ID="img">
		<rdfs:label xml:lang="en">Image Statements</rdfs:label>			
		<rdfs:comment xml:lang="en">Conformance statements concerning the accessibility of the images on the webpage</rdfs:comment>
		<rdfs:seeAlso rdf:resource="&vocab;#imgDefinitions"/>
		
		<label:hasDescriptor rdf:parseType="Collection">
			<rdf:Property rdf:ID="cp1.1">
				<rdfs:label xml:lang="en">A text alternative is available for images and multimedia presentations</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp1.1"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = A -->
			</rdf:Property>

			<rdf:Property rdf:ID="cp1.2">
				<rdfs:label xml:lang="en">A text link has been provided for each area of an image map</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp1.2"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = E -->
			</rdf:Property>

			<rdf:Property rdf:ID="cp1.5">
				<rdfs:label xml:lang="en">Text links are provided for each active region of a client-side image map</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp1.5"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp3.1">
				<rdfs:label xml:lang="en">Markup has been used, rather than images to convey information</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp3.1"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp3.4c">
				<rdfs:label xml:lang="en">It is possible to resize images</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp3.4c"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp9.1">
				<rdfs:label xml:lang="en">Client side server maps instead of server side image maps have been provided except where regions can not be defined with an available geometric shape</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp9.1"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = F -->
			</rdf:Property>
		</label:hasDescriptor>
	</label:Category>

	<label:Category rdf:ID="clr">
		<rdfs:label xml:lang="en">Colour Statements</rdfs:label>			
		<rdfs:comment xml:lang="en">Conformance statements concerning the accessibility of the colour on the webpage</rdfs:comment>
		<rdfs:seeAlso rdf:resource="&vocab;#clrDefinitions"/>
		
		<label:hasDescriptor rdf:parseType="Collection">
			<rdf:Property rdf:ID="cp2.1">
				<rdfs:label xml:lang="en">Information is available with and without colour</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp2.1"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = C -->
			</rdf:Property>	

			<rdf:Property rdf:ID="cp2.2a">
				<rdfs:label xml:lang="en">For text, foreground and background colours contrast sufficiently</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp2.2a"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp2.2b">
				<rdfs:label xml:lang="en">For images, foreground and background colours contrast sufficiently</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp2.2b"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>
		</label:hasDescriptor>
	</label:Category>

	<label:Category rdf:ID="nav">
		<rdfs:label xml:lang="en">Navigation Statements</rdfs:label>			
		<rdfs:comment xml:lang="en">Conformance statements concerning the accessibility of the navigation on the webpage</rdfs:comment>
		<rdfs:seeAlso rdf:resource="&vocab;#navDefinitions"/>
		
		<label:hasDescriptor rdf:parseType="Collection">
			<rdf:Property rdf:ID="cp9.2">
				<rdfs:label xml:lang="en">Page can be controlled in a device independent manner</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp9.2"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp9.4">
				<rdfs:label xml:lang="en">A logical tab order through links, form controls and objects has been provided</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp9.4"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp9.5">
				<rdfs:label xml:lang="en">Keyboard shortcuts to important page elements are provided</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp9.5"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp13.1">
				<rdfs:label xml:lang="en">Link destination is clearly identified</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp13.1"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp13.3">
				<rdfs:label xml:lang="en">A site map is available</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp13.3"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp13.4">
				<rdfs:label xml:lang="en">Navigation is consistent through all pages</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp13.4"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp13.5">
				<rdfs:label xml:lang="en">Navigation bars are provided to clearly hightlight the navigation mechanism</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp13.5"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = O -->
			</rdf:Property>	

			<rdf:Property rdf:ID="cp13.6">
				<rdfs:label xml:lang="en">Related links have been grouped and identified and a way has been provided to bypass the group</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp13.6"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = O -->
			</rdf:Property>	

			<rdf:Property rdf:ID="cp13.10">
				<rdfs:label xml:lang="en">It is possible to skip over ascii art</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp13.10"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>

			<rdf:Property rdf:ID="cp14.3">
				<rdfs:label xml:lang="en">A consistent style of presentation has been used across pages</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp14.3"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>

		</label:hasDescriptor>
	</label:Category>

	<label:Category rdf:ID="doc">
		<rdfs:label xml:lang="en">Document Structure Statements</rdfs:label>			
		<rdfs:comment xml:lang="en">Conformance statements concerning the accessibility of the document structure on the webpage</rdfs:comment>
		<rdfs:seeAlso rdf:resource="&vocab;#docDefinitions"/>
		
		<label:hasDescriptor rdf:parseType="Collection">
			<rdf:Property rdf:ID="cp3.5">
				<rdfs:label xml:lang="en">Header elements are used to convey document structure</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp3.5"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp3.6">
				<rdfs:label xml:lang="en">All list items are marked up and grouped correctly</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp3.6"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp3.7">
				<rdfs:label xml:lang="en">Quotation markup is not used for formatting effects such as indentation</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp3.7"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>	


			<rdf:Property rdf:ID="cp10.5">
				<rdfs:label xml:lang="en">Adjacent links are clearly spaced</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp10.5"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp12.3">
				<rdfs:label xml:lang="en">Large blocks of information are divided into manageable groups</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp12.3"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp13.8">
				<rdfs:label xml:lang="en">Distinguishing information has been placed at beginning of headings, paragraphs etc</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp13.8"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>	
		</label:hasDescriptor>
	</label:Category>
	
	<label:Category rdf:ID="tab">
		<rdfs:label xml:lang="en">Table Statements</rdfs:label>			
		<rdfs:comment xml:lang="en">Conformance statements concerning the accessibility of any tables on the webpage</rdfs:comment>
		<rdfs:seeAlso rdf:resource="&vocab;#tabDefinitions"/>
		
		<label:hasDescriptor rdf:parseType="Collection">
			<rdf:Property rdf:ID="cp5.1">
				<rdfs:label xml:lang="en">For data tables, rows and column headers are identified</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp5.1"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = G -->
			</rdf:Property>	

			<rdf:Property rdf:ID="cp5.2">
				<rdfs:label xml:lang="en">For data tables with 2 or more logical levels of row or column headers, data cells and header rows have been associated </rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp5.2"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = H -->
			</rdf:Property>	

			<rdf:Property rdf:ID="cp5.3">
				<rdfs:label xml:lang="en">Tables are not used for layout unless the table makes sense when linearised</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp5.3"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp5.4">
				<rdfs:label xml:lang="en">If a table is used for layout, structural markup is not used for the purpose of visual formatting</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp5.4"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp5.5">
				<rdfs:label xml:lang="en">For tables, a table summary is provided</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp5.5"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp5.6">
				<rdfs:label xml:lang="en">For tables, an abbrevation for each header label is provided</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp5.6"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp10.3">
				<rdfs:label xml:lang="en">For tables, a linear text alternative for all tables that lay out text in parallel, word-wrapped columns is provided</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp10.3"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>	
		</label:hasDescriptor>
	</label:Category>

	<label:Category rdf:ID="frm">
		<rdfs:label xml:lang="en">Form Statements</rdfs:label>			
		<rdfs:comment xml:lang="en">Conformance statements concerning the accessibility of any form elements used on the webpage</rdfs:comment>
		<rdfs:seeAlso rdf:resource="&vocab;#frmDefinitions"/>
		
		<label:hasDescriptor rdf:parseType="Collection">
			<rdf:Property rdf:ID="cp10.2">
				<rdfs:label xml:lang="en">Labels and form controls are associated and positioned correctly</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp10.2"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = N -->
			</rdf:Property>	

			<rdf:Property rdf:ID="cp10.4">
				<rdfs:label xml:lang="en">For edit boxes and text areas, default place-holding characters are used</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp10.4"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AAA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp12.4">
				<rdfs:label xml:lang="en">Labels are asscoiated explicitly with their controls</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp12.4"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = N -->
			</rdf:Property>	
		</label:hasDescriptor>
	</label:Category>

	<label:Category rdf:ID="stl">
		<rdfs:label xml:lang="en">Style Sheet Statements</rdfs:label>			
		<rdfs:comment xml:lang="en">Conformance statements concerning the accessibility of style sheets used on the webpage</rdfs:comment>
		<rdfs:seeAlso rdf:resource="&vocab;#stlDefinitions"/>
		
		<label:hasDescriptor rdf:parseType="Collection">
			<rdf:Property rdf:ID="cp3.3">
				<rdfs:label xml:lang="en">Website layout and presentation is CSS controlled</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp3.3"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp6.1">
				<rdfs:label xml:lang="en">Page can be read with CSS disabled</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp6.1"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = D -->
			</rdf:Property>	
		</label:hasDescriptor>
	</label:Category>

	<label:Category rdf:ID="fra">
		<rdfs:label xml:lang="en">Frame Statements</rdfs:label>			
		<rdfs:comment xml:lang="en">Conformance statements concerning the accessibility of any frames used on the webpage</rdfs:comment>
		<rdfs:seeAlso rdf:resource="&vocab;#fraDefinitions"/>
		
		<label:hasDescriptor rdf:parseType="Collection">
			<rdf:Property rdf:ID="cp12.1">
				<rdfs:label xml:lang="en">Frames are clearly titled to facilitate identification and navigation</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp12.1"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = I -->
			</rdf:Property>	

			<rdf:Property rdf:ID="cp12.2">
				<rdfs:label xml:lang="en">The purpose of frames and how they relate to each other has been described  if it is not obvious by frame titles alone</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp12.2"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
			</rdf:Property>	
		</label:hasDescriptor>
	</label:Category>

	<label:Category rdf:ID="scr">
		<rdfs:label xml:lang="en">Script Statements</rdfs:label>			
		<rdfs:comment xml:lang="en">Conformance statements concerning the accessibility of any scripts used on the webpage</rdfs:comment>
		<rdfs:seeAlso rdf:resource="&vocab;#scrDefinitions"/>
		
		<label:hasDescriptor rdf:parseType="Collection">
			<rdf:Property rdf:ID="cp6.3">
				<rdfs:label xml:lang="en">Page functionality work with scripts turned off</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp6.3"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = LM -->
			</rdf:Property>	

			<rdf:Property rdf:ID="cp6.4">
				<rdfs:label xml:lang="en">Event handlers for scripts are device independent</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp6.4"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = LM -->
			</rdf:Property>	

			<rdf:Property rdf:ID="cp8.1a">
				<rdfs:label xml:lang="en">Non-functional programmatic elements are directly accessible/compatible with assistive technologies</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp8.1a"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = LM -->
			</rdf:Property>	

			<rdf:Property rdf:ID="cp8.1b">
				<rdfs:label xml:lang="en">Functional programmatic elements are directly accessible/compatible with assistive technologies</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp8.1b"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = LM -->
			</rdf:Property>	

			<rdf:Property rdf:ID="cp9.3">
				<rdfs:label xml:lang="en">For scripts, logical event handlers have been specified rather than device dependant event handlers</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp9.3"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = LN -->
			</rdf:Property>	
		</label:hasDescriptor>
	</label:Category>

	<label:Category rdf:ID="mm">
		<rdfs:label xml:lang="en">Multi Media Statements</rdfs:label>			
		<rdfs:comment xml:lang="en">Conformance statements concerning the accessibility of any multi media used on the webpage</rdfs:comment>
		<rdfs:seeAlso rdf:resource="&vocab;#mmDefinitions"/>
		
		<label:hasDescriptor rdf:parseType="Collection">
			<rdf:Property rdf:ID="cp1.3">
				<rdfs:label xml:lang="en">An audio description is available for multimedia presentations</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp1.3"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-A"/>
			</rdf:Property>	

			<rdf:Property rdf:ID="cp1.4">
				<rdfs:label xml:lang="en">Synchronized alternatives are provided for time based multimedia presentations</rdfs:label>
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cp1.4"/>
				<rdfs:subClassOf rdf:resource="&quatro;WAI-AA"/>
				<label:SubClassOf rdf:resource="#Five08" />
				<label:SubClassOf rdf:resource="#Five08" /> <!-- 508 = B -->
			</rdf:Property>	
		</label:hasDescriptor>
	</label:Category>

	<label:Category rdf:ID="reh">
		<rdfs:label xml:lang="en">Section 508 of the Rehabilitation Act</rdfs:label>			
		<rdfs:comment xml:lang="en">Statements specific to the Rehabilitation Act of 1973</rdfs:comment>
		<rdfs:seeAlso rdf:resource="&vocab;#rehDefinitions"/>
		<label:hasDescriptor rdf:parseType="Collection">
			<rdf:Property rdf:ID="cpP">
				<rdfs:label xml:lang="en">When a timed response is required, the user is alerted and given sufficient time to indicate more time is required.</rdfs:label>
				<label:SubClassOf rdf:resource="#Five08" />
				<rdfs:subPropertyOf rdf:resource="#SegalaDescriptor"/>
				<rdfs:seeAlso rdf:resource="&vocab;#cpP"/>
			</rdf:Property>	
		</label:hasDescriptor>
	</label:Category>

</rdf:RDF>
