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

org.vivoweb.reasoner.plugin.DCTitleForDocuments Maven / Gradle / Ivy

The newest version!
/* $This file is distributed under the terms of the license in LICENSE$ */

package org.vivoweb.reasoner.plugin;

import org.apache.jena.vocabulary.RDFS;

import edu.cornell.mannlib.vitro.webapp.reasoner.ReasonerPlugin;
import edu.cornell.mannlib.vitro.webapp.reasoner.plugin.SimplePropertyAndTypeRule;

public class DCTitleForDocuments extends SimplePropertyAndTypeRule implements ReasonerPlugin {

	public DCTitleForDocuments() {
		super(RDFS.label.getURI(),
		      "http://purl.org/ontology/bibo/Document",
		      "http://purl.org/dc/terms/title");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy