webapp.data.query.cdnmisc.rq Maven / Gradle / Ivy
The newest version!
@prefix cn:
select ?d ?l ?x
where {
graph ?g {
[] cn:topic ?t
filter (?t not in (cn:mds, cn:fr))
?x a foaf:Person ;
rdfs:label ?l ;
cn:date ?d
}
}
order by ?d © 2015 - 2025 Weber Informatics LLC | Privacy Policy