⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vcard.java

📁 Jena推理机
💻 JAVA
字号:
/*
  (c) Copyright 2003, 2004, 2005, 2006, 2007 Hewlett-Packard Development Company, LP
  [See end of file]
  $Id: VCARD.java,v 1.7 2007/01/02 11:49:32 andy_seaborne Exp $
*/

/* Vocabulary Class generated by Jena vocabulary generator
 *
 * Version $Id: VCARD.java,v 1.7 2007/01/02 11:49:32 andy_seaborne Exp $
 * On: Sat Mar 23 15:26:02 GMT 2002
 */
package com.hp.hpl.jena.vocabulary;

import com.hp.hpl.jena.rdf.model.*;

/** VCARD vocabulary class for namespace http://www.w3.org/2001/vcard-rdf/3.0#
 */
public class VCARD {

    protected static final String uri ="http://www.w3.org/2001/vcard-rdf/3.0#";

    /** returns the URI for this schema
     * @return the URI for this schema
     */
    public static String getURI() {
          return uri;
    }

    private static Model m = ModelFactory.createDefaultModel();
    
    public static final Resource ORGPROPERTIES = m.createResource(uri + "ORGPROPERTIES" );
    public static final Resource ADRTYPES = m.createResource(uri + "ADRTYPES" );
    public static final Resource NPROPERTIES = m.createResource(uri + "NPROPERTIES" );
    public static final Resource EMAILTYPES = m.createResource(uri + "EMAILTYPES" );
    public static final Resource TELTYPES = m.createResource(uri + "TELTYPES" );
    public static final Resource ADRPROPERTIES = m.createResource(uri + "ADRPROPERTIES" );
    public static final Resource TZTYPES = m.createResource(uri + "TZTYPES" );
    public static final Property Street = m.createProperty(uri, "Street" );
    public static final Property AGENT = m.createProperty(uri, "AGENT" );
    public static final Property SOURCE = m.createProperty(uri, "SOURCE" );
    public static final Property LOGO = m.createProperty(uri, "LOGO" );
    public static final Property BDAY = m.createProperty(uri, "BDAY" );
    public static final Property REV = m.createProperty(uri, "REV" );
    public static final Property SORT_STRING = m.createProperty(uri, "SORT-STRING" );
    public static final Property Orgname = m.createProperty(uri, "Orgname" );
    public static final Property CATEGORIES = m.createProperty(uri, "CATEGORIES" );
    public static final Property N = m.createProperty(uri, "N" );
    public static final Property Pcode = m.createProperty(uri, "Pcode" );
    public static final Property Prefix = m.createProperty(uri, "Prefix" );
    public static final Property PHOTO = m.createProperty(uri, "PHOTO" );
    public static final Property FN = m.createProperty(uri, "FN" );
    public static final Property ORG = m.createProperty(uri, "ORG" );
    public static final Property Suffix = m.createProperty(uri, "Suffix" );
    public static final Property CLASS = m.createProperty(uri, "CLASS" );
    public static final Property ADR = m.createProperty(uri, "ADR" );
    public static final Property Region = m.createProperty(uri, "Region" );
    public static final Property GEO = m.createProperty(uri, "GEO" );
    public static final Property Extadd = m.createProperty(uri, "Extadd" );
    public static final Property GROUP = m.createProperty(uri, "GROUP" );
    public static final Property EMAIL = m.createProperty(uri, "EMAIL" );
    public static final Property UID = m.createProperty(uri, "UID" );
    public static final Property Family = m.createProperty(uri, "Family" );
    public static final Property TZ = m.createProperty(uri, "TZ" );
    public static final Property NAME = m.createProperty(uri, "NAME" );
    public static final Property Orgunit = m.createProperty(uri, "Orgunit" );
    public static final Property Country = m.createProperty(uri, "Country" );
    public static final Property SOUND = m.createProperty(uri, "SOUND" );
    public static final Property TITLE = m.createProperty(uri, "TITLE" );
    public static final Property NOTE = m.createProperty(uri, "NOTE" );
    public static final Property MAILER = m.createProperty(uri, "MAILER" );
    public static final Property Other = m.createProperty(uri, "Other" );
    public static final Property Locality = m.createProperty(uri, "Locality" );
    public static final Property Pobox = m.createProperty(uri, "Pobox" );
    public static final Property KEY = m.createProperty(uri, "KEY" );
    public static final Property PRODID = m.createProperty(uri, "PRODID" );
    public static final Property Given = m.createProperty(uri, "Given" );
    public static final Property LABEL = m.createProperty(uri, "LABEL" );
    public static final Property TEL = m.createProperty(uri, "TEL" );
    public static final Property NICKNAME = m.createProperty(uri, "NICKNAME" );
    public static final Property ROLE = m.createProperty(uri, "ROLE" );
    }

/*
    (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 + -