Advertisement
asanchez75

sparql/properties

Dec 19th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. select * where {
  2. ?s ?p owl:ObjectProperty.
  3. }
  4. ==========
  5.  
  6. select * where {
  7. ?s ?p owl:DatatypeProperty.
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement