CKG
Visual Semantic Query Platform
8890/sparql
Endpoint
JSON
XML
Visual Query Builder (Beta)
No SPARQL needed
Reset
Generate SPARQL
Limit
25
50
100
250
500
DISTINCT results
Generated SPARQL
Copy
Send to Editor & Run
SPARQL Editor
Format
Examples
Preview
Use this
Visual Builder
Clear
Run Query
1
PREFIX action:
PREFIX core:
PREFIX ex:
PREFIX xsd:
SELECT DISTINCT ?name ?attackId ?refURL ?created FROM
WHERE { ?technique a action:ActionPattern ; core:name ?name ; core:objectCreatedTime ?created ; core:externalReference ?ref . ?ref core:externalIdentifier ?attackId ; core:referenceURL ?refURL . FILTER (STRSTARTS(STR(?attackId), "T")) FILTER (!CONTAINS(?name, " - ")) FILTER (!CONTAINS(?name, "@")) } ORDER BY ?attackId LIMIT 25
Results
Export CSV
Graph View
Fit
Reset
Node details