Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag RP versions of all files "1.0" #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OxygenProject.xpr
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Files here correspond as follows to the Recommended Practice document
NISO RP-22-2015, January 5, 2015. Note that these versions are more recent,
and might include changes since that version of the RP document was
published.

These are in the order that they appear in the RP document.

* Appendix A.1 - XML Implementation
* ali.xsd - "Example: XML stand-alone schema with referenced namespace"
* examples/free-to-read-period.xml - "Example of XML using above schema"
* Appendix - A.2 PDF Metadata Implementation
* examples/free-to-read-periods.xmp - XMP, first example
* examples/free-to-read-indefinitely.xmp - "Example of <free_to_read> without
date restrictions"
* Appendix A.3 - RDF
* examples/free-to-read-periods.rdf - first example
* examples/free-to-read-indefinitely.rdf - "Example of <free_to_read> without
date restrictions"
* Appendix A.4 - JSON Implementation
* *no example* - "Example JSON implementation that
specifies only that the resource is free-to-read"
* *no example* - "Example JSON implementation with start
and end date for free_to_read"
* examples/license-only.json - "Example JSON implementation that specifies
free-to-read, as well as giving a license URI"
* examples/license-with-start-date.json - "Example JSON implementation that
specifies a start date for the license"
* examples/two-licenses.json - "Example JSON implementation of two licenses,
each with different start dates"
* jsonld.json - "JSON Context"

8 changes: 4 additions & 4 deletions niso-ali-1.0.xsd → ali.xsd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.niso.org/schemas/ali/1.0/">
targetNamespace="http://www.niso.org/schemas/ali/1.0/">
<xsd:element name="free_to_read">
<xsd:complexType>
<xsd:attribute name="end_date" use="optional" type="xsd:date"/>
Expand All @@ -10,9 +10,9 @@
<xsd:element name="license_ref">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:anyURI">
<xsd:attribute name="start_date" use="optional" type="xsd:date"/>
</xsd:extension>
<xsd:extension base="xsd:anyURI">
<xsd:attribute name="start_date" use="optional" type="xsd:date"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
Expand Down
9 changes: 4 additions & 5 deletions examples/free-to-read-indefinitely.rdf
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:ali="http://www.niso.org/schemas/ali/1.0/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<rdf:RDF xmlns:ali="http://www.niso.org/schemas/ali/1.0/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<rdf:Description rdf:about="http://dx.doi.org/10.1234567890">
<!-- Various metadata elements can go here... -->
<dc:title>A Breakthrough Paper</dc:title>
Expand Down
35 changes: 17 additions & 18 deletions examples/free-to-read-indefinitely.xmp
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:ali="http://www.niso.org/schemas/ali/1.0/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<rdf:Description rdf:about="http://dx.doi.org/10.1234567890">
<!-- Various metadata elements can go here... -->
<dc:title>A Breakthrough Paper</dc:title>
<ali:free_to_read>
<rdf:Bag>
<rdf:li rdf:parseType="Resource">
<!-- free to read from issued date -->
<ali:start_date>2014-12-24</ali:start_date>
</rdf:li>
</rdf:Bag>
</ali:free_to_read>
</rdf:Description>
</rdf:RDF>
<rdf:RDF xmlns:ali="http://www.niso.org/schemas/ali/1.0/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<rdf:Description rdf:about="http://dx.doi.org/10.1234567890">
<!-- Various metadata elements can go here... -->
<dc:title>A Breakthrough Paper</dc:title>
<ali:free_to_read>
<rdf:Bag>
<rdf:li rdf:parseType="Resource">
<!-- free to read from issued date -->
<ali:start_date>2014-12-24</ali:start_date>
</rdf:li>
</rdf:Bag>
</ali:free_to_read>
</rdf:Description>
</rdf:RDF>
10 changes: 5 additions & 5 deletions examples/free-to-read-period.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": "http://www.niso.org/schemas/ali/1.0/jsonld.json",
"free_to_read": {
"start_date": "2013-02-03",
"end_date": "2013-10-03"
}
"@context": "http://www.niso.org/schemas/ali/1.0/jsonld.json",
"free_to_read": {
"start_date": "2013-02-03",
"end_date": "2013-10-03"
}
}
9 changes: 4 additions & 5 deletions examples/free-to-read-periods.rdf
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:ali="http://www.niso.org/schemas/ali/1.0/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<rdf:RDF xmlns:ali="http://www.niso.org/schemas/ali/1.0/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<rdf:Description rdf:about="http://dx.doi.org/10.1234567890">
<!-- Various metadata elements can go here... -->
<dc:title>A Breakthrough Paper</dc:title>
Expand Down
77 changes: 37 additions & 40 deletions examples/free-to-read-periods.xmp
Original file line number Diff line number Diff line change
@@ -1,41 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:ali="http://www.niso.org/schemas/ali/1.0/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<rdf:Description rdf:about="http://dx.doi.org/10.1234567890">
<!-- Various metadata elements can go here... -->
<dc:title>A Breakthrough Paper</dc:title>
<ali:free_to_read>
<rdf:Bag>
<rdf:li rdf:parseType="Resource">
<!-- free to read period around X-Mas -->
<ali:start_date>2014-12-24</ali:start_date>
<ali:end_date>2014-12-31</ali:end_date>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<!-- free to read period for Valentine’s Day -->
<ali:start_date>2015-02-14</ali:start_date>
<ali:end_date>2015-02-14</ali:end_date>
</rdf:li>
</rdf:Bag>
</ali:free_to_read>
<ali:license_ref>
<rdf:Bag>
<rdf:li rdf:parseType="Resource">
<!-- applying a license from 1 Nov 2014 onwards -->
<ali:start_date>2014-11-01</ali:start_date>
<ali:uri>http://www.psychoceramics.org/
license_v1.html</ali:uri>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<!-- making the license more liberal one year later -->
<ali:start_date>2015-11-01</ali:start_date>
<ali:uri>http://www.psychoceramics.org/
open_license.html</ali:uri>
</rdf:li>
</rdf:Bag>
</ali:license_ref>
</rdf:Description>
</rdf:RDF>
<rdf:RDF xmlns:ali="http://www.niso.org/schemas/ali/1.0/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<rdf:Description rdf:about="http://dx.doi.org/10.1234567890">
<!-- Various metadata elements can go here... -->
<dc:title>A Breakthrough Paper</dc:title>
<ali:free_to_read>
<rdf:Bag>
<rdf:li rdf:parseType="Resource">
<!-- free to read period around X-Mas -->
<ali:start_date>2014-12-24</ali:start_date>
<ali:end_date>2014-12-31</ali:end_date>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<!-- free to read period for Valentine’s Day -->
<ali:start_date>2015-02-14</ali:start_date>
<ali:end_date>2015-02-14</ali:end_date>
</rdf:li>
</rdf:Bag>
</ali:free_to_read>
<ali:license_ref>
<rdf:Bag>
<rdf:li rdf:parseType="Resource">
<!-- applying a license from 1 Nov 2014 onwards -->
<ali:start_date>2014-11-01</ali:start_date>
<ali:uri>http://www.psychoceramics.org/ license_v1.html</ali:uri>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<!-- making the license more liberal one year later -->
<ali:start_date>2015-11-01</ali:start_date>
<ali:uri>http://www.psychoceramics.org/ open_license.html</ali:uri>
</rdf:li>
</rdf:Bag>
</ali:license_ref>
</rdf:Description>
</rdf:RDF>
14 changes: 7 additions & 7 deletions examples/license-only.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "http://www.niso.org/schemas/ali/1.0/jsonld.json",
"free_to_read": {
"start_date": "2014-04-04"
},
"license_ref": {
"uri": "http://creativecommons.org/licenses/3.0/"
}
"@context": "http://www.niso.org/schemas/ali/1.0/jsonld.json",
"free_to_read": {
"start_date": "2014-04-04"
},
"license_ref": {
"uri": "http://creativecommons.org/licenses/3.0/"
}
}

16 changes: 8 additions & 8 deletions examples/license-with-start-date.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "http://www.niso.org/schemas/ali/1.0/jsonld.json",
"free_to_read": {
"start_date": "2014-04-04"
},
"license_ref": {
"uri": "http://creativecommons.org/licenses/3.0/",
"start_date": "2014-04-04"
}
"@context": "http://www.niso.org/schemas/ali/1.0/jsonld.json",
"free_to_read": {
"start_date": "2014-04-04"
},
"license_ref": {
"uri": "http://creativecommons.org/licenses/3.0/",
"start_date": "2014-04-04"
}
}
26 changes: 13 additions & 13 deletions examples/two-licenses.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"@context": "http://www.niso.org/schemas/ali/1.0/jsonld.json",
"free_to_read": {
"start_date": "2014-04-04"
"@context": "http://www.niso.org/schemas/ali/1.0/jsonld.json",
"free_to_read": {
"start_date": "2014-04-04"
},
"license_ref": [
{
"start_date": "2014-04-04",
"uri": "http://creativecommons.org/licenses/by/3.0/"
},
"license_ref": [
{
"start_date": "2014-04-04",
"uri": "http://creativecommons.org/licenses/by/3.0/"
},
{
"start_date": "2015-04-04",
"uri": "http://creativecommons.org/licenses/by/4.0/"
}
]
{
"start_date": "2015-04-04",
"uri": "http://creativecommons.org/licenses/by/4.0/"
}
]
}
11 changes: 11 additions & 0 deletions jsonld.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": {
"@vocab": "http://www.niso.org/schemas/ali/1.0/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"free_to_read": { "@type": "@id" },
"license_ref": { "@type": "@id" },
"uri": { "@type": "@id" },
"start_date": { "@type": "xsd:date" },
"end_date": { "@type": "xsd:date" }
}
}
11 changes: 0 additions & 11 deletions niso-ali-1.0.json

This file was deleted.