Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.98 KB | None | 0 0
  1. SELECT DISTINCT ?instance ?instanceType ?vd0b9e6687414410fad78b6b5bf8b3866sort WHERE {
  2. ?instance emf:instanceType ?instanceType .
  3. ?instance emf:isDeleted "false"^^xsd:boolean .
  4.  FILTER ( ?instanceType != "sectioninstance" && ?instanceType != "classinstance" && ?instanceType != "commoninstance" && ?instanceType != "topicinstance" && ?instanceType != "commentinstance" && ?instanceType != "annotation" )
  5. {{ ?instance rdf:type <http://ittruse.ittbg.com/ontology/enterpriseManagementFramework#ClassDescription>.  ?instance emf:partOfOntology ?v64ee04c19c974ddba35e53645f37eca6.  FILTER ( REGEX(LCASE(STR(?v64ee04c19c974ddba35e53645f37eca6)), "\\Qenterprisemanagementframework\\E", "i"))  ?instance dcterms:title ?vd673c6337e5a48ec8b3a537211a42026.  FILTER ( REGEX(LCASE(STR(?vd673c6337e5a48ec8b3a537211a42026)), "\\Qca\\E", "i")) }
  6.  FILTER ( NOT EXISTS  { ?instance emf:revisionType emf:latestRevision }  )
  7. } .
  8. ?instance dcterms:title  ?vd0b9e6687414410fad78b6b5bf8b3866sort .
  9.  }   LIMIT 10000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement