You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,7 +290,7 @@ The `rdf` and [`quads` packages](rdf/quads) offer additional interfaces and util
290
290
291
291
### Property Values
292
292
293
-
The fields of triples and quads are restricted (with interfaces) to the normative value types they support, described by the table below.[Generalized RDF](https://www.w3.org/TR/rdf11-concepts/#section-generalized-rdf) values are not currently supported.
293
+
The fields of triples and quads are restricted (with interfaces) to the normative value types they support, described by the table below.
A description can be converted to triples by calling its `NewTriples` function. Each invocation creates new blank nodes for anonymous resources, so the triples returned from separate invocations may be non-isomorphic.
446
+
A description can be converted to triples by calling its `NewTriples` function. Each invocation creates new blank nodes for anonymous resources, so the triples returned from subsequent invocations may be non-isomorphic.
The `ResourceListBuilder` may be used to construct resources from their triples. Once constructed, they can be enumerated with `GetResources()` or sent directly to supported encoders.
462
+
The `ResourceListBuilder` may be used to construct resources from their triples. Once constructed, they can be enumerated with `ExportResources()` or sent directly to supported encoders.
@@ -576,7 +576,9 @@ The [`rdfacontext` package](rdf/iriutil/rdfacontext/) provides a list of prefix
576
576
577
577
## Notes
578
578
579
-
***RDF 1.2** (i.e. RDF-star) - not currently supported; likely to add primitive type support soon, encodings later.
579
+
***RDF 1.2** - not currently supported; likely to add primitive type support soon, encodings later.
580
+
*[Generalized RDF](https://www.w3.org/TR/rdf11-concepts/#section-generalized-rdf) usage is not currently supported.
581
+
* EARL Reports for well-known test suites are published as [build artifacts](https://github.com/dpb587/rdfkit-go/actions) ([preview](https://earl.dpb.io/source-ref?source=github.com%2Fdpb587%2Frdfkit-go%40main)).
580
582
* This is a periodically updated fork based on private usage. There may still be some breaking changes before starting to version this module.
0 commit comments