- From: Franconi Enrico <franconi@inf.unibz.it>
- Date: Thu, 2 Mar 2023 17:59:59 +0000
- To: RDF-star WG <public-rdf-star-wg@w3.org>
Received on Thursday, 2 March 2023 18:00:14 UTC
Semantic predication example:
<< :john :teaches :cs101 >> rdf:type :teaching ;
dct:Location dbr:Stanford_University ;
dct:PeriodOfTime :1st-term-2022 .
:john :teaches :cs101.
Syntactic predication example:
|<< :john :teaches :cs101 >>| rdf:type unstar:triple ;
:recorded "2021-07-07"^^xsd:date .
or
<< |:john| |:teaches| |:cs101| >> rdf:type unstar:triple ;
:recorded "2021-07-07"^^xsd:date .
Modal/epistemic predication example:
<< :john :teaches :cs101 >> rdf:type unstar:statement;
:accordingTo :employee22 .
Received on Thursday, 2 March 2023 18:00:14 UTC