• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

knowledgepixels / nanopub-query / 24885173446

24 Apr 2026 10:36AM UTC coverage: 59.977% (+0.7%) from 59.265%
24885173446

Pull #79

github

web-flow
Merge 0326680ca into 9738a722d
Pull Request #79: refactor: remove v1 spaces infrastructure (prep for #62)

262 of 490 branches covered (53.47%)

Branch coverage included in aggregate %.

769 of 1229 relevant lines covered (62.57%)

9.11 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
src/main/java/com/knowledgepixels/query/vocabulary/GEN.java
1
package com.knowledgepixels.query.vocabulary;
2

3
import org.eclipse.rdf4j.model.IRI;
4
import org.eclipse.rdf4j.model.Namespace;
5
import org.nanopub.vocabulary.VocabUtils;
6

7
/**
8
 * IRIs and prefix declarations from the KPXL "gen" terms vocabulary
9
 * (<a href="https://w3id.org/kpxl/gen/terms/">https://w3id.org/kpxl/gen/terms/</a>).
10
 *
11
 * <p>Only the IRIs needed by the current implementation are defined here. Additional
12
 * predicates (e.g. {@code gen:hasAdmin}, {@code gen:hasMaintainer}, {@code gen:isDisplayFor},
13
 * role-type IRIs) will be added as their detection cases are implemented.
14
 */
15
public class GEN {
×
16

17
    public static final String NAMESPACE = "https://w3id.org/kpxl/gen/terms/";
18
    public static final String PREFIX = "gen";
19
    public static final Namespace NS = VocabUtils.createNamespace(PREFIX, NAMESPACE);
×
20

21
    /**
22
     * Class IRI marking a nanopub as a Space-defining nanopub.
23
     */
24
    public static final IRI SPACE = VocabUtils.createIRI(NAMESPACE, "Space");
×
25

26
    /**
27
     * Predicate connecting a Space IRI to the URI of its root nanopub. For a root nanopub
28
     * itself, the object is the nanopub's own URI (resolved at trusty-URI minting time);
29
     * for an update, the object points back at the original root nanopub.
30
     */
31
    public static final IRI HAS_ROOT_DEFINITION = VocabUtils.createIRI(NAMESPACE, "hasRootDefinition");
×
32

33
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc