|
1 |
| -@prefix : <http://purl.obolibrary.org/obo/ro.owl#> . |
| 1 | +@prefix : <https://raw.githubusercontent.com/BFO-Mappings/PROV-to-BFO/main/src/imports/RO-imports-extracted.ttl#> . |
2 | 2 | @prefix owl: <http://www.w3.org/2002/07/owl#> .
|
3 | 3 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
4 | 4 | @prefix xml: <http://www.w3.org/XML/1998/namespace> .
|
5 | 5 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
6 | 6 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
7 |
| -@base <http://purl.obolibrary.org/obo/ro.owl> . |
| 7 | +@base <https://raw.githubusercontent.com/BFO-Mappings/PROV-to-BFO/main/src/imports/RO-imports-extracted.ttl> . |
8 | 8 |
|
9 |
| -<http://purl.obolibrary.org/obo/ro.owl> rdf:type owl:Ontology . |
| 9 | +<https://raw.githubusercontent.com/BFO-Mappings/PROV-to-BFO/main/src/imports/RO-imports-extracted.ttl> rdf:type owl:Ontology . |
10 | 10 |
|
11 | 11 | #################################################################
|
12 | 12 | # Annotation properties
|
@@ -247,40 +247,4 @@ Each of these 3 primitives can be composed to yield a cross-product of different
|
247 | 247 | rdfs:label "causally influenced by" .
|
248 | 248 |
|
249 | 249 |
|
250 |
| -################################################################# |
251 |
| -# Individuals |
252 |
| -################################################################# |
253 |
| - |
254 |
| -### http://purl.obolibrary.org/obo/RO_0001901 |
255 |
| -<http://purl.obolibrary.org/obo/RO_0001901> rdf:type owl:NamedIndividual ; |
256 |
| - <http://purl.obolibrary.org/obo/IAO_0000115> """## Elucidation |
257 |
| -
|
258 |
| -This is used when the statement/axiom is assumed to hold true 'eternally' |
259 |
| -
|
260 |
| -## How to interpret (informal) |
261 |
| -
|
262 |
| -First the "atemporal" FOL is derived from the OWL using the standard |
263 |
| -interpretation. This axiom is temporalized by embedding the axiom |
264 |
| -within a for-all-times quantified sentence. The t argument is added to |
265 |
| -all instantiation predicates and predicates that use this relation. |
266 |
| -
|
267 |
| -## Example |
268 |
| -
|
269 |
| - Class: nucleus |
270 |
| - SubClassOf: part_of some cell |
271 |
| -
|
272 |
| - forall t : |
273 |
| - forall n : |
274 |
| - instance_of(n,Nucleus,t) |
275 |
| - implies |
276 |
| - exists c : |
277 |
| - instance_of(c,Cell,t) |
278 |
| - part_of(n,c,t) |
279 |
| -
|
280 |
| -## Notes |
281 |
| -
|
282 |
| -This interpretation is *not* the same as an at-all-times relation""" ; |
283 |
| - rdfs:label "axiom holds for all times"@en . |
284 |
| - |
285 |
| - |
286 |
| -### Generated by the OWL API (version 4.5.26) https://github.com/owlcs/owlapi |
| 250 | +### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi |
0 commit comments