Definition of saref:Currency
Defined in https://saref.etsi.org/core/v3.1.1/ as:
The class of units of measure for price
Description as a Class
- has super-classes
- saref:UnitOfMeasure
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .
<https://saref.etsi.org/core/v3.1.1/example/unitsmeasure#> dct:references saref:Currency .
<https://saref.etsi.org/core/v3.1.1/> dct:references saref:Currency ;
dct:subject saref:Currency .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:Currency ;
dct:subject saref:Currency .
saref:Currency a owl:Class ;
rdfs:label "Currency"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.1.1/example/unitsmeasure#>,
<https://saref.etsi.org/core/v3.2.1/> ;
rdfs:comment "The class of units of measure for price"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/> ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/> ;
rdfs:subClassOf saref:UnitOfMeasure ;
ns1:hiddenLabel "Currency" .