Math-Net Preprint and refereed Articles Application Profile 1.0 Reference Description

editedBy:

Math-Net TAB

created: 2002-06-16
modified: 2002-11-13
modified: 2002-12-09

next/current version: http://www.iwi-iuk.org/material/RDF/1.1/profile/MNPreprint/


isRequiredBy:
http://www.iwi-iuk.org/material/RDF/1.1/profile/MNPreprint/mnpreprint.rdf

requires:
http://www.iwi-iuk.org/material/RDF/1.1/Schema/Class/
http://www.iwi-iuk.org/material/RDF/1.1/Schema/Property/
http://www.iwi-iuk.org/material/RDF/1.1/scheme/Type/

conformant:
MMM Version 3.1

references:
MPRESS

MetaData: http://www.iwi-iuk.org/material/RDF/1.1/profile/MNPreprint/index.html.rdf
MD Visualization: http://www.iwi-iuk.org/material/RDF/1.1/profile/MNPreprint/index.html.rdf.png


This Reference Description explains about MetaData for preprints/ refereed articles ready for use with MPRESS.
http://www.iwi-iuk.org/material/ RDF/1.1/profile/ MNPreprint/mnpreprint.rdf provides RDF/XML code for use.

The logical structure of the MetaData for a test preprint can be read from a graph representation.
There is also a sample implementation using linking of metadata from XHTML. The embedding method of MMM Version 3.1 will be changed to linking in the next version.

For the description of a given preprint the variables in this reference description have to be replaced by concrete URLs or by text.

All MetaData entries are optional and repeatable.

A conformant tool for generation is MMM Version 3.1. MMM embeds the MetaData in XHTML.



Math-Net Preprints/ Articles MetaData package



<?xml version="1.0" encoding="E"?>
<rdf:RDF
       xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
       xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
       xmlns:dc="http://purl.org/dc/elements/1.1/"
       xmlns:dct="http://purl.org/dc/terms/"
       xmlns:mn="http://www.iwi-iuk.org/material/RDF/1.1/Schema/Class/mn#"
       xmlns:mnp="http://www.iwi-iuk.org/material/RDF/1.1/Schema/Property/mnp#"
       xmlns:mnst="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#"
       xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">

RDF/XML namespace header. Encoding by default is UTF-8. Other choices are possible, but must be given explicitly.




<mnst:Preprints rdf:about=""/>

<mnst:Descriptor
  rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#Preprints"
  rdf:value="information about preprints"/>


Refereed Articles will use


<mnst:Articles rdf:about=""/>

<mnst:Descriptor
  rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#Articles"
  rdf:value="information about articles"/>


This piece of MetaData declares the current resource as talking about (a) preprint(s)/ article(s).
The entry additionally provides dumb down information.


<rdf:Description
  rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/Schema/Property/mnp#primarySubject">
  <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/subject"/>
</rdf:Description>

<rdf:Description
  rdf:about="http://www.iwi-iuk.org/material/RDF/1.1/Schema/Property/mnp#secondarySubject">
  <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/subject"/>
</rdf:Description>

Dumb down information for primary/secondary Subject




<mn:Preprint dc:title="T">
 <dc:subject>
   <rdf:Bag rdf:_1="K"/>
 </dc:subject>

 <mnp:primarySubject>
    <mn:MSC2000 rdf:value="C1" rdfs:label="LC1"/>
 </mnp:primarySubject>

 <mnp:secondarySubject>
    <mn:MSC2000 rdf:value="C2" rdfs:label="LC2"/>
 </mnp:primarySubject>
 

The actual description of the preprint in question starts here.


Refereed Articles will use <mn:Article> instead of <mn:Preprint>


As values K for unqualified subject keywords or key phrases should be given. For each keyword or key phrase the bag should be extended.

Primary and Secondary Classification(s) use MSC2000. The value field keeps the code and the label field the caption (text version) of the MSC2000 entry. Each clause carries exactly one classification code.

The use of the title element should be obvious.



<dc:creator>
    <rdf:Bag rdf:ID="authorBag">
     <rdf:li>
      <mn:Person 
                               vCard:EMAIL="EY"
                               rdfs:label="Y">
          <vCard:N>
            <rdf:Description 
                                vCard:Family="FY"
                                vCard:Given="GY"/>
          </vCard:N>
      </mn:Person>
     </rdf:li>
    
    </rdf:Bag>
  </dc:creator>

The  author block in the MetaData description. Authors are given as unordered list. For each author an li element enclosed entry should be given. FY is the family name, GY the given name and EY the (current) e-mail address of an author.
The dumb down value Y is GY FY.



<dc:language>
    <dct:RFC1766 rdf:value="X" rdfs:label="LX"/>
</dc:language>

The language the preprint is written. Values as regulated in RFC 1766.



  <dct:created>
    <dct:W3CDTF rdf:value="D1" rdfs:label="LD1"/>
  </dct:created>

  <dct:modified>
    <dct:W3CDTF rdf:value="D2" rdfs:label="LD2"/>
  </dct:modified>

Creation date and modification date(s) of the preprint. Uses YYYY-MM-DD as scheme in the value attribute. The label attribute might contain a more verbal description of date, such like 16 June 2002.



  <dc:identifier>
    <rdf:Alt rdf:_1="J1">
     <rdf:_2>
       <rdf:Description rdf:about="http://I1">
        <dc:format>
          <dct:IMT rdf:value="M1" rdfs:label="LM1"/>
       </dc:format>
     </rdf:Description>
    </rdf:_2>






    </rdf:Alt>
  </dc:identifier>

The Identifier block. For each alternative access method an entry should be provided. Alternatives might differ in host and format, which should be recorded using internet media types.
As further alternative (a) verbal bibliographic citation(s) can be given in case the preprint is part of (a) series.



<dct:abstract> 
  <rdf:Description rdf:about="#abstract" dc:rights="R">
    <dc:creator rdf:resource="#authorBag"/>
     </rdf:Description>
</dct:abstract>
 
</mn:Preprint>

Pointer to (an) abstract(s) of the preprint. abstract is defined as a local resource to allow the attachment of a rights statement. The author(s) of the preprint are identified as authoring the abstract also. The rights statement R can only take one of the following values:
Copyright: The author(s) agree, that this abstract may be stored as full text and distributed as such by abstracting services.
Copyright: The author(s) don't agree this abstract stored as full text and distributed as such by abstracting services.

The Preprint clause can be closed here, as subsequent information is about (a) named resource(s). (The same remark applies in case of an Article clause to close.)



<rdf:Description rdf:ID="abstract">
     <rdf:value rdf:parseType="Literal" xml:lang="LA">Z</rdf:value>
</rdf:Description>

The ``birth place'' of the abstract as fragment of the current resource.
The Literal type allows for mark up in the abstract. The language of the text of the abstract is given by the value of the xml:lang attribute. Values from RFC1766 are permitted for xml:lang.
In case abstracts in different languages are included one will use a pointer/ID for each of those.


IWI Logo Math-Net Logo CARMEN LogoAP 6 Valid XHTML 1.0!