All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.semantictools.vocab.SKOS Maven / Gradle / Ivy

Go to download

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