GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SORD_VALIDATE(1) FreeBSD General Commands Manual SORD_VALIDATE(1)

sord_validatevalidate RDF data

sord_validate [-hlv] input ...

sord_validate is a simple validator which checks that all used properties are actually defined, and that the domain and range of properties is explicitly correct. Note that a validation "error" here doesn't necessarily mean that data is invalid, since it isn't, for example, required to explicitly list types in RDF. This validator implements a more strict and explicit set of rules, based on the realistic needs of simple real-world implementations. For example, missing explicit type information may be warned about, even though even a simple inference engine would be able to deduce it.

sord_validate never retrieves data from the web or special places on the file system, it only processes the files passed directly on the command line. This means you must pass all used vocabularies to get a useful result.

If an appropriate schema is available, literals are checked against datatype definitions (both the explicit datatype of the literal itself, as well as any types implied by the corresponding property). Three XML Schema Datatypes (XSD) constraints are currently supported: regular expressions (xsd:pattern), and inclusive ranges (xsd:minimumInclusive and xsd:maximumInclusive). Given an appropriate schema, this is enough to validate against most of the standard XSD datatypes.

The options are as follows:

Print the command line options.

Print errors on a single line.

Display version information and exit.

sord_validate exits with a status of 0 if the input data is valid, or non-zero if there are issues with the data or if an error occurred.

sord_validate is a part of sord, by David Robillard <d@drobilla.net>.

November 29, 2022 Sord 0.30.17

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.