Skip to content

Commit

Permalink
updated makespec
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Apr 10, 2013
1 parent c3bec9e commit 92c09ae
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
4 changes: 3 additions & 1 deletion Makefile
@@ -1,5 +1,7 @@
NAME=paia
GITHUB=http://github.com/gbv/paia/
FORMATS=
FORMATS=ttl owl
REVISIONS=40
TTLFORMAT=-ttl

include makespec/Makefile
2 changes: 1 addition & 1 deletion makespec
Submodule makespec updated 34 files
+25 −0 CodeBlocks
+29 −21 Makefile
+61 −5 README.md
+4 −0 templates/default.html
+ templates/gh-pages/fonts/copse-regular-webfont.eot
+0 −247 templates/gh-pages/fonts/copse-regular-webfont.svg
+ templates/gh-pages/fonts/copse-regular-webfont.ttf
+ templates/gh-pages/fonts/copse-regular-webfont.woff
+ templates/gh-pages/fonts/quattrocentosans-bold-webfont.eot
+0 −247 templates/gh-pages/fonts/quattrocentosans-bold-webfont.svg
+ templates/gh-pages/fonts/quattrocentosans-bold-webfont.ttf
+ templates/gh-pages/fonts/quattrocentosans-bold-webfont.woff
+ templates/gh-pages/fonts/quattrocentosans-bolditalic-webfont.eot
+0 −248 templates/gh-pages/fonts/quattrocentosans-bolditalic-webfont.svg
+ templates/gh-pages/fonts/quattrocentosans-bolditalic-webfont.ttf
+ templates/gh-pages/fonts/quattrocentosans-bolditalic-webfont.woff
+ templates/gh-pages/fonts/quattrocentosans-italic-webfont.eot
+0 −247 templates/gh-pages/fonts/quattrocentosans-italic-webfont.svg
+ templates/gh-pages/fonts/quattrocentosans-italic-webfont.ttf
+ templates/gh-pages/fonts/quattrocentosans-italic-webfont.woff
+ templates/gh-pages/fonts/quattrocentosans-regular-webfont.eot
+0 −247 templates/gh-pages/fonts/quattrocentosans-regular-webfont.svg
+ templates/gh-pages/fonts/quattrocentosans-regular-webfont.ttf
+ templates/gh-pages/fonts/quattrocentosans-regular-webfont.woff
+ templates/gh-pages/images/background.png
+ templates/gh-pages/images/body-background.png
+ templates/gh-pages/images/bullet.png
+ templates/gh-pages/images/hr.gif
+ templates/gh-pages/images/octocat-logo.png
+0 −74 templates/gh-pages/index.html
+0 −53 templates/gh-pages/javascripts/main.js
+0 −459 templates/gh-pages/stylesheets/normalize.css
+0 −70 templates/gh-pages/stylesheets/pygment_trac.css
+0 −1,010 templates/gh-pages/stylesheets/styles.css
31 changes: 27 additions & 4 deletions paia.md
Expand Up @@ -10,18 +10,39 @@ and fees. Its primary goal is to provide patron access for discovery
interfaces and other third-party applications to integrated library system, as
easy as possible.


## Status of this document

The specification has been created collaboratively based on use cases and
taking into account existing related standards and products such as NISO
Circulation Interchange Protocol (NCIP), \[X]SLNP, DLF-ILS recommendations, and
VuFind ILS drivers among others.

Updates and sources can be found at <http://github.com/gbv/paia>. The current
version of this document was last modified at GIT_REVISION_DATE with revision
GIT_REVISION_HASH.
A preliminary version of PAIA has been specified in German as part of a
[GBV](http://www.gbv.de/) project. This page should help to get a clean and
useful specification in English before releasing PAIA 1.0.

Updates and sources can be found in a public git repository at
<http://github.com/gbv/paia>. The master file
[paia.md](https://github.com/gbv/paia/blob/master/paia.md) is written in
[Pandoc’s Markdown](http://johnmacfarlane.net/pandoc/demo/example9/pandocs-markdown.html).
HTML version of the specification and PAIA ontology [in RDF/Turtle](paia.ttl)
and [in RDF/XML](paia.owl) are is genereted from the master file with
[makespec](https://github.com/jakobib/makespec).

**How to contribute**

* Implement a PAIA server for your library system.
* Implement a PAIA client that makes use of patron account information.
* [Comment](https://github.com/gbv/paia/issues) on the specification.
* Suggest [useful apps and mashups](https://github.com/gbv/paia/wiki/Use-cases)
that make use of PAIA.

**Revision history**

The current version of this document was last modified at GIT_REVISION_DATE
with revision GIT_REVISION_HASH.

GIT_CHANGES

## Conformance requirements

Expand Down Expand Up @@ -796,13 +817,15 @@ model, which can be mapped to RDF among other expressions. The expression of
PAIA in RDF is in an early phase of discussion. The following ontologies may be
reused:

~~~ {.ttl}
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix daia: <http://purl.org/ontology/daia/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix ssso: <http://purl.org/ontology/ssso> .
@prefix particip: <http://purl.org/vocab/participation/schema#> .
~~~

The mapping to RDF includes the following core concepts:

Expand Down

0 comments on commit 92c09ae

Please sign in to comment.