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 4cfee9839..f9438e57b 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 @@ -13,6 +13,7 @@ + @@ -37,6 +38,7 @@ xmlns:ldt="&ldt;" xmlns:sioc="&sioc;" xmlns:sd="&sd;" xmlns:sp="&sp;" +xmlns:srx="&srx;" xmlns:spin="&spin;" xmlns:dct="&dct;" xmlns:bs2="http://graphity.org/xsl/bootstrap/2.3.2" @@ -111,6 +113,32 @@ exclude-result-prefixes="#all" ]]> + + + + PREFIX ldh: + + SELECT DISTINCT ?block + WHERE { + { + ?property ldh:view ?block . + { ?property rdfs:domain ?type } + UNION + { ?property rdfs:subPropertyOf+/rdfs:domain ?type } + } + UNION + { + ?property ldh:inverseView ?block . + { ?property rdfs:range ?type } + UNION + { ?property rdfs:subPropertyOf+/rdfs:range ?type } + } + } + ]]> + + + @@ -124,9 +152,34 @@ exclude-result-prefixes="#all" - + + + + + + + + + + + @@ -470,7 +523,107 @@ exclude-result-prefixes="#all" ) "/> - + + + + + + + ldh:view-blocks-self-thunk + + + + + + + + ldh:view-blocks-query-thunk + + + + + + + + + + ldh:view-blocks-fetch-thunk + + + + + + + + + + + + + + + + + + + + + + + + + + + + ldh:view-blocks-render-thunk + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 f3ed49abe..2b59df71a 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 @@ -160,38 +160,6 @@ exclude-result-prefixes="#all"> ]]> - - - PREFIX ldh: - - SELECT DISTINCT ?block - WHERE - { - ?property ldh:view ?block . - { ?property rdfs:domain $domain } - UNION - { ?property rdfs:subPropertyOf+/rdfs:domain $domain } - } - ]]> - - - - - PREFIX ldh: - - SELECT DISTINCT ?block - WHERE - { - ?property ldh:inverseView ?block . - { ?property rdfs:range $range } - UNION - { ?property rdfs:subPropertyOf+/rdfs:range $range } - } - ]]> - - 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 18c9501d3..232987f6d 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 @@ -601,77 +601,38 @@ extension-element-prefixes="ixsl" - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - + - - + +