-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobcs-edit.owl
28 lines (19 loc) · 1016 Bytes
/
obcs-edit.owl
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
Prefix(:=<http://purl.obolibrary.org/obo/obcs.owl#>)
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#>)
Ontology(<http://purl.obolibrary.org/obo/obcs.owl>
Import(<http://purl.obolibrary.org/obo/obcs/imports/obi_import.owl>)
Import(<http://purl.obolibrary.org/obo/obcs/imports/ro_import.owl>)
Import(<http://purl.obolibrary.org/obo/obcs/imports/pato_import.owl>)
Import(<http://purl.obolibrary.org/obo/obcs/imports/stato_import.owl>)
Annotation(rdfs:comment "Ontology for Biological and Clinical Statistics")
Declaration(Class(<http://purl.obolibrary.org/obo/OBCS_00000000>))
############################
# Classes
############################
# Class: <http://purl.obolibrary.org/obo/OBCS_00000000> (obcs)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/OBCS_00000000> "obcs"@en)
)