Skip to content

Question about annotation test #215

@ektrah

Description

@ektrah

There is this test...

trs:annotation a mf:PositiveEntailmentTest;
rdfs:comment "Annotations are about the reifying triple. This is about shorthand expansion, and is not really a semantics test.";
mf:action <test007a.ttl>;
mf:entailmentRegime "simple";
mf:name "annotation";
mf:recognizedDatatypes ();
mf:result <test007r2.ttl>;
mf:unrecognizedDatatypes ();
rdft:approval rdft:NotClassified .

...that tests if this graph...

prefix : <http://example.com/ns#>
:a :b :c {| :p1 :o1 |}.

...entails this graph...

prefix : <http://example.com/ns#>
:a1 :p1 <<( :a :b :c )>>.

...but my implementation thinks that it doesn't.

Is my implementation wrong or is there a bug in the test?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions