diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/block.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/block.xsl
index 12c40317c..83f2089ea 100644
--- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/block.xsl
+++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/block.xsl
@@ -675,6 +675,50 @@ exclude-result-prefixes="#all"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ldh:load-property-metadata
+
+
+
+
+
+
+
+
+ ldh:set-property-metadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/document.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/document.xsl
index a6b6b102f..838851776 100644
--- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/document.xsl
+++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/document.xsl
@@ -665,10 +665,12 @@ extension-element-prefixes="ixsl"
+
+
-
-
+
+
diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/default.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/default.xsl
index fa19a713b..6b6ec1c73 100644
--- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/default.xsl
+++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/default.xsl
@@ -71,7 +71,19 @@ exclude-result-prefixes="#all"
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -404,12 +416,17 @@ exclude-result-prefixes="#all"
+ ac:property-label mode B $this:
+
-
+
+ ac:property-label mode C $this:
+ ac:property-label mode D $this:
+
diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/layout.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/layout.xsl
index ead396b6a..89e383b40 100644
--- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/layout.xsl
+++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/layout.xsl
@@ -138,6 +138,25 @@ exclude-result-prefixes="#all">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -777,6 +796,7 @@ exclude-result-prefixes="#all">
+
@@ -824,7 +844,7 @@ exclude-result-prefixes="#all">
-
+
@@ -849,7 +869,7 @@ exclude-result-prefixes="#all">
-
+
@@ -874,7 +894,7 @@ exclude-result-prefixes="#all">
-
+
diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/resource.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/resource.xsl
index df393fb63..bbff6cf15 100644
--- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/resource.xsl
+++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/resource.xsl
@@ -286,7 +286,7 @@ extension-element-prefixes="ixsl"
-
+
@@ -744,10 +744,30 @@ extension-element-prefixes="ixsl"
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/client.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/client.xsl
index de3a6d8a5..72f3e2e3e 100644
--- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/client.xsl
+++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/client.xsl
@@ -203,8 +203,8 @@ WHERE
PREFIX sioc:
PREFIX dc:
- CONSTRUCT
- {
+ CONSTRUCT
+ {
$this ?p ?literal .
}
WHERE
@@ -217,6 +217,12 @@ WHERE
]]>
+
+
+
+
@@ -514,6 +520,7 @@ WHERE
+
@@ -531,6 +538,7 @@ WHERE
+
@@ -846,6 +854,10 @@ WHERE
ixsl:then(ldh:http-request-threaded(?, 'metadata-request', 'metadata-response')) =>
ixsl:then(ldh:handle-response(?, 'metadata-response')) =>
ixsl:then(ldh:set-object-metadata#1) =>
+ ixsl:then(ldh:load-property-metadata#1) =>
+ ixsl:then(ldh:http-request-threaded(?, 'property-metadata-request', 'property-metadata-response')) =>
+ ixsl:then(ldh:handle-response(?, 'property-metadata-response')) =>
+ ixsl:then(ldh:set-property-metadata#1) =>
ixsl:then(ldh:rdf-document-response#1)"
on-failure="ldh:promise-failure#1"/>