<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#">
	<owl:Ontology rdf:about="http://www.schemaweb.info/schemas/meta/rdf/">
		<dc:title xml:lang="en-gb">Schema Directory Schema</dc:title>
		<dc:date>2003-12-31T12:10:05Z</dc:date>
		<dc:description xml:lang="en-gb">A vocabulary which describes RDF schemas and RDF schema directories.</dc:description>
		<rdfs:label xml:lang="en-gb">Schema Directory Schema</rdfs:label>
		<owl:versionInfo>1.0</owl:versionInfo>
	</owl:Ontology>
	<rdfs:Class rdf:about="http://www.schemaweb.info/schemas/meta/rdf/SchemaDirectory">
		<rdfs:label xml:lang="en-gb">Schemas Directory</rdfs:label>
		<rdfs:comment xml:lang="en-gb">A class representing a directory of schemas.</rdfs:comment>
		<rdfs:isDefinedBy rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/"/>
	</rdfs:Class>
	<rdf:Property rdf:about="http://www.schemaweb.info/schemas/meta/rdf/entries">
		<rdfs:label xml:lang="en-gb">has entries</rdfs:label>
		<rdfs:comment xml:lang="en-gb">A property of a schema directory. A collection of schemas registered in a directory.</rdfs:comment>
		<rdfs:domain rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/SchemaDirectory"/>
		<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
		<rdfs:isDefinedBy rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/"/>
	</rdf:Property>
	<rdfs:Class rdf:about="http://www.schemaweb.info/schemas/meta/rdf/Schema">
		<rdfs:label xml:lang="en-gb">Schema</rdfs:label>
		<rdfs:comment xml:lang="en-gb">A class representing a schema.</rdfs:comment>
		<owl:equivalentClass rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
		<rdfs:isDefinedBy rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/"/>
	</rdfs:Class>
	<rdf:Property rdf:about="http://www.schemaweb.info/schemas/meta/rdf/id">
		<rdfs:label xml:lang="en-gb">has ID</rdfs:label>
		<rdfs:comment xml:lang="en-gb">The unique identifier of a schema.</rdfs:comment>
		<rdfs:domain rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/Schema"/>
		<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
		<rdfs:isDefinedBy rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/"/>
	</rdf:Property>
	<rdf:Property rdf:about="http://www.schemaweb.info/schemas/meta/rdf/rdf-meta">
		<rdfs:label xml:lang="en-gb">has rdf meta</rdfs:label>
		<rdfs:comment xml:lang="en-gb">The RDF/XML file that has information about a schema.</rdfs:comment>
		<rdfs:domain rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/Schema"/>
		<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
		<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#seeAlso"/>
		<rdfs:isDefinedBy rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/"/>
	</rdf:Property>
	<rdf:Property rdf:about="http://www.schemaweb.info/schemas/meta/rdf/name">
		<rdfs:label xml:lang="en-gb">has name</rdfs:label>
		<rdfs:comment xml:lang="en-gb">The name of a schema or schema directory.</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/title"/> 
		<rdfs:domain rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/SchemaDirectory"/>
		<rdfs:domain rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/Schema"/>
		<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
		<rdfs:isDefinedBy rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/"/>
	</rdf:Property>
	<rdf:Property rdf:about="http://www.schemaweb.info/schemas/meta/rdf/description">
		<rdfs:label xml:lang="en-gb">has description</rdfs:label>
		<rdfs:comment xml:lang="en-gb">The description of a schema.</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/description"/> 
		<rdfs:domain rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/Schema"/>
		<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
		<rdfs:isDefinedBy rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/"/>
	</rdf:Property>
	<rdf:Property rdf:about="http://www.schemaweb.info/schemas/meta/rdf/namespace">
		<rdfs:label xml:lang="en-gb">has namespace</rdfs:label>
		<rdfs:comment xml:lang="en-gb">The namespace of a schema.</rdfs:comment>
		<rdfs:domain rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/Schema"/>
		<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
		<rdfs:isDefinedBy rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/"/>
	</rdf:Property>
	<rdf:Property rdf:about="http://www.schemaweb.info/schemas/meta/rdf/location">
		<rdfs:label xml:lang="en-gb">has location</rdfs:label>
		<rdfs:comment xml:lang="en-gb">The URL where a schema is published.</rdfs:comment>
		<rdfs:domain rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/Schema"/>
		<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
		<rdfs:isDefinedBy rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/"/>
	</rdf:Property>
	<rdf:Property rdf:about="http://www.schemaweb.info/schemas/meta/rdf/web-site">
		<rdfs:label xml:lang="en-gb">has website</rdfs:label>
		<rdfs:comment xml:lang="en-gb">The website that contains information and documentation about a schema.</rdfs:comment>
		<rdfs:domain rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/Schema"/>
		<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
		<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#seeAlso"/>
		<rdfs:isDefinedBy rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/"/>
	</rdf:Property>
	<rdf:Property rdf:about="http://www.schemaweb.info/schemas/meta/rdf/contact">
		<rdfs:label xml:lang="en-gb">has contact</rdfs:label>
		<rdfs:comment xml:lang="en-gb">The contact person or organisation for a schema.</rdfs:comment>
		<rdfs:domain rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/Schema"/>
		<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
		<rdfs:isDefinedBy rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/"/>
	</rdf:Property>
	<rdf:Property rdf:about="http://www.schemaweb.info/schemas/meta/rdf/local-version">
		<rdfs:label xml:lang="en-gb">has local version date</rdfs:label>
		<rdfs:comment xml:lang="en-gb">The date of the directory version of a schema.</rdfs:comment>
		<rdfs:domain rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/Schema"/>
		<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
		<rdfs:isDefinedBy rdf:resource="http://www.schemaweb.info/schemas/meta/rdf/"/>
	</rdf:Property>
	<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#dateTime"/>
</rdf:RDF>
