Skip to content

Commit 041cc3e

Browse files
committed
use valid syntax for triple terms in rdfs:Proposition consequent
1 parent 88c6c12 commit 041cc3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rdf/rdf12/rdf-semantics/triple-terms-propositions.ttl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
22
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
33
PREFIX : <http://example.com/ns#>
44

5-
<<( :a :b :c )>> rdf:type rdfs:Proposition .
5+
:a1 :p1 _:pp .
6+
_:pp rdf:type rdfs:Proposition .

0 commit comments

Comments
 (0)