w3c / rdf-star

RDF-star specification
https://w3c.github.io/rdf-star/
Other
119 stars 23 forks source link

Minor corrections to implementation report template. #156

Closed gkellogg closed 3 years ago

gkellogg commented 3 years ago

For #153

afs commented 3 years ago

Looks good except I'm still getting a blank for "Developer" for Jena.

<dd rel='doap:developer'>
<div>
<a href='_:b10'>
<span property='foaf:name'>Apache Jena Community</span>
</a>
<a href='http://jena.apache.org/' property='foaf:homepage'>
http://jena.apache.org/
</a>
</div>
</dd>

(this is the updated Jena EARL report on #154).

One thing I came across: the "rake" seems to look at file timestamps. I ran it, interrupted it realising I hadn't made the changes I was trying out, and then "rake" didn't run. I guessed and deleted the earl* files.

gkellogg commented 3 years ago

Yes, there’s a “clean” target, but I didn’t try to bullet-proof the file targets. Could do that, but it builds fast enough from clean for me.

gkellogg commented 3 years ago

Looks good except I'm still getting a blank for "Developer" for Jena.

I had fixed that, but it got dropped somehow. Check the finalized report now.