Skip to content

Instantly share code, notes, and snippets.

@bjonnh
Last active November 6, 2020 21:34
Show Gist options
  • Save bjonnh/873f0e2e80735508f19d8aad8cc5386b to your computer and use it in GitHub Desktop.
Save bjonnh/873f0e2e80735508f19d8aad8cc5386b to your computer and use it in GitHub Desktop.
template.tsv robot template error with some
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/pho.owl#"
xml:base="http://purl.obolibrary.org/obo/pho.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:eco="http://purl.obolibrary.org/obo/eco#"
xmlns:obo="http://purl.obolibrary.org/obo/"
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:foaf="http://xmlns.com/foaf/0.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:swrla="http://swrl.stanford.edu/ontologies/3.3/swrla.owl#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:subsets="http://purl.obolibrary.org/obo/ro/subsets#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/pho.owl">
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/pho/imports/bfo_import.owl"/>
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/pho/imports/eco_import.owl"/>
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/pho/imports/obi_import.owl"/>
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/pho/imports/ro_import.owl"/>
<dc:description>None</dc:description>
<dc:title>pharmacognosy-ontology</dc:title>
<terms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/PHO_00000000 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/PHO_00000000">
<rdfs:label xml:lang="en">root node</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.obolibrary.org/obo/PHO_00000001">
<rdfs:label xml:lang="en">has application target location</rdfs:label>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi -->
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 15 columns, instead of 5. in line 1.
ID Label Type located_in subclass_of participates_in new_label_prefix method by by_label candidate_for_deletion how_to_delete editor creation_date update_date
ID A rdfs:label TYPE SC 'has application target location' some % SPLIT=| SC %
PHO:0000100 subconjunctival administration class UBERON:0001811 OBI:0600007 subconjunctival administration 0000-0003-1640-9989 6/25/2019 6/25/2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment