Skip to content

Examples for MonetaryPerDuration are not right #912

@uscholdm

Description

@uscholdm

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions