CARVIEW |
Select Language
HTTP/2 200
date: Thu, 09 Oct 2025 20:24:40 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 18:28:51 GMT
cache-control: max-age=2592000, public
expires: Sat, 08 Nov 2025 20:24:40 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98c09a520992cf00
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=9iQTav0ueCPM5QXmuuDjf79TmCi05Dy9JpPI1v6JPbs-1760041480-1.0.1.1-DswD_y1.WzBTmqbOH7i_av1LjVWF6Y23UDi3Kf664pk9tsy_SJz9aDgB7Cs7vWoEuTnXuS0pW8Mg1QFqaQXomRejvx93uj9Slplqy.skPq8; path=/; expires=Thu, 09-Oct-25 20:54:40 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98c09a520992cf00-BLR
alt-svc: h3=":443"; ma=86400
RE: Comments on the new RDF Test Cases draft from Massimo Marchiori on 2002-05-09 (www-rdf-comments@w3.org from April to June 2002)
RE: Comments on the new RDF Test Cases draft
- From: Massimo Marchiori <massimo@w3.org>
- Date: Thu, 9 May 2002 08:49:33 +0200
- To: "Dan Brickley" <danbri@w3.org>
- Cc: "Www-Rdf-Comments@W3. Org" <www-rdf-comments@w3.org>
- Message-ID: <NGBBJNKIMLOPPCFHEJEMMENACOAA.massimo@w3.org>
> -----Original Message----- > From: Dan Brickley [mailto:danbri@w3.org] > Sent: Wednesday, May 08, 2002 2:16 AM > To: Massimo Marchiori > Cc: Www-Rdf-Comments@W3. Org > Subject: Re: Comments on the new RDF Test Cases draft > > > On Wed, 8 May 2002, Massimo Marchiori wrote: > > > [sent already, but it didn't seem it went thru... maybe just the thin > > air of Hawaii... retrying now, sorry again for double postings] > > > > I just quickly read (yes, same flight... ;) the new RDF Test > Cases as per > > https://www.w3.org/TR/rdf-testcases/ > > In the main text (not time so far to read all the actual use cases... ;) > > there is in Section 2: > > <quote> > > A parser is considered to pass the test if it produces a graph > isomorphic > > with the graph described by the N-triples output document. > > </quote> > > > > This is wrong, according to the standard definition of graph isomorphism > > (care when using words without accurate definitions...!). > > Could you give a citation for the 'standard definition', and outline how > we deviate from that concept? Citation: every book on graph theory, or just look on Google. Definition: a graph isomorphism is an adjacency-preserving bijective map between vertices (bijection is clear, adjacency-preserving means that two vertices are connected in one of the graphs if and only if the corresponding, via the map, ones in the other graph are connected). > > You'd define it using the RDF-MT semantical equivalence instead. > > Hmm, not so sure. RDF parsers aren't expected to exhibit knowledge of all > the semantic equivalencies implied by RDF's MT. Beep! (wrong button! ;) Quiz: Why are you doing the MT...? Answer to your specific question: correct, RDF parsers don't have to exhibit knowledge of the MT's semantic equivalence. But the above change just implies that a parser, to be considered RDF compliant, has to generate a graph that has the same semantics as the one you provide in the test case. Rephrased: each test case you put in the draft identifies one *equivalence class* of graphs, and a parser is free to choose whatever representative of this equivalence class it likes. The moment you will *check* for compliance, then yes, you will have to have knowledge of the MT semantics... -M
Received on Thursday, 9 May 2002 02:50:16 UTC