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

sttl.sparql.linkprofile.rq Maven / Gradle / Ivy

template st:linkprofile(?x) {

  if (isURI(?x), 
    st:call-template(st:link, 
      coalesce(st:plink(?x), encode_for_uri(?x)),
      ?e),
    str(?e))
    
}
where {

  bind (st:call-template(st:esc, ?x) as ?e)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy