All pastes #2054550 Raw Edit

Mine

public text v1 · immutable
#2054550 ·published 2011-05-06 13:30 UTC
rendered paste body
PREFIX nfo: <http://nfo>
PREFIX nie: <http://nie>
PREFIX nco: <http://nco>
SELECT ?fileName ?url ?fileSize ?creator ?fileLastAccessed ?fileLastModified ?type
WHERE {
 ?u nfo:fileName ?fileName .
 ?u nie:url ?url .
 ?u nfo:fileSize ?fileSize .
 ?u nco:creator ?creator .
 ?u nfo:fileLastAccessed ?fileLastAccessed .
 ?u nfo:fileLastModified ?fileLastModified .
 ?u rdf:type ?type .
 FILTER (?type = nfo:PaginatedTextDocument || ?type = nfo:Presentation || ?type = nfo:Spreadsheet)
}