wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-rule" namespace { _"http://www.wsmo.org/ontologies/nfp/currencyNFPOntology#", dc _"http://purl.org/dc/elements/1.1#", xsd _"http://www.w3.org/2001/XMLSchema#", wsml _"http://www.wsmo.org/wsml/wsml-syntax#" } ontology _"http://www.wsmo.org/ontologies/nfp/currencyNFPOntology" nonFunctionalProperties dc#title hasValue "Currency Ontology" dc#creator hasValue {"Ioan Toma"} dc#subject hasValue {"Currency"} dc#description hasValue "Price Ontology" dc#publisher hasValue "DERI Innsbruck" dc#contributor hasValue {"Doug Foxvog", "Ioan Toma"} dc#date hasValue "2006-06-19" dc#type hasValue _"http://www.wsmo.org/2004/d2#ontologies" dc#format hasValue "text/html" dc#identifier hasValue _"http://www.wsmo.org/ontologies/nfp/currencyNFPOntology" dc#language hasValue "en-US" wsml#version hasValue "$Revision: 1.0 $" endNonFunctionalProperties concept Currency nonFunctionalProperties dc#description hasValue "Currency concept definition" dc#relation hasValue validCurrency endNonFunctionalProperties concept Euro subConceptOf Currency nonFunctionalProperties dc#description hasValue "Euro concept definition" endNonFunctionalProperties concept USD subConceptOf Currency nonFunctionalProperties dc#description hasValue "USD concept definition" endNonFunctionalProperties concept GBP subConceptOf Currency nonFunctionalProperties dc#description hasValue "GBP concept definition" endNonFunctionalProperties concept AUD subConceptOf Currency nonFunctionalProperties dc#description hasValue "AUD concept definition" endNonFunctionalProperties