Personal tools
Document Actions

RAMLET core to METS mapping

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

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

Click here to get the file

Size 59.5 kB - File type text/xml

File contents

<?xml version="1.0"?>
<rdf:RDF
    xmlns="http://purl.oclc.org/NET/RAMLET-XlinkMapping.OWL#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:cp="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-CPmapping.owl#"
    xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:base="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-METSmapping.owl">
  <owl:Ontology rdf:about="">
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >0.2.95</owl:versionInfo>
  </owl:Ontology>
  <owl:Class rdf:ID="mdWrap">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:ID="binData"/>
              <owl:Class rdf:ID="xmlData"/>
              <owl:Class rdf:ID="Id"/>
              <owl:Class rdf:ID="mimeType"/>
              <owl:Class rdf:ID="label"/>
              <owl:Class rdf:ID="mdType"/>
              <owl:Class rdf:ID="otherMdType"/>
            </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#descriptorObject"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >metadata wrapper. The mdWrap element is a generic element used throughout the METS schema to allow the encoder to place arbitrary metadata conforming to other standards/schema within a METS document. The included metadata can either be encoded in XML, in which case it may be placed directly within the mdWrap element, or it can be Base64 encoded, and placed within a subsidiary binData element. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#binData">
    <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"
    >A wrapper element used to contain a Base64 encoded file.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="role">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#partyRole"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a required attribute specifying the role played by the agent with respect to the METS object. ROLE must have one of the following seven values: CREATOR: an agent responsible for creating the METS document
EDITOR: an agent responsible for editing the METS document
ARCHIVIST: an agent with archival responsibility for the METS document and/or the original sources used to create the METS object
PRESERVATION: an agent responsible for preserving the METS object and/or the original sources used to create the METS object
DISSEMINATOR: an agent responsible for distributing or publishing the METS object
CUSTODIAN: an agent with custodial responsibility for the METS object
IPOWNER: an agent with intellectual property rights in the METS object or some of its components.
OTHER: an agent with other rights/responsibilities with respect to the METS object not set forth above.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="streamtype">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    ></rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#streamType"/>
  </owl:Class>
  <owl:Class rdf:ID="orderLabel">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional string representation of this div's order among its siblings (e.g., "xii"), or a non-integer native numbering system. It is presumed that this value will still be machine-actionable (e.g., supports a page 'go to' function), and is not a replacement/substitute for the LABEL attribute.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#cardinalityLabel"/>
  </owl:Class>
  <owl:Class rdf:ID="transformOrder">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#transformOrdering"/>
  </owl:Class>
  <owl:Class rdf:about="#mdType">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#descriptorTypeIndicator"/>
  </owl:Class>
  <owl:Class rdf:ID="lastModDate">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#modificationDate"/>
  </owl:Class>
  <owl:Class rdf:ID="fileSec">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#inventory"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:ID="fileGrp"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The content file section records information regarding all of the data files which comprise the digital library object.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="structID">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#structRef"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Structural Map IDS
IDREFS to structMap sections or divs within a structMap in the METS document. The content that the STRUCTID attribute points to is considered "input" to the behavior mechanism (executable) defined for the behavior.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="name">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#partyName"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >of person/institution</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="smLink">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >structural map Link
An element linking two elements in the structural map, used to indicate that a hyperlink exists between the two METS components represented by the two structural map nodes. You would use smLink, for example, to record the existence of hypertext links between web pages, if you wish to record those links' existence inside of METS.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#resourceIntraAggregationLink"/>
  </owl:Class>
  <owl:Class rdf:ID="loctype">
    <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"
    >Location Type
the type of locator used to reference a file. It must have one of the following values:
URN: Uniform Resource Name
URL: Uniform Resource Locator
PURL: Persistent URL
HANDLE: a CNRI Handle
DOI: A Digital Object Identifier
OTHER: a form of locator not specified above.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="transformKey">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#resourceProcessingKey"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a key to be used with the transform algorithm for accessing the file's contents.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="btype">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#dynamicStructureType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Behavior Type
an optional string attribute providing an identifier for a given set of related behaviors.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="dmdSec">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Description Metadata Section.
This section records all of the descriptive metadata for all items in the METS object (including both structural map divs and descriptive metadata for data files). Metadata can be either included in the METS hub document (mdWrap) or referenced via an identifier/locator (mdRef), a la Warwick Framework. Multiple dmdSec elements are allowed so that descriptive metadata can be recorded for each separate item within the METS object.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Id"/>
        </owl:someValuesFrom>
        <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>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:ID="mdref"/>
              <owl:Class rdf:about="#mdWrap"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:ID="groupID"/>
              <owl:Class rdf:ID="admID"/>
              <owl:Class rdf:ID="created"/>
              <owl:Class rdf:ID="status"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#descriptive"/>
  </owl:Class>
  <owl:Class rdf:ID="shape">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#shapeIndicator"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional string attribute defining the shape of a two-dimensional area being referenced within a linked content file. The SHAPE attribute should be used as in HTML 4.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="sourceMD">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#source"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#mdref"/>
              <owl:Class rdf:about="#mdWrap"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#groupID"/>
              <owl:Class rdf:about="#admID"/>
              <owl:Class rdf:about="#created"/>
              <owl:Class rdf:about="#status"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Id"/>
        </owl:someValuesFrom>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The sourceMD element provides a wrapper around a  generic metadata section  which should contain descriptive or administrative metadata regarding the original source materials used to create the METS object.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="metsHdr">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#wholeAggregation"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:ID="agent"/>
              <owl:Class rdf:ID="altRecordID"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:ID="createDate"/>
              <owl:Class rdf:about="#lastModDate"/>
              <owl:Class rdf:ID="recordStatus"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >METS Header. Like a TEI Header, the METS Header element records metadata about the METS document itself (not the digital library object that the METS document encodes).</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="structMap">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#staticStructure"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:ID="div"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:ID="structMapType"/>
              <owl:Class rdf:about="#label"/>
            </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>
  </owl:Class>
  <owl:Class rdf:ID="mechanism">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >executable mechanism.
A mechanism element contains a pointer to an executable code module that implements a set of behaviors defined by an interface definition. The mechanism element will be a pointer to another object (a mechanism object). A mechanism object could be another METS object, or some other entity (e.g., a WSDL file). A mechanism object should contain executable code, pointers to executable code, or specifications for binding to network services (e.g., web services).</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#label"/>
              <owl:Class rdf:about="#loctype"/>
              <owl:Class rdf:ID="otherLoctype"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#interfaceDefLink"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#references"/>
        <owl:someValuesFrom rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#digitalResource"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="otherType">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#partyType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >To be filled in if Type=other. We think.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="extType">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#anchorType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Extent Type
an option attribute specifying the syntax used for the value in the EXTENT attribute. See the BETYPE attribute for the specific values which may be used in EXTTYPE.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="rightsMD">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#mdref"/>
              <owl:Class rdf:about="#mdWrap"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#groupID"/>
              <owl:Class rdf:about="#admID"/>
              <owl:Class rdf:about="#created"/>
              <owl:Class rdf:about="#status"/>
            </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#rights"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Id"/>
        </owl:someValuesFrom>
        <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="#mimeType">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#mimeType"/>
  </owl:Class>
  <owl:Class rdf:about="#groupID">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#groupingID"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional string attribute which may be used to record an identifier that establishes a correspondence between this file and files in other file groups. For example, a master image in one file group would share the same GROUPID value with a reference copy in a second file group and a thumbnail image in a third file group.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="begin">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#beginPoint"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional string attribute specifying the beginning location for a subpart of the referenced file. Used with the END attribute.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="checksumType">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#checksumType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional attribute specifying the checksum algorithm used to produce the value contained in the CHECKSUM attribute.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="area">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#extType"/>
              <owl:Class rdf:about="#admID"/>
              <owl:Class rdf:ID="contentIDs"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:ID="fileID"/>
              <owl:Class rdf:about="#shape"/>
              <owl:Class rdf:ID="coords"/>
              <owl:Class rdf:about="#begin"/>
              <owl:Class rdf:ID="end"/>
              <owl:Class rdf:ID="BEtype"/>
              <owl:Class rdf:ID="extent"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </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:about="#fileID"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#anchor"/>
  </owl:Class>
  <owl:Class rdf:ID="behavior">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A behavior can be used to associate executable behaviors with content in the METS object.  A behavior element has an interface definition element that represents an abstract definition  of the set  of behaviors represented by a particular behavior.  A behavior element also has an behavior  mechanism which is a module of executable code that implements and runs the behavior defined abstractly by the interface definition.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:someValuesFrom rdf:resource="#structID"/>
      </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:about="#Id"/>
        </owl:someValuesFrom>
      </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>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:ID="interfaceDef"/>
              <owl:Class rdf:about="#mechanism"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#structID"/>
              <owl:Class rdf:about="#btype"/>
              <owl:Class rdf:about="#created"/>
              <owl:Class rdf:about="#label"/>
              <owl:Class rdf:about="#groupID"/>
              <owl:Class rdf:about="#admID"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#resourceProcessing"/>
  </owl:Class>
  <owl:Class rdf:ID="mets">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Metadata Encoding and Transmission Standard.
METS is intended to provide a standardized XML format for transmission of complex digital library objects between systems. As such, it can be seen as filling a role similar to that defined for the Submission Information Package (SIP), Archival Information Package (AIP) and Dissemination Information Package (DIP) in the Reference Model for an Open Archival Information System.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#metsHdr"/>
              <owl:Class rdf:about="#dmdSec"/>
              <owl:Class rdf:ID="amdSec"/>
              <owl:Class rdf:about="#fileSec"/>
              <owl:Class rdf:about="#structMap"/>
              <owl:Class rdf:ID="structlink"/>
              <owl:Class rdf:ID="behaviorSec"/>
              <owl:Class rdf:ID="objID"/>
              <owl:Class rdf:about="#label"/>
              <owl:Class rdf:ID="profile"/>
              <owl:Class rdf:ID="metsType"/>
              <owl:Class rdf:about="#Id"/>
            </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"/>
  </owl:Class>
  <owl:Class rdf:ID="FLocat">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >File Location.
The FLocat element provides a pointer to the location of a content file. It uses the XLink syntax to provide linking information indicating the actual location of the content file, along with a few additional attributes specifying additional linking information.
NOTE: FLocat is an empty element. The location of the resource pointed to MUST be stored in the xlink:href element.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:ID="use"/>
              <owl:Class rdf:about="#loctype"/>
              <owl:Class rdf:about="#otherLoctype"/>
            </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#remoteResource"/>
  </owl:Class>
  <owl:Class rdf:about="#contentIDs">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Content IDs for this division (equivalent to DIDL DII)</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#nodeID"/>
  </owl:Class>
  <owl:Class rdf:ID="par">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Parallel files.
The par element should used to link a div to a set of content files when those files should be played/displayed in unison to deliver the content to the user (e.g., displaying a text transcript simultaneously with playing an audio file). A par element has two possible subsidiary elements, which should be used in different cases. In cases where each bytestream to be played in parallel can fit in a single file, you should use subsidiary &lt;area&gt; elements within the par element to point to those files. However, in some cases, bytestreams which should be played in parallel are too large to fit in a single file (high quality multi-track audio, or video). In those cases, you should use subsidiary &lt;seq&gt; elements, where each &lt;seq&gt; contains the files comprising a particular bytestream in the order they should be played back. So, for example, in the case where you had an audio recording which had to be split into three different, sequential files, and a text transcription of the recording in a single file, you would use a par element containing two seq elements. The first seq element would contain three area elements, one for each audio file; the second seq element would contain a single area element, for the text transcription file.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#area"/>
              <owl:Class rdf:ID="seq"/>
              <owl:Class rdf:about="#Id"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#parallel"/>
  </owl:Class>
  <owl:Class rdf:ID="file">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >File element.
The file element provides access to content files for a METS object. A file element may contain one or more FLocat elements, which provide pointers to a content file, and/or an FContent element, which wraps an encoded version of the file. Note that ALL FLocat and FContent elements underneath a single file element should identify/contain identical copies of a single file.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#fileDescriptor"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#FLocat"/>
              <owl:Class rdf:ID="fcontent"/>
              <owl:Class rdf:ID="stream"/>
              <owl:Class rdf:ID="transformFile"/>
              <owl:Class rdf:about="#file"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#mimeType"/>
              <owl:Class rdf:about="#seq"/>
              <owl:Class rdf:ID="size"/>
              <owl:Class rdf:about="#created"/>
              <owl:Class rdf:ID="checksum"/>
              <owl:Class rdf:about="#checksumType"/>
              <owl:Class rdf:ID="ownerID"/>
              <owl:Class rdf:about="#admID"/>
              <owl:Class rdf:ID="dmdID"/>
              <owl:Class rdf:about="#groupID"/>
              <owl:Class rdf:about="#use"/>
            </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>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Id"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#behaviorSec">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#resourceProcessingSet"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#behaviorSec"/>
              <owl:Class rdf:about="#behavior"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#created"/>
              <owl:Class rdf:about="#label"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Behavior Section. This section records executable behaviors that are associated with content in the METS object.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#div">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:ID="mptr"/>
              <owl:Class rdf:ID="fptr"/>
              <owl:Class rdf:about="#div"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:ID="order"/>
              <owl:Class rdf:about="#orderLabel"/>
              <owl:Class rdf:about="#dmdID"/>
              <owl:Class rdf:about="#admID"/>
              <owl:Class rdf:about="#contentIDs"/>
              <owl:Class rdf:ID="divType"/>
            </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#structureNode"/>
  </owl:Class>
  <owl:Class rdf:ID="transformBehavior">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an IDREF to a behavior element for this transformation</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#resourceProcessingBehavior"/>
  </owl:Class>
  <owl:Class rdf:about="#metsType">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#aggregationType"/>
  </owl:Class>
  <owl:Class rdf:about="#mptr">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#contentIDs"/>
              <owl:Class rdf:about="#loctype"/>
              <owl:Class rdf:about="#otherLoctype"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#remoteTopNode"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >METS Pointer.
The mptr element allows a div to be associated with a separate METS document containing the content corresponding with that div, rather than pointing to an internal file or file group. A typical instance of this would be the case of a METS document for a journal run, with a div elements for each individual journal issue. The div elements for the issues might point to separate METS documents for each issue, rather than having files and file groups for every issue encoded in one document.
NOTE: mptr is an empty element. The location of the resource pointed to MUST be stored in the xlink:href attribute.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#otherMdType">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#descriptorTypeIndicator"/>
  </owl:Class>
  <owl:Class rdf:ID="digiprovMD">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#provenance"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#mdref"/>
              <owl:Class rdf:about="#mdWrap"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#groupID"/>
              <owl:Class rdf:about="#admID"/>
              <owl:Class rdf:about="#created"/>
              <owl:Class rdf:about="#status"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </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:about="#Id"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >digital provenance metadata.
The digiprovMD element provides a wrapper around a generic metadata section, which should contain information regarding the ultimate origin of a digital object and the derivation of its current elements. This includes recording master/derivative relationships between various files which currently represent the object, as well recording any transformations or migrations undergone by files composing the digital object subsequent to the initial digitization of an item or, in the case of born digital materials, the files' creation. In short, digiprovMD should be used to record information to allow both archival/library staff and scholars to understand what modifications have been performed to a digital object during its life cycle in order to judge how those processes might have altered or corrupted the object's ability to accurately represent the original item.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#checksum">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional string attribute providing a checksum value for the included file.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#checksum"/>
  </owl:Class>
  <owl:Class rdf:about="#status">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional string attribute indicating the status of this metadata (e.g., superceded, current, etc.).</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#status"/>
  </owl:Class>
  <owl:Class rdf:about="#order">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional integer representation of this div's order among its siblings (e.g., its sequence).</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#hasOrder"/>
  </owl:Class>
  <owl:Class rdf:ID="agentType">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Describes the type of agent</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#partyType"/>
  </owl:Class>
  <owl:Class rdf:about="#fptr">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#par"/>
              <owl:Class rdf:about="#seq"/>
              <owl:Class rdf:about="#area"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#fileID"/>
              <owl:Class rdf:about="#contentIDs"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#structureNode"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >File Pointer.
The fptr element associates a div element with content files that represent that div. It can either point to a file directly itself, via the FILEID attribute, or it can do more complex links to content via the subsidiary area, par and seq elements.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#otherLoctype">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional
string attribute used to indicate an alternative LOCTYPE if the LOCTYPE attribute itself has a value of "OTHER";</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#locatorDescriptor"/>
  </owl:Class>
  <owl:Class rdf:about="#amdSec">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Complex Type for Administrative Metadata.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:ID="techMD"/>
              <owl:Class rdf:about="#rightsMD"/>
              <owl:Class rdf:about="#sourceMD"/>
              <owl:Class rdf:about="#digiprovMD"/>
              <owl:Class rdf:about="#Id"/>
            </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#administrative"/>
  </owl:Class>
  <owl:Class rdf:ID="versDate">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional dateTime attribute specifying the date this version/fileGrp of the digital object was created.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#creationDate"/>
  </owl:Class>
  <owl:Class rdf:about="#recordStatus">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#status"/>
  </owl:Class>
  <owl:Class rdf:about="#use">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional string attribute indicating the intended use of this file (e.g., "master", "reference", "thumbnail" for image files)</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#intendedUse"/>
  </owl:Class>
  <owl:Class rdf:about="#xmlData">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A wrapper element to contain XML encoded metadata.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#resourceWrapper"/>
  </owl:Class>
  <owl:Class rdf:about="#fileID">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#localRef"/>
  </owl:Class>
  <owl:Class rdf:ID="transformAlgorithm">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a string describing the specific decompression or decryption routine used to access the contents of this file.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#resourceProcessingAlgorithm"/>
  </owl:Class>
  <owl:Class rdf:about="#createDate">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#creationDate"/>
  </owl:Class>
  <owl:Class rdf:about="#seq">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#area"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#hasOrder"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional integer indicating the sequence of this file relative to the others in its file group.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#fcontent">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#binData"/>
              <owl:Class rdf:about="#xmlData"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#use"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#resourceWrapperSet"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >file content.
The FContent element is used to deliver a content file for a METS document within the METS file itself. The content file must be either Base 64 encoded, and contained within the subsidiary binData wrapper element, or consist of XML information and be contained within the subsidiary xmlData wrapper element.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#created">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional dateTime attribute specifying the date and time of creation for the metadata.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#creationDate"/>
  </owl:Class>
  <owl:Class rdf:ID="IdType">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#IdentifierType"/>
  </owl:Class>
  <owl:Class rdf:ID="transformType">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a type of transformation needed to render content of a file accessible (including unpacking a file into subsidiary files/streams).</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#resourceProcessingType"/>
  </owl:Class>
  <owl:Class rdf:about="#ownerID">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional string attribute which may be used to provide a unique identifier (including a URI) assigned to the file which may differ from the URI used to retrieve the file.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#alternateID"/>
  </owl:Class>
  <owl:Class rdf:about="#structlink">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Structural Map Linking.
The Structural Map Linking section allows for the specification of hyperlinks between different components of a METS structure delineated in a structural map.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#intraAggregationLink"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#smLink"/>
              <owl:Class rdf:about="#Id"/>
            </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>
  </owl:Class>
  <owl:Class rdf:about="#divType">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#structureNodeType"/>
  </owl:Class>
  <owl:Class rdf:about="#admID">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#admRef"/>
  </owl:Class>
  <owl:Class rdf:about="#BEtype">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#anchorType"/>
  </owl:Class>
  <owl:Class rdf:about="#fileGrp">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#fileGrp"/>
              <owl:Class rdf:about="#file"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#versDate"/>
              <owl:Class rdf:about="#admID"/>
              <owl:Class rdf:about="#use"/>
            </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#functionalResourceGroup"/>
  </owl:Class>
  <owl:Class rdf:about="#agent">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#role"/>
        <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>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#name"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#role"/>
              <owl:Class rdf:ID="otherRole"/>
              <owl:Class rdf:about="#agentType"/>
              <owl:Class rdf:about="#otherType"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#party"/>
  </owl:Class>
  <owl:Class rdf:about="#objID">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional attribute recording a primary identifier assigned to the METS document.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#aggregateID"/>
  </owl:Class>
  <owl:Class rdf:about="#interfaceDef">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >interface definition object.
The interface definition element contains a pointer an abstract definition of a set of related behaviors. These abstract behaviors can be associated with the content of a METS object. The interface definition element will be a pointer to another object (an interface definition object). An interface definition object could be another METS object, or some other entity (e.g., a WSDL file). Ideally, an interface definition object should contain metadata that describes a set of behaviors or methods. It may also contain files that describe the intended usage of the behaviors, and possibly files that represent different expressions of the interface definition. The interfaceDef element is optional to allow for cases where an interface definition can be obtained from a behavior mechanism object (see the mechanism element of the behaviorSec).</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#label"/>
              <owl:Class rdf:about="#loctype"/>
              <owl:Class rdf:about="#otherLoctype"/>
            </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#interfaceDefLink"/>
  </owl:Class>
  <owl:Class rdf:about="#structMapType">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#staticStructureType"/>
  </owl:Class>
  <owl:Class rdf:about="#profile">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional attribute providing a URI or other identifier for a METS profile to which this METS document conforms.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#aggregationSchema"/>
  </owl:Class>
  <owl:Class rdf:about="#Id">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#elementID"/>
  </owl:Class>
  <owl:Class rdf:about="#stream">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#streamtype"/>
              <owl:Class rdf:about="#ownerID"/>
              <owl:Class rdf:about="#admID"/>
              <owl:Class rdf:about="#dmdID"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#stream"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >stream: component byte stream
A file may be composed of one or more subsidiary streams. An MPEG4 file, for example, might contain separate audio and video streams, each of which has its own technical metadata associated with it.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#label">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#title"/>
  </owl:Class>
  <owl:Class rdf:about="#techMD">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The techMD element provides a wrapper around a generic metadata section,  which should contain technical metadata regarding a file or files.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#technical"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#mdref"/>
              <owl:Class rdf:about="#mdWrap"/>
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#groupID"/>
              <owl:Class rdf:about="#admID"/>
              <owl:Class rdf:about="#created"/>
              <owl:Class rdf:about="#status"/>
            </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>
  </owl:Class>
  <owl:Class rdf:about="#coords">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#coordinates"/>
  </owl:Class>
  <owl:Class rdf:about="#extent">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#extent"/>
  </owl:Class>
  <owl:Class rdf:about="#end">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#endPoint"/>
  </owl:Class>
  <owl:Class rdf:about="#size">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an optional long integer specifying the size of the file in bytes.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#fileSize"/>
  </owl:Class>
  <owl:Class rdf:about="#otherRole">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#partyRole"/>
  </owl:Class>
  <owl:Class rdf:about="#dmdID">
    <rdfs:subClassOf rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#descriptiveRef"/>
  </owl:Class>
  <owl:Class rdf:about="#mdref">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The mdRef element is a generic element used throughout the METS schema to provide a pointer to metadata which resides outside the METS document.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#mimeType"/>
              <owl:Class rdf:about="#label"/>
              <owl:Class rdf:about="#loctype"/>
              <owl:Class rdf:about="#otherLoctype"/>
              <owl:Class rdf:about="#mdType"/>
              <owl:Class rdf:about="#otherMdType"/>
            </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#remoteDescriptorObject"/>
  </owl:Class>
  <owl:Class rdf:about="#altRecordID">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Id"/>
              <owl:Class rdf:about="#IdType"/>
            </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#alternateID"/>
  </owl:Class>
  <owl:Class rdf:about="#transformFile">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#includes"/>
        <owl:allValuesFrom rdf:resource="#transformOrder"/>
      </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 rdf:resource="#transformAlgorithm"/>
      </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 rdf:resource="#transformType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#transformType"/>
              <owl:Class rdf:about="#transformAlgorithm"/>
              <owl:Class rdf:about="#transformKey"/>
              <owl:Class rdf:about="#transformBehavior"/>
              <owl:Class rdf:about="#transformOrder"/>
            </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#resourceProcessing"/>
  </owl:Class>
  <owl:DatatypeProperty rdf:ID="shapeValues">
    <rdfs:domain rdf:resource="#shape"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="mdTypeValues">
    <rdfs:domain rdf:resource="#mdType"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="extTypeValues">
    <rdfs:domain rdf:resource="#extType"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="checksumTypeValues">
    <rdfs:domain rdf:resource="#checksumType"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="agentTypeValues">
    <rdfs:domain rdf:resource="#role"/>
  </owl:DatatypeProperty>
  <rdf:Description rdf:about="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#String">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <rdf:Description rdf:about="http://purl.oclc.org/NET/RAMLET-XlinkMapping.OWL#show"/>
          <rdf:Description rdf:about="http://purl.oclc.org/NET/RAMLET-XlinkMapping.OWL#actuate"/>
          <rdf:Description rdf:about="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-CPmapping.owl#Default"/>
          <rdf:Description rdf:about="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-CPmapping.owl#Structure"/>
          <rdf:Description rdf:about="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-AtomMapping.owl#name"/>
          <rdf:Description rdf:about="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-MPEG21mapping.owl#Schema"/>
          <owl:Class rdf:about="#mimeType"/>
          <owl:Class rdf:about="#orderLabel"/>
          <owl:Class rdf:about="#name"/>
          <owl:Class rdf:about="#transformKey"/>
          <owl:Class rdf:about="#groupID"/>
          <owl:Class rdf:about="#begin"/>
          <rdf:Description rdf:about="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-CPmapping.owl#SchemaVersion"/>
          <rdf:Description rdf:about="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-CPmapping.owl#Title"/>
          <rdf:Description rdf:about="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#title"/>
          <rdf:Description rdf:about="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-CPmapping.owl#Schema"/>
          <rdf:Description rdf:about="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-CPmapping.owl#Version"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </rdf:Description>
  <rdf:Description rdf:about="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#xsdPosInteger">
    <rdfs:domain rdf:resource="#transformOrder"/>
  </rdf:Description>
  <rdf:Description rdf:about="https://www.ieeeltsc.org/wg11CMI/ramlet/Pub/RAMLET-OWL-CORE.owl#xsdBase64binary">
    <rdfs:domain rdf:resource="#binData"/>
  </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, April 12). RAMLET core to METS mapping. Retrieved November 21, 2008, from IEEE Learning Technology Standards Committee Web site: https://www.ieeeltsc.org/working-groups/wg11CMI/ramlet/Pub/RAMLET-METSmapping.owl. This work is licensed under a Creative Commons License. Creative Commons License