-
Notifications
You must be signed in to change notification settings - Fork 0
/
bicano-base.owl
37 lines (25 loc) · 1.32 KB
/
bicano-base.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
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.brain-bican.org/ontology/bicano/bicano-base.owl#"
xml:base="http://purl.brain-bican.org/ontology/bicano/bicano-base.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://purl.brain-bican.org/ontology/bicano/bicano-base.owl">
<owl:versionIRI rdf:resource="http://purl.brain-bican.org/ontology/bicano/releases/2023-10-04/bicano-base.owl"/>
<dc:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
<owl:versionInfo>2023-10-04</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/elements/1.1/type -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/type"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.26) https://github.com/owlcs/owlapi -->