Skip to content

Commit

Permalink
Merge pull request #165 from eccenca/Tutorial-OSINT-fix-little-bug-pa…
Browse files Browse the repository at this point in the history
…tch-1

Update inference with SPARQL insert
  • Loading branch information
seebi authored Aug 16, 2024
2 parents 18e364c + d4e4165 commit e104728
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -731,9 +731,9 @@ WHERE {
ctia:relationship_type ?property .
}
BIND (IRI(CONCAT("https://github.com/mitre-attack/attack-stix-data#",?source)) as ?sourceIRI)
BIND (IRI(CONCAT("https://github.com/mitre/cti/blob/master/USAGE.md#",?property)) as ?propertyIRI)
BIND (IRI(CONCAT("https://github.com/mitre-attack/attack-stix-data#",?target)) as ?targetIRI)
BIND (IRI(CONCAT("https://github.com/mitre-attack/attack-stix-data#",STR(?source))) as ?sourceIRI)
BIND (IRI(CONCAT("https://github.com/mitre/cti/blob/master/USAGE.md#",STR(?property))) as ?propertyIRI)
BIND (IRI(CONCAT("https://github.com/mitre-attack/attack-stix-data#",STR(?target))) as ?targetIRI)
}
```

Expand Down

0 comments on commit e104728

Please sign in to comment.