File tree Expand file tree Collapse file tree 15 files changed +143
-1
lines changed Expand file tree Collapse file tree 15 files changed +143
-1
lines changed Original file line number Diff line number Diff line change 1- 2.0 .0
1+ 2.1 .0
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <rdf : RDF xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3+ xmlns : dc =" http://purl.org/dc/elements/1.1/"
4+ xmlns : ex =" http://example.org/stuff/1.0/" >
5+ <rdf : Description rdf : about =" http://www.w3.org/TR/rdf-syntax-grammar"
6+ dc : title =" RDF/XML Syntax Specification (Revised)" >
7+ <ex : editor >
8+ <rdf : Description ex : fullName =" Dave Beckett" >
9+ <ex : homePage rdf : resource =" http://purl.org/net/dajobe/" />
10+ </rdf : Description >
11+ </ex : editor >
12+ </rdf : Description >
13+ </rdf : RDF >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <rdf : RDF xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3+ xmlns : dc =" http://purl.org/dc/elements/1.1/" >
4+ <rdf : Description rdf : about =" http://www.w3.org/TR/rdf-syntax-grammar" >
5+ <dc : title >RDF/XML Syntax Specification (Revised)</dc : title >
6+ <dc : title xml : lang =" en" >RDF/XML Syntax Specification (Revised)</dc : title >
7+ <dc : title xml : lang =" en-US" >RDF/XML Syntax Specification (Revised)</dc : title >
8+ </rdf : Description >
9+
10+ <rdf : Description rdf : about =" http://example.org/buecher/baum" xml : lang =" de" >
11+ <dc : title >Der Baum</dc : title >
12+ <dc : description >Das Buch ist außergewöhnlich</dc : description >
13+ <dc : title xml : lang =" en" >The Tree</dc : title >
14+ </rdf : Description >
15+ </rdf : RDF >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <rdf : RDF xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3+ xmlns : ex =" http://example.org/stuff/1.0/" >
4+ <rdf : Description rdf : about =" http://example.org/item01" >
5+ <ex : prop rdf : parseType =" Literal"
6+ xmlns : a =" http://example.org/a#" ><a : Box required =" true" >
7+ <a : widget size =" 10" />
8+ <a : grommit id =" 23" /></a : Box >
9+ </ex : prop >
10+ </rdf : Description >
11+ </rdf : RDF >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <rdf : RDF xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3+ xmlns : ex =" http://example.org/stuff/1.0/" >
4+ <rdf : Description rdf : about =" http://example.org/item01" >
5+ <ex : size rdf : datatype =" http://www.w3.org/2001/XMLSchema#int" >123</ex : size >
6+ </rdf : Description >
7+ </rdf : RDF >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <rdf : RDF xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3+ xmlns : dc =" http://purl.org/dc/elements/1.1/"
4+ xmlns : ex =" http://example.org/stuff/1.0/" >
5+ <rdf : Description rdf : about =" http://www.w3.org/TR/rdf-syntax-grammar"
6+ dc : title =" RDF/XML Syntax Specification (Revised)" >
7+ <ex : editor rdf : nodeID =" abc" />
8+ </rdf : Description >
9+
10+ <rdf : Description rdf : nodeID =" abc"
11+ ex : fullName =" Dave Beckett" >
12+ <ex : homePage rdf : resource =" http://purl.org/net/dajobe/" />
13+ </rdf : Description >
14+ </rdf : RDF >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <rdf : RDF xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3+ xmlns : dc =" http://purl.org/dc/elements/1.1/"
4+ xmlns : ex =" http://example.org/stuff/1.0/" >
5+ <rdf : Description rdf : about =" http://www.w3.org/TR/rdf-syntax-grammar"
6+ dc : title =" RDF/XML Syntax Specification (Revised)" >
7+ <ex : editor rdf : parseType =" Resource" >
8+ <ex : fullName >Dave Beckett</ex : fullName >
9+ <ex : homePage rdf : resource =" http://purl.org/net/dajobe/" />
10+ </ex : editor >
11+ </rdf : Description >
12+ </rdf : RDF >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <rdf : RDF xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3+ xmlns : dc =" http://purl.org/dc/elements/1.1/"
4+ xmlns : ex =" http://example.org/stuff/1.0/" >
5+ <rdf : Description rdf : about =" http://www.w3.org/TR/rdf-syntax-grammar"
6+ dc : title =" RDF/XML Syntax Specification (Revised)" >
7+ <ex : editor ex : fullName =" Dave Beckett" />
8+ <!-- Note the ex:homePage property has been ignored for this example -->
9+ </rdf : Description >
10+ </rdf : RDF >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <rdf : RDF xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3+ xmlns : dc =" http://purl.org/dc/elements/1.1/"
4+ xmlns : ex =" http://example.org/stuff/1.0/" >
5+ <rdf : Description rdf : about =" http://example.org/thing" >
6+ <rdf : type rdf : resource =" http://example.org/stuff/1.0/Document" />
7+ <dc : title >A marvelous thing</dc : title >
8+ </rdf : Description >
9+ </rdf : RDF >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <rdf : RDF xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3+ xmlns : dc =" http://purl.org/dc/elements/1.1/"
4+ xmlns : ex =" http://example.org/stuff/1.0/" >
5+ <ex : Document rdf : about =" http://example.org/thing" >
6+ <dc : title >A marvelous thing</dc : title >
7+ </ex : Document >
8+ </rdf : RDF >
You can’t perform that action at this time.
0 commit comments