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

xsparql.base.vCard2foaf-solutionModifiers.xsparql Maven / Gradle / Ivy

The newest version!
prefix vc: 
prefix foaf: 
construct { _:b foaf:name {fn:concat($N," ", $F)}.}
from 
where { $P vc:Given $N. $P vc:Family $F. }
order by $P
limit 3
offset 2




© 2015 - 2025 Weber Informatics LLC | Privacy Policy