<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
  <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
  <!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
  <!ENTITY data 'http://sswapmeet.sswap.info/data/'>
  <!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
  <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>]>
<rdf:RDF
    xmlns:rdf="&rdf;"
    xmlns:owl="&owl;"
    xmlns:data="&data;"
    xmlns:xsd="&xsd;"
    xmlns:rdfs="&rdfs;">
    <owl:Ontology rdf:about="&data;owlOntology">
        <rdfs:comment rdf:datatype="&xsd;string">Ontology for marking data formats and associating them with validators, parsers, serializers, and visualizers.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">Data Ontology</rdfs:label>
        <rdfs:comment>Import full ontology at http://sswapmeet.sswap.info/data/owlImports</rdfs:comment>
    </owl:Ontology>
</rdf:RDF>

