Personal tools
Document Actions

RAMLET core to Atom mapping

by dray last modified 2008-08-14 09:27

This is intended to be the permanent place for the mapping of the core RAMLET ontology to IETF Atom. Current version (14 August 2008) is 0.1.8

Click here to get the file

Size 26.3 kB - File type text/xml

File contents

<?xml version="1.0"?>
<rdf:RDF
    xmlns="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-AtomMapping.owl#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
  xml:base="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-AtomMapping.owl">
  <owl:Ontology rdf:about="">
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >0.1.7</owl:versionInfo>
  </owl:Ontology>
  <owl:Class rdf:ID="id">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >conveys a permanent, universally unique identifier for an entry or feed.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#aggregateID"/>
  </owl:Class>
  <owl:Class rdf:ID="rel">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#locatorDescriptor"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >indicates the atom:link relation type. If the "rel" attribute is not present, the link element MUST be interpreted as if the link relation type is "alternate".</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="source">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >If an atom:entry is copied from one feed into another feed, then the source atom:feed's metadata (all child elements of atom:feed other than the atom:entry elements) MAY be preserved within the copied entry by adding an atom:source child element, if it is not already present in the entry, and including some or all of the source feed's Metadata elements as the atom:source element's children. Such metadata SHOULD be preserved if the source atom:feed contains any of the child elements atom:author, atom:contributor, atom:rights, or atom:category and those child elements are not present in the source atom:entry.
The atom:source element is designed to allow the aggregation of entries from different feeds while retaining information about an entry's source feed. For this reason, Atom Processors which are performing such aggregation SHOULD include at least the required feed-level Metadata elements (atom:id, atom:title, and atom:updated) in the atom:source element.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#provenance"/>
  </owl:Class>
  <owl:Class rdf:ID="src">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#locator"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >atom:content MAY have a "src" attribute, whose value MUST be an IRI reference [RFC3987]. If the "src" attribute is present, atom:content MUST be empty. Atom Processors MAY use the IRI to retrieve the content, and MAY chose to ignore remote content or present it in a different manner than local content.
      If the "src" attribute is present, the "type" attribute SHOULD be provided and MUST be a MIME media type [MIMEREG], rather than "text", "html", or "xhtml". The value is advisory; that is to say, when the corresponding URI (mapped from an IRI, if necessary), is dereferenced, if the server providing that content also provides a media type, the server-provided media type is authoritative.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="hreflang">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "hreflang" attribute's content describes the language of the resource pointed to by the href attribute. When used together with the rel="alternate", it implies a translated version of the entry. Link elements MAY have an hreflang attribute, whose value MUST be a language tag [RFC3066].</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="link"/>
        </owl:allValuesFrom>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#isIncludedBy"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#humanLanguage"/>
  </owl:Class>
  <owl:Class rdf:ID="entry">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#fileDescriptor"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "atom:entry" element represents an individual entry, acting as a container for metadata and data associated with the entry. This element can appear as a child of the atom:feed element, or it can appear as the document (i.e., top-level) element of a standalone Atom Entry Document.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="uri">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#partyUri"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "atom:uri" element's content conveys an IRI associated with the person. Person constructs MAY contain an atom:uri element, but MUST NOT contain more than one. The content of atom:uri in a Person construct MUST be an IRI reference</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="feed">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:valuesFrom>
          <owl:Class rdf:ID="author"/>
        </owl:valuesFrom>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="updated"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#id"/>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#author"/>
              <owl:Class rdf:ID="category"/>
              <owl:Class rdf:ID="contributor"/>
              <owl:Class rdf:ID="generator"/>
              <owl:Class rdf:ID="icon"/>
              <owl:Class rdf:about="#id"/>
              <owl:Class rdf:about="#link"/>
              <owl:Class rdf:ID="logo"/>
              <owl:Class rdf:ID="rights"/>
              <owl:Class rdf:ID="subtitle"/>
              <owl:Class rdf:ID="title"/>
              <owl:Class rdf:about="#updated"/>
              <owl:Class rdf:about="#entry"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#topNode"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "atom:feed" element is the document (i.e., top-level) element of an Atom Feed Document, acting as a container for metadata and data associated with the feed. Its element children consist of metadata elements followed by zero or more atom:entry child elements.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="type">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#textType"/>
  </owl:Class>
  <owl:Class rdf:ID="length">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "length" attribute indicates an advisory length of the linked content in octets; it is a hint about the content length of the representation returned when the IRI in the href attribute is mapped to a URI and dereferenced. Note that the length attribute does not override the actual content length of the representation as reported by the underlying protocol. Link elements MAY have a length attribute.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#link"/>
        </owl:allValuesFrom>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#isIncludedBy"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#extent"/>
  </owl:Class>
  <owl:Class rdf:about="#logo">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "atom:logo" element's content is an IRI reference [RFC3987] which identifies an image which provides visual identification for a feed. The main difference with atom:icon seems to be size. Logo is a larger image displayed on a page, where icon is smaller and typically displayed in an addressbar.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#icon"/>
  </owl:Class>
  <owl:Class rdf:ID="content">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#resourceWrapper"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "atom:content" element either contains or links to the content of the entry. The content of atom:content is Language-Sensitive.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#rights">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#rights"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom rdf:resource="#type"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "atom:rights" element is a Text construct that conveys information about rights held in and over an entry or feed. The atom:rights element SHOULD NOT be used to convey machine-readable licensing information.
If an atom:entry element does not contain an atom:rights element, then the atom:rights element of the containing atom:feed element, if present, is considered to apply to the entry.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="scheme">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#descriptorTypeIndicator"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "scheme" attribute is an IRI that identifies a categorization scheme.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="label">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#title"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "label" attribute provides a human-readable label for display in end-user applications. The content of the "label" attribute is Language-Sensitive. The escaped versions of characters such as "&amp;" and "&gt;" represent those characters, not markup.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="href">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >contains the atom:link's IRI.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#locator"/>
  </owl:Class>
  <owl:Class rdf:about="#category">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#descriptorObject"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "atom:category" element conveys information about a category associated with an entry or feed. This specification assigns no meaning to the content (if any) of this element.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="published">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#creationDate"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "atom:published" element is a Date construct indicating an instant in time associated with an event early in the life cycle of the entry. Typically, atom:published will be associated with the initial creation or first availability of the resource.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="text.type">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#textType"/>
  </owl:Class>
  <owl:Class rdf:ID="summary">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "atom:summary" element is a Text construct that conveys a short summary, abstract, or excerpt of an entry (unlike an atom:subtitle, which describes an atom:feed).</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#descriptive"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#type"/>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#generator">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#generatingTool"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >identifies the agent used to generate a feed, for debugging and other purposes.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#title">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#title"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom rdf:resource="#type"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#link">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:minCardinality>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom rdf:resource="#href"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#fileDescriptor"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >defines a reference from an entry or feed to a Web resource. IETF Atom assigns no meaning to the content (if any) of this element.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#contributor">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="name"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#name"/>
              <owl:Class rdf:about="#uri"/>
              <owl:Class rdf:ID="email"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#partyRole"/>
  </owl:Class>
  <owl:Class rdf:about="#name">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#partyName"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "atom:name" element's content conveys a human-readable name for the person. The content of atom:name is Language-Sensitive.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#author">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#name"/>
              <owl:Class rdf:about="#uri"/>
              <owl:Class rdf:about="#email"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#partyRole"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:someValuesFrom rdf:resource="#name"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "atom:author" element is a Person construct that indicates the author of the entry or feed.
      If an atom:entry element does not contain atom:author elements, then the atom:author elements of the contained atom:source element are considered to apply. In an Atom Feed Document, the atom:author elements of the containing atom:feed element are considered to apply to the entry if there are no atom:author elements in the locations described above.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="link.title">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#isIncludedBy"/>
        <owl:allValuesFrom rdf:resource="#link"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#title"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "title" attribute conveys human-readable information about the link. The content of the "title" attribute is Language-Sensitive. Link elements MAY have a title attribute.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#updated">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#modificationDate"/>
  </owl:Class>
  <owl:Class rdf:about="#subtitle">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "atom:subtitle" element is a Text construct that conveys a human-readable description or subtitle for a feed.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#descriptive"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom rdf:resource="#type"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#icon">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#icon"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an IRI reference [RFC3987] which identifies an image which provides iconic visual identification for a feed.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="version">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >indicates the version of the generating agent.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#generatingToolVersion"/>
  </owl:Class>
  <owl:Class rdf:about="#email">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "atom:email" element's content conveys an e-mail address associated with the person. Person constructs MAY contain an atom:email element, but MUST NOT contain more than one. Its content MUST conform to the "addr-spec" production in [RFC2822].</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#partyEmail"/>
  </owl:Class>
  <owl:Class rdf:ID="link.type">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#link"/>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#isIncludedBy"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#mimeType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >On the link element, the "type" attribute's value is an advisory media type; it is a hint about the type of the representation that is expected to be returned when the value of the href attribute is dereferenced. Note that the type attribute does not override the actual media type returned with the representation. Link elements MAY have a type attribute, whose value MUST conform to the syntax of a MIME media type [MIMEREG].</rdfs:comment>
  </owl:Class>
  <owl:DatatypeProperty rdf:ID="textValues">
    <rdfs:domain rdf:resource="#text.type"/>
    <rdfs:subPropertyOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#token"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >If the value is "text", the content of the Text construct MUST NOT contain child elements. Such text is intended to be presented to humans in a readable fashion. Thus, Atom Processors MAY collapse white-space (including line-breaks), and display the text using typographic techniques such as justification and proportional fonts.
If the value of "type" is "html", the content of the Text construct MUST NOT contain child elements, and SHOULD be suitable for handling as HTML [HTML]. Any markup within MUST be escaped; for example, "&lt;br&gt;" as "&amp;lt;br&gt;". HTML markup within SHOULD be such that it could validly appear directly within an HTML &lt;DIV&gt; element, after unescaping. Atom Processors that display such content MAY use that markup to aid in its display.
If the value of "type" is "xhtml", the content of the Text construct MUST be a single XHTML div element [XHTML], and SHOULD be suitable for handling as XHTML. The XHTML div element itself MUST NOT be considered part of the content. Atom Processors that display the content MAY use the markup to aid in displaying it. The escaped versions of characters such as "&amp;" and "&gt;" represent those characters, not markup.</rdfs:comment>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:rest rdf:parseType="Resource">
            <rdf:rest rdf:parseType="Resource">
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#token"
              >xhtml</rdf:first>
              <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            </rdf:rest>
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#token"
            >html</rdf:first>
          </rdf:rest>
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#token"
          >text</rdf:first>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="IRI">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#id"/>
          <owl:Class rdf:about="#uri"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Internationalized Resource Identifiers (IRIs), RFC 3987</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#anyURI"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="relValues">
    <rdfs:subPropertyOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#token"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:rest rdf:parseType="Resource">
            <rdf:rest rdf:parseType="Resource">
              <rdf:rest rdf:parseType="Resource">
                <rdf:rest rdf:parseType="Resource">
                  <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                  >via</rdf:first>
                  <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                </rdf:rest>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >enclosure</rdf:first>
              </rdf:rest>
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >self</rdf:first>
            </rdf:rest>
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >related</rdf:first>
          </rdf:rest>
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >alternate</rdf:first>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="typeValues">
    <rdfs:domain rdf:resource="#type"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="emailAddress">
    <rdfs:subPropertyOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#String"/>
    <rdfs:domain rdf:resource="#email"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >string that complies with RFC2822</rdfs:comment>
  </owl:DatatypeProperty>
  <rdf:Description rdf:about="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#Text">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#rights"/>
          <owl:Class rdf:about="#subtitle"/>
          <owl:Class rdf:about="#summary"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </rdf:Description>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.3.1, Build 430)  http://protege.stanford.edu -->
Copyright 2004-2007, by the Contributing Authors. Cite/attribute Resource. dray. (2006, December 14). RAMLET core to Atom mapping. Retrieved September 07, 2008, from IEEE Learning Technology Standards Committee Web site: https://www.ieeeltsc.org/working-groups/wg11CMI/ramlet/Pub/RAMLET-AtomMapping.owl. This work is licensed under a Creative Commons License. Creative Commons License