
org.semantictools.vocab.SKOS 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.vocab;
import com.hp.hpl.jena.ontology.OntModel;
import com.hp.hpl.jena.ontology.OntProperty;
import com.hp.hpl.jena.rdf.model.ModelFactory;
public class SKOS {
private static final OntModel model = ModelFactory.createOntologyModel();
public static final OntProperty definition = model.createOntProperty("http://www.w3.org/2004/02/skos/core#definition");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy