We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f78be commit 4b0d294Copy full SHA for 4b0d294
src/main/java/eu/nampi/backend/vocabulary/Api.java
@@ -34,7 +34,7 @@ protected static Property property(String local) {
34
public static Property ancestorOf = property("ancestorOf");
35
public static Property descendantOf = property("descendantOf");
36
public static Property hierarchyRoot = property("hierarchyRoot");
37
- public static Property isAuthor = property("is_author");
+ public static Property isAuthor = property("isAuthor");
38
39
public static Resource actAuthorVar = resource("actAuthorVariable");
40
public static Resource actCollection = resource("actCollection");
0 commit comments