rdf-rdfxml 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +2 -0
- data/.yardopts +2 -1
- data/CONTRIBUTORS +1 -0
- data/History.txt +7 -0
- data/README.rdoc +19 -2
- data/Rakefile +14 -0
- data/VERSION +1 -1
- data/example.rb +0 -1
- data/lib/rdf/rdfxml.rb +14 -6
- data/lib/rdf/rdfxml/format.rb +6 -5
- data/lib/rdf/rdfxml/patches/array_hacks.rb +53 -0
- data/lib/rdf/rdfxml/patches/nokogiri_hacks.rb +8 -0
- data/lib/rdf/rdfxml/patches/rdf_escape.rb +131 -0
- data/lib/rdf/rdfxml/reader.rb +90 -57
- data/lib/rdf/rdfxml/version.rb +1 -1
- data/lib/rdf/rdfxml/vocab.rb +3 -0
- data/lib/rdf/rdfxml/writer.rb +399 -0
- data/rdf-rdfxml.gemspec +448 -0
- data/script/console +10 -0
- data/spec/format_spec.rb +22 -0
- data/spec/matchers.rb +121 -0
- data/spec/rdf_helper.rb +176 -0
- data/spec/rdf_tests/cc197bad-dc9c-440d-a5b5-d52ba2e14234.nt +24 -0
- data/spec/rdf_tests/cc197bad-dc9c-440d-a5b5-d52ba2e14234.rdf +46 -0
- data/spec/rdf_tests/tm_001.nt +1 -0
- data/spec/rdf_tests/tm_001.rdf +7 -0
- data/spec/rdf_tests/xml-literal-mixed.nt +6 -0
- data/spec/rdf_tests/xml-literal-mixed.rdf +15 -0
- data/spec/rdfcore/Manifest.rdf +5395 -0
- data/spec/rdfcore/Manifest.yml +1970 -0
- data/spec/rdfcore/amp-in-url/test001.nt +16 -0
- data/spec/rdfcore/amp-in-url/test001.rdf +40 -0
- data/spec/rdfcore/datatypes-intensional/test001.nt +18 -0
- data/spec/rdfcore/datatypes-intensional/test002.nt +18 -0
- data/spec/rdfcore/datatypes/test001.nt +15 -0
- data/spec/rdfcore/datatypes/test001.rdf +29 -0
- data/spec/rdfcore/datatypes/test002.nt +14 -0
- data/spec/rdfcore/datatypes/test002.rdf +27 -0
- data/spec/rdfcore/datatypes/test002b.nt +17 -0
- data/spec/rdfcore/datatypes/test003a.nt +16 -0
- data/spec/rdfcore/datatypes/test003b.nt +16 -0
- data/spec/rdfcore/datatypes/test005a.nt +16 -0
- data/spec/rdfcore/datatypes/test005b.nt +16 -0
- data/spec/rdfcore/datatypes/test006.nt +17 -0
- data/spec/rdfcore/datatypes/test008a.nt +15 -0
- data/spec/rdfcore/datatypes/test008b.nt +15 -0
- data/spec/rdfcore/datatypes/test009a.nt +15 -0
- data/spec/rdfcore/datatypes/test009b.nt +15 -0
- data/spec/rdfcore/datatypes/test010.nt +17 -0
- data/spec/rdfcore/datatypes/test011a.nt +17 -0
- data/spec/rdfcore/datatypes/test011b.nt +17 -0
- data/spec/rdfcore/horst-01/test001.rdf +38 -0
- data/spec/rdfcore/horst-01/test002.rdf +39 -0
- data/spec/rdfcore/horst-01/test003.rdf +40 -0
- data/spec/rdfcore/horst-01/test004.rdf +42 -0
- data/spec/rdfcore/pfps-10/test001a.nt +14 -0
- data/spec/rdfcore/pfps-10/test001b.nt +15 -0
- data/spec/rdfcore/rdf-charmod-literals/test001.nt +15 -0
- data/spec/rdfcore/rdf-charmod-literals/test001.rdf +34 -0
- data/spec/rdfcore/rdf-charmod-uris/test001.nt +14 -0
- data/spec/rdfcore/rdf-charmod-uris/test001.rdf +34 -0
- data/spec/rdfcore/rdf-charmod-uris/test002.nt +15 -0
- data/spec/rdfcore/rdf-charmod-uris/test002.rdf +33 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/error001.rdf +27 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/error002.rdf +34 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/test001.nt +17 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/test001.rdf +27 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/test002.nt +19 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/test002.rdf +37 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/test003.nt +18 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/test003.rdf +29 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/test004.nt +29 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf +33 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/test006.nt +40 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/test006.rdf +28 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/test007.nt +20 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/test007.rdf +32 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/test008.nt +15 -0
- data/spec/rdfcore/rdf-containers-syntax-vs-schema/test008.rdf +28 -0
- data/spec/rdfcore/rdf-element-not-mandatory/test001.nt +10 -0
- data/spec/rdfcore/rdf-element-not-mandatory/test001.rdf +14 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0001.nt +14 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0001.rdf +35 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0003.nt +14 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0003.rdf +35 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0004.nt +14 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0004.rdf +34 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0005.nt +15 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0005.rdf +40 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0006.nt +14 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0006.rdf +32 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0009.nt +14 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0009.rdf +32 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0010.nt +14 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0010.rdf +38 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0011.nt +15 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0011.rdf +40 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0012.nt +15 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0012.rdf +40 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0013.nt +15 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0013.rdf +40 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0014.nt +15 -0
- data/spec/rdfcore/rdf-ns-prefix-confusion/test0014.rdf +42 -0
- data/spec/rdfcore/rdfms-abouteach/error001.rdf +35 -0
- data/spec/rdfcore/rdfms-abouteach/error002.rdf +35 -0
- data/spec/rdfcore/rdfms-difference-between-ID-and-about/error1.rdf +25 -0
- data/spec/rdfcore/rdfms-difference-between-ID-and-about/test1.nt +14 -0
- data/spec/rdfcore/rdfms-difference-between-ID-and-about/test1.rdf +22 -0
- data/spec/rdfcore/rdfms-difference-between-ID-and-about/test2.nt +14 -0
- data/spec/rdfcore/rdfms-difference-between-ID-and-about/test2.rdf +22 -0
- data/spec/rdfcore/rdfms-difference-between-ID-and-about/test3.nt +14 -0
- data/spec/rdfcore/rdfms-difference-between-ID-and-about/test3.rdf +22 -0
- data/spec/rdfcore/rdfms-duplicate-member-props/test001.nt +17 -0
- data/spec/rdfcore/rdfms-duplicate-member-props/test001.rdf +30 -0
- data/spec/rdfcore/rdfms-empty-property-elements/error001.rdf +33 -0
- data/spec/rdfcore/rdfms-empty-property-elements/error002.rdf +33 -0
- data/spec/rdfcore/rdfms-empty-property-elements/error003.rdf +39 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test001.nt +14 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test001.rdf +33 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test002.nt +14 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test002.rdf +31 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test003.nt +14 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test003.rdf +32 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test004.nt +14 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test004.rdf +32 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test005.nt +18 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test005.rdf +32 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test006.nt +18 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test006.rdf +32 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test007.nt +14 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test007.rdf +32 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test008.nt +14 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test008.rdf +31 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test009.nt +14 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test009.rdf +32 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test010.nt +14 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test010.rdf +31 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test011.nt +18 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test011.rdf +30 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test012.nt +18 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test012.rdf +30 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test013.nt +15 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test013.rdf +35 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test014.nt +15 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test014.rdf +34 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test015.nt +15 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test015.rdf +38 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test016.nt +14 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test016.rdf +31 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test017.nt +14 -0
- data/spec/rdfcore/rdfms-empty-property-elements/test017.rdf +38 -0
- data/spec/rdfcore/rdfms-identity-anon-resources/test001.nt +14 -0
- data/spec/rdfcore/rdfms-identity-anon-resources/test001.rdf +33 -0
- data/spec/rdfcore/rdfms-identity-anon-resources/test002.nt +15 -0
- data/spec/rdfcore/rdfms-identity-anon-resources/test002.rdf +33 -0
- data/spec/rdfcore/rdfms-identity-anon-resources/test003.nt +14 -0
- data/spec/rdfcore/rdfms-identity-anon-resources/test003.rdf +31 -0
- data/spec/rdfcore/rdfms-identity-anon-resources/test004.nt +15 -0
- data/spec/rdfcore/rdfms-identity-anon-resources/test004.rdf +33 -0
- data/spec/rdfcore/rdfms-identity-anon-resources/test005.nt +14 -0
- data/spec/rdfcore/rdfms-identity-anon-resources/test005.rdf +31 -0
- data/spec/rdfcore/rdfms-not-id-and-resource-attr/test001.nt +19 -0
- data/spec/rdfcore/rdfms-not-id-and-resource-attr/test001.rdf +29 -0
- data/spec/rdfcore/rdfms-not-id-and-resource-attr/test002.nt +15 -0
- data/spec/rdfcore/rdfms-not-id-and-resource-attr/test002.rdf +29 -0
- data/spec/rdfcore/rdfms-not-id-and-resource-attr/test004.nt +18 -0
- data/spec/rdfcore/rdfms-not-id-and-resource-attr/test004.rdf +29 -0
- data/spec/rdfcore/rdfms-not-id-and-resource-attr/test005.nt +19 -0
- data/spec/rdfcore/rdfms-not-id-and-resource-attr/test005.rdf +29 -0
- data/spec/rdfcore/rdfms-para196/test001.nt +17 -0
- data/spec/rdfcore/rdfms-para196/test001.rdf +35 -0
- data/spec/rdfcore/rdfms-rdf-id/error001.rdf +26 -0
- data/spec/rdfcore/rdfms-rdf-id/error002.rdf +26 -0
- data/spec/rdfcore/rdfms-rdf-id/error003.rdf +29 -0
- data/spec/rdfcore/rdfms-rdf-id/error004.rdf +27 -0
- data/spec/rdfcore/rdfms-rdf-id/error005.rdf +31 -0
- data/spec/rdfcore/rdfms-rdf-id/error006.rdf +26 -0
- data/spec/rdfcore/rdfms-rdf-id/error007.rdf +29 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-001.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-002.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-003.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-004.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-005.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-006.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-007.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-008.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-009.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-010.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-011.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-012.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-013.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-014.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-015.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-016.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-017.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-018.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-019.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/error-020.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-001.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-001.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-002.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-002.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-003.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-003.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-004.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-004.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-005.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-005.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-006.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-006.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-007.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-007.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-008.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-008.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-009.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-009.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-010.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-010.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-011.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-011.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-012.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-012.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-013.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-013.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-014.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-014.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-015.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-015.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-016.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-016.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-017.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-017.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-018.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-018.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-019.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-019.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-020.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-020.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-021.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-021.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-022.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-022.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-023.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-023.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-024.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-024.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-025.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-025.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-026.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-026.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-027.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-027.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-028.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-028.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-029.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-029.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-030.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-030.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-031.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-031.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-032.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-032.rdf +24 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-033.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-033.rdf +24 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-034.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-034.rdf +24 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-035.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-035.rdf +24 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-036.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-036.rdf +24 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-037.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/test-037.rdf +24 -0
- data/spec/rdfcore/rdfms-rdf-names-use/warn-001.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/warn-001.rdf +23 -0
- data/spec/rdfcore/rdfms-rdf-names-use/warn-002.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/warn-002.rdf +25 -0
- data/spec/rdfcore/rdfms-rdf-names-use/warn-003.nt +1 -0
- data/spec/rdfcore/rdfms-rdf-names-use/warn-003.rdf +24 -0
- data/spec/rdfcore/rdfms-reification-required/test001.nt +15 -0
- data/spec/rdfcore/rdfms-reification-required/test001.rdf +29 -0
- data/spec/rdfcore/rdfms-seq-representation/empty.nt +13 -0
- data/spec/rdfcore/rdfms-seq-representation/test001.nt +19 -0
- data/spec/rdfcore/rdfms-seq-representation/test001.rdf +33 -0
- data/spec/rdfcore/rdfms-seq-representation/test002.nt +14 -0
- data/spec/rdfcore/rdfms-seq-representation/test003a.nt +14 -0
- data/spec/rdfcore/rdfms-seq-representation/test003b.nt +14 -0
- data/spec/rdfcore/rdfms-seq-representation/test004.nt +14 -0
- data/spec/rdfcore/rdfms-syntax-incomplete/error001.rdf +26 -0
- data/spec/rdfcore/rdfms-syntax-incomplete/error002.rdf +26 -0
- data/spec/rdfcore/rdfms-syntax-incomplete/error003.rdf +29 -0
- data/spec/rdfcore/rdfms-syntax-incomplete/error004.rdf +25 -0
- data/spec/rdfcore/rdfms-syntax-incomplete/error005.rdf +25 -0
- data/spec/rdfcore/rdfms-syntax-incomplete/error006.rdf +28 -0
- data/spec/rdfcore/rdfms-syntax-incomplete/test001.nt +14 -0
- data/spec/rdfcore/rdfms-syntax-incomplete/test001.rdf +28 -0
- data/spec/rdfcore/rdfms-syntax-incomplete/test002.nt +19 -0
- data/spec/rdfcore/rdfms-syntax-incomplete/test002.rdf +38 -0
- data/spec/rdfcore/rdfms-syntax-incomplete/test003.nt +17 -0
- data/spec/rdfcore/rdfms-syntax-incomplete/test003.rdf +28 -0
- data/spec/rdfcore/rdfms-syntax-incomplete/test004.nt +21 -0
- data/spec/rdfcore/rdfms-syntax-incomplete/test004.rdf +36 -0
- data/spec/rdfcore/rdfms-uri-substructure/error001.nt +18 -0
- data/spec/rdfcore/rdfms-uri-substructure/test001.nt +17 -0
- data/spec/rdfcore/rdfms-uri-substructure/test001.rdf +29 -0
- data/spec/rdfcore/rdfms-xml-literal-namespaces/test001.nt +13 -0
- data/spec/rdfcore/rdfms-xml-literal-namespaces/test001.rdf +33 -0
- data/spec/rdfcore/rdfms-xml-literal-namespaces/test002.nt +14 -0
- data/spec/rdfcore/rdfms-xml-literal-namespaces/test002.rdf +47 -0
- data/spec/rdfcore/rdfms-xmllang/test001.nt +14 -0
- data/spec/rdfcore/rdfms-xmllang/test001.rdf +30 -0
- data/spec/rdfcore/rdfms-xmllang/test002.nt +14 -0
- data/spec/rdfcore/rdfms-xmllang/test002.rdf +29 -0
- data/spec/rdfcore/rdfms-xmllang/test003.nt +14 -0
- data/spec/rdfcore/rdfms-xmllang/test003.rdf +28 -0
- data/spec/rdfcore/rdfms-xmllang/test004.nt +14 -0
- data/spec/rdfcore/rdfms-xmllang/test004.rdf +28 -0
- data/spec/rdfcore/rdfms-xmllang/test005.nt +14 -0
- data/spec/rdfcore/rdfms-xmllang/test005.rdf +28 -0
- data/spec/rdfcore/rdfms-xmllang/test006.nt +14 -0
- data/spec/rdfcore/rdfms-xmllang/test006.rdf +29 -0
- data/spec/rdfcore/rdfms-xmllang/test007a.nt +14 -0
- data/spec/rdfcore/rdfms-xmllang/test007b.nt +14 -0
- data/spec/rdfcore/rdfms-xmllang/test007c.nt +14 -0
- data/spec/rdfcore/rdfs-container-membership-superProperty/not1C.rdf +13 -0
- data/spec/rdfcore/rdfs-container-membership-superProperty/not1P.rdf +14 -0
- data/spec/rdfcore/rdfs-domain-and-range/nonconclusions005.rdf +28 -0
- data/spec/rdfcore/rdfs-domain-and-range/nonconclusions006.rdf +28 -0
- data/spec/rdfcore/rdfs-domain-and-range/premises005.rdf +32 -0
- data/spec/rdfcore/rdfs-domain-and-range/premises006.rdf +32 -0
- data/spec/rdfcore/rdfs-domain-and-range/test001.nt +16 -0
- data/spec/rdfcore/rdfs-domain-and-range/test001.rdf +29 -0
- data/spec/rdfcore/rdfs-domain-and-range/test002.nt +16 -0
- data/spec/rdfcore/rdfs-domain-and-range/test002.rdf +29 -0
- data/spec/rdfcore/rdfs-entailment/test001.nt +16 -0
- data/spec/rdfcore/rdfs-entailment/test002.nt +15 -0
- data/spec/rdfcore/rdfs-no-cycles-in-subClassOf/test001.nt +18 -0
- data/spec/rdfcore/rdfs-no-cycles-in-subClassOf/test001.rdf +37 -0
- data/spec/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001.nt +18 -0
- data/spec/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001.rdf +40 -0
- data/spec/rdfcore/rdfs-subClassOf-a-Property/test001.nt +15 -0
- data/spec/rdfcore/rdfs-subPropertyOf-semantics/test001.nt +24 -0
- data/spec/rdfcore/rdfs-subPropertyOf-semantics/test002.nt +21 -0
- data/spec/rdfcore/statement-entailment/test001a.nt +12 -0
- data/spec/rdfcore/statement-entailment/test001b.nt +2 -0
- data/spec/rdfcore/statement-entailment/test002a.nt +2 -0
- data/spec/rdfcore/statement-entailment/test002b.nt +5 -0
- data/spec/rdfcore/tex-01/test001.rdf +34 -0
- data/spec/rdfcore/tex-01/test002.rdf +33 -0
- data/spec/rdfcore/unrecognised-xml-attributes/test001.nt +15 -0
- data/spec/rdfcore/unrecognised-xml-attributes/test001.rdf +31 -0
- data/spec/rdfcore/unrecognised-xml-attributes/test002.nt +14 -0
- data/spec/rdfcore/unrecognised-xml-attributes/test002.rdf +32 -0
- data/spec/rdfcore/xml-canon/test001.nt +16 -0
- data/spec/rdfcore/xml-canon/test001.rdf +28 -0
- data/spec/rdfcore/xmlbase/test001.nt +14 -0
- data/spec/rdfcore/xmlbase/test001.rdf +27 -0
- data/spec/rdfcore/xmlbase/test002.nt +14 -0
- data/spec/rdfcore/xmlbase/test002.rdf +28 -0
- data/spec/rdfcore/xmlbase/test003.nt +14 -0
- data/spec/rdfcore/xmlbase/test003.rdf +25 -0
- data/spec/rdfcore/xmlbase/test004.nt +18 -0
- data/spec/rdfcore/xmlbase/test004.rdf +27 -0
- data/spec/rdfcore/xmlbase/test006.nt +15 -0
- data/spec/rdfcore/xmlbase/test006.rdf +26 -0
- data/spec/rdfcore/xmlbase/test007.nt +14 -0
- data/spec/rdfcore/xmlbase/test007.rdf +25 -0
- data/spec/rdfcore/xmlbase/test008.nt +14 -0
- data/spec/rdfcore/xmlbase/test008.rdf +25 -0
- data/spec/rdfcore/xmlbase/test009.nt +14 -0
- data/spec/rdfcore/xmlbase/test009.rdf +26 -0
- data/spec/rdfcore/xmlbase/test010.nt +14 -0
- data/spec/rdfcore/xmlbase/test010.rdf +26 -0
- data/spec/rdfcore/xmlbase/test011.nt +14 -0
- data/spec/rdfcore/xmlbase/test011.rdf +27 -0
- data/spec/rdfcore/xmlbase/test013.nt +15 -0
- data/spec/rdfcore/xmlbase/test013.rdf +28 -0
- data/spec/rdfcore/xmlbase/test014.nt +15 -0
- data/spec/rdfcore/xmlbase/test014.rdf +28 -0
- data/spec/rdfcore/xmlsch-02/test001.rdf +34 -0
- data/spec/rdfcore/xmlsch-02/test002.rdf +34 -0
- data/spec/rdfcore/xmlsch-02/test003.rdf +37 -0
- data/spec/reader_spec.rb +421 -0
- data/spec/spec.opts +1 -0
- data/spec/spec_helper.rb +50 -0
- data/spec/xml_serializer_spec.rb +386 -0
- metadata +385 -6
@@ -0,0 +1,16 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# Author: Dan Connolly
|
12
|
+
#
|
13
|
+
# $Id: test001.nt,v 1.2 2001/09/06 21:07:19 barstow Exp $
|
14
|
+
#
|
15
|
+
#####################################################################
|
16
|
+
<http://example/q?abc=1&def=2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "xxx" .
|
@@ -0,0 +1,40 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<!--
|
3
|
+
Copyright World Wide Web Consortium, (Massachusetts Institute of
|
4
|
+
Technology, Institut National de Recherche en Informatique et en
|
5
|
+
Automatique, Keio University).
|
6
|
+
|
7
|
+
All Rights Reserved.
|
8
|
+
|
9
|
+
Please see the full Copyright clause at
|
10
|
+
<http://www.w3.org/Consortium/Legal/copyright-software.html>
|
11
|
+
|
12
|
+
Author: Dan Connolly
|
13
|
+
|
14
|
+
Description: the purpose of this test case is to show
|
15
|
+
how one of XML's Predefined Entities - in this case the
|
16
|
+
ampersand - is represented when it is used in the value of
|
17
|
+
an rdf:about attribute. The ampersand is represented
|
18
|
+
by its numeric character reference as specified in:
|
19
|
+
|
20
|
+
http://www.w3.org/TR/REC-xml#sec-predefined-ent
|
21
|
+
|
22
|
+
In the associated N-Triples file, the ampersand will be
|
23
|
+
represented with a single ampersand character (and not the
|
24
|
+
ampersand's numeric character reference).
|
25
|
+
|
26
|
+
Note: when a XML/HTML browser is used to display this file,
|
27
|
+
a single ampersand character may be displayed and not the
|
28
|
+
ampersand's numeric character reference. In this case, the
|
29
|
+
browser may provide an alternate way to view the file (such
|
30
|
+
as viewing the file's source or saving to a file).
|
31
|
+
|
32
|
+
$Id: test001.rdf,v 1.5 2001/09/27 21:39:27 barstow Exp $
|
33
|
+
-->
|
34
|
+
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
35
|
+
|
36
|
+
<rdf:Description rdf:about="http://example/q?abc=1&def=2">
|
37
|
+
<rdf:value>xxx</rdf:value>
|
38
|
+
</rdf:Description>
|
39
|
+
|
40
|
+
</rdf:RDF>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# xsd:integer and xsd:decimal are compatible using intensional
|
12
|
+
# datatype semantics. The following is consistent with a
|
13
|
+
# rdfs+d(xsd:integer, xsd:decimal) interpretation:
|
14
|
+
#
|
15
|
+
# $Id: test001.nt,v 1.1 2003/09/03 12:05:35 jgrant Exp $
|
16
|
+
#
|
17
|
+
#####################################################################
|
18
|
+
<http://www.w3.org/2001/XMLSchema#integer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2001/XMLSchema#decimal> .
|
@@ -0,0 +1,18 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# xsd:string and xsd:integer are incompatible using intensional
|
12
|
+
# datatype semantics. The following is inconsistent with a
|
13
|
+
# rdfs+d(xsd:integer, xsd:string) interpretation:
|
14
|
+
#
|
15
|
+
# $Id: test002.nt,v 1.1 2003/09/03 12:05:35 jgrant Exp $
|
16
|
+
#
|
17
|
+
#####################################################################
|
18
|
+
<http://www.w3.org/2001/XMLSchema#integer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2001/XMLSchema#string> .
|
@@ -0,0 +1,15 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# $Id: test001.nt,v 1.3 2003/08/18 09:29:18 jgrant Exp $
|
12
|
+
#
|
13
|
+
#####################################################################
|
14
|
+
<http://example.org/foo> <http://example.org/bar> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
|
15
|
+
<http://example.org/foo> <http://example.org/baz> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
|
@@ -0,0 +1,29 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
|
3
|
+
<!--
|
4
|
+
Copyright World Wide Web Consortium, (Massachusetts Institute of
|
5
|
+
Technology, Institut National de Recherche en Informatique et en
|
6
|
+
Automatique, Keio University).
|
7
|
+
|
8
|
+
All Rights Reserved.
|
9
|
+
|
10
|
+
Please see the full Copyright clause at
|
11
|
+
<http://www.w3.org/Consortium/Legal/copyright-software.html>
|
12
|
+
|
13
|
+
Description: A simple datatype production; a language+
|
14
|
+
datatype production. Simply duplicate the constructs under
|
15
|
+
http://www.w3.org/2000/10/rdf-tests/rdfcore/ntriples/test.nt
|
16
|
+
|
17
|
+
$Id: test001.rdf,v 1.2 2002/11/20 14:51:34 jgrant Exp $
|
18
|
+
|
19
|
+
-->
|
20
|
+
|
21
|
+
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
22
|
+
xmlns:eg="http://example.org/">
|
23
|
+
|
24
|
+
<rdf:Description rdf:about="http://example.org/foo">
|
25
|
+
<eg:bar rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">10</eg:bar>
|
26
|
+
<eg:baz rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" xml:lang="fr">10</eg:baz>
|
27
|
+
</rdf:Description>
|
28
|
+
|
29
|
+
</rdf:RDF>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# $Id: test002.nt,v 1.1 2002/11/19 14:04:16 jgrant Exp $
|
12
|
+
#
|
13
|
+
#####################################################################
|
14
|
+
<http://example.org/foo> <http://example.org/bar> "flargh"^^<http://www.w3.org/2001/XMLSchema#integer> .
|
@@ -0,0 +1,27 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
|
3
|
+
<!--
|
4
|
+
Copyright World Wide Web Consortium, (Massachusetts Institute of
|
5
|
+
Technology, Institut National de Recherche en Informatique et en
|
6
|
+
Automatique, Keio University).
|
7
|
+
|
8
|
+
All Rights Reserved.
|
9
|
+
|
10
|
+
Please see the full Copyright clause at
|
11
|
+
<http://www.w3.org/Consortium/Legal/copyright-software.html>
|
12
|
+
|
13
|
+
Description: A parser is not required to know about well-formed
|
14
|
+
datatyped literals.
|
15
|
+
|
16
|
+
$Id: test002.rdf,v 1.1 2002/11/19 14:04:16 jgrant Exp $
|
17
|
+
|
18
|
+
-->
|
19
|
+
|
20
|
+
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
21
|
+
xmlns:eg="http://example.org/">
|
22
|
+
|
23
|
+
<rdf:Description rdf:about="http://example.org/foo">
|
24
|
+
<eg:bar rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">flargh</eg:bar>
|
25
|
+
</rdf:Description>
|
26
|
+
|
27
|
+
</rdf:RDF>
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# $Id: test002b.nt,v 1.1 2002/12/11 17:03:07 jgrant Exp $
|
12
|
+
#
|
13
|
+
#####################################################################
|
14
|
+
<http://example.org/foo> <http://example.org/bar> _:v .
|
15
|
+
_:v <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> _:c .
|
16
|
+
_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Datatype> .
|
17
|
+
|
@@ -0,0 +1,16 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# Semantic equivalence of lexical forms, given datatype knowledge.
|
12
|
+
#
|
13
|
+
# $Id: test003a.nt,v 1.1 2002/11/19 16:50:04 jgrant Exp $
|
14
|
+
#
|
15
|
+
#####################################################################
|
16
|
+
<http://example.org/foo> <http://example.org/bar> "010"^^<http://www.w3.org/2001/XMLSchema#integer> .
|
@@ -0,0 +1,16 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# Semantic equivalence of lexical forms, given datatype knowledge.
|
12
|
+
#
|
13
|
+
# $Id: test003b.nt,v 1.1 2002/11/19 16:50:04 jgrant Exp $
|
14
|
+
#
|
15
|
+
#####################################################################
|
16
|
+
<http://example.org/foo> <http://example.org/bar> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
|
@@ -0,0 +1,16 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# Semantic equivalence between members of different datatypes.
|
12
|
+
#
|
13
|
+
# $Id: test005a.nt,v 1.1 2002/11/19 17:02:56 jgrant Exp $
|
14
|
+
#
|
15
|
+
#####################################################################
|
16
|
+
<http://example.org/foo> <http://example.org/bar> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
|
@@ -0,0 +1,16 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# Semantic equivalence between members of different datatypes.
|
12
|
+
#
|
13
|
+
# $Id: test005b.nt,v 1.2 2002/12/11 16:49:41 jgrant Exp $
|
14
|
+
#
|
15
|
+
#####################################################################
|
16
|
+
<http://example.org/foo> <http://example.org/bar> "10.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# Semantic equivalence between members of different datatypes.
|
12
|
+
#
|
13
|
+
# $Id: test006.nt,v 1.1 2002/12/13 11:22:19 jgrant Exp $
|
14
|
+
#
|
15
|
+
#####################################################################
|
16
|
+
<http://example.org/foo> <http://example.org/bar> "25"^^<http://www.w3.org/2001/XMLSchema#decimal> .
|
17
|
+
<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
|
@@ -0,0 +1,15 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# $Id: test008a.nt,v 1.1 2002/12/13 11:53:00 jgrant Exp $
|
12
|
+
#
|
13
|
+
#####################################################################
|
14
|
+
<http://example.org/a> <http://example.org/b> "10" .
|
15
|
+
<http://example.org/c> <http://example.org/d> "10" .
|
@@ -0,0 +1,15 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# $Id: test008b.nt,v 1.1 2002/12/13 11:53:00 jgrant Exp $
|
12
|
+
#
|
13
|
+
#####################################################################
|
14
|
+
<http://example.org/a> <http://example.org/b> _:x .
|
15
|
+
<http://example.org/c> <http://example.org/d> _:x .
|
@@ -0,0 +1,15 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# $Id: test009a.nt,v 1.1 2002/12/13 11:53:00 jgrant Exp $
|
12
|
+
#
|
13
|
+
#####################################################################
|
14
|
+
<http://example.org/a> <http://example.org/b> "10" .
|
15
|
+
<http://example.org/c> <http://example.org/d> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
|
@@ -0,0 +1,15 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# $Id: test009b.nt,v 1.1 2002/12/13 11:53:00 jgrant Exp $
|
12
|
+
#
|
13
|
+
#####################################################################
|
14
|
+
<http://example.org/a> <http://example.org/b> _:x .
|
15
|
+
<http://example.org/c> <http://example.org/d> _:x .
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# Semantic equivalence between members of different datatypes.
|
12
|
+
#
|
13
|
+
# $Id: test010.nt,v 1.1 2002/12/13 11:53:00 jgrant Exp $
|
14
|
+
#
|
15
|
+
#####################################################################
|
16
|
+
<http://example.org/foo> <http://example.org/bar> "25" .
|
17
|
+
<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# Plain literals without language denote the same thing as
|
12
|
+
# the corresponding xsd:strings (where their value spaces intersect).
|
13
|
+
#
|
14
|
+
# $Id: test011a.nt,v 1.1 2003/09/03 12:22:06 jgrant Exp $
|
15
|
+
#
|
16
|
+
#####################################################################
|
17
|
+
<http://example.org/foo> <http://example.org/bar> "a string" .
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#
|
2
|
+
# Copyright World Wide Web Consortium, (Massachusetts Institute of
|
3
|
+
# Technology, Institut National de Recherche en Informatique et en
|
4
|
+
# Automatique, Keio University).
|
5
|
+
#
|
6
|
+
# All Rights Reserved.
|
7
|
+
#
|
8
|
+
# Please see the full Copyright clause at
|
9
|
+
# <http://www.w3.org/Consortium/Legal/copyright-software.html>
|
10
|
+
#
|
11
|
+
# Plain literals without language denote the same thing as
|
12
|
+
# the corresponding xsd:strings (where their value spaces intersect).
|
13
|
+
#
|
14
|
+
# $Id: test011b.nt,v 1.1 2003/09/03 12:22:06 jgrant Exp $
|
15
|
+
#
|
16
|
+
#####################################################################
|
17
|
+
<http://example.org/foo> <http://example.org/bar> "a string"^^<http://www.w3.org/2001/XMLSchema#string> .
|
@@ -0,0 +1,38 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
|
3
|
+
<!--
|
4
|
+
Copyright World Wide Web Consortium, (Massachusetts Institute of
|
5
|
+
Technology, European Research Consortium for Informatics and
|
6
|
+
Mathematics, Keio University).
|
7
|
+
|
8
|
+
All Rights Reserved.
|
9
|
+
|
10
|
+
Please see the full Copyright clause at
|
11
|
+
<http://www.w3.org/Consortium/Legal/copyright-software.html>
|
12
|
+
|
13
|
+
Description: any interpretation of this file
|
14
|
+
must have the extension of class x
|
15
|
+
being a subset of the extension of class y.
|
16
|
+
|
17
|
+
Related issue:
|
18
|
+
|
19
|
+
http://www.w3.org/2001/sw/RDFCore/20030123-issues/#horst-01
|
20
|
+
|
21
|
+
Author: Herman ter Horst
|
22
|
+
|
23
|
+
$Id: test001.rdf,v 1.1 2003/07/18 05:21:30 jcarroll Exp $
|
24
|
+
|
25
|
+
-->
|
26
|
+
|
27
|
+
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
28
|
+
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
29
|
+
>
|
30
|
+
|
31
|
+
<rdfs:Class rdf:about="http://example.org/x"/>
|
32
|
+
<rdf:Description rdf:about=
|
33
|
+
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type">
|
34
|
+
<rdfs:domain rdf:resource="http://example.org/y"/>
|
35
|
+
</rdf:Description>
|
36
|
+
|
37
|
+
</rdf:RDF>
|
38
|
+
|