Skip to content

Commit a938ed3

Browse files
committed
Unique IRIs
1 parent a21e475 commit a938ed3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/VHP4Safety/002.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@prefix schema: <https://schema.org/> .
55
@prefix sh: <http://www.w3.org/ns/shacl#> .
66

7-
ex:001 a sh:SPARQLExecutable,
7+
ex:002 a sh:SPARQLExecutable,
88
sh:SPARQLSelectExecutable ;
99
rdfs:comment "List all collections and the number of compounds in that collection."@en ;
1010
sh:prefixes _:sparql_examples_prefixes ;

examples/VHP4Safety/003.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@prefix schema: <https://schema.org/> .
55
@prefix sh: <http://www.w3.org/ns/shacl#> .
66

7-
ex:001 a sh:SPARQLExecutable,
7+
ex:003 a sh:SPARQLExecutable,
88
sh:SPARQLSelectExecutable ;
99
rdfs:comment "List all compounds of which the xenometabolism is known."@en ;
1010
sh:prefixes _:sparql_examples_prefixes ;

examples/VHP4Safety/004.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@prefix schema: <https://schema.org/> .
55
@prefix sh: <http://www.w3.org/ns/shacl#> .
66

7-
ex:001 a sh:SPARQLExecutable,
7+
ex:004 a sh:SPARQLExecutable,
88
sh:SPARQLSelectExecutable ;
99
rdfs:comment "List all compounds in the HBM4EU priority substances collection with identifier wd:Q56, optionally with their InChIKey and PubChem CID identifiers."@en ;
1010
sh:prefixes _:sparql_examples_prefixes ;

0 commit comments

Comments
 (0)