-
Notifications
You must be signed in to change notification settings - Fork 22
Closed as not planned
Description
The examples for MonetaryPerDuration are not right there needs to be a number. Suggest to replace with:
skos:example "20 dollars per hour, 5000 euros per month."^^xsd:string ;
Suggest more natural wording for the definition as follows:
skos:definition "An amount of money over a period of time."^^xsd:string ;
gist:MonetaryPerDuration
a owl:Class ;
owl:equivalentClass [
owl:intersectionOf (
gist:RatioMagnitude
[
a owl:Restriction ;
owl:onProperty gist:hasUnitOfMeasure ;
owl:allValuesFrom gist:CurrencyPerDurationUnit ;
]
) ;
] ;
skos:definition "A monetary amount over a period of time."^^xsd:string ;
skos:example "Dollars per hour, euros per month."^^xsd:string ;
skos:prefLabel "Monetary per Duration"^^xsd:string ;
.
Metadata
Metadata
Assignees
Labels
No labels