Code Monkey home page Code Monkey logo

qmf's Introduction

Quran Metadata Format

This format is to annotate Quran texts with some metadata. If follows the N3 format (a plaintext format) and the Dublin Core Metadata Element Set vocabulary. Both of these technologies are w3c standards.

The extension for a Quran Metadata Format file is .qmf, and it is usually shipped alongside the file(s) that it describes.

Example

A typical qmf file looks like this:

@prefix : <http://purl.org/dc/elements/1.1/>.
<>
:title      "De Edele Koran";
:creator    "Sofian S. Siregar";
:publisher  "ICCN";
:date       "2000";
:language   "nl";
:format     "qtf";
:type       "translation";
:identifier "URN:ISBN:90-73355-08-7".

The first line includes the Dublin Core Elements vocabulary. The second line starts an unnamed resource, the conscutive lines describe properties their values on the unnamed resource.

Overview of keywords

We use the DC Metadata Element Set vocabulary, narrowing it down to our purpose. All term may be omitted or repeated if that seems appropriate.

The terms below are understood as part of the Quran Metadata Format:

title

The title of the text it describes.

creator

An person (or organization) that created the text: the author. Please repeat this in case there are more then one primary author.

publisher

The organization that holds the publishing rights.

contributor

A person (or organization) who made minor contributions to the text.

date

When the text was first published. Valid are: YYYY, YYYY-MM and YYYY-MM-DD.

description

A short description of the text.

type

One of "original", "translation" or "commentary".

format

One of "qtf" (for the Quran Text Format) or "oqf" (for the Open Quran Format).

identifier

Here the ISBN can be supplied as a URN, for example "URN:ISBN:90-73355-08-7", an identifier may also be made up as long as it is unique.

language

Contains a "language identification tag" as specified by the Internet Engineering Task Force (IETF) in document BCP 47. Unless it clearly leads to ambiguity the shorter '2 digit' codes are preferred.

rights

Used to specify the copyright notice or to state it resides in the public domain. Possible content licenses (like Creative Commons) can also be provided here.

source

Link to the origin of this text, like the site it was downloaded from. May be repeated in case more then one origin is deemed noteworthy.

qmf's People

Contributors

oneknlr avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.