USGCRP / gcis-ontology

Ontology for the Global Change Information System
4 stars 7 forks source link

Rephrase definition of gcis:derivedModelRunOutputs #175

Closed zednis closed 8 years ago

zednis commented 8 years ago

references #159

gcis:derivedModelRunOutputs a owl:ObjectProperty ;
    rdfs:label "derived model run outputs" ;
    rdfs:comment "A scenario was used in a model run and derived one or more model run outputs." ;
    rdfs:domain gcis:Scenario ;
    rdfs:range gcis:ModelRunOutput ;
    owl:inverseOf gcis:derivedFromScenario ;
    rdfs:subPropertyOf prov:hadDerivation .

@justgo129 I don't actually understand the definition. I think "A scenario...derived one or more model outputs outputs" reads somewhat awkwardly to me.

zednis commented 8 years ago

how about "outputs of a model run based on this scenario"?

zednis commented 8 years ago

@xgmachina @rewolfe

justgo129 commented 8 years ago

Fine with me.

On Tue, Nov 24, 2015 at 4:58 PM, Stephan Zednik notifications@github.com wrote:

how about "outputs of a model run based on this scenario"?

— Reply to this email directly or view it on GitHub https://github.com/USGCRP/gcis-ontology/issues/175#issuecomment-159417549 .


Justin Goldstein, Ph.D. Advance Science Climate Data and Observing Systems Coordinator US Global Change Research Program

1800 G Street NW, Suite 9100, (Note New Address) Washington, D.C. 20006, U.S.A. phone: (202) 419-3496 e-mail: jgoldstein AT usgcrp Dot gov

http://www.globalchange.gov

zednis commented 8 years ago

I'll wait for input from @rewolfe and @xgmachina and if there is consensus make the change.

justgo129 commented 8 years ago

Sounds good. In the meantime, for the actual turtle templates, I've merged a pull request incorporating two of the three new predicates. https://github.com/USGCRP/gcis/pull/250

rewolfe commented 8 years ago

+1

justgo129 commented 8 years ago

Closed #175 due to merged #176.