Advertisement
Guest User

Untitled

a guest
Nov 9th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.60 KB | None | 0 0
  1. PREFIX emf: <http://ittruse.ittbg.com/ontology/enterpriseManagementFramework#>
  2. PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
  3. SELECT DISTINCT ?instance ?instanceType ?sort1478705234863 WHERE {
  4. ?instance emf:instanceType ?instanceType .
  5. ?instance emf:isDeleted "false"^^xsd:boolean .
  6.  FILTER ( ?instanceType != "sectioninstance" && ?instanceType != "classinstance" && ?instanceType != "commoninstance" && ?instanceType != "topicinstance" && ?instanceType != "commentinstance" ) .
  7. ?instance http://ittruse.ittbg.com/ontology/enterpriseManagementFramework#modifiedOn ?sort1478705234863 .
  8.  }   LIMIT 25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement