org.semantictools.bind.LDP Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of semantictools-context-renderer Show documentation
Show all versions of semantictools-context-renderer Show documentation
A library used to generate documentation for media types associated with a JSON-LD context
The newest version!
package org.semantictools.bind;
public class LDP {
public static final String namespace = "http://www.w3.org/ns/ldp#";
public static final String membershipPredicate = "http://www.w3.org/ns/ldp#membershipPredicate";
public static final String membershipSubject = "http://www.w3.org/ns/ldp#membershipSubject";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy