|
1 | 1 | <?xml version="1.0"?> |
2 | | -<rdf:RDF |
3 | | - xml:base="https://w3id.org/pmd/" |
4 | | - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
| 2 | +<rdf:RDF xmlns="https://w3id.org/pmd/distel/components/imports-edit.owl/" |
| 3 | + xml:base="https://w3id.org/pmd/distel/components/imports-edit.owl/" |
| 4 | + xmlns:co="https://w3id.org/pmd/co/" |
| 5 | + xmlns:dc="http://purl.org/dc/elements/1.1/" |
| 6 | + xmlns:obo="http://purl.obolibrary.org/obo/" |
5 | 7 | xmlns:owl="http://www.w3.org/2002/07/owl#" |
6 | | - xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#" |
| 8 | + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
7 | 9 | xmlns:xml="http://www.w3.org/XML/1998/namespace" |
8 | 10 | xmlns:xsd="http://www.w3.org/2001/XMLSchema#" |
| 11 | + xmlns:doap="http://usefulinc.com/ns/doap#" |
| 12 | + xmlns:qudt="http://qudt.org/schema/qudt/" |
9 | 13 | xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" |
10 | | - xmlns:obo="http://purl.obolibrary.org/obo/"> |
| 14 | + xmlns:skos="http://www.w3.org/2004/02/skos/core#" |
| 15 | + xmlns:terms="http://purl.org/dc/terms/" |
| 16 | + xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"> |
11 | 17 | <owl:Ontology rdf:about="https://w3id.org/pmd/distel/components/imports-edit.owl"> |
12 | 18 | <owl:imports rdf:resource="https://w3id.org/pmd/distel/imports/pmdco_import.owl"/> |
| 19 | + <owl:imports rdf:resource="https://w3id.org/pmd/distel/imports/qudt_import.owl"/> |
13 | 20 | <owl:imports rdf:resource="https://w3id.org/pmd/distel/imports/tto_import.owl"/> |
14 | 21 | <owl:imports rdf:resource="https://w3id.org/pmd/distel/imports/uo_import.owl"/> |
15 | 22 | </owl:Ontology> |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + <!-- |
| 27 | + /////////////////////////////////////////////////////////////////////////////////////// |
| 28 | + // |
| 29 | + // Classes |
| 30 | + // |
| 31 | + /////////////////////////////////////////////////////////////////////////////////////// |
| 32 | + --> |
| 33 | + |
| 34 | + |
| 35 | + |
16 | 36 |
|
17 | | - <!-- This is a placeholder, it will be regenerated when makefile is first executed --> |
| 37 | + <!-- http://qudt.org/schema/qudt/Unit --> |
| 38 | + |
| 39 | + <rdf:Description rdf:about="http://qudt.org/schema/qudt/Unit"> |
| 40 | + <rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000003"/> |
| 41 | + </rdf:Description> |
18 | 42 | </rdf:RDF> |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | +<!-- Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi --> |
| 47 | + |
0 commit comments