-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create example.xmp based on existing XMP template
This starts the work on #3
Showing
1 changed file
with
151 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.0-c316 44.253921, Sun Oct 01 2006 17:14:39"> | ||
<rdf:RDF xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
xmlns:pdfaid = "http://www.aiim.org/pdfa/ns/id/" | ||
xmlns:xap = "http://ns.adobe.com/xap/1.0/" | ||
xmlns:xapRights = "http://ns.adobe.com/xap/1.0/rights/" | ||
xmlns:dc = "http://purl.org/dc/elements/1.1/" | ||
xmlns:dcterms = "http://purl.org/dc/terms/" | ||
xmlns:prism = "http://prismstandard.org/namespaces/basic/2.0/"> | ||
<rdf:Description rdf:about="" xmlns:pdf="http://ns.adobe.com/pdf/1.3/"> | ||
<pdf:Producer>\xmpProducer</pdf:Producer> | ||
</rdf:Description> | ||
<rdf:Description rdf:about=""> | ||
<dc:format>application/pdf</dc:format> | ||
<dc:title>\xmpTitle</dc:title> | ||
<dc:creator><rdf:Seq><rdf:li>\xmpAuthor</rdf:li></rdf:Seq></dc:creator> | ||
\@ifundefined{xmpKeywords}{}{<dc:subject><rdf:Bag><rdf:li>\xmpKeywords</rdf:li></rdf:Bag></dc:subject>} | ||
<dc:description>\xmpSubject</dc:description> | ||
\ifx\xmpAuthorURI\@empty\relax\else<dcterms:creator rdf:resource="\xmpAuthorURI" />\fi | ||
<prism:aggregationType>journal</prism:aggregationType> | ||
<prism:copyright>\xmpOrg</prism:copyright> | ||
<dc:publisher>\xmpOrg</dc:publisher> | ||
\ifx\xmpJournalnumber\@empty\relax\else<prism:issn>\xmpJournalnumber</prism:issn>\fi | ||
\ifx\xmpVolume\@empty\relax\else<prism:volume>\xmpVolume</prism:volume>\fi | ||
\ifx\xmpIssue\@empty\relax\else<prism:number>\xmpIssue</prism:number>\fi | ||
\ifx\xmpCoverDisplayDate\@empty\relax\else<prism:coverDisplayDate>\xmpCoverDisplayDate</prism:coverDisplayDate>\fi | ||
\ifx\xmpCoverDate\@empty\relax\else<prism:coverDate>\xmpCoverDate</prism:coverDate>\fi | ||
\ifx\xmpJournaltitle\@empty\relax\else<prism:issueName>\xmpJournaltitle</prism:issueName>\fi | ||
\ifx\xmpFirstpage\@empty\relax\else<prism:pageRange>\xmpFirstpage-\xmpLastpage</prism:pageRange>\fi | ||
\ifx\xmpFirstpage\@empty\relax\else<prism:startingPage>\xmpFirstpage</prism:startingPage>\fi | ||
\ifx\xmpLastpage\@empty\relax\else<prism:endingPage>\xmpLastpage</prism:endingPage>\fi | ||
\ifx\xmpDoi\@empty\relax\else<prism:doi>\xmpDoi</prism:doi>\fi | ||
\ifx\xmpDoi\@empty\relax\else<prism:url>http://dx.doi.org/\xmpDoi</prism:url>\fi | ||
\ifx\xmpDoi\@empty\relax\else<dc:identifier>doi:\xmpDoi</dc:identifier>\fi | ||
<pdfaid:part>1</pdfaid:part> | ||
<pdfaid:conformance>B</pdfaid:conformance> | ||
<xap:CreatorTool>\xmpCreatorTool</xap:CreatorTool> | ||
<xapRights:Marked>True</xapRights:Marked> | ||
<xap:ModifyDate>\convDate</xap:ModifyDate> | ||
<xap:CreateDate>\convDate</xap:CreateDate> | ||
<xap:MetadataDate>\convDate</xap:MetadataDate> | ||
</rdf:Description> | ||
<rdf:Description rdf:about="" xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaType="http://www.aiim.org/pdfa/ns/type#" xmlns:pdfaField="http://www.aiim.org/pdfa/ns/field#" > | ||
<pdfaExtension:schemas> | ||
<rdf:Bag> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaSchema:schema>Dublin Core Terms subset</pdfaSchema:schema> | ||
<pdfaSchema:namespaceURI>http://purl.org/dc/terms/</pdfaSchema:namespaceURI> | ||
<pdfaSchema:prefix>dcterms</pdfaSchema:prefix> | ||
<pdfaSchema:property> | ||
<rdf:Seq> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaProperty:name>creator</pdfaProperty:name> | ||
<pdfaProperty:valueType>URI</pdfaProperty:valueType> | ||
<pdfaProperty:category>external</pdfaProperty:category> | ||
<pdfaProperty:description>The URI that identifies the creator</pdfaProperty:description> | ||
</rdf:li> | ||
</rdf:Seq> | ||
</pdfaSchema:property> | ||
</rdf:li> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaSchema:schema>PRISM Terms subset</pdfaSchema:schema> | ||
<pdfaSchema:namespaceURI>http://prismstandard.org/namespaces/basic/2.0/</pdfaSchema:namespaceURI> | ||
<pdfaSchema:prefix>prism</pdfaSchema:prefix> | ||
<pdfaSchema:property> | ||
<rdf:Seq> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaProperty:name>aggregationType</pdfaProperty:name> | ||
<pdfaProperty:valueType>Text</pdfaProperty:valueType> | ||
<pdfaProperty:category>external</pdfaProperty:category> | ||
<pdfaProperty:description></pdfaProperty:description> | ||
</rdf:li> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaProperty:name>copyright</pdfaProperty:name> | ||
<pdfaProperty:valueType>Text</pdfaProperty:valueType> | ||
<pdfaProperty:category>external</pdfaProperty:category> | ||
<pdfaProperty:description></pdfaProperty:description> | ||
</rdf:li> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaProperty:name>issn</pdfaProperty:name> | ||
<pdfaProperty:valueType>Text</pdfaProperty:valueType> | ||
<pdfaProperty:category>external</pdfaProperty:category> | ||
<pdfaProperty:description></pdfaProperty:description> | ||
</rdf:li> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaProperty:name>volume</pdfaProperty:name> | ||
<pdfaProperty:valueType>Text</pdfaProperty:valueType> | ||
<pdfaProperty:category>external</pdfaProperty:category> | ||
<pdfaProperty:description></pdfaProperty:description> | ||
</rdf:li> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaProperty:name>number</pdfaProperty:name> | ||
<pdfaProperty:valueType>Text</pdfaProperty:valueType> | ||
<pdfaProperty:category>external</pdfaProperty:category> | ||
<pdfaProperty:description>Issue number</pdfaProperty:description> | ||
</rdf:li> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaProperty:name>coverDisplayDate</pdfaProperty:name> | ||
<pdfaProperty:valueType></pdfaProperty:valueType> | ||
<pdfaProperty:category>external</pdfaProperty:category> | ||
<pdfaProperty:description></pdfaProperty:description> | ||
</rdf:li> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaProperty:name>coverDate</pdfaProperty:name> | ||
<pdfaProperty:valueType></pdfaProperty:valueType> | ||
<pdfaProperty:category>external</pdfaProperty:category> | ||
<pdfaProperty:description></pdfaProperty:description> | ||
</rdf:li> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaProperty:name>issueName</pdfaProperty:name> | ||
<pdfaProperty:valueType>Text</pdfaProperty:valueType> | ||
<pdfaProperty:category>external</pdfaProperty:category> | ||
<pdfaProperty:description></pdfaProperty:description> | ||
</rdf:li> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaProperty:name>pageRange</pdfaProperty:name> | ||
<pdfaProperty:valueType>Text</pdfaProperty:valueType> | ||
<pdfaProperty:category>external</pdfaProperty:category> | ||
<pdfaProperty:description></pdfaProperty:description> | ||
</rdf:li> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaProperty:name>startingPage</pdfaProperty:name> | ||
<pdfaProperty:valueType>Integer</pdfaProperty:valueType> | ||
<pdfaProperty:category>external</pdfaProperty:category> | ||
<pdfaProperty:description></pdfaProperty:description> | ||
</rdf:li> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaProperty:name>endingPage</pdfaProperty:name> | ||
<pdfaProperty:valueType>Integer</pdfaProperty:valueType> | ||
<pdfaProperty:category>external</pdfaProperty:category> | ||
<pdfaProperty:description></pdfaProperty:description> | ||
</rdf:li> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaProperty:name>doi</pdfaProperty:name> | ||
<pdfaProperty:valueType>Text</pdfaProperty:valueType> | ||
<pdfaProperty:category>external</pdfaProperty:category> | ||
<pdfaProperty:description></pdfaProperty:description> | ||
</rdf:li> | ||
<rdf:li rdf:parseType="Resource"> | ||
<pdfaProperty:name>url</pdfaProperty:name> | ||
<pdfaProperty:valueType>URL</pdfaProperty:valueType> | ||
<pdfaProperty:category>external</pdfaProperty:category> | ||
<pdfaProperty:description></pdfaProperty:description> | ||
</rdf:li> | ||
</rdf:Seq> | ||
</pdfaSchema:property> | ||
</rdf:li> | ||
</rdf:Bag> | ||
</pdfaExtension:schemas> | ||
</rdf:Description> | ||
</rdf:RDF> | ||
</x:xmpmeta> |