We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(the same applies to properties KnowledgeBase.author_abbreviations, .work_titles etc.)
KnowledgeBase.author_abbreviations
.work_titles
in order to be able to parallelize the generation of counts, a method is needed that gets all CTS URNs from the KB. The SPARQL query would be:
PREFIX frbroo: <http://erlangen-crm.org/efrbroo/> PREFIX crm: <http://erlangen-crm.org/current/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?label ?resource_URI ?resource_type WHERE { ?resource_URI rdf:type ?resource_type . ?resource_URI crm:P1_is_identified_by ?urn . ?urn a crm:E42_Identifier . ?urn rdfs:label ?label } LIMIT 10
The text was updated successfully, but these errors were encountered:
KnowledgeBase.get_statistics()
No branches or pull requests
(the same applies to properties
KnowledgeBase.author_abbreviations
,.work_titles
etc.)in order to be able to parallelize the generation of counts, a method is needed that gets all CTS URNs from the KB. The SPARQL query would be:
The text was updated successfully, but these errors were encountered: