@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#> .

<http://purl.org/NET/googlevocab#> a owl:Ontology.
<http://purl.org/NET/googlevocab#Person> rdf:type rdfs:Class ;
        rdfs:label "Person Class" ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subClassOf <http://xmlns.com/foaf/0.1/Person> .
<http://purl.org/NET/googlevocab#Organization> rdf:type rdfs:Class ;
        rdfs:label "Organization Class" ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subClassOf <http://xmlns.com/foaf/0.1/Organization> .
<http://purl.org/NET/googlevocab#name> rdf:type rdf:Property ;
        rdfs:domain <http://www.w3.org/2002/07/owl#Thing> ;
        rdfs:range rdfs:Literal ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/name> .
<http://purl.org/NET/googlevocab#nickname> rdf:type rdf:Property ;
        rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/nick> .
<http://purl.org/NET/googlevocab#affiliation> rdf:type rdf:Property ;
        rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:range <http://xmlns.com/foaf/0.1/Organization> .
<http://purl.org/NET/googlevocab#title> rdf:type rdf:Property ;
        rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://www.w3.org/2001/vcard-rdf/3.0#TITLE> .
<http://purl.org/NET/googlevocab#role> rdf:type rdf:Property ;
        rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://www.w3.org/2001/vcard-rdf/3.0#ROLE> .
<http://purl.org/NET/googlevocab#PostalAddress> rdf:type rdfs:Class ;
        rdfs:label "Address Class" ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subClassOf <http://www.w3.org/2001/vcard-rdf/3.0#postal> .
<http://purl.org/NET/googlevocab#address> rdf:type rdf:Property ;
        rdfs:range <http://www.w3.org/2001/vcard-rdf/3.0#postal> ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://www.w3.org/2001/vcard-rdf/3.0#ADR> .
<http://purl.org/NET/googlevocab#PostalCode> rdf:type rdf:Property ;
        rdfs:domain <http://www.w3.org/2001/vcard-rdf/3.0#postal> ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://www.w3.org/2001/vcard-rdf/3.0#Pcode> .
<http://purl.org/NET/googlevocab#locality> rdf:type rdf:Property ;
        rdfs:domain <http://www.w3.org/2001/vcard-rdf/3.0#postal> ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://www.w3.org/2001/vcard-rdf/3.0#Locality> .
<http://purl.org/NET/googlevocab#region> rdf:type rdf:Property ;
        rdfs:domain <http://www.w3.org/2001/vcard-rdf/3.0#postal> ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://www.w3.org/2001/vcard-rdf/3.0#Region> .
<http://purl.org/NET/googlevocab#CountryName> rdf:type rdf:Property ;
        rdfs:domain <http://www.w3.org/2001/vcard-rdf/3.0#postal> ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://www.w3.org/2001/vcard-rdf/3.0#Country> .
<http://purl.org/NET/googlevocab#photo> rdf:type rdf:Property ;
        rdfs:domain rdf:Resource ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://www.w3.org/2001/vcard-rdf/3.0#PHOTO> .
<http://purl.org/NET/googlevocab#Review> rdf:type rdfs:Class ;
        rdfs:label "Review Class" ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subClassOf <http://purl.org/stuff/rev#Review> .
<http://purl.org/NET/googlevocab#itemReviewed> rdf:type rdf:Property ;
        rdfs:domain <http://purl.org/stuff/rev#Review> ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://www.purl.org/stuff/rev#type> .
<http://purl.org/NET/googlevocab#reviewer> rdf:type rdf:Property ;
        rdfs:domain <http://purl.org/stuff/rev#Review> ;
        rdfs:range <http://xmlns.com/foaf/spec/Person> ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://purl.org/stuff/rev#reviewer> .
<http://purl.org/NET/googlevocab#dtReviewed> rdf:type rdf:Property ;
        rdfs:domain <http://purl.org/stuff/rev#Review> ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date> .
<http://purl.org/NET/googlevocab#ReviewAggregate> rdf:type rdfs:Class ;
        rdfs:label "Review Class" ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subClassOf rdf:Resource .
<http://purl.org/NET/googlevocab#rating> rdf:type rdf:Property ;
        rdfs:domain rdf:Resource ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://purl.org/stuff/rev#rating> .
<http://purl.org/NET/googlevocab#Product> rdf:type rdfs:Class ;
        rdfs:label "Product Class" ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subClassOf <http://purl.org/goodrelations/v1#ProductOrService> .
<http://purl.org/NET/googlevocab#price> rdf:type rdf:Property ;
        rdfs:domain <http://purl.org/goodrelations/v1#ProductOrService> ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://purl.org/goodrelations/v1#priceType> .
<http://purl.org/NET/googlevocab#brand> rdf:type rdf:Property ;
        rdfs:domain <http://purl.org/goodrelations/v1#ProductOrService> ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://purl.org/goodrelations/v1#hasMakeAndModel> .
<http://purl.org/NET/googlevocab#category> rdf:type rdf:Property ;
        rdfs:domain <http://purl.org/goodrelations/v1#ProductOrService> ;
        rdfs:isDefinedBy <http://purl.org/NET/googlevocab#> ;
        rdfs:subPropertyOf <http://purl.org/goodrelations/v1#typeOfGood> .

@prefix google  : <http://rdf.data-vocabulary.org/> .

google:Person owl:equivalentClass <http://purl.org/NET/googlevocab#Person> .
google:Organization owl:equivalentClass <http://purl.org/NET/googlevocab#Organization> .
google:name owl:equivalentProperty <http://purl.org/NET/googlevocab#name> .
google:nickname owl:equivalentProperty <http://purl.org/NET/googlevocab#nickname> .
google:affiliation owl:equivalentProperty <http://purl.org/NET/googlevocab#affiliation> .
google:title owl:equivalentProperty <http://purl.org/NET/googlevocab#title> .
google:role owl:equivalentProperty <http://purl.org/NET/googlevocab#role> .
google:PostalAddress owl:equivalentClass <http://purl.org/NET/googlevocab#PostalAddress> .
google:address owl:equivalentProperty <http://purl.org/NET/googlevocab#address> .
google:PostalCode owl:equivalentProperty <http://purl.org/NET/googlevocab#PostalCode> .
google:locality owl:equivalentProperty <http://purl.org/NET/googlevocab#locality> .
google:region owl:equivalentProperty <http://purl.org/NET/googlevocab#region> .
google:CountryName owl:equivalentProperty <http://purl.org/NET/googlevocab#CountryName> .
google:photo owl:equivalentProperty <http://purl.org/NET/googlevocab#photo> .
google:Review owl:equivalentClass <http://purl.org/NET/googlevocab#Review> .
google:itemReviewed owl:equivalentProperty <http://purl.org/NET/googlevocab#itemReviewed> .
google:reviewer owl:equivalentProperty <http://purl.org/NET/googlevocab#reviewer> .
google:dtReviewed owl:equivalentProperty <http://purl.org/NET/googlevocab#dtReviewed> .
google:ReviewAggregate owl:equivalentClass <http://purl.org/NET/googlevocab#ReviewAggregate> .
google:rating owl:equivalentProperty <http://purl.org/NET/googlevocab#rating> .
google:Product owl:equivalentClass <http://purl.org/NET/googlevocab#Product> .
google:price owl:equivalentProperty <http://purl.org/NET/googlevocab#price> .
google:brand owl:equivalentProperty <http://purl.org/NET/googlevocab#brand> .
google:category owl:equivalentProperty <http://purl.org/NET/googlevocab#category> .

# Please don't use these prefixes in real data...

@prefix google1 : <http://rdf.data-vocabulary.org/#> .

google1:Person owl:equivalentClass <http://purl.org/NET/googlevocab#Person> .
google1:Organization owl:equivalentClass <http://purl.org/NET/googlevocab#Organization> .
google1:name owl:equivalentProperty <http://purl.org/NET/googlevocab#name> .
google1:nickname owl:equivalentProperty <http://purl.org/NET/googlevocab#nickname> .
google1:affiliation owl:equivalentProperty <http://purl.org/NET/googlevocab#affiliation> .
google1:title owl:equivalentProperty <http://purl.org/NET/googlevocab#title> .
google1:role owl:equivalentProperty <http://purl.org/NET/googlevocab#role> .
google1:PostalAddress owl:equivalentClass <http://purl.org/NET/googlevocab#PostalAddress> .
google1:address owl:equivalentProperty <http://purl.org/NET/googlevocab#address> .
google1:PostalCode owl:equivalentProperty <http://purl.org/NET/googlevocab#PostalCode> .
google1:locality owl:equivalentProperty <http://purl.org/NET/googlevocab#locality> .
google1:region owl:equivalentProperty <http://purl.org/NET/googlevocab#region> .
google1:CountryName owl:equivalentProperty <http://purl.org/NET/googlevocab#CountryName> .
google1:photo owl:equivalentProperty <http://purl.org/NET/googlevocab#photo> .
google1:Review owl:equivalentClass <http://purl.org/NET/googlevocab#Review> .
google1:itemReviewed owl:equivalentProperty <http://purl.org/NET/googlevocab#itemReviewed> .
google1:reviewer owl:equivalentProperty <http://purl.org/NET/googlevocab#reviewer> .
google1:dtReviewed owl:equivalentProperty <http://purl.org/NET/googlevocab#dtReviewed> .
google1:ReviewAggregate owl:equivalentClass <http://purl.org/NET/googlevocab#ReviewAggregate> .
google1:rating owl:equivalentProperty <http://purl.org/NET/googlevocab#rating> .
google1:Product owl:equivalentClass <http://purl.org/NET/googlevocab#Product> .
google1:price owl:equivalentProperty <http://purl.org/NET/googlevocab#price> .
google1:brand owl:equivalentProperty <http://purl.org/NET/googlevocab#brand> .
google1:category owl:equivalentProperty <http://purl.org/NET/googlevocab#category> .

@prefix google2 : <http://rdf.data-vocabulary.org/rdf.xml#> .

google2:Person owl:equivalentClass <http://purl.org/NET/googlevocab#Person> .
google2:Organization owl:equivalentClass <http://purl.org/NET/googlevocab#Organization> .
google2:name owl:equivalentProperty <http://purl.org/NET/googlevocab#name> .
google2:nickname owl:equivalentProperty <http://purl.org/NET/googlevocab#nickname> .
google2:affiliation owl:equivalentProperty <http://purl.org/NET/googlevocab#affiliation> .
google2:title owl:equivalentProperty <http://purl.org/NET/googlevocab#title> .
google2:role owl:equivalentProperty <http://purl.org/NET/googlevocab#role> .
google2:PostalAddress owl:equivalentClass <http://purl.org/NET/googlevocab#PostalAddress> .
google2:address owl:equivalentProperty <http://purl.org/NET/googlevocab#address> .
google2:PostalCode owl:equivalentProperty <http://purl.org/NET/googlevocab#PostalCode> .
google2:locality owl:equivalentProperty <http://purl.org/NET/googlevocab#locality> .
google2:region owl:equivalentProperty <http://purl.org/NET/googlevocab#region> .
google2:CountryName owl:equivalentProperty <http://purl.org/NET/googlevocab#CountryName> .
google2:photo owl:equivalentProperty <http://purl.org/NET/googlevocab#photo> .
google2:Review owl:equivalentClass <http://purl.org/NET/googlevocab#Review> .
google2:itemReviewed owl:equivalentProperty <http://purl.org/NET/googlevocab#itemReviewed> .
google2:reviewer owl:equivalentProperty <http://purl.org/NET/googlevocab#reviewer> .
google2:dtReviewed owl:equivalentProperty <http://purl.org/NET/googlevocab#dtReviewed> .
google2:ReviewAggregate owl:equivalentClass <http://purl.org/NET/googlevocab#ReviewAggregate> .
google2:rating owl:equivalentProperty <http://purl.org/NET/googlevocab#rating> .
google2:Product owl:equivalentClass <http://purl.org/NET/googlevocab#Product> .
google2:price owl:equivalentProperty <http://purl.org/NET/googlevocab#price> .
google2:brand owl:equivalentProperty <http://purl.org/NET/googlevocab#brand> .
google2:category owl:equivalentProperty <http://purl.org/NET/googlevocab#category> .

@prefix google3 : <http://rdf.data-vocabulary.org> .

google3:Person owl:equivalentClass <http://purl.org/NET/googlevocab#Person> .
google3:Organization owl:equivalentClass <http://purl.org/NET/googlevocab#Organization> .
google3:name owl:equivalentProperty <http://purl.org/NET/googlevocab#name> .
google3:nickname owl:equivalentProperty <http://purl.org/NET/googlevocab#nickname> .
google3:affiliation owl:equivalentProperty <http://purl.org/NET/googlevocab#affiliation> .
google3:title owl:equivalentProperty <http://purl.org/NET/googlevocab#title> .
google3:role owl:equivalentProperty <http://purl.org/NET/googlevocab#role> .
google3:PostalAddress owl:equivalentClass <http://purl.org/NET/googlevocab#PostalAddress> .
google3:address owl:equivalentProperty <http://purl.org/NET/googlevocab#address> .
google3:PostalCode owl:equivalentProperty <http://purl.org/NET/googlevocab#PostalCode> .
google3:locality owl:equivalentProperty <http://purl.org/NET/googlevocab#locality> .
google3:region owl:equivalentProperty <http://purl.org/NET/googlevocab#region> .
google3:CountryName owl:equivalentProperty <http://purl.org/NET/googlevocab#CountryName> .
google3:photo owl:equivalentProperty <http://purl.org/NET/googlevocab#photo> .
google3:Review owl:equivalentClass <http://purl.org/NET/googlevocab#Review> .
google3:itemReviewed owl:equivalentProperty <http://purl.org/NET/googlevocab#itemReviewed> .
google3:reviewer owl:equivalentProperty <http://purl.org/NET/googlevocab#reviewer> .
google3:dtReviewed owl:equivalentProperty <http://purl.org/NET/googlevocab#dtReviewed> .
google3:ReviewAggregate owl:equivalentClass <http://purl.org/NET/googlevocab#ReviewAggregate> .
google3:rating owl:equivalentProperty <http://purl.org/NET/googlevocab#rating> .
google3:Product owl:equivalentClass <http://purl.org/NET/googlevocab#Product> .
google3:price owl:equivalentProperty <http://purl.org/NET/googlevocab#price> .
google3:brand owl:equivalentProperty <http://purl.org/NET/googlevocab#brand> .
google3:category owl:equivalentProperty <http://purl.org/NET/googlevocab#category> .

