@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://productdb.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix goodrelations: <http://purl.org/goodrelations/v1#> .
@prefix stuff: <http://purl.org/stuff/rev#> .
@prefix ns1: <http://productdb.org/2002-acura-rsx/review/> .
@prefix ov: <http://open.vocab.org/terms/> .

<http://productdb.org/2002-acura-rsx.turtle> rdf:type foaf:Document ,
                                                      dctype:Text ;
                                             foaf:primaryTopic <http://productdb.org/2002-acura-rsx> ;
                                             dct:hasFormat <http://productdb.org/2002-acura-rsx.rdf> ,
                                                           <http://productdb.org/2002-acura-rsx.html> ,
                                                           <http://productdb.org/2002-acura-rsx.json> ;
                                             foaf:topic <http://productdb.org/2002-acura-rsx> .

<http://productdb.org/2002-acura-rsx.rdf> rdf:type dctype:Text ,
                                                   foaf:Document ;
                                          dc:format "application/rdf+xml" ;
                                          rdfs:label "RDF/XML" .

<http://productdb.org/2002-acura-rsx.html> rdf:type dctype:Text ,
                                                    foaf:Document ;
                                           dc:format "text/html" ;
                                           rdfs:label "HTML" .

<http://productdb.org/2002-acura-rsx.json> rdf:type dctype:Text ,
                                                    foaf:Document ;
                                           dc:format "application/json" ;
                                           rdfs:label "JSON" .

ns0:cars skos:prefLabel "Cars" .

<http://productdb.org/2002-acura-rsx> goodrelations:hasManufacturer ns0:manufacturer-acura ;
                                      stuff:hasReview ns1:erik ,
                                                      ns1:amanie ;
                                      foaf:isPrimaryTopicOf <http://www.productwiki.com/2002-acura-rsx/> ;
                                      ov:category ns0:cars ;
                                      rdfs:comment "A 2-door, 4-cylinder sports coupe from Acura. Boasts 200hp in the Type-S and 160 hp for the standard model. Available in manual and automatic with sportshift. 2002 is the debut year for the RSX." ;
                                      rdf:type goodrelations:ProductOrServiceModel ;
                                      skos:prefLabel "2002 Acura RSX" .