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

xsparql.base.endpoint03.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 { $uri dbpedia2:born $B; foaf:name $N . filter ( regex(str($B),str($MyB)) )  } 
construct { :nuno :sameBirthDayAs $uri. $uri foaf:name $N }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy