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

sttl.navlab.descresource.rq Maven / Gradle / Ivy

prefix p:    
prefix o:    

template st:descresource(?r) {
format {
  """
  
  %s
  %s
  
  """ 
  
  str(?p)
  st:call-template(st:triple, ?r, ?p, ?v)
  }
}
where { 
    ?r ?p ?v
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy