We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c6c12 commit 041cc3eCopy full SHA for 041cc3e
rdf/rdf12/rdf-semantics/triple-terms-propositions.ttl
@@ -2,4 +2,5 @@ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
2
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
3
PREFIX : <http://example.com/ns#>
4
5
-<<( :a :b :c )>> rdf:type rdfs:Proposition .
+:a1 :p1 _:pp .
6
+_:pp rdf:type rdfs:Proposition .
0 commit comments