http://schema.org/amount
The amount of money.
DOMAIN | PROPERTY | RANGE |
---|---|---|
schema1:MonetaryGrant | schema1:amount | schema1:MonetaryAmount |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
schema1:amount a rdf:Property ;
rdfs:label "amount" ;
schema1:domainIncludes schema1:MonetaryGrant ;
schema1:rangeIncludes schema1:MonetaryAmount ;
rdfs:comment "The amount of money." .