Skip to content

Commit

Permalink
Adopt prerelease state of OWL-Time
Browse files Browse the repository at this point in the history
A follow-on patch will regenerate Make-managed files.

References:
* w3c/sdw#1440

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Feb 29, 2024
1 parent bd22ac8 commit 3e2b24b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions dependencies/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -363,17 +363,14 @@ ssn.ttl:
--target _$@
mv _$@ $@

time.ttl:
wget \
--output-document=__$@ \
http://www.w3.org/2006/time
time.ttl: \
sdw/time/rdf/time.ttl
java -jar $(rdf_toolkit_jar) \
--inline-blank-nodes \
--source-format turtle \
--source __$@ \
--source $< \
--target-format turtle \
--target _$@
rm __$@
mv _$@ $@

vcard.ttl:
Expand Down
2 changes: 1 addition & 1 deletion dependencies/sdw

0 comments on commit 3e2b24b

Please sign in to comment.