Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
jio
Commits
183547fb
Commit
183547fb
authored
Mar 10, 2014
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
metadata.rst typos fixed
parent
30ce96a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docs/metadata.rst
docs/metadata.rst
+4
-4
No files found.
docs/metadata.rst
View file @
183547fb
...
@@ -34,11 +34,11 @@ See below XML and its JSON equivalent:
...
@@ -34,11 +34,11 @@ See below XML and its JSON equivalent:
+============================================+=======================================+
+============================================+=======================================+
| .. code-block:: xml | .. code-block:: javascript |
| .. code-block:: xml | .. code-block:: javascript |
| | |
| | |
| <dc:title>My Title</dc:title> | {"title":
"My Title"}
|
| <dc:title>My Title</dc:title> | {"title":
"My Title"}
|
+--------------------------------------------+---------------------------------------+
+--------------------------------------------+---------------------------------------+
| .. code-block:: xml | .. code-block:: javascript |
| .. code-block:: xml | .. code-block:: javascript |
| | |
| | |
| <dc:contributor>Me</dc:contributor> | {"contributor":
["Me", "And You"]}
|
| <dc:contributor>Me</dc:contributor> | {"contributor":
["Me", "And You"]}
|
| <dc:contributor>And You</dc:contributor> | |
| <dc:contributor>And You</dc:contributor> | |
+--------------------------------------------+---------------------------------------+
+--------------------------------------------+---------------------------------------+
| .. code-block:: xml | .. code-block:: javascript |
| .. code-block:: xml | .. code-block:: javascript |
...
@@ -63,7 +63,7 @@ Identification
...
@@ -63,7 +63,7 @@ Identification
A specific jIO metadata which helps the storage to find a document
A specific jIO metadata which helps the storage to find a document
(can be a real path name, a dc:identifier, a uuid, ...). **String Only**
(can be a real path name, a dc:identifier, a uuid, ...). **String Only**
* **identifer**
* **identif
i
er**
| ``{"identifier": "http://domain/jio_home_page"}``
| ``{"identifier": "http://domain/jio_home_page"}``
| ``{"identifier": "urn:ISBN:978-1-2345-6789-X"}``
| ``{"identifier": "urn:ISBN:978-1-2345-6789-X"}``
...
@@ -73,7 +73,7 @@ Identification
...
@@ -73,7 +73,7 @@ Identification
best practice is to identify the resource with a string or number
best practice is to identify the resource with a string or number
conforming to a formal identification system. Examples of formal identification
conforming to a formal identification system. Examples of formal identification
systems include the `Uniform Resource Identifier <http://en.wikipedia.org/wiki/URI>`_ (URI)
systems include the `Uniform Resource Identifier <http://en.wikipedia.org/wiki/URI>`_ (URI)
(including the `Uniform Resource Locator <http://en.wikipedia.org/wiki/URL>`_ (URL),
(including the `Uniform Resource Locator <http://en.wikipedia.org/wiki/URL>`_ (URL)
)
,
the `Digital Object Identifier <http://en.wikipedia.org/wiki/Digital_object_identifier>`_ (DOI)
the `Digital Object Identifier <http://en.wikipedia.org/wiki/Digital_object_identifier>`_ (DOI)
and the `International Standard Book Number <http://en.wikipedia.org/wiki/Isbn>`_ (ISBN).
and the `International Standard Book Number <http://en.wikipedia.org/wiki/Isbn>`_ (ISBN).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment