Closed pheyvaer closed 9 years ago
It represents the total number of indexed entities be FREME NER.
And do you know why for my dataset this is 0?
Actually this represents the total number of indexed entities. Unfortunately, you entity wasn't indexed.
How did you submit the dataset?
By default we index the rdfs:label
, skos:prefLabel
and skos:altLabel
properties. In your example, you have the www.example.com#p
property which is unknown for us. To index also your properties you can set the properties
parameter when submitting the request. For example properties=www.example.com/me
.
I just noticed this parameter wasn't documented. Sorry! @ArneBinder can you please document this parameter. Thanks!
If I use rdfs:label
it works, thanks!
@m1ci is it possible to index several additional properties? How would the syntax be?
Yes, there is the properties
parameter. The value of the parameter is a comma separated list of properties. E.g.
properties=http://www.example.com/prop1,http://www.example.com/prop2
thanks! I've added this to the documentation.
What does "TotalEntities" mean, when you as for more information about a dataset? The dataset contains the following
<www.example.com/me> <www.example.com#p> "test" .