Loading src/main/resources/documentation/ontology/classDescription.rqg +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ TEMPLATE <ontology/classDescription.rqg>( ?class , ?first ) { FILTER(ISURI(?class)) OPTIONAL { ?class rdfs:comment ?comment } BIND( IF(BOUND(?comment), ?comment, "<<no comment>>") AS ?commentStr ) } . } LIMIT 1 . TEMPLATE { Loading src/main/resources/documentation/ontology/classes.rqg +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ TEMPLATE <classes.rqg>( ?onto ) { TEMPLATE { before = "\n<div class='comment'><p>\n" ; TEMPLATE <function/formatText.rqg>(?comment) . ; after = "</p></div>" ; separator = "<br/>" ; after = "</p></div>" } WHERE { ?class rdfs:comment ?comment . Loading src/main/resources/documentation/ontology/dataProperties.rqg +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ TEMPLATE <dataProperties.rqg>( ?onto ) { TEMPLATE { before = "\n<div class='comment'><p>\n" ; TEMPLATE <function/formatText.rqg>(?comment) . ; after = "</p></div>" ; separator = "<br/>" ; after = "</p></div>" } WHERE { ?dp rdfs:comment ?comment . Loading src/main/resources/documentation/ontology/individualAndLiteralDescription.rqg +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ TEMPLATE <ontology/individualAndLiteralDescription.rqg>( ?object ) { FILTER(ISURI(?object)) OPTIONAL {?object rdfs:comment ?comment } BIND( IF(BOUND(?comment), ?comment, "<<no comment>>") AS ?commentStr ) } . } LIMIT 1 . # anonymous individual TEMPLATE { Loading src/main/resources/documentation/ontology/namedIndividuals.rqg +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ TEMPLATE <namedIndividuals.rqg>( ?onto ) { TEMPLATE { before = "\n<div class='comment'><p>\n" ; TEMPLATE <function/formatText.rqg>(?comment) . ; after = "</p></div>" ; separator = "<br/>" ; after = "</p></div>" } WHERE { ?individual rdfs:comment ?comment . Loading Loading
src/main/resources/documentation/ontology/classDescription.rqg +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ TEMPLATE <ontology/classDescription.rqg>( ?class , ?first ) { FILTER(ISURI(?class)) OPTIONAL { ?class rdfs:comment ?comment } BIND( IF(BOUND(?comment), ?comment, "<<no comment>>") AS ?commentStr ) } . } LIMIT 1 . TEMPLATE { Loading
src/main/resources/documentation/ontology/classes.rqg +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ TEMPLATE <classes.rqg>( ?onto ) { TEMPLATE { before = "\n<div class='comment'><p>\n" ; TEMPLATE <function/formatText.rqg>(?comment) . ; after = "</p></div>" ; separator = "<br/>" ; after = "</p></div>" } WHERE { ?class rdfs:comment ?comment . Loading
src/main/resources/documentation/ontology/dataProperties.rqg +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ TEMPLATE <dataProperties.rqg>( ?onto ) { TEMPLATE { before = "\n<div class='comment'><p>\n" ; TEMPLATE <function/formatText.rqg>(?comment) . ; after = "</p></div>" ; separator = "<br/>" ; after = "</p></div>" } WHERE { ?dp rdfs:comment ?comment . Loading
src/main/resources/documentation/ontology/individualAndLiteralDescription.rqg +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ TEMPLATE <ontology/individualAndLiteralDescription.rqg>( ?object ) { FILTER(ISURI(?object)) OPTIONAL {?object rdfs:comment ?comment } BIND( IF(BOUND(?comment), ?comment, "<<no comment>>") AS ?commentStr ) } . } LIMIT 1 . # anonymous individual TEMPLATE { Loading
src/main/resources/documentation/ontology/namedIndividuals.rqg +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ TEMPLATE <namedIndividuals.rqg>( ?onto ) { TEMPLATE { before = "\n<div class='comment'><p>\n" ; TEMPLATE <function/formatText.rqg>(?comment) . ; after = "</p></div>" ; separator = "<br/>" ; after = "</p></div>" } WHERE { ?individual rdfs:comment ?comment . Loading