@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix gr: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . owl:DatatypeProperty a rdfs:Class ; rdfs:label "DatatypeProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of has currency (1..1)" ; foaf:primaryTopic gr:hasCurrency . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:comment a rdf:Property ; rdfs:label "comment" . rdfs:domain a rdf:Property ; rdfs:label "domain" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:range a rdf:Property ; rdfs:label "range" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of has currency (1..1)" . dc:format "text/n3" ; dcterms:title "Notation3 description of has currency (1..1)" . dc:format "text/plain" ; dcterms:title "NTriples description of has currency (1..1)" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of has currency (1..1)" . dc:format "text/turtle" ; dcterms:title "Turtle description of has currency (1..1)" . a owl:Ontology ; rdfs:label "GoodRelations Ontology"@en ; dc:title "The GoodRelations Vocabulary for Semantic Web-based E-Commerce"@en ; dcterms:license . gr:PriceSpecification a owl:Class ; rdfs:label "Price specification"@en . gr:hasCurrency a owl:DatatypeProperty ; rdfs:label "has currency (1..1)"@en ; rdfs:comment "The currency for all prices in the gr:PriceSpecification given using the ISO 4217 standard (3 characters)."@en ; rdfs:domain gr:PriceSpecification ; rdfs:isDefinedBy ; rdfs:range xsd:string . [] a ov:RequestedDocument ; dcterms:source .