Warning:
This wiki has been archived and is now read-only.

Parallel Markup

From Argumentation Community Group
Jump to: navigation, search

Markup concepts should be convenient to utilize with XPath and XSLT when querying for specific data formats.

<data type="multipart/...">
  <data type="type/subtype">text</data>
  <data type="type/subtype">
    <!-- XML -->
  </data>
  <data type="type/subtype" href="..." />
</data>

Open Topics

1. Multilingual Data

<data type="multipart/alternative">
  <data type="text/plain" xml:lang="de">...</data>
  <data type="text/plain" xml:lang="en">...</data>
  <data type="text/plain" xml:lang="es">...</data>
  <data type="text/plain" xml:lang="fr">...</data>
</data>

2. XML Namespaces and Ontologies

<data type="multipart/alternative">
  <data type="application/rdf+xml" ...>
    <!-- RDF/XML -->
  </data>
  <data type="application/rdf+xml" ...>
    <!-- RDF/XML -->
  </data>
</data>

3. Linguistic and Semantic Annotation

4. Dublin Core (hasFormat, isFormatOf)