Skip to content

Commit

Permalink
We have added one axiom in roh::Invention class
Browse files Browse the repository at this point in the history
the added axiom:
roh:produces only roh:ResearchObject
  • Loading branch information
mpuerta004 committed Dec 1, 2021
1 parent 2fe1304 commit 3de3631
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roh/modules/core/roh-core.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3895,6 +3895,10 @@ A roh:FundingSource roh:feeds a roh:Funding with funds to sponsor some projects.
)
]
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :produces ;
owl:allValuesFrom :ResearchObject
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :spends ;
owl:allValuesFrom :PatentExpense
Expand Down

0 comments on commit 3de3631

Please sign in to comment.