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

xsparql.base.endpoint02.xsparql Maven / Gradle / Ivy

The newest version!
prefix dbpedia2: 
prefix foaf: 
prefix : 

let $MyB := for * from 
            where { [ foaf:birthday $B ]. }
            return $B

for * from  
endpoint 
where { [ dbpedia2:born $B; foaf:name $N ]. filter ( regex(str($B),str($MyB)) )  } 
construct { :axel :sameBirthDayAs $N }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy