relaton-w3c 1.9.1 → 1.9.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +2 -0
  3. data/README.adoc +68 -70
  4. data/grammars/isodoc.rng +2106 -0
  5. data/grammars/reqt.rng +194 -0
  6. data/lib/relaton_w3c/data_fethcer.rb +4 -0
  7. data/lib/relaton_w3c/data_parser.rb +1 -1
  8. data/lib/relaton_w3c/hit_collection.rb +1 -1
  9. data/lib/relaton_w3c/version.rb +1 -1
  10. data/lib/relaton_w3c/w3c_bibliography.rb +19 -6
  11. data/relaton_w3c.gemspec +1 -1
  12. data/withdrawn/reference.W3C.CR-rdf-schema.xml +16 -0
  13. data/withdrawn/reference.W3C.DSig-label.xml +32 -0
  14. data/withdrawn/reference.W3C.P3P-rdfschema.xml +26 -0
  15. data/withdrawn/reference.W3C.P3P.xml +38 -0
  16. data/withdrawn/reference.W3C.PICS-labels.xml +43 -0
  17. data/withdrawn/reference.W3C.PICS-rules.xml +38 -0
  18. data/withdrawn/reference.W3C.PICS-services.xml +37 -0
  19. data/withdrawn/reference.W3C.REC-RUBY.xml +22 -0
  20. data/withdrawn/reference.W3C.REC-XHTML.xml +12 -0
  21. data/withdrawn/reference.W3C.REC-rdf-syntax.xml +31 -0
  22. data/withdrawn/reference.W3C.REC-xml-1998.xml +20 -0
  23. data/withdrawn/reference.W3C.REC-xml-names.xml +28 -0
  24. data/withdrawn/reference.W3C.REC-xml.xml +35 -0
  25. data/withdrawn/reference.W3C.REC-xmlenc-core.xml +23 -0
  26. data/withdrawn/reference.W3C.REC-xmlschema-1.xml +23 -0
  27. data/withdrawn/reference.W3C.REC-xmlschema-2.xml +17 -0
  28. data/withdrawn/reference.W3C.daml-oil-reference.xml +39 -0
  29. data/withdrawn/reference.W3C.soap11.xml +56 -0
  30. data/withdrawn/reference.W3C.soap12-part1.xml +38 -0
  31. data/withdrawn/reference.W3C.soap12-part2.xml +38 -0
  32. data/withdrawn/reference.W3C.xkms.xml +50 -0
  33. data/withdrawn/reference.W3C.xml-c14n.xml +15 -0
  34. data/withdrawn/reference.W3C.xmldsig-core.xml +26 -0
  35. data/withdrawn/reference.W3C.xmlenc-core.xml +20 -0
  36. data/withdrawn/reference.W3C.xpath.xml +22 -0
  37. metadata +31 -4
@@ -0,0 +1,35 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+
3
+ <reference anchor="W3C.REC-xml" target="http://www.w3.org/TR/REC-xml">
4
+ <front>
5
+ <title>Extensible Markup Language (XML) 1.0 (2nd ed)</title>
6
+ <author initials="T." surname="Bray" fullname="Tim Bray">
7
+ <organization>Textuality and Netscape</organization>
8
+ <address>
9
+ <email>tbray@textuality.com</email>
10
+ </address>
11
+ </author>
12
+ <author initials="J." surname="Paoli" fullname="Jean Paoli">
13
+ <organization>Microsoft</organization>
14
+ <address>
15
+ <email>jeanpa@microsoft.com</email>
16
+ </address>
17
+ </author>
18
+ <author initials="C.M." surname="Sperberg-McQueen" fullname="C. M. Sperberg-McQueen">
19
+ <organization>University of Illinois at Chicago and Text Encoding Initiative</organization>
20
+ <address>
21
+ <email>cmsmcq@uic.edu</email>
22
+ </address>
23
+ </author>
24
+ <author initials="E." surname="Maler" fullname="Eve Maler">
25
+ <organization>Sun Microsystems</organization>
26
+ <address>
27
+ <email>eve.maler@east.sun.com</email>
28
+ </address>
29
+ </author>
30
+ <date day="6" month="October" year="2000"/>
31
+ </front>
32
+ <seriesInfo name="W3C" value="REC-xml"/>
33
+ </reference>
34
+
35
+
@@ -0,0 +1,23 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+
3
+ <reference anchor="W3C.REC-xmlenc-core"
4
+ target="http://www.w3.org/TR/xmlenc-core/">
5
+ <front>
6
+ <title>XML Encryption Syntax and Processing</title>
7
+ <author initials="T." surname="Imamura" fullname="Takeshi Imamura">
8
+ <organization>IBM</organization>
9
+ </author>
10
+ <author initials="B." surname="Dillaway" fullname="Blair Dillaway">
11
+ <organization>Microsoft</organization>
12
+ </author>
13
+ <author initials="J." surname="Schaad" fullname="Jim Schaad">
14
+ <organization>Soaring Hawk Consulting</organization>
15
+ </author>
16
+ <author initials="E." surname="Simon" fullname="Ed Simon">
17
+ <organization></organization>
18
+ </author>
19
+ <date year="2001" month="October" day="18"/>
20
+ </front>
21
+ <seriesInfo name="W3C" value="REC-xmlenc-core"/>
22
+ </reference>
23
+
@@ -0,0 +1,23 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+
3
+ <reference anchor="W3C.REC-xmlschema-1"
4
+ target="http://www.w3.org/TR/xmlschema-1/">
5
+ <front>
6
+ <title>XML Schema Part 1: Structures</title>
7
+ <author initials="H." surname="Thompson" fullname="Henry S. Thompson">
8
+ <organization>University of Edinburgh</organization>
9
+ </author>
10
+ <author initials="D." surname="Beech" fullname="David Beech">
11
+ <organization>Oracle Corporation</organization>
12
+ </author>
13
+ <author initials="M." surname="Maloney" fullname="Murray Maloney">
14
+ <organization>Commerce One</organization>
15
+ </author>
16
+ <author initials="N." surname="Mendelsohn" fullname="Noah Mendelsohn">
17
+ <organization>Lotus Development Corporation</organization>
18
+ </author>
19
+ <date year="2001" month="May" day="2"/>
20
+ </front>
21
+ <seriesInfo name="W3C" value="REC-xmlschema-1"/>
22
+ </reference>
23
+
@@ -0,0 +1,17 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+
3
+ <reference anchor="W3C.REC-xmlschema-2"
4
+ target="http://www.w3.org/TR/xmlschema-2/">
5
+ <front>
6
+ <title>XML Schema Part 2: Datatypes</title>
7
+ <author initials="P." surname="Biron" fullname="Paul V. Biron">
8
+ <organization>Kaiser Permanente</organization>
9
+ </author>
10
+ <author initials="A." surname="Malhotra" fullname="Ashok Malhotra">
11
+ <organization>Microsoft</organization>
12
+ </author>
13
+ <date year="2001" month="May" day="2"/>
14
+ </front>
15
+ <seriesInfo name="W3C" value="REC-xmlschema-2"/>
16
+ </reference>
17
+
@@ -0,0 +1,39 @@
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.daml+oil-reference" target="http://www.w3.org/TR/daml+oil-reference">
3
+ <front>
4
+ <title>DAML+OIL (March 2001) Reference Description</title>
5
+
6
+ <author initials="D." surname="Connolly" fullname="Dan Connolly">
7
+ <organization>W3C</organization>
8
+ <address>
9
+ </address>
10
+ </author>
11
+ <author initials="F." surname="van Harmelen" fullname="Frank van Harmelen">
12
+ <organization></organization>
13
+ <address>
14
+ </address>
15
+ </author>
16
+ <author initials="I." surname="Horrocks" fullname="Ian Horrocks">
17
+ <organization></organization>
18
+ <address>
19
+ </address>
20
+ </author>
21
+ <author initials="D.L." surname="McGuinness" fullname="Deborah L. McGuinness">
22
+ <organization></organization>
23
+ <address>
24
+ </address>
25
+ </author>
26
+ <author initials="P.F." surname="Patel-Schneider" fullname="Peter F. Patel-Schneider">
27
+ <organization></organization>
28
+ <address>
29
+ </address>
30
+ </author>
31
+ <author initials="L.A." surname="Stein" fullname="Lynn Andrea Stein">
32
+ <organization></organization>
33
+ <address>
34
+ </address>
35
+ </author>
36
+ <date day="18" month="December" year="2001"/>
37
+ </front>
38
+ <seriesInfo value="daml+oil-reference" name="W3C Note"/>
39
+ </reference>
@@ -0,0 +1,56 @@
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.soap11" target="http://www.w3.org/TR/SOAP/">
3
+ <front>
4
+ <title>Simple Object Access Protocol (SOAP) 1.1</title>
5
+ <author initials="D." surname="Box" fullname="Don Box">
6
+ <organization>Developmentor</organization>
7
+ <address>
8
+ <email>dbox@develop.com</email>
9
+ </address>
10
+ </author>
11
+ <author initials="D." surname="Ehnebuske" fullname="David Ehnebuske">
12
+ <organization>IBM</organization>
13
+ <address>
14
+ <email>davide@us.ibm.com</email>
15
+ </address>
16
+ </author>
17
+ <author initials="G." surname="Kakivaya" fullname="Gopal Kakivaya">
18
+ <organization>Microsoft</organization>
19
+ <address>
20
+ <email>gopalk@microsoft.com</email>
21
+ </address>
22
+ </author>
23
+ <author initials="A." surname="Layman" fullname="Andrew Layman">
24
+ <organization>Microsoft</organization>
25
+ <address>
26
+ <email>andrewl@microsoft.com</email>
27
+ </address>
28
+ </author>
29
+ <author initials="N." surname="Mendelsohn" fullname="Noah Mendelsohn">
30
+ <organization>Lotus Development Corp.</organization>
31
+ <address>
32
+ <email>Noah_Mendelsohn@lotus.com</email>
33
+ </address>
34
+ </author>
35
+ <author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen">
36
+ <organization>Microsoft</organization>
37
+ <address>
38
+ <email>frystyk@microsoft.com</email>
39
+ </address>
40
+ </author>
41
+ <author initials="S." surname="Thatte" fullname="Satish Thatte">
42
+ <organization>Microsoft</organization>
43
+ <address>
44
+ <email>satisht@microsoft.com</email>
45
+ </address>
46
+ </author>
47
+ <author initials="D." surname="Winer" fullname="Dave Winer">
48
+ <organization>UserLand Software</organization>
49
+ <address>
50
+ <email>dave@userland.com</email>
51
+ </address>
52
+ </author>
53
+ <date day="8" month="May" year="2000"/>
54
+ </front>
55
+ <seriesInfo value="soap11" name="W3C Note"/>
56
+ </reference>
@@ -0,0 +1,38 @@
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.soap12-part1" target="http://www.w3.org/TR/soap12-part1">
3
+ <front>
4
+ <title>SOAP Version 1.2 Part 1: Messaging Framework</title>
5
+ <author initials="M." surname="Gudgin" fullname="Martin Gudgin">
6
+ <organization>Developmentor</organization>
7
+ <address>
8
+ <email>marting@develop.com</email>
9
+ </address>
10
+ </author>
11
+ <author initials="M." surname="Hadley" fullname="Marc Hadley">
12
+ <organization>Sun Microsystems</organization>
13
+ <address>
14
+ <email>marc.hadley@sun.com</email>
15
+ </address>
16
+ </author>
17
+ <author initials="N." surname="Mendelsohn" fullname="Noah Mendelsohn">
18
+ <organization>IBM</organization>
19
+ <address>
20
+ <email>Noah_Mendelsohn@us.ibm.com</email>
21
+ </address>
22
+ </author>
23
+ <author initials="J." surname="Moreau" fullname="Jean-Jacques Moreau">
24
+ <organization>Canon</organization>
25
+ <address>
26
+ <email>moreau@crf.canon.fr</email>
27
+ </address>
28
+ </author>
29
+ <author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen">
30
+ <organization>Microsoft</organization>
31
+ <address>
32
+ <email>henrikn@microsoft.com</email>
33
+ </address>
34
+ </author>
35
+ <date day="26" month="June" year="2002"/>
36
+ </front>
37
+ <seriesInfo value="soap12-part1" name="W3C Working Draft"/>
38
+ </reference>
@@ -0,0 +1,38 @@
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.soap12-part2" target="http://www.w3.org/TR/soap12-part2">
3
+ <front>
4
+ <title>SOAP Version 1.2 Part 2: Adjuncts</title>
5
+ <author initials="M." surname="Gudgin" fullname="Martin Gudgin">
6
+ <organization>Developmentor</organization>
7
+ <address>
8
+ <email>marting@develop.com</email>
9
+ </address>
10
+ </author>
11
+ <author initials="M." surname="Hadley" fullname="Marc Hadley">
12
+ <organization>Sun Microsystems</organization>
13
+ <address>
14
+ <email>marc.hadley@sun.com</email>
15
+ </address>
16
+ </author>
17
+ <author initials="N." surname="Mendelsohn" fullname="Noah Mendelsohn">
18
+ <organization>IBM</organization>
19
+ <address>
20
+ <email>Noah_Mendelsohn@us.ibm.com</email>
21
+ </address>
22
+ </author>
23
+ <author initials="J." surname="Moreau" fullname="Jean-Jacques Moreau">
24
+ <organization>Canon</organization>
25
+ <address>
26
+ <email>moreau@crf.canon.fr</email>
27
+ </address>
28
+ </author>
29
+ <author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen">
30
+ <organization>Microsoft</organization>
31
+ <address>
32
+ <email>henrikn@microsoft.com</email>
33
+ </address>
34
+ </author>
35
+ <date day="26" month="June" year="2002"/>
36
+ </front>
37
+ <seriesInfo value="soap12-part2" name="W3C Working Draft"/>
38
+ </reference>
@@ -0,0 +1,50 @@
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.xkms" target="http://www.w3.org/TR/xkms/">
3
+ <front>
4
+ <title>XML Key Management Specification (XKMS)</title>
5
+ <author initials="W." surname="Ford" fullname="Warwick Ford">
6
+ <organization>VeriSign</organization>
7
+ <address>
8
+ <email>wford@verisign.com</email>
9
+ </address>
10
+ </author>
11
+ <author initials="P." surname="Hallam-Baker" fullname="Phillip Hallam-Baker">
12
+ <organization>VeriSign</organization>
13
+ <address>
14
+ <email>pbaker@verisign.com</email>
15
+ </address>
16
+ </author>
17
+ <author initials="B." surname="Fox" fullname="Barbara Fox">
18
+ <organization>Microsoft</organization>
19
+ <address>
20
+ <email>bfox@EXCHANGE.MICROSOFT.com</email>
21
+ </address>
22
+ </author>
23
+ <author initials="B." surname="Dillaway" fullname="Blair Dillaway">
24
+ <organization>Microsoft</organization>
25
+ <address>
26
+ <email>blaird@microsoft.com</email>
27
+ </address>
28
+ </author>
29
+ <author initials="B." surname="LaMacchia" fullname="Brian LaMacchia">
30
+ <organization>Microsoft</organization>
31
+ <address>
32
+ <email>bal@microsoft.com</email>
33
+ </address>
34
+ </author>
35
+ <author initials="J." surname="Epstein" fullname="Jeremy Epstein">
36
+ <organization>webMethods</organization>
37
+ <address>
38
+ <email>jepstein@webmethods.com</email>
39
+ </address>
40
+ </author>
41
+ <author initials="J." surname="Lapp" fullname="Joe Lapp">
42
+ <organization>webMethods</organization>
43
+ <address>
44
+ <email>jlapp@webmethods.com</email>
45
+ </address>
46
+ </author>
47
+ <date day="30" month="March" year="2001"/>
48
+ </front>
49
+ <seriesInfo value="xkms" name="W3C Note"/>
50
+ </reference>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.xml-c14n" target="http://www.w3.org/TR/xml-c14n">
3
+ <front>
4
+ <title>Canonical XML Version 1.0</title>
5
+ <author initials="J." surname="Boyer" fullname="John Boyer">
6
+ <organization>
7
+ </organization>
8
+ <address>
9
+ <email>jboyer@PureEdge.com</email>
10
+ </address>
11
+ </author>
12
+ <date day="15" month="March" year="2001"/>
13
+ </front>
14
+ <seriesInfo name="W3C Recommendation" value="xpath"/>
15
+ </reference>
@@ -0,0 +1,26 @@
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.xmldsig-core" target="http://www.w3.org/TR/xmldsig-core/">
3
+ <front>
4
+ <title>XML-Signature Syntax and Processing</title>
5
+ <author initials="D." surname="Eastlake" fullname="Donald Eastlake">
6
+ <organization>Motorola</organization>
7
+ <address>
8
+ <email>dee3@torque.pothole.com</email>
9
+ </address>
10
+ </author>
11
+ <author initials="J." surname="Reagle " fullname="Joseph Reagle ">
12
+ <organization>W3C</organization>
13
+ <address>
14
+ <email>reagle@w3.org</email>
15
+ </address>
16
+ </author>
17
+ <author initials="D." surname="Solo" fullname="David Solo">
18
+ <organization>Citigroup</organization>
19
+ <address>
20
+ <email>dsolo@alum.mit.edu</email>
21
+ </address>
22
+ </author>
23
+ <date day="6" month="October" year="2000"/>
24
+ </front>
25
+ <seriesInfo value="xmldsig-core" name="W3C Recommendation"/>
26
+ </reference>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.xmlenc-core" target="http://www.w3.org/TR/xmlenc-core/">
3
+ <front>
4
+ <title>XML Encryption Syntax and Processing</title>
5
+ <author initials="D." surname="Eastlake" fullname="Donald Eastlake">
6
+ <organization>Motorola</organization>
7
+ <address>
8
+ <email>dee3@torque.pothole.com</email>
9
+ </address>
10
+ </author>
11
+ <author initials="J." surname="Reagle " fullname="Joseph Reagle ">
12
+ <organization>W3C</organization>
13
+ <address>
14
+ <email>reagle@w3.org</email>
15
+ </address>
16
+ </author>
17
+ <date day="2" month="August" year="2002"/>
18
+ </front>
19
+ <seriesInfo value="xmlenc-core" name="W3C Candidate Recommendation"/>
20
+ </reference>
@@ -0,0 +1,22 @@
1
+ <?xml version="1.0" encoding='UTF-8'?>
2
+ <reference anchor="W3C.xpath" target="http://www.w3.org/TR/xpath">
3
+ <front>
4
+ <title>XML Path Language (XPath) Version 1.0</title>
5
+ <author initials="J." surname="Clark" fullname="James Clark">
6
+ <organization>
7
+ </organization>
8
+ <address>
9
+ <email>jjc@jclark.com</email>
10
+ </address>
11
+ </author>
12
+ <author initials="S." surname="DeRose" fullname="Steve DeRose">
13
+ <organization>
14
+ </organization>
15
+ <address>
16
+ <email>Steven_DeRose@Brown.edu</email>
17
+ </address>
18
+ </author>
19
+ <date day="16" month="November" year="1999"/>
20
+ </front>
21
+ <seriesInfo name="W3C Recommendation" value="xpath"/>
22
+ </reference>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relaton-w3c
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.1
4
+ version: 1.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-11-20 00:00:00.000000000 Z
11
+ date: 2022-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: equivalent-xml
@@ -128,14 +128,14 @@ dependencies:
128
128
  requirements:
129
129
  - - ">="
130
130
  - !ruby/object:Gem::Version
131
- version: 1.9.0
131
+ version: 1.9.19
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
- version: 1.9.0
138
+ version: 1.9.19
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: sparql
141
141
  requirement: !ruby/object:Gem::Requirement
@@ -172,6 +172,8 @@ files:
172
172
  - bin/setup
173
173
  - grammars/basicdoc.rng
174
174
  - grammars/biblio.rng
175
+ - grammars/isodoc.rng
176
+ - grammars/reqt.rng
175
177
  - lib/relaton_w3c.rb
176
178
  - lib/relaton_w3c/data_fethcer.rb
177
179
  - lib/relaton_w3c/data_parser.rb
@@ -186,6 +188,31 @@ files:
186
188
  - lib/relaton_w3c/workgroups.yaml
187
189
  - lib/relaton_w3c/xml_parser.rb
188
190
  - relaton_w3c.gemspec
191
+ - withdrawn/reference.W3C.CR-rdf-schema.xml
192
+ - withdrawn/reference.W3C.DSig-label.xml
193
+ - withdrawn/reference.W3C.P3P-rdfschema.xml
194
+ - withdrawn/reference.W3C.P3P.xml
195
+ - withdrawn/reference.W3C.PICS-labels.xml
196
+ - withdrawn/reference.W3C.PICS-rules.xml
197
+ - withdrawn/reference.W3C.PICS-services.xml
198
+ - withdrawn/reference.W3C.REC-RUBY.xml
199
+ - withdrawn/reference.W3C.REC-XHTML.xml
200
+ - withdrawn/reference.W3C.REC-rdf-syntax.xml
201
+ - withdrawn/reference.W3C.REC-xml-1998.xml
202
+ - withdrawn/reference.W3C.REC-xml-names.xml
203
+ - withdrawn/reference.W3C.REC-xml.xml
204
+ - withdrawn/reference.W3C.REC-xmlenc-core.xml
205
+ - withdrawn/reference.W3C.REC-xmlschema-1.xml
206
+ - withdrawn/reference.W3C.REC-xmlschema-2.xml
207
+ - withdrawn/reference.W3C.daml-oil-reference.xml
208
+ - withdrawn/reference.W3C.soap11.xml
209
+ - withdrawn/reference.W3C.soap12-part1.xml
210
+ - withdrawn/reference.W3C.soap12-part2.xml
211
+ - withdrawn/reference.W3C.xkms.xml
212
+ - withdrawn/reference.W3C.xml-c14n.xml
213
+ - withdrawn/reference.W3C.xmldsig-core.xml
214
+ - withdrawn/reference.W3C.xmlenc-core.xml
215
+ - withdrawn/reference.W3C.xpath.xml
189
216
  homepage: https://github.com/relaton/relaton-wc3
190
217
  licenses:
191
218
  - BSD-2-Clause