Skip to content

Commit 4b0d294

Browse files
committed
Change api isAuthor resource iri
1 parent 55f78be commit 4b0d294

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/eu/nampi/backend/vocabulary

1 file changed

+1
-1
lines changed

src/main/java/eu/nampi/backend/vocabulary/Api.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected static Property property(String local) {
3434
public static Property ancestorOf = property("ancestorOf");
3535
public static Property descendantOf = property("descendantOf");
3636
public static Property hierarchyRoot = property("hierarchyRoot");
37-
public static Property isAuthor = property("is_author");
37+
public static Property isAuthor = property("isAuthor");
3838

3939
public static Resource actAuthorVar = resource("actAuthorVariable");
4040
public static Resource actCollection = resource("actCollection");

0 commit comments

Comments
 (0)