Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurav Kumar authored and Saurav Kumar committed Sep 3, 2023
1 parent c8b8c5e commit d6f7977
Show file tree
Hide file tree
Showing 6 changed files with 10,935 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pko-base.obo
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
format-version: 1.2
data-version: http://si.eu-parc.eu/pko/releases/2023-09-03/pko-base.owl
ontology: http://si.eu-parc.eu/pko/pko-base.owl
property_value: http://purl.org/dc/elements/1.1/type IAO:8000001
property_value: http://purl.org/dc/terms/description "None" xsd:string
property_value: http://purl.org/dc/terms/license https://creativecommons.org/licenses/unspecified
property_value: http://purl.org/dc/terms/title "pharmokinetic-ontology" xsd:string
property_value: owl:versionInfo "2023-09-03" xsd:string

[Term]
id: PKO:0000000
name: root node

84 changes: 84 additions & 0 deletions pko-base.owl
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://si.eu-parc.eu/pko/pko-base.owl#"
xml:base="http://si.eu-parc.eu/pko/pko-base.owl"
xmlns:dce="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#"
xmlns:dcterms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="http://si.eu-parc.eu/pko/pko-base.owl">
<owl:versionIRI rdf:resource="http://si.eu-parc.eu/pko/releases/2023-09-03/pko-base.owl"/>
<dce:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
<dcterms:description>None</dcterms:description>
<dcterms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
<dcterms:title>pharmokinetic-ontology</dcterms:title>
<owl:versionInfo>2023-09-03</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"/>



<!-- http://purl.org/dc/terms/description -->

<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description">
<rdfs:label>description</rdfs:label>
</owl:AnnotationProperty>



<!-- http://purl.org/dc/terms/license -->

<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license">
<rdfs:label>license</rdfs:label>
</owl:AnnotationProperty>



<!-- http://purl.org/dc/terms/title -->

<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title">
<rdfs:label>title</rdfs:label>
</owl:AnnotationProperty>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->




<!-- http://si.eu-parc.eu/PKO_0000000 -->

<owl:Class rdf:about="http://si.eu-parc.eu/PKO_0000000">
<rdfs:label xml:lang="en">root node</rdfs:label>
</owl:Class>
</rdf:RDF>



<!-- Generated by the OWL API (version 4.5.25) https://github.com/owlcs/owlapi -->

Loading

0 comments on commit d6f7977

Please sign in to comment.