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

src.com.hp.hpl.jena.vocabulary.DCTerms Maven / Gradle / Ivy

Go to download

Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.

There is a newer version: 2.6.4
Show newest version
/*
 * (c) Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
 * [See end of file]
 */

/* CVS $Id: DCTerms.java,v 1.9 2008/12/28 19:32:07 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 {
    /** 

The RDF model that holds the vocabulary terms

*/ private static Model m_model = ModelFactory.createDefaultModel(); /**

The namespace of the vocabalary as a string ({@value})

*/ public static final String NS = "http://purl.org/dc/terms/"; /**

The namespace of the vocabalary as a string

* @see #NS */ public static String getURI() {return NS;} /**

The namespace of the vocabalary as a resource

*/ public static final Resource NAMESPACE = m_model.createResource( NS ); /**

A class of entity for whom the resource is intended or useful.

*/ public static final Property audience = m_model.createProperty( "http://purl.org/dc/terms/audience" ); /**

Any form of the title used as a substitute or alternative to the formal title * of the resource.

*/ public static final Property alternative = m_model.createProperty( "http://purl.org/dc/terms/alternative" ); /**

A list of subunits of the content of the resource.

*/ public static final Property tableOfContents = m_model.createProperty( "http://purl.org/dc/terms/tableOfContents" ); /**

A summary of the content of the resource.

*/ public static final Property dcAbstract = m_model.createProperty( "http://purl.org/dc/terms/abstract" ); /**

Date of creation of the resource.

*/ public static final Property created = m_model.createProperty( "http://purl.org/dc/terms/created" ); /**

Date (often a range) of validity of a resource.

*/ public static final Property valid = m_model.createProperty( "http://purl.org/dc/terms/valid" ); /**

Date (often a range) that the resource will become or did become available.

*/ public static final Property available = m_model.createProperty( "http://purl.org/dc/terms/available" ); /**

Date of formal issuance (e.g., publication) of the resource.

*/ public static final Property issued = m_model.createProperty( "http://purl.org/dc/terms/issued" ); /**

Date on which the resource was changed.

*/ public static final Property modified = m_model.createProperty( "http://purl.org/dc/terms/modified" ); /**

The size or duration of the resource.

*/ public static final Property extent = m_model.createProperty( "http://purl.org/dc/terms/extent" ); /**

The material or physical carrier of the resource.

*/ public static final Property medium = m_model.createProperty( "http://purl.org/dc/terms/medium" ); /**

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.

*/ public static final Property isVersionOf = m_model.createProperty( "http://purl.org/dc/terms/isVersionOf" ); /**

The described resource has a version, edition, or adaptation, namely, the * referenced resource.

*/ public static final Property hasVersion = m_model.createProperty( "http://purl.org/dc/terms/hasVersion" ); /**

The described resource is supplanted, displaced, or superseded by the referenced * resource.

*/ public static final Property isReplacedBy = m_model.createProperty( "http://purl.org/dc/terms/isReplacedBy" ); /**

The described resource supplants, displaces, or supersedes the referenced * resource.

*/ public static final Property replaces = m_model.createProperty( "http://purl.org/dc/terms/replaces" ); /**

The described resource is required by the referenced resource, either physically * or logically.

*/ public static final Property isRequiredBy = m_model.createProperty( "http://purl.org/dc/terms/isRequiredBy" ); /**

The described resource requires the referenced resource to support its function, * delivery, or coherence of content.

*/ public static final Property requires = m_model.createProperty( "http://purl.org/dc/terms/requires" ); /**

The described resource is a physical or logical part of the referenced resource.

*/ public static final Property isPartOf = m_model.createProperty( "http://purl.org/dc/terms/isPartOf" ); /**

The described resource includes the referenced resource either physically * or logically.

*/ public static final Property hasPart = m_model.createProperty( "http://purl.org/dc/terms/hasPart" ); /**

The described resource is referenced, cited, or otherwise pointed to by the * referenced resource.

*/ public static final Property isReferencedBy = m_model.createProperty( "http://purl.org/dc/terms/isReferencedBy" ); /**

The described resource references, cites, or otherwise points to the referenced * resource.

*/ public static final Property references = m_model.createProperty( "http://purl.org/dc/terms/references" ); /**

The described resource is the same intellectual content of the referenced * resource, but presented in another format.

*/ public static final Property isFormatOf = m_model.createProperty( "http://purl.org/dc/terms/isFormatOf" ); /**

The described resource pre-existed the referenced resource, which is essentially * the same intellectual content presented in another format.

*/ public static final Property hasFormat = m_model.createProperty( "http://purl.org/dc/terms/hasFormat" ); /**

A reference to an established standard to which the resource conforms.

*/ public static final Property conformsTo = m_model.createProperty( "http://purl.org/dc/terms/conformsTo" ); /**

Spatial characteristics of the intellectual content of the resoure.

*/ public static final Property spatial = m_model.createProperty( "http://purl.org/dc/terms/spatial" ); /**

Temporal characteristics of the intellectual content of the resource.

*/ public static final Property temporal = m_model.createProperty( "http://purl.org/dc/terms/temporal" ); /**

A class of entity that mediates access to the resource and for whom the resource * is intended or useful.

*/ public static final Property mediator = m_model.createProperty( "http://purl.org/dc/terms/mediator" ); /**

Date of acceptance of the resource (e.g. of thesis by university department, * of article by journal, etc.).

*/ public static final Property dateAccepted = m_model.createProperty( "http://purl.org/dc/terms/dateAccepted" ); /**

Date of a statement of copyright.

*/ public static final Property dateCopyrighted = m_model.createProperty( "http://purl.org/dc/terms/dateCopyrighted" ); /**

Date of submission of the resource (e.g. thesis, articles, etc.).

*/ public static final Property dateSubmitted = m_model.createProperty( "http://purl.org/dc/terms/dateSubmitted" ); /**

A general statement describing the education or training context. Alternatively, * a more specific statement of the location of the audience in terms of its * progression through an education or training context.

*/ public static final Property educationLevel = m_model.createProperty( "http://purl.org/dc/terms/educationLevel" ); /**

Information about who can access the resource or an indication of its security * status.

*/ public static final Property accessRights = m_model.createProperty( "http://purl.org/dc/terms/accessRights" ); /**

A bibliographic reference for the resource.

*/ public static final Property bibliographicCitation = m_model.createProperty( "http://purl.org/dc/terms/bibliographicCitation" ); /**

A set of subject encoding schemes and/or formats

*/ public static final Resource SubjectScheme = m_model.createResource( "http://purl.org/dc/terms/SubjectScheme" ); /**

A set of date encoding schemes and/or formats

*/ public static final Resource DateScheme = m_model.createResource( "http://purl.org/dc/terms/DateScheme" ); /**

A set of format encoding schemes.

*/ public static final Resource FormatScheme = m_model.createResource( "http://purl.org/dc/terms/FormatScheme" ); /**

A set of language encoding schemes and/or formats.

*/ public static final Resource LanguageScheme = m_model.createResource( "http://purl.org/dc/terms/LanguageScheme" ); /**

A set of geographic place encoding schemes and/or formats

*/ public static final Resource SpatialScheme = m_model.createResource( "http://purl.org/dc/terms/SpatialScheme" ); /**

A set of encoding schemes for the coverage qualifier "temporal"

*/ public static final Resource TemporalScheme = m_model.createResource( "http://purl.org/dc/terms/TemporalScheme" ); /**

A set of resource type encoding schemes and/or formats

*/ public static final Resource TypeScheme = m_model.createResource( "http://purl.org/dc/terms/TypeScheme" ); /**

A set of resource identifier encoding schemes and/or formats

*/ public static final Resource IdentifierScheme = m_model.createResource( "http://purl.org/dc/terms/IdentifierScheme" ); /**

A set of resource relation encoding schemes and/or formats

*/ public static final Resource RelationScheme = m_model.createResource( "http://purl.org/dc/terms/RelationScheme" ); /**

A set of source encoding schemes and/or formats

*/ public static final Resource SourceScheme = m_model.createResource( "http://purl.org/dc/terms/SourceScheme" ); /**

Library of Congress Subject Headings

*/ public static final Resource LCSH = m_model.createResource( "http://purl.org/dc/terms/LCSH" ); /**

Medical Subject Headings

*/ public static final Resource MESH = m_model.createResource( "http://purl.org/dc/terms/MESH" ); /**

Dewey Decimal Classification

*/ public static final Resource DDC = m_model.createResource( "http://purl.org/dc/terms/DDC" ); /**

Library of Congress Classification

*/ public static final Resource LCC = m_model.createResource( "http://purl.org/dc/terms/LCC" ); /**

Universal Decimal Classification

*/ public static final Resource UDC = m_model.createResource( "http://purl.org/dc/terms/UDC" ); /**

A list of types used to categorize the nature or genre of the content of the * resource.

*/ public static final Resource DCMIType = m_model.createResource( "http://purl.org/dc/terms/DCMIType" ); /**

The Internet media type of the resource.

*/ public static final Resource IMT = m_model.createResource( "http://purl.org/dc/terms/IMT" ); /**

ISO 639-2: Codes for the representation of names of languages.

*/ public static final Resource ISO639_2 = m_model.createResource( "http://purl.org/dc/terms/ISO639-2" ); /**

Internet RFC 1766 'Tags for the identification of Language' specifies a two * letter code taken from ISO 639, followed optionally by a two letter country * code taken from ISO 3166.

*/ public static final Resource RFC1766 = m_model.createResource( "http://purl.org/dc/terms/RFC1766" ); /**

A URI Uniform Resource Identifier

*/ public static final Resource URI = m_model.createResource( "http://purl.org/dc/terms/URI" ); /**

The DCMI Point identifies a point in space using its geographic coordinates.

*/ public static final Resource Point = m_model.createResource( "http://purl.org/dc/terms/Point" ); /**

ISO 3166 Codes for the representation of names of countries

*/ public static final Resource ISO3166 = m_model.createResource( "http://purl.org/dc/terms/ISO3166" ); /**

The DCMI Box identifies a region of space using its geographic limits.

*/ public static final Resource Box = m_model.createResource( "http://purl.org/dc/terms/Box" ); /**

The Getty Thesaurus of Geographic Names

*/ public static final Resource TGN = m_model.createResource( "http://purl.org/dc/terms/TGN" ); /**

A specification of the limits of a time interval.

*/ public static final Resource Period = m_model.createResource( "http://purl.org/dc/terms/Period" ); /**

W3C Encoding rules for dates and times - a profile based on ISO 8601

*/ public static final Resource W3CDTF = m_model.createResource( "http://purl.org/dc/terms/W3CDTF" ); /**

Internet RFC 3066 'Tags for the Identification of Languages' specifies a primary * subtag which is a two-letter code taken from ISO 639 part 1 or a three-letter * code taken from ISO 639 part 2, followed optionally by a two-letter country * code taken from ISO 3166. When a language in ISO 639 has both a two-letter * and three-letter code, use the two-letter code; when it has only a three-letter * code, use the three-letter code. This RFC replaces RFC 1766.

*/ public static final Resource RFC3066 = m_model.createResource( "http://purl.org/dc/terms/RFC3066" ); } /* * (c) Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy