You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # comment test
- @prefix : <http://example.org/#> .
- :a :b :c . # end of line comment
- :d # ignore me
- :e # and me
- :f # and me
- .
- :g :h #ignore me
- :i, # and me
- :j . # and me
-
- :k :l :m ; #ignore me
- :n :o ; # and me
- :p :q . # and me
|