Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add section about 'unstar' mapping #115

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
5 changes: 0 additions & 5 deletions spec/ex-unstar-input.trig → spec/ex-classicize-input.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,3 @@ PREFIX ex: <http://example.org/>

<< ex:s ex:p ex:o >> ex:q "some value".

GRAPH ex:g {
ex:s ex:p ex:o.
ex:s ex:p ex:o2.
}

5 changes: 0 additions & 5 deletions spec/ex-unstar-input2.trig → spec/ex-classicize-input2.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,3 @@ PREFIX ex: <http://example.org/>

_:r1 rdf:reifies <<( ex:s ex:p ex:o )>>.
_:r1 ex:q "some value".

GRAPH ex:g {
ex:s ex:p ex:o.
ex:s ex:p ex:o2.
}
11 changes: 11 additions & 0 deletions spec/ex-classicize-output.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX ex: <http://example.org/>

_:r1 rdf:reifies _:gen1.
_:r1 ex:q "some value".

_:gen1 a rdf:TripleTerm ;
rdf:ttSubject ex:s;
rdf:ttPredicate ex:p;
rdf:ttObject ex:o.

19 changes: 0 additions & 19 deletions spec/ex-unstar-output.trig

This file was deleted.

Loading
Loading