<?xml version='1.0'?>

<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="http://ontoview.org/schema/unspsc/1#"-->
<!--xmlns:ver="http://ontoview.org/schema/version/1#"-->

<!--This file is a schema definition for the representation of the UNSPSC
     classification in RDF-Schema. See http://www.eccma.org/unspsc/ -->
<!--
<ver:Version>
  <ver:identifier>http://ontoview.org/schema/unspsc/1/0</ver:identifier>
  <ver:majorNumber>1</ver:majorNumber>
  <ver:minorNumber>0</ver:minorNumber>
  <ver:info>$Id: unspsc.rdfs,v 1.1 2001/12/20 13:24:11 mcaklein Exp $</ver:info>
</ver:Version>
-->
<!--the default and "ver" namespaces have been removed for validation 
reasons(the "ver" namespace does not correspond to a resolvable 
namespace--> 

<rdfs:Class rdf:ID="UNSPSC-Category">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
</rdfs:Class>

<rdfs:Class rdf:ID="Segment">
    <rdfs:subClassOf rdf:resource="#UNSPSC-Category"/>
</rdfs:Class>

<rdfs:Class rdf:ID="Family">
    <rdfs:subClassOf rdf:resource="#UNSPSC-Category"/>
</rdfs:Class>

<rdfs:Class rdf:ID="Class">
    <rdfs:subClassOf rdf:resource="#UNSPSC-Category"/>
</rdfs:Class>

<rdfs:Class rdf:ID="Commodity">
    <rdfs:subClassOf rdf:resource="#UNSPSC-Category"/>
</rdfs:Class>

<rdf:Property rdf:ID="date-added">
    <rdfs:domain rdf:resource="#UNSPSC-Category"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>

<rdf:Property rdf:ID="code">
    <rdfs:domain rdf:resource="#UNSPSC-Category"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>

<rdf:Property rdf:ID="title">
    <rdfs:domain rdf:resource="#UNSPSC-Category"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>

<rdf:Property rdf:ID="egci">
    <rdfs:comment>
    The UNSPSC product or service control identifier number, used to follow a
    given product or service throughout its history
    </rdfs:comment>
    <rdfs:domain rdf:resource="#UNSPSC-Category"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>

</rdf:RDF>

