Skip to content

Instantly share code, notes, and snippets.

Created March 5, 2014 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/da0a54638cb911429b81 to your computer and use it in GitHub Desktop.
Save anonymous/da0a54638cb911429b81 to your computer and use it in GitHub Desktop.
$ sh pellet.sh classify --verbose --input-format Turtle ../LDP/ldp.binding.ttl
There are 1 input files:
../LDP/ldp.binding.ttl
Start loading
Finished loading in 00:00:00.483
Input size: Classes = 15, Properties = 18, Individuals = 2
Expressivity: SROQ
Start consistency check
Finished consistency check in 00:00:00.025
Start classification
Classifying 15 elements
Classifying: 100% complete in 00:00
Classifying finished in 00:00
Finished classification in 00:00:00.062
owl:Thing
error:Error1
ldp:IndirectContainerRule
ldp:DirectContainerRule
ldp:ContainerRule
rdf:Property
rdfs:Resource
ldp:DirectContainer
ldp:HTTPActionRule
ldp:IndirectContainerRule
ldp:DirectContainerRule
ldp:ContainerRule
ldp:IndirectContainer
ldp:Resource
ldp:Source
ldp:Container
ldp:BasicContainer
Timer summary:
Name | Total (ms)
==============================
main | 869
loading | 483
consistency check | 25
classification | 62
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment