146147148149150151152153154155156
jldValue.setType(JsonLdCommon.ID); strValue = uriRef.getUnicodeString(); } jldValue.setValue(convertValueType(strValue)); jldProperty.addValue(jldValue); resource.putProperty(jldProperty); } } jsonLd.put(resource.getSubject(), resource);
145146147148149150151152153154155
jldValue.setType(JsonLdCommon.IRI); strValue = uriRef.getUnicodeString(); } jldValue.setValue(convertValueType(strValue)); jldProperty.addValue(jldValue); resource.putProperty(jldProperty); } } jsonLd.put(resource.getSubject(), resource);