objectPropertyElement.setAttributeNS(ns.getNamespaceURI("rdf"), "rdf:about", uriToIri(uri));
exportRootElement.appendChild(objectPropertyElement);
if (asymmetricElements != null && asymmetricElements.size() > 0) {
if (asymmetricElements.size() > 1) {
throw new LumifyException("To many 'asymmetric' elements found. Expected 0 or 1, found " + asymmetricElements.size());
}
String parentToChildLabel = getXmlString(asymmetricElements.get(0), "parentToChild/displayName");
String childToParentLabel = getXmlString(asymmetricElements.get(0), "childToParent/displayName");
if (parentToChildLabel != null && parentToChildLabel.length() > 0) {