Specify the limitations of quad/triple parsing
This commit is contained in:
parent
64d79ee4d5
commit
01bc63810b
1 changed files with 6 additions and 2 deletions
|
|
@ -12,8 +12,12 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// Package nquads implements the RDF 1.1 N-Quads line-based syntax for RDF
|
// Package nquads implements parsing the RDF 1.1 N-Quads line-based syntax
|
||||||
// datasets as defined by http://www.w3.org/TR/n-quads/.
|
// for RDF datasets.
|
||||||
|
//
|
||||||
|
// N-Quad parsing is performed as defined by http://www.w3.org/TR/n-quads/
|
||||||
|
// with the exception that the nquads package will allow relative IRI values,
|
||||||
|
// which are prohibited by the N-Quads and N-Triples specifications.
|
||||||
package nquads
|
package nquads
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue