📄 dcterms.java
字号:
/*
* (c) Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Hewlett-Packard Development Company, LP
* [See end of file]
*/
/* CVS $Id: DCTerms.java,v 1.7 2007/01/02 11:49:32 andy_seaborne Exp $ */
package com.hp.hpl.jena.vocabulary;
import com.hp.hpl.jena.rdf.model.*;
/**
* Vocabulary definitions from vocabularies/dublin-core_terms.xml
* @author Auto-generated by schemagen on 13 May 2003 08:53
*/
public class DCTerms {
/** <p>The RDF model that holds the vocabulary terms</p> */
private static Model m_model = ModelFactory.createDefaultModel();
/** <p>The namespace of the vocabalary as a string ({@value})</p> */
public static final String NS = "http://purl.org/dc/terms/";
/** <p>The namespace of the vocabalary as a string</p>
* @see #NS */
public static String getURI() {return NS;}
/** <p>The namespace of the vocabalary as a resource</p> */
public static final Resource NAMESPACE = m_model.createResource( NS );
/** <p>A class of entity for whom the resource is intended or useful.</p> */
public static final Property audience = m_model.createProperty( "http://purl.org/dc/terms/audience" );
/** <p>Any form of the title used as a substitute or alternative to the formal title
* of the resource.</p>
*/
public static final Property alternative = m_model.createProperty( "http://purl.org/dc/terms/alternative" );
/** <p>A list of subunits of the content of the resource.</p> */
public static final Property tableOfContents = m_model.createProperty( "http://purl.org/dc/terms/tableOfContents" );
/** <p>A summary of the content of the resource.</p> */
public static final Property dcAbstract = m_model.createProperty( "http://purl.org/dc/terms/abstract" );
/** <p>Date of creation of the resource.</p> */
public static final Property created = m_model.createProperty( "http://purl.org/dc/terms/created" );
/** <p>Date (often a range) of validity of a resource.</p> */
public static final Property valid = m_model.createProperty( "http://purl.org/dc/terms/valid" );
/** <p>Date (often a range) that the resource will become or did become available.</p> */
public static final Property available = m_model.createProperty( "http://purl.org/dc/terms/available" );
/** <p>Date of formal issuance (e.g., publication) of the resource.</p> */
public static final Property issued = m_model.createProperty( "http://purl.org/dc/terms/issued" );
/** <p>Date on which the resource was changed.</p> */
public static final Property modified = m_model.createProperty( "http://purl.org/dc/terms/modified" );
/** <p>The size or duration of the resource.</p> */
public static final Property extent = m_model.createProperty( "http://purl.org/dc/terms/extent" );
/** <p>The material or physical carrier of the resource.</p> */
public static final Property medium = m_model.createProperty( "http://purl.org/dc/terms/medium" );
/** <p>The described resource is a version, edition, or adaptation of the referenced
* resource. Changes in version imply substantive changes in content rather than
* differences in format.</p>
*/
public static final Property isVersionOf = m_model.createProperty( "http://purl.org/dc/terms/isVersionOf" );
/** <p>The described resource has a version, edition, or adaptation, namely, the
* referenced resource.</p>
*/
public static final Property hasVersion = m_model.createProperty( "http://purl.org/dc/terms/hasVersion" );
/** <p>The described resource is supplanted, displaced, or superseded by the referenced
* resource.</p>
*/
public static final Property isReplacedBy = m_model.createProperty( "http://purl.org/dc/terms/isReplacedBy" );
/** <p>The described resource supplants, displaces, or supersedes the referenced
* resource.</p>
*/
public static final Property replaces = m_model.createProperty( "http://purl.org/dc/terms/replaces" );
/** <p>The described resource is required by the referenced resource, either physically
* or logically.</p>
*/
public static final Property isRequiredBy = m_model.createProperty( "http://purl.org/dc/terms/isRequiredBy" );
/** <p>The described resource requires the referenced resource to support its function,
* delivery, or coherence of content.</p>
*/
public static final Property requires = m_model.createProperty( "http://purl.org/dc/terms/requires" );
/** <p>The described resource is a physical or logical part of the referenced resource.</p> */
public static final Property isPartOf = m_model.createProperty( "http://purl.org/dc/terms/isPartOf" );
/** <p>The described resource includes the referenced resource either physically
* or logically.</p>
*/
public static final Property hasPart = m_model.createProperty( "http://purl.org/dc/terms/hasPart" );
/** <p>The described resource is referenced, cited, or otherwise pointed to by the
* referenced resource.</p>
*/
public static final Property isReferencedBy = m_model.createProperty( "http://purl.org/dc/terms/isReferencedBy" );
/** <p>The described resource references, cites, or otherwise points to the referenced
* resource.</p>
*/
public static final Property references = m_model.createProperty( "http://purl.org/dc/terms/references" );
/** <p>The described resource is the same intellectual content of the referenced
* resource, but presented in another format.</p>
*/
public static final Property isFormatOf = m_model.createProperty( "http://purl.org/dc/terms/isFormatOf" );
/** <p>The described resource pre-existed the referenced resource, which is essentially
* the same intellectual content presented in another format.</p>
*/
public static final Property hasFormat = m_model.createProperty( "http://purl.org/dc/terms/hasFormat" );
/** <p>A reference to an established standard to which the resource conforms.</p> */
public static final Property conformsTo = m_model.createProperty( "http://purl.org/dc/terms/conformsTo" );
/** <p>Spatial characteristics of the intellectual content of the resoure.</p> */
public static final Property spatial = m_model.createProperty( "http://purl.org/dc/terms/spatial" );
/** <p>Temporal characteristics of the intellectual content of the resource.</p> */
public static final Property temporal = m_model.createProperty( "http://purl.org/dc/terms/temporal" );
/** <p>A class of entity that mediates access to the resource and for whom the resource
* is intended or useful.</p>
*/
public static final Property mediator = m_model.createProperty( "http://purl.org/dc/terms/mediator" );
/** <p>Date of acceptance of the resource (e.g. of thesis by university department,
* of article by journal, etc.).</p>
*/
public static final Property dateAccepted = m_model.createProperty( "http://purl.org/dc/terms/dateAccepted" );
/** <p>Date of a statement of copyright.</p> */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -