CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 09:10:19 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 18:20:27 GMT
cache-control: max-age=2592000, public
expires: Mon, 10 Nov 2025 09:10:18 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98cd393c1e61c7d3
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: EXPIRED
set-cookie: __cf_bm=F4w7paPkwCgiW6vvZzn2n8uETnEjYHWF9qiclQ97E1o-1760173819-1.0.1.1-2UoVBLPW2FFrqrHQFTogfsT0ItD2J68GhXL8upq9PRJFqHr7QamXhdaC8OEDbM_X3p1e7G0AP6fGwA3Vax5f0y6b31IHl4xpibbqciaO.ao; path=/; expires=Sat, 11-Oct-25 09:40:19 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98cd393c1e61c7d3-BLR
alt-svc: h3=":443"; ma=86400
A proposal for entailment tests from jos.deroo.jd@belgium.agfa.com on 2001-09-22 (w3c-rdfcore-wg@w3.org from September 2001)
A proposal for entailment tests
- From: <jos.deroo.jd@belgium.agfa.com>
- Date: Sat, 22 Sep 2001 01:14:19 +0100
- To: phayes@ai.uwf.edu
- Cc: w3c-rdfcore-wg@w3.org
- Message-Id: <OFD4B5AE4E.23B65002-ON41256ACF.000020A3@bayer-ag.com>
Pat, This is about [[ [14:48:35] scribe-Aaron -action Jos / write up something to describe these entailment tests (with help from Pat) ]] -- https://ilrt.org/discovery/chatlogs/rdfcore/2001-09-21.html#T14-48-35 I've tried to put something together and used already some of your words... -- Jos A proposal for entailment tests. ------------------------------- We have to make a distinction between entailment in RDF [1] and entailment in RDFS [2]. In pure RDF, e.g. 'rdfs:range' and 'rdf:Property' are just urirefs with no special meaning, but they do have a special meaning in RDFS. That is why we have to have extra rules, or something, to capture all of RDFS. We describe an RDF/RDFS entailment test in RDF (a matter of eating your own dogfood) so that they have a precise and machine understandable description e.g. [ tc:graph g1, g2, g3 ] tc:entailrdf [ tc:graph g4 ]. describes the RDF entailment of the graph g4 given the graphs g1, g2 and g3 and [ tc:graph g1, g2, g3 ] tc:rdfsentail [ tc:graph g4 ]. describes the RDFS entailment of the graph g4 given the graphs g1, g2, g3 and the rules in [2]. <comment> tc: is a namespace prefix for a testcase schema gi is a uriref of a .rdf or .nt testcase graph we can write that straightforward in N-triples </comment> The syntax testcases can be described in the same manifest file as e.g. [ tc:graph g1 ] tc:entailrdf [ tc:graph g2 ]. [ tc:graph g2 ] tc:entailrdf [ tc:graph g1 ]. [1] https://www.w3.org/TR/RDF-model-theory/#entailrdf [2] https://www.w3.org/TR/RDF-model-theory/#rdfsentail
Received on Friday, 21 September 2001 19:14:25 UTC