From 22f5f5c7e32b043433103edb404bfbe43effa15d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 May 2011 22:50:07 +0000 Subject: Add base_uri parameter to sord_read_file. Add sord_write_writer. Use command line base URI in sordi if given. Use correct output style options for output syntax in sordi. Use sord_write_writer in sordi instead of manual writing code. Abbreviate serialised model output for Turtle. Preserve UTF-8 length information for nodes from Serd. Use string lengths not including terminator (match new Serd). Add test suite. git-svn-id: http://svn.drobilla.net/sord/trunk@111 3d64ff67-21c5-427c-a301-fe4f08042e5a --- tests/rdfs-namespace.out | 131 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 tests/rdfs-namespace.out (limited to 'tests/rdfs-namespace.out') diff --git a/tests/rdfs-namespace.out b/tests/rdfs-namespace.out new file mode 100644 index 0000000..4696f8c --- /dev/null +++ b/tests/rdfs-namespace.out @@ -0,0 +1,131 @@ + . + "Indicates membership of a class" . + . + . + "type"@en . + . + . + "A collection of alternatives."@en . + . + "Alt"@en . + . + . + "An unordered collection."@en . + . + "Bag"@en . + . + . + "The concept of a property." . + . + "Property"@en . + . + . + "An ordered collection."@en . + . + "Seq"@en . + . + . + "The class of RDF statements." . + . + "Statement"@en . + . + . + "The object of an RDF statement." . + . + . + "object"@en . + . + "the predicate of an RDF statement." . + . + . + "predicate"@en . + . + . + "The subject of an RDF statement." . + . + . + "subject"@en . + . + . + "Identifies the principal value (usually a string) of a property when the property value is a structured resource" . + . + . + "value"@en . + . + . + "The concept of Class" . + . + "Class"@en . + . + . + "This represents the set Containers." . + . + "Container"@en . + . + . + "The container membership properties, rdf:1, rdf:2, ..., all of which are sub-properties of 'member'." . + . + "ContainerMembershipProperty"@en . + . + . + "This represents the set of atomic values, eg. textual strings." . + . + "Literal"@en . + . + "The class resource, everything." . + . + "Resource"@en . + . + "Use this for descriptions" . + . + . + "comment"@en . + . + . + "A domain class for a property type" . + . + . + "domain"@en . + . + . + "Indicates the namespace of a resource" . + . + . + "isDefinedBy"@en . + . + . + . + "Provides a human-readable version of a resource name." . + . + . + "label"@en . + . + . + "a member of a container" . + . + . + "member"@en . + . + "A range class for a property type" . + . + . + "range"@en . + . + . + "A resource that provides information about the subject resource" . + . + . + "seeAlso"@en . + . + . + "Indicates membership of a class" . + . + . + "subClassOf"@en . + . + . + "Indicates specialization of properties" . + . + . + "subPropertyOf"@en . + . -- cgit v1.2.1