rdf-open_annotation 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 09640a62e3f8e3fcfc026b7883964e076b2ab9f1
4
- data.tar.gz: 2466aa1d80ffbf4c8e60f741c575827c5ca7c955
3
+ metadata.gz: 0313c1e7c80494b67f380fe499424935cf6f4c09
4
+ data.tar.gz: b99140b52ee80afbea43c592100a766d01754608
5
5
  SHA512:
6
- metadata.gz: d416c324319d4e3d67b84914df49c86839a1650ee4d1fec156f80d1f037e76e83190594d6260e0738f873f7546db22dfb0ed0b0a5d4c075751456b63a3d4ba89
7
- data.tar.gz: bd1c5766433616d58fe98cc0893cf4e35f72623d58e1ff8fd1218c1400c88ffaf94ebd6c6a9a013f788a6671550dc63e4832d8c80dadc232f96d76cc33988c2a
6
+ metadata.gz: b1f2647314342fc8373f9e3e55a1fad670d3ec29651529dc9703dd15161ba3eed111545be44461b489509190886eaf7559e0b4a2301b6fff7b92c7a873cd2795
7
+ data.tar.gz: 0444d33d5ce2ccb642bb9f17df6f8341e6f96b92039cdbd58c92da7d7f8e88cf5b033187208dcdee1c829be78d013b475cc29bc3fe5de6c0697c34225202e08d
data/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # OpenAnnotation
1
+ # rdf-open_annotation
2
+
3
+ [![Gem Version](https://badge.fury.io/rb/rdf-open_annotation.svg)](http://badge.fury.io/rb/rdf-open_annotation)
2
4
 
3
5
  Contains vocabularies to be used by RDF ruby gem https://github.com/ruby-rdf/rdf/ to simplify coding when using OpenAnnotation data.
4
6
 
@@ -20,13 +22,12 @@ Or install it yourself as:
20
22
 
21
23
  ## Usage
22
24
 
23
- # @example Using these RDF vocabularies
24
- # include RDF
25
- # include rdf-open_annotation
26
- #
27
- # RDF::OpenAnnotation.Annotation #=> RDF::URI("http://www.w3.org/ns/oa#Annotation")
28
- # RDF::OpenAnnotation.hasBody #=> RDF::URI("http://www.w3.org/ns/oa#hasBody")
29
- # RDF::Content.chars #=> RDF::URI("http://www.w3.org/2011/content#chars")
25
+ include RDF
26
+ include rdf-open_annotation
27
+
28
+ RDF::OpenAnnotation.Annotation #=> RDF::URI("http://www.w3.org/ns/oa#Annotation")
29
+ RDF::OpenAnnotation.hasBody #=> RDF::URI("http://www.w3.org/ns/oa#hasBody")
30
+ RDF::Content.chars #=> RDF::URI("http://www.w3.org/2011/content#chars")
30
31
 
31
32
  ## Contributing
32
33
 
@@ -1,5 +1,5 @@
1
1
  module RDF
2
2
  module OpenAnnotation
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdf-open_annotation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Beer