Magma Core is a collection of Java Classes and utilities to enable HQDM objects and patterns to be created and consumed as RDF Linked Data.
26
stars
4
forks
source link
Stronger types signature for Top.addValue() method. #192
Closed
twalmsley closed 9 months ago
This prevents a common mistake where the developer (me) forgets to call
getId()
on aThing
when adding predicates.