You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this query to count the types of the first 1M works (in order to describe possible values):
PREFIX soa: <https://semopenalex.org/ontology/>
select ?type (count(*) as ?c) {
{select * {
?x soa:crossrefType ?type
} limit 1000000}
} group by ?type order by ?type
But it returns only types starting with "b,c,d,e,g" and in particular no "journal-article". So it's not a randomized selection.
The full list of 30 is at https://api.crossref.org/types
soa:crossrefType
is spelled "crossers type".Was: soa:crossrefType is empty?
This returns nothing:
AFAI remember, it's a useful field from Crossref eg Chapter, Book, Dataset.
But the reason for this is #119
The text was updated successfully, but these errors were encountered: