All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xsparql.base.sioc2rss.xsparql Maven / Gradle / Ivy

The newest version!
declare namespace sioc="http://rdfs.org/sioc/ns#";
declare namespace dc="http://purl.org/dc/elements/1.1/";
declare namespace dcterms="http://purl.org/dc/terms/";
declare namespace rdfs="http://www.w3.org/2000/01/rdf-schema#";



      {for $name 
       from <http://nunolopes.org/blog/index.php?sioc_type=site>
       where { [a sioc:Forum] sioc:name $name }
       return $name
      }

      {for $seeAlso
       from 
       where { [a sioc:Forum] sioc:container_of [rdfs:seeAlso $seeAlso] }
       return 
                   
              {for $title
               from $seeAlso 
               where { [a sioc:Post] dc:title $title }
               return $title}
           
      }






© 2015 - 2025 Weber Informatics LLC | Privacy Policy