-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvoid.ttl
More file actions
15 lines (14 loc) · 801 Bytes
/
void.ttl
File metadata and controls
15 lines (14 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: PMPL-1.0-or-later
@prefix void: <http://rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
<https://github.com/hyperpolymath/sanctify-php> a void:Dataset ;
dcterms:title "sanctify-php" ;
dcterms:description "Haskell-based PHP security analysis with taint tracking" ;
dcterms:creator <https://github.com/hyperpolymath> ;
dcterms:license <https://www.gnu.org/licenses/agpl-3.0> ;
dcterms:subject <http://dbpedia.org/resource/Static_program_analysis> ;
dcterms:subject <http://dbpedia.org/resource/PHP> ;
dcterms:subject <http://dbpedia.org/resource/Haskell> ;
void:feature <http://www.w3.org/ns/formats/Turtle> ;
foaf:homepage <https://github.com/hyperpolymath/sanctify-php> .