The GoodRelations ontology provides the vocabulary for annotating e-commerce offerings to sell, lease, repair, dispose, or maintain commodity products and to provide commodity services. GoodRelations allows describing the relationship between Web resources, offerings made by those Web resources, legal entities, prices, terms and conditions, and the aforementioned ontologies for products and services.
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>i.e its usage and improvements more...
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix innovation: <http://purl.org/innovation/ns#>.
@prefix ex: <http://www.example.com/>.
@prefix dbpedia: <http://dbpedia.org/resource/>.
@prefix ncicb: <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#>.
ex:glucose-monitor dc:title "Non invasive testing of blood glucose levels";
innovation:embodiedBy ex:lein-2000-glucose-meter;
innovation:hasImprovement <uuid:aaaaaaaa>.
ex:lein-2000 dc:title "The Lein 2000 blood glucose meter";
rdf:type gr:ProductOrServiceModel;
rdf:type innovation:Embodiment;
rdf:type ncicb:Diagnostic_Therapeutic_and_Research_Equipment;
innovation:hasUsage <uuid:bbbbbbbb>.
<uuid:bbbbbbbb> innovation:usedBy dbpedia:Physician;
innovation:usedOn dbpedia:Patient.
<uuid:aaaaaaaa> innovation:improvesEffectivenessOf dbpedia:Medical_TestDerivatives and Configurational Options more...
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix vso: <http://purl.org/vso/ns#> .
@prefix ex: <http://example.com/> .
@prefix coo: <http://purl.org/coo/ns#> .
@prefix ex: <http://dbpedia.org/> .
# Available Trims
ex:GolfBaseModel coo:hasTrim ex:GolfS, ex:GolfMatch .
# Trims
ex:GolfS a coo:Trim, vso:Automobile ;
rdfs:label "Golf S (2010)"@en ;
rdfs:comment "The Volkswagen Golf S trim is the entry configuration for your Golf."@en ;
gr:isVariantOf ex:GolfBaseModel ; # inheriting features from base model
# Fixed parts / features for this trim: Qualitative
vso:feature dbpedia:Cup_holder, # Add more DBPedia / Wikipedia URIs for additional features
dbpedia:Power_window,
dbpedia:Air_conditioner ; # Consider using VVO / VW-specific URIs
# Fixed parts / features for this trim: Quantitative
vso:cargoVolume [ a gr:QuantitativeValueFloat ;
gr:hasValueFloat "500"^^xsd:float ;
gr:hasUnitOfMeasurement "LTR"^^xsd:string ] ;
# Configurable components / features
# NONE, since they are available only at the level of Derivatives
foaf:depiction <http://www.volkswagen.co.uk/2010/Golf/GolfS/image1.jpg> ; # URI of a photo
foaf:page <http://www.volkswagen.co.uk/2010/Golf/GolfS/> . # URI of the web page
ex:GolfMatch a coo:Trim, vso:Automobile ;
rdfs:label "Golf Match (2010)"@en ;
rdfs:comment "The Volkswagen Golf Match trim is the luxury configuration for your Golf."@en ;
gr:isVariantOf ex:GolfBaseModel ; # inheriting features from base model
# Fixed parts / features for this trim: Qualitative
vso:feature dbpedia:Cup_holder, # Add more DBPedia / Wikipedia URIs for additional features
dbpedia:Power_window,
dbpedia:Air_conditioner,
dbpedia:Armrest,
dbpedia:Tow_hitch,
dbpedia:Power_steering,
dbpedia:Child_safety_lock,
dbpedia:Parking_sensors ; # Consider using VVO / VW-specific URIs
# Fixed parts / features for this trim: Quantitative
vso:cargoVolume [ a gr:QuantitativeValueFloat ;
gr:hasValueFloat "500"^^xsd:float ;
gr:hasUnitOfMeasurement "LTR"^^xsd:string ] ;
# Configurable components / features
# NONE, since they are available only at the level of Derivatives
foaf:depiction <http://www.volkswagen.co.uk/2010/Golf/GolfMatch/image1.jpg> ; # URI of a photo
foaf:page <http://www.volkswagen.co.uk/2010/Golf/GolfMatch/> . # URI of the web pageCompany and Base Model Information more...
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix vso: <http://purl.org/vso/ns#> .
@prefix ex: <http://example.com/> .
# Volkswagen (Company)
ex:VW a gr:BusinessEntity ;
gr:legalName "Volkswagen AG" ;
rdfs:label "Volkswagen AG"@en ;
rdfs:comment "Volkswagen is the leading car manufacturer in the world"@en ;
foaf:page <http://www.volkswagen.co.uk/> .
# Base Model
ex:GolfBaseModel a coo:BaseModel, vso:Automobile ;
rdfs:label "Golf (2010)"@en ;
rdfs:comment "The Volkswagen Golf is the most popular car model in the world."@en ;
gr:hasManufacturer ex:VW ;
vso:modelDate "2010-01-01"^^xsd:date ; # year-only data is not possible in xsd:date and also theoretically problematic
vso:bodyStyle <http://dbpedia.org/resource/Hatchback> ;
vso:axles [ a gr:QuantitativeValueInteger ;
gr:hasValueInteger "2"^^xsd:int ;
gr:hasUnitOfMeasurement "C62"^^xsd:string ] ;
vso:fuelTankVolume [ a gr:QuantitativeValueFloat ;
gr:hasValueFloat "50"^^xsd:float ;
gr:hasUnitOfMeasurement "LTR"^^xsd:string ] ;
vso:height [ a gr:QuantitativeValueFloat ;
gr:hasValueFloat "150"^^xsd:float ;
gr:hasUnitOfMeasurement "CMT"^^xsd:string ] ;
vso:length [ a gr:QuantitativeValueFloat ;
gr:hasValueFloat "520"^^xsd:float ;
gr:hasUnitOfMeasurement "CMT"^^xsd:string ] ;
vso:width [ a gr:QuantitativeValueFloat ;
gr:hasValueFloat "175"^^xsd:float ;
gr:hasUnitOfMeasurement "CMT"^^xsd:string ] ;
vso:wheelbase [ a gr:QuantitativeValueFloat ;
gr:hasValueFloat "380"^^xsd:float ;
gr:hasUnitOfMeasurement "CMT"^^xsd:string ] ;
vso:ACRISSCode "CCMR"^^xsd:string ;
foaf:page <http://www.volkswagen.co.uk/2010/Golf/> . # URI of the web page .