<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE rdf:RDF [
	 <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
	 <!ENTITY if 'http://www.w3.org/2002/ws/sawsdl/spec/ontology/interface#'>
	 <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
	 <!ENTITY xs "http://www.w3.org/2001/XMLSchema#">	 
]>
<rdf:RDF xmlns:rdf="&rdf;"
	 xmlns:if="&if;"
	 xmlns:rdfs="&rdfs;"
	 xmlns:xs="&xs;">
<rdfs:Class rdf:about="&if;Category"/>
<rdf:Property rdf:about="&if;hasValue">
	<rdfs:domain rdf:resource="&if;Category"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&if;usesTaxonomy">
	<rdfs:domain rdf:resource="&if;Category"/>
	<rdfs:range rdf:resource="&xs;anyUri"/>
</rdf:Property>
</rdf:RDF>
