contacts-pane
Version:
Contacts Pane: Contacts manager for Address Book, Groups, and Individuals.
917 lines (767 loc) • 37.1 kB
JavaScript
module.exports = `
: <http://www.w3.org/2006/vcard/ns#> .
owl: <http://www.w3.org/2002/07/owl#> .
rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
xml: <http://www.w3.org/XML/1998/namespace> .
xsd: <http://www.w3.org/2001/XMLSchema#> .
:Acquaintance a owl:Class ;
rdfs:label "Acquaintance" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Agent a owl:Class ;
rdfs:label "Agent" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:BBS a owl:Class ;
rdfs:label "BBS" ;
rdfs:comment "This class is deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :TelephoneType ;
owl:deprecated true .
:Car a owl:Class ;
rdfs:label "Car" ;
rdfs:comment "This class is deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :TelephoneType ;
owl:deprecated true .
:Cell a owl:Class ;
rdfs:label "Cell" ;
rdfs:comment "Also called mobile telephone" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :TelephoneType .
:Child a owl:Class ;
rdfs:label "Child" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Colleague a owl:Class ;
rdfs:label "Colleague" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Contact a owl:Class ;
rdfs:label "Contact" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Coresident a owl:Class ;
rdfs:label "Coresident" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Coworker a owl:Class ;
rdfs:label "Coworker" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Crush a owl:Class ;
rdfs:label "Crush" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Date a owl:Class ;
rdfs:label "Date" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Dom a owl:Class ;
rdfs:label "Dom" ;
rdfs:comment "This class is deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Type ;
owl:deprecated true .
:Emergency a owl:Class ;
rdfs:label "Emergency" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Fax a owl:Class ;
rdfs:label "Fax" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :TelephoneType .
:Female a owl:Class ;
rdfs:label "Female" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Gender .
:Friend a owl:Class ;
rdfs:label "Friend" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Home a owl:Class ;
rdfs:label "Home" ;
rdfs:comment "This implies that the property is related to an individual's personal life" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Type .
:ISDN a owl:Class ;
rdfs:label "ISDN" ;
rdfs:comment "This class is deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Type ;
owl:deprecated true .
:Internet a owl:Class ;
rdfs:label "Internet" ;
rdfs:comment "This class is deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Type ;
owl:deprecated true .
:Intl a owl:Class ;
rdfs:label "Intl" ;
rdfs:comment "This class is deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Type ;
owl:deprecated true .
:Kin a owl:Class ;
rdfs:label "Kin" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Label a owl:Class ;
rdfs:label "Label" ;
rdfs:comment "This class is deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Type ;
owl:deprecated true .
:Male a owl:Class ;
rdfs:label "Male" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Gender .
:Me a owl:Class ;
rdfs:label "Me" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Met a owl:Class ;
rdfs:label "Met" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Modem a owl:Class ;
rdfs:label "Modem" ;
rdfs:comment "This class is deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :TelephoneType ;
owl:deprecated true .
:Msg a owl:Class ;
rdfs:label "Msg" ;
rdfs:comment "This class is deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :TelephoneType ;
owl:deprecated true .
:Muse a owl:Class ;
rdfs:label "Muse" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Neighbor a owl:Class ;
rdfs:label "Neighbor" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:None a owl:Class ;
rdfs:label "None" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Gender .
:Other a owl:Class ;
rdfs:label "Other" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Gender .
:PCS a owl:Class ;
rdfs:label "PCS" ;
rdfs:comment "This class is deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :TelephoneType ;
owl:deprecated true .
:Pager a owl:Class ;
rdfs:label "Pager" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :TelephoneType .
:Parcel a owl:Class ;
rdfs:label "Parcel" ;
rdfs:comment "This class is deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Type ;
owl:deprecated true .
:Parent a owl:Class ;
rdfs:label "Parent" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Postal a owl:Class ;
rdfs:label "Postal" ;
rdfs:comment "This class is deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Type ;
owl:deprecated true .
:Pref a owl:Class ;
rdfs:label "Pref" ;
rdfs:comment "This class is deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Type ;
owl:deprecated true .
:Sibling a owl:Class ;
rdfs:label "Sibling" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Spouse a owl:Class ;
rdfs:label "Spouse" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Sweetheart a owl:Class ;
rdfs:label "Sweetheart" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :RelatedType .
:Tel a owl:Class ;
rdfs:label "Tel" ;
rdfs:comment "This class is deprecated. Use the hasTelephone object property." ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:deprecated true .
:Text a owl:Class ;
rdfs:label "Text" ;
rdfs:comment "Also called sms telephone" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :TelephoneType .
:TextPhone a owl:Class ;
rdfs:label "Text phone" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :TelephoneType .
:Unknown a owl:Class ;
rdfs:label "Unknown" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Gender .
:Video a owl:Class ;
rdfs:label "Video" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :TelephoneType .
:Voice a owl:Class ;
rdfs:label "Voice" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :TelephoneType .
:Work a owl:Class ;
rdfs:label "Work" ;
rdfs:comment "This implies that the property is related to an individual's work place" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Type .
:X400 a owl:Class ;
rdfs:label "X400" ;
rdfs:comment "This class is deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Type ;
owl:deprecated true .
:adr a owl:ObjectProperty ;
rdfs:label "address" ;
rdfs:comment "This object property has been mapped" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :hasAddress .
:agent a owl:ObjectProperty ;
rdfs:label "agent" ;
rdfs:comment "This object property has been deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:deprecated true .
:anniversary a owl:DatatypeProperty ;
rdfs:label "anniversary" ;
rdfs:comment "The date of marriage, or equivalent, of the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range [ a rdfs:Datatype ;
owl:unionOf ( xsd:dateTime xsd:gYear ) ] .
:bday a owl:DatatypeProperty ;
rdfs:label "birth date" ;
rdfs:comment "To specify the birth date of the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range [ a rdfs:Datatype ;
owl:unionOf ( xsd:dateTime xsd:dateTimeStamp xsd:gYear ) ] .
:category a owl:DatatypeProperty ;
rdfs:label "category" ;
rdfs:comment "The category information about the object, also known as tags" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:class a owl:DatatypeProperty ;
rdfs:label "class" ;
rdfs:comment "This data property has been deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:deprecated true .
:email a owl:ObjectProperty ;
rdfs:label "email" ;
rdfs:comment "This object property has been mapped" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :hasEmail .
:extended-address a owl:DatatypeProperty ;
rdfs:label "extended address" ;
rdfs:comment "This data property has been deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:deprecated true .
:geo a owl:ObjectProperty ;
rdfs:label "geo" ;
rdfs:comment "This object property has been mapped" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :hasGeo .
:hasAdditionalName a owl:ObjectProperty ;
rdfs:label "has additional name" ;
rdfs:comment "Used to support property parameters for the additional name data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasCalendarBusy a owl:ObjectProperty ;
rdfs:label "has calendar busy" ;
rdfs:comment "To specify the busy time associated with the object. (Was called FBURL in RFC6350)" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasCalendarLink a owl:ObjectProperty ;
rdfs:label "has calendar link" ;
rdfs:comment "To specify the calendar associated with the object. (Was called CALURI in RFC6350)" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasCalendarRequest a owl:ObjectProperty ;
rdfs:label "has calendar request" ;
rdfs:comment "To specify the calendar user address to which a scheduling request be sent for the object. (Was called CALADRURI in RFC6350)" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasCategory a owl:ObjectProperty ;
rdfs:label "has category" ;
rdfs:comment "Used to support property parameters for the category data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasCountryName a owl:ObjectProperty ;
rdfs:label "has country name" ;
rdfs:comment "Used to support property parameters for the country name data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasFN a owl:ObjectProperty ;
rdfs:label "has formatted name" ;
rdfs:comment "Used to support property parameters for the formatted name data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasFamilyName a owl:ObjectProperty ;
rdfs:label "has family name" ;
rdfs:comment "Used to support property parameters for the family name data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasGender a owl:ObjectProperty ;
rdfs:label "has gender" ;
rdfs:comment "To specify the sex or gender identity of the object. URIs are recommended to enable interoperable sex and gender codes to be used." ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasGivenName a owl:ObjectProperty ;
rdfs:label "has given name" ;
rdfs:comment "Used to support property parameters for the given name data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasHonorificPrefix a owl:ObjectProperty ;
rdfs:label "has honorific prefix" ;
rdfs:comment "Used to support property parameters for the honorific prefix data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasHonorificSuffix a owl:ObjectProperty ;
rdfs:label "has honorific suffix" ;
rdfs:comment "Used to support property parameters for the honorific suffix data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasInstantMessage a owl:ObjectProperty ;
rdfs:label "has messaging" ;
rdfs:comment "To specify the instant messaging and presence protocol communications with the object. (Was called IMPP in RFC6350)" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasLanguage a owl:ObjectProperty ;
rdfs:label "has language" ;
rdfs:comment "Used to support property parameters for the language data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasLocality a owl:ObjectProperty ;
rdfs:label "has locality" ;
rdfs:comment "Used to support property parameters for the locality data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasNickname a owl:ObjectProperty ;
rdfs:label "has nickname" ;
rdfs:comment "Used to support property parameters for the nickname data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:seeAlso :nickname .
:hasNote a owl:ObjectProperty ;
rdfs:label "has note" ;
rdfs:comment "Used to support property parameters for the note data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasOrganizationName a owl:ObjectProperty ;
rdfs:label "has organization name" ;
rdfs:comment "Used to support property parameters for the organization name data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasOrganizationUnit a owl:ObjectProperty ;
rdfs:label "has organization unit name" ;
rdfs:comment "Used to support property parameters for the organization unit name data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasPostalCode a owl:ObjectProperty ;
rdfs:label "has postal code" ;
rdfs:comment "Used to support property parameters for the postal code data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasRegion a owl:ObjectProperty ;
rdfs:label "has region" ;
rdfs:comment "Used to support property parameters for the region data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasRelated a owl:ObjectProperty ;
rdfs:label "has related" ;
rdfs:comment "To specify a relationship between another entity and the entity represented by this object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasRole a owl:ObjectProperty ;
rdfs:label "has role" ;
rdfs:comment "Used to support property parameters for the role data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasSource a owl:ObjectProperty ;
rdfs:label "has source" ;
rdfs:comment "To identify the source of directory information of the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasStreetAddress a owl:ObjectProperty ;
rdfs:label "has street address" ;
rdfs:comment "Used to support property parameters for the street address data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasTitle a owl:ObjectProperty ;
rdfs:label "has title" ;
rdfs:comment "Used to support property parameters for the title data property" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasUID a owl:ObjectProperty ;
rdfs:label "has uid" ;
rdfs:comment "To specify a value that represents a globally unique identifier corresponding to the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasValue a owl:ObjectProperty ;
rdfs:label "has value" ;
rdfs:comment "Used to indicate the resource value of an object property that requires property parameters" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:label a owl:DatatypeProperty ;
rdfs:label "label" ;
rdfs:comment "This data property has been deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:deprecated true .
:language a owl:DatatypeProperty ;
rdfs:label "language" ;
rdfs:comment "To specify the language that may be used for contacting the object. May also be used as a property parameter." ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:latitude a owl:DatatypeProperty ;
rdfs:label "latitude" ;
rdfs:comment "This data property has been deprecated. See hasGeo" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:deprecated true .
:longitude a owl:DatatypeProperty ;
rdfs:label "longitude" ;
rdfs:comment "This data property has been deprecated. See hasGeo" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:deprecated true .
:mailer a owl:DatatypeProperty ;
rdfs:label "mailer" ;
rdfs:comment "This data property has been deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:deprecated true .
:note a owl:DatatypeProperty ;
rdfs:label "note" ;
rdfs:comment "A note associated with the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:org a owl:ObjectProperty ;
rdfs:label "organization" ;
rdfs:comment "This object property has been mapped. Use the organization-name data property." ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :organization-name .
:organization-unit a owl:DatatypeProperty ;
rdfs:label "organizational unit name" ;
rdfs:comment "To specify the organizational unit name associated with the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string ;
rdfs:subPropertyOf :organization-name .
:post-office-box a owl:DatatypeProperty ;
rdfs:label "post office box" ;
rdfs:comment "This data property has been deprecated" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:deprecated true .
:prodid a owl:DatatypeProperty ;
rdfs:label "product id" ;
rdfs:comment "To specify the identifier for the product that created the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:rev a owl:DatatypeProperty ;
rdfs:label "revision" ;
rdfs:comment "To specify revision information about the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:dateTime .
:role a owl:DatatypeProperty ;
rdfs:label "role" ;
rdfs:comment "To specify the function or part played in a particular situation by the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:sort-string a owl:DatatypeProperty ;
rdfs:label "sort as" ;
rdfs:comment "To specify the string to be used for national-language-specific sorting. Used as a property parameter only." ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:title a owl:DatatypeProperty ;
rdfs:label "title" ;
rdfs:comment "To specify the position or job of the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:tz a owl:DatatypeProperty ;
rdfs:label "time zone" ;
rdfs:comment "To indicate time zone information that is specific to the object. May also be used as a property parameter." ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:value a owl:DatatypeProperty ;
rdfs:label "value" ;
rdfs:comment "Used to indicate the literal value of a data property that requires property parameters" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:Address a owl:Class ;
rdfs:label "Address" ;
rdfs:comment "To specify the components of the delivery address for the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentClass [ a owl:Class ;
owl:unionOf ( [ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:onProperty :country-name ;
owl:someValuesFrom xsd:string ] [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty :country-name ] ) ] [ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:onProperty :locality ;
owl:someValuesFrom xsd:string ] [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty :locality ] ) ] [ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:onProperty :postal-code ;
owl:someValuesFrom xsd:string ] [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty :postal-code ] ) ] [ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:onProperty :region ;
owl:someValuesFrom xsd:string ] [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty :region ] ) ] [ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:onProperty :street-address ;
owl:someValuesFrom xsd:string ] [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty :street-address ] ) ] ) ] .
:Email a owl:Class ;
rdfs:label "Email" ;
rdfs:comment "To specify the electronic mail address for communication with the object the vCard represents. Use the hasEmail object property." ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:deprecated true .
:Group a owl:Class ;
rdfs:label "Group" ;
rdfs:comment "Object representing a group of persons or entities. A group object will usually contain hasMember properties to specify the members of the group." ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Kind ;
owl:disjointWith :Individual,
:Location,
:Organization ;
owl:equivalentClass [ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:onProperty :hasMember ;
owl:someValuesFrom :Kind ] [ a owl:Restriction ;
owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass :Kind ;
owl:onProperty :hasMember ] ) ] .
:Individual a owl:Class ;
rdfs:label "Individual" ;
rdfs:comment "An object representing a single person or entity" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Kind ;
owl:disjointWith :Location,
:Organization .
:Name a owl:Class ;
rdfs:label "Name" ;
rdfs:comment "To specify the components of the name of the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentClass [ a owl:Class ;
owl:unionOf ( [ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:onProperty :additional-name ;
owl:someValuesFrom xsd:string ] [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:nonNegativeInteger ;
owl:onProperty :additional-name ] ) ] [ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:onProperty :family-name ;
owl:someValuesFrom xsd:string ] [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty :family-name ] ) ] [ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:onProperty :given-name ;
owl:someValuesFrom xsd:string ] [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty :given-name ] ) ] [ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:onProperty :honorific-prefix ;
owl:someValuesFrom xsd:string ] [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:nonNegativeInteger ;
owl:onProperty :honorific-prefix ] ) ] [ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:onProperty :honorific-suffix ;
owl:someValuesFrom xsd:string ] [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:nonNegativeInteger ;
owl:onProperty :honorific-suffix ] ) ] ) ] .
:VCard a owl:Class ;
rdfs:label "VCard" ;
rdfs:comment "The vCard class is equivalent to the new Kind class, which is the parent for the four explicit types of vCards (Individual, Organization, Location, Group)" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentClass :Kind .
:fn a owl:DatatypeProperty ;
rdfs:label "formatted name" ;
rdfs:comment "The formatted text corresponding to the name of the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:hasAddress a owl:ObjectProperty ;
rdfs:label "has address" ;
rdfs:comment "To specify the components of the delivery address for the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range :Address .
:hasEmail a owl:ObjectProperty ;
rdfs:label "has email" ;
rdfs:comment "To specify the electronic mail address for communication with the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range :Email .
:hasGeo a owl:ObjectProperty ;
rdfs:label "has geo" ;
rdfs:comment "To specify information related to the global positioning of the object. May also be used as a property parameter." ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:hasKey a owl:ObjectProperty ;
rdfs:label "has key" ;
rdfs:comment "To specify a public key or authentication certificate associated with the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :key .
:hasLogo a owl:ObjectProperty ;
rdfs:label "has logo" ;
rdfs:comment "To specify a graphic image of a logo associated with the object " ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :logo .
:hasName a owl:ObjectProperty ;
rdfs:label "has name" ;
rdfs:comment "To specify the components of the name of the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range :Name ;
owl:equivalentProperty :n .
:hasPhoto a owl:ObjectProperty ;
rdfs:label "has photo" ;
rdfs:comment "To specify an image or photograph information that annotates some aspect of the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :photo .
:hasSound a owl:ObjectProperty ;
rdfs:label "has sound" ;
rdfs:comment "To specify a digital sound content information that annotates some aspect of the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :sound .
:hasTelephone a owl:ObjectProperty ;
rdfs:label "has telephone" ;
rdfs:comment "To specify the telephone number for telephony communication with the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :tel .
:hasURL a owl:ObjectProperty ;
rdfs:label "has url" ;
rdfs:comment "To specify a uniform resource locator associated with the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :url .
:key a owl:ObjectProperty ;
rdfs:label "key" ;
rdfs:comment "This object property has been mapped" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :hasKey .
:logo a owl:ObjectProperty ;
rdfs:label "logo" ;
rdfs:comment "This object property has been mapped" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :hasLogo .
:n a owl:ObjectProperty ;
rdfs:label "name" ;
rdfs:comment "This object property has been mapped" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :hasName .
:nickname a owl:DatatypeProperty ;
rdfs:label "nickname" ;
rdfs:comment "The nick name associated with the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:photo a owl:ObjectProperty ;
rdfs:label "photo" ;
rdfs:comment "This object property has been mapped" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :hasPhoto .
:sound a owl:ObjectProperty ;
rdfs:label "sound" ;
rdfs:comment "This object property has been mapped" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :hasSound .
:tel a owl:ObjectProperty ;
rdfs:label "telephone" ;
rdfs:comment "This object property has been mapped" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :hasTelephone .
:url a owl:ObjectProperty ;
rdfs:label "url" ;
rdfs:comment "This object property has been mapped" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentProperty :hasURL .
:Location a owl:Class ;
rdfs:label "Location" ;
rdfs:comment "An object representing a named geographical place" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Kind ;
owl:disjointWith :Organization .
:additional-name a owl:DatatypeProperty ;
rdfs:label "additional name" ;
rdfs:comment "The additional name associated with the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:country-name a owl:DatatypeProperty ;
rdfs:label "country name" ;
rdfs:comment "The country name associated with the address of the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:family-name a owl:DatatypeProperty ;
rdfs:label "family name" ;
rdfs:comment "The family name associated with the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:given-name a owl:DatatypeProperty ;
rdfs:label "given name" ;
rdfs:comment "The given name associated with the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:hasMember a owl:ObjectProperty ;
rdfs:label "has member" ;
rdfs:comment "To include a member in the group this object represents. (This property can only be used by Group individuals)" ;
rdfs:domain :Group ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range :Kind .
:honorific-prefix a owl:DatatypeProperty ;
rdfs:label "honorific prefix" ;
rdfs:comment "The honorific prefix of the name associated with the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:honorific-suffix a owl:DatatypeProperty ;
rdfs:label "honorific suffix" ;
rdfs:comment "The honorific suffix of the name associated with the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:locality a owl:DatatypeProperty ;
rdfs:label "locality" ;
rdfs:comment "The locality (e.g. city or town) associated with the address of the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:organization-name a owl:DatatypeProperty ;
rdfs:label "organization name" ;
rdfs:comment "To specify the organizational name associated with the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:postal-code a owl:DatatypeProperty ;
rdfs:label "postal code" ;
rdfs:comment "The postal code associated with the address of the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:region a owl:DatatypeProperty ;
rdfs:label "region" ;
rdfs:comment "The region (e.g. state or province) associated with the address of the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:street-address a owl:DatatypeProperty ;
rdfs:label "street address" ;
rdfs:comment "The street address associated with the address of the object" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:range xsd:string .
:Organization a owl:Class ;
rdfs:label "Organization" ;
rdfs:comment """An object representing an organization. An organization is a single entity, and might represent a business or government, a department or division within a business or government, a club, an association, or the like.
""" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
rdfs:subClassOf :Kind .
:Gender a owl:Class ;
rdfs:label "Gender" ;
rdfs:comment "Used for gender codes. The URI of the gender code must be used as the value for Gender." ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:Kind a owl:Class ;
rdfs:label "Kind" ;
rdfs:comment "The parent class for all objects" ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> ;
owl:equivalentClass [ a owl:Restriction ;
owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string ;
owl:onProperty :fn ],
:VCard .
:Type a owl:Class ;
rdfs:label "Type" ;
rdfs:comment "Used for type codes. The URI of the type code must be used as the value for Type." ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:TelephoneType a owl:Class ;
rdfs:label "Phone" ;
rdfs:comment "Used for telephone type codes. The URI of the telephone type code must be used as the value for the Telephone Type." ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
:RelatedType a owl:Class ;
rdfs:label "Relation Type" ;
rdfs:comment "Used for relation type codes. The URI of the relation type code must be used as the value for the Relation Type." ;
rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> .
<http://www.w3.org/2006/vcard/ns> a owl:Ontology ;
rdfs:label "Ontology for vCard" ;
rdfs:comment "Ontology for vCard based on RFC6350" ;
owl:versionInfo "Final" .
`