📄 dcterms.java
字号:
public static final Property dateCopyrighted = m_model.createProperty( "http://purl.org/dc/terms/dateCopyrighted" );
/** <p>Date of submission of the resource (e.g. thesis, articles, etc.).</p> */
public static final Property dateSubmitted = m_model.createProperty( "http://purl.org/dc/terms/dateSubmitted" );
/** <p>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.</p>
*/
public static final Property educationLevel = m_model.createProperty( "http://purl.org/dc/terms/educationLevel" );
/** <p>Information about who can access the resource or an indication of its security
* status.</p>
*/
public static final Property accessRights = m_model.createProperty( "http://purl.org/dc/terms/accessRights" );
/** <p>A bibliographic reference for the resource.</p> */
public static final Property bibliographicCitation = m_model.createProperty( "http://purl.org/dc/terms/bibliographicCitation" );
/** <p>A set of subject encoding schemes and/or formats</p> */
public static final Resource SubjectScheme = m_model.createResource( "http://purl.org/dc/terms/SubjectScheme" );
/** <p>A set of date encoding schemes and/or formats</p> */
public static final Resource DateScheme = m_model.createResource( "http://purl.org/dc/terms/DateScheme" );
/** <p>A set of format encoding schemes.</p> */
public static final Resource FormatScheme = m_model.createResource( "http://purl.org/dc/terms/FormatScheme" );
/** <p>A set of language encoding schemes and/or formats.</p> */
public static final Resource LanguageScheme = m_model.createResource( "http://purl.org/dc/terms/LanguageScheme" );
/** <p>A set of geographic place encoding schemes and/or formats</p> */
public static final Resource SpatialScheme = m_model.createResource( "http://purl.org/dc/terms/SpatialScheme" );
/** <p>A set of encoding schemes for the coverage qualifier "temporal"</p> */
public static final Resource TemporalScheme = m_model.createResource( "http://purl.org/dc/terms/TemporalScheme" );
/** <p>A set of resource type encoding schemes and/or formats</p> */
public static final Resource TypeScheme = m_model.createResource( "http://purl.org/dc/terms/TypeScheme" );
/** <p>A set of resource identifier encoding schemes and/or formats</p> */
public static final Resource IdentifierScheme = m_model.createResource( "http://purl.org/dc/terms/IdentifierScheme" );
/** <p>A set of resource relation encoding schemes and/or formats</p> */
public static final Resource RelationScheme = m_model.createResource( "http://purl.org/dc/terms/RelationScheme" );
/** <p>A set of source encoding schemes and/or formats</p> */
public static final Resource SourceScheme = m_model.createResource( "http://purl.org/dc/terms/SourceScheme" );
/** <p>Library of Congress Subject Headings</p> */
public static final Resource LCSH = m_model.createResource( "http://purl.org/dc/terms/LCSH" );
/** <p>Medical Subject Headings</p> */
public static final Resource MESH = m_model.createResource( "http://purl.org/dc/terms/MESH" );
/** <p>Dewey Decimal Classification</p> */
public static final Resource DDC = m_model.createResource( "http://purl.org/dc/terms/DDC" );
/** <p>Library of Congress Classification</p> */
public static final Resource LCC = m_model.createResource( "http://purl.org/dc/terms/LCC" );
/** <p>Universal Decimal Classification</p> */
public static final Resource UDC = m_model.createResource( "http://purl.org/dc/terms/UDC" );
/** <p>A list of types used to categorize the nature or genre of the content of the
* resource.</p>
*/
public static final Resource DCMIType = m_model.createResource( "http://purl.org/dc/terms/DCMIType" );
/** <p>The Internet media type of the resource.</p> */
public static final Resource IMT = m_model.createResource( "http://purl.org/dc/terms/IMT" );
/** <p>ISO 639-2: Codes for the representation of names of languages.</p> */
public static final Resource ISO639_2 = m_model.createResource( "http://purl.org/dc/terms/ISO639-2" );
/** <p>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.</p>
*/
public static final Resource RFC1766 = m_model.createResource( "http://purl.org/dc/terms/RFC1766" );
/** <p>A URI Uniform Resource Identifier</p> */
public static final Resource URI = m_model.createResource( "http://purl.org/dc/terms/URI" );
/** <p>The DCMI Point identifies a point in space using its geographic coordinates.</p> */
public static final Resource Point = m_model.createResource( "http://purl.org/dc/terms/Point" );
/** <p>ISO 3166 Codes for the representation of names of countries</p> */
public static final Resource ISO3166 = m_model.createResource( "http://purl.org/dc/terms/ISO3166" );
/** <p>The DCMI Box identifies a region of space using its geographic limits.</p> */
public static final Resource Box = m_model.createResource( "http://purl.org/dc/terms/Box" );
/** <p>The Getty Thesaurus of Geographic Names</p> */
public static final Resource TGN = m_model.createResource( "http://purl.org/dc/terms/TGN" );
/** <p>A specification of the limits of a time interval.</p> */
public static final Resource Period = m_model.createResource( "http://purl.org/dc/terms/Period" );
/** <p>W3C Encoding rules for dates and times - a profile based on ISO 8601</p> */
public static final Resource W3CDTF = m_model.createResource( "http://purl.org/dc/terms/W3CDTF" );
/** <p>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.</p>
*/
public static final Resource RFC3066 = m_model.createResource( "http://purl.org/dc/terms/RFC3066" );
}
/*
* (c) Copyright 2003, 2004, 2005, 2006, 2007 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.
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -