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

sttl.rdfxml.literaldatatype.rq Maven / Gradle / Ivy

template (?x, ?p, ?y) {
   "<" st:turtle(?p, true) " rdf:datatype='" datatype(?y) "'>" 
   str(?y) 
   ""
}
where {
   ?x ?p ?y
   filter (isLiteral(?y) 
   && datatype(?y) != rdf:langString
   && datatype(?y) != xsd:string)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy