This ontology models and represents vCards in RDF using current best practices.
This example describes a business and one of its development service offerings. The business is located at an address which is also the point of sale for its development service. more...
<rdf:RDF
xmlns:gr="http://purl.org/goodrelations/v1#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:vcard="http://www.w3.org/2006/vcard/ns#"
xmlns="http://sd-kyber.com/resource/goodrelations#"
xml:base="http://sd-kyber.com/resource/goodrelations">
<gr:BusinessEntity rdf:ID="BusinessEntity">
<gr:legalName>Systèmes D'Integration Kyber, Inc.</gr:legalName>
<rdfs:seeAlso rdf:resource="http://www.sd-kyber.com/"/>
<vcard:adr>
<vcard:Address rdf:ID="address">
<vcard:street-address>4806 Victoria Ave.</vcard:street-address>
<vcard:postal-code>H3W 2N1</vcard:postal-code>
<vcard:locality>Montreal</vcard:locality>
<vcard:country-name xml:lang="en">Canada</vcard:country-name>
<vcard:tel>+1-514-232-5645</vcard:tel>
<vcard:url rdf:resource="http://www.sd-kyber.com/"/>
</vcard:Address>
</vcard:adr>
<gr:offers rdf:resource="#Offering_1"/>
<gr:hasPOS rdf:resource="#LOSOSP_1"/>
<rdfs:isDefinedBy rdf:resource=""/>
</gr:BusinessEntity>
<gr:Offering rdf:ID="Offering_1">
<rdfs:isDefinedBy rdf:resource=""/>
<gr:availableAtOrFrom rdf:resource="#LOSOSP_1"/>
<rdfs:comment xml:lang="en">Linux, OSX, iPhone Windows applications/platform development </rdfs:comment>
<rdfs:comment xml:lang="en">embedded software</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.sd-kyber.com/consulting/consulting.html"/>
<gr:validFrom rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2009-12-13T00:00:00-05:00</gr:validFrom>
<gr:validThrough rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2010-12-13T23:59:00-05:00</gr:validThrough>
<gr:eligibleRegions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CA</gr:eligibleRegions>
<gr:eligibleCustomerTypes rdf:resource="http://purl.org/goodrelations/v1#Business"/>
<gr:eligibleCustomerTypes rdf:resource="http://purl.org/goodrelations/v1#Enduser"/>
</gr:Offering>
<gr:LocationOfSalesOrServiceProvisioning rdf:ID="LOSOSP_1">
<rdfs:label xml:lang="en">Systèmes D'Integration Kyber, Inc.</rdfs:label>
<vcard:adr rdf:resource="#address"/>
<rdfs:isDefinedBy rdf:resource=""/>
</gr:LocationOfSalesOrServiceProvisioning>
</rdf:RDF>