https://w3id.org/omop/ontology/cost
For Cost: The actual financial cost amount
@prefix omop: <https://w3id.org/omop/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
omop:cost a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Cost"^^xsd:string ;
rdfs:comment "For Cost: The actual financial cost amount"@en ;
rdfs:domain omop:Cost ;
rdfs:range xsd:decimal ;
omop:omop_cdm_name "cost.cost#316 AS float"^^xsd:string .