Skip to content
Snippets Groups Projects
Commit 9da80dba authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

parameters signature

parent 63fddc4f
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ PREFIX iter: <http://w3id.org/sparql-generate/iter/> ...@@ -13,7 +13,7 @@ PREFIX iter: <http://w3id.org/sparql-generate/iter/>
BASE <https://saref.etsi.org/documentation/> BASE <https://saref.etsi.org/documentation/>
TEMPLATE <classes.rqg>( ?onto ) { TEMPLATE <classes.rqg>( ) {
"""\n<div id='classes'> """\n<div id='classes'>
<h2>{fun:property(<en.properties>, 'classes')}</h2> <h2>{fun:property(<en.properties>, 'classes')}</h2>
......
...@@ -168,22 +168,22 @@ TEMPLATE { ...@@ -168,22 +168,22 @@ TEMPLATE {
"\n\n\n" TEMPLATE <ontology/namespaces.rqg>() . "\n\n\n" TEMPLATE <ontology/namespaces.rqg>() .
"\n\n\n" TEMPLATE <ontology/classes.rqg>( ?onto ) "\n\n\n" TEMPLATE <ontology/classes.rqg>( )
WHERE { WHERE {
{?c a owl:Class} UNION {?c a rdfs:Class} {?c a owl:Class} UNION {?c a rdfs:Class}
} LIMIT 1 . } LIMIT 1 .
"\n\n\n" TEMPLATE <ontology/objectProperties.rqg>( ?onto ) "\n\n\n" TEMPLATE <ontology/objectProperties.rqg>( )
WHERE { WHERE {
?op a owl:ObjectProperty ?op a owl:ObjectProperty
} LIMIT 1 . } LIMIT 1 .
"\n\n\n" TEMPLATE <ontology/dataProperties.rqg>( ?onto ) "\n\n\n" TEMPLATE <ontology/dataProperties.rqg>( )
WHERE { WHERE {
?op a owl:DatatypeProperty ?op a owl:DatatypeProperty
} LIMIT 1 . } LIMIT 1 .
"\n\n\n" TEMPLATE <ontology/namedIndividuals.rqg>( ?onto ) . "\n\n\n" TEMPLATE <ontology/namedIndividuals.rqg>( ) .
"\n\n\n" TEMPLATE <ontology/examples.rqg>( ) . "\n\n\n" TEMPLATE <ontology/examples.rqg>( ) .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment