-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEnviroPackets.ttl
70 lines (67 loc) · 7.66 KB
/
EnviroPackets.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
@prefix : <http://www.semanticweb.org/austinmeier/ontologies/2017/11/untitled-ontology-29#> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix entity_attribute1: <http://purl.obolibrary.org/obo/envo-p/patterns/entity_attribute/> .
@prefix foo: <http://geneontology.org/foo/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix protege: <http://protege.stanford.edu/plugins/owl/protege#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix envo: <http://purl.obolibrary.org/obo/envo#> .
@prefix swrla: <http://swrl.stanford.edu/ontologies/3.3/swrla.owl#> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix entity_attribute: <http://purl.obolibrary.org/obo/oba/patterns/entity_attribute/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix pato: <http://purl.obolibrary.org/obo/pato#> .
@prefix uo: <http://purl.obolibrary.org/obo/uo#> .
@prefix entity_quality: <http://purl.obolibrary.org/obo/oba/patterns/entity_quality/> .
@prefix process_attribute: <http://purl.obolibrary.org/obo/envo-p/patterns/process_attribute/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix subsets: <http://purl.obolibrary.org/obo/ro/subsets#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
<http://www.semanticweb.org/austinmeier/ontologies/2017/11/untitled-ontology-29>
a owl:Ontology ;
owl:imports <http://purl.obolibrary.org/obo/iao/2017-03-24/iao.owl> , <http://purl.obolibrary.org/obo/uo/releases/2017-09-25/uo.owl> , <http://purl.obolibrary.org/obo/ro/releases/2017-10-02/ro.owl> , <http://purl.obolibrary.org/obo/envo/releases/2017-08-22/envo.owl> , <http://purl.obolibrary.org/obo/pato/releases/2017-07-10/pato.owl> .
<http://purl.obolibrary.org/obo/PTPSO:0000003>
a owl:NamedIndividual ;
rdfs:label "pascal"@en .
<http://purl.obolibrary.org/obo/PTPSO:0000002>
a owl:Class ;
rdfs:label "hadal zone characteristics"@en ;
owl:equivalentClass [ a owl:Class ;
owl:intersectionOf ( obo:ENVO_00000214
[ a owl:Restriction ;
owl:onProperty obo:RO_0000053 ;
owl:someValuesFrom [ a owl:Class ;
owl:intersectionOf ( obo:PATO_0001025
[ a owl:Restriction ;
owl:onProperty obo:IAO_0000417 ;
owl:someValuesFrom [ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:hasValue <http://purl.obolibrary.org/obo/PTPSO:0000003> ;
owl:onProperty obo:IAO_0000039
]
[ a owl:Restriction ;
owl:onProperty obo:IAO_0000004 ;
owl:someValuesFrom [ a rdfs:Datatype ;
owl:intersectionOf ( [ a rdfs:Datatype ;
owl:onDatatype xsd:float ;
owl:withRestrictions ( [ xsd:minInclusive "1.1146E8"^^xsd:float ]
)
]
[ a rdfs:Datatype ;
owl:onDatatype xsd:float ;
owl:withRestrictions ( [ xsd:maxInclusive "3.1146E8"^^xsd:float ]
)
]
)
]
]
)
]
]
)
]
]
)
] .