Skip to content

Commit

Permalink
Removed unnecessary whitespace in canonical example
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Jan 24, 2022
1 parent 9320391 commit d7a58eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarspg/examples/canonical-3-real-example-metadata.yarspg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
+["foaf:maker":"Łukasz Szeremeta and Dominik Tomaszuk"]
S(NS1{"Author"}["fname":String,"lname":String])+["created":"yesterday"]
S(NS2{"Entry","InProceedings"}["title":String,"numpages":Integer,"keyword":String OPTIONAL])
S(NS3{"Entry","Article"}["title":String,"numpages":Integer,"keyword":List(String MIN 1 MAX 5) OPTIONAL])
S(NS3{"Entry","Article"}["title":String,"numpages":Integer,"keyword":List(String MIN 1 MAX 5)OPTIONAL])
S(NS4{"Proceedings"}["title":String,"year":Integer,"month":String OPTIONAL])
S(NS5{"Journal"}["title":String,"year":Integer,"vol":Integer])
S(NS2)-({"has_author"}["order":Integer])->(NS1)
Expand Down

0 comments on commit d7a58eb

Please sign in to comment.