-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmiappebiocypher.owl.ttl
More file actions
33 lines (24 loc) · 1.27 KB
/
miappebiocypher.owl.ttl
File metadata and controls
33 lines (24 loc) · 1.27 KB
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
@prefix mbc: <https://www.miappe.org/biocypher-root#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://www.miappe.org/biocypher-root> .
<https://www.miappe.org/biocypher-root> rdf:type owl:Ontology ;
rdfs:label "root"@en .
#################################################################
# Classes
#################################################################
### https://www.miappe.org/biocypher-root#biologicalConcept
mbc:biologicalConcept rdf:type owl:Class ;
rdfs:label "biological concept"@en ;
rdfs:subClassOf mbc:entity .
### https://www.miappe.org/biocypher-root#entity
mbc:entity rdf:type owl:Class ;
rdfs:label "entity"@en .
### https://www.miappe.org/biocypher-root#technologicalConcept
mbc:technologicalConcept rdf:type owl:Class ;
rdfs:label "technological concept"@en ;
rdfs:subClassOf mbc:entity .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi