diff --git a/src/main/resources/com/atomgraph/linkeddatahub/ldh.ttl b/src/main/resources/com/atomgraph/linkeddatahub/ldh.ttl index 9823751df..96aab82b1 100644 --- a/src/main/resources/com/atomgraph/linkeddatahub/ldh.ttl +++ b/src/main/resources/com/atomgraph/linkeddatahub/ldh.ttl @@ -576,14 +576,29 @@ dh:Item spin:constructor :TitleConstructor, :DescriptionConstructor, :PrimaryTop WHERE {}""" ; rdfs:isDefinedBy : . +:ChildrenViewContructor a :Constructor ; + rdfs:label "Container content constructor" ; + sp:text """ + PREFIX ldh: + PREFIX rdf: + PREFIX spin: + + CONSTRUCT { + $this rdf:_1 [ + a ldh:Object ; + rdf:value ldh:ChildrenView ; + ] . + } + WHERE {}""" ; + rdfs:isDefinedBy : . + :MissingContainer a :MissingPropertyValue ; rdfs:label "Missing container" ; rdfs:comment "Requires items to have a parent container" ; sp:arg1 sioc:has_container ; rdfs:isDefinedBy : . -dh:Container spin:constructor :TitleConstructor, :DescriptionConstructor, :PrimaryTopicConstructor ; - :template :ChildrenView . +dh:Container spin:constructor :TitleConstructor, :DescriptionConstructor, :PrimaryTopicConstructor, :ChildrenViewContructor . :MissingParent a :MissingPropertyValue ; rdfs:label "Missing parent" ; @@ -678,4 +693,4 @@ sd:Service spin:constructor :ServiceConstructor ; } WHERE {}""" ; rdfs:label "Service constructor" ; - rdfs:isDefinedBy : . \ No newline at end of file + rdfs:isDefinedBy : . 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 a673a28dd..8653920b0 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 @@ -115,6 +115,14 @@ exclude-result-prefixes="#all" + + + + + + + + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/block/chart.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/block/chart.xsl index 228f60fcc..920567d98 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/block/chart.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/block/chart.xsl @@ -39,6 +39,54 @@ exclude-result-prefixes="#all" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -216,9 +264,9 @@ exclude-result-prefixes="#all" - - - + + +