Skip to content

Commit

Permalink
Generate OWL file
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Jan 6, 2022
1 parent 6fa87ed commit 831a523
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions psi-ms.owl
Original file line number Diff line number Diff line change
@@ -1,27 +1,43 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/ms.owl#"
xml:base="http://purl.obolibrary.org/obo/ms.owl"
xmlns:cl="http://purl.obolibrary.org/obo/cl#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:uo="http://purl.obolibrary.org/obo/uo#"
xmlns:go="http://purl.obolibrary.org/obo/go#"
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:cito="http://purl.org/spar/cito/"
xmlns:core="http://purl.obolibrary.org/obo/uberon/core#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:obo1="http://www.geneontology.org/formats/oboInOwl#http://purl.obolibrary.org/obo/"
xmlns:pato="http://purl.obolibrary.org/obo/pato#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:chebi="http://purl.obolibrary.org/obo/chebi/"
xmlns:swrla="http://swrl.stanford.edu/ontologies/3.3/swrla.owl#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:chebi3="http://purl.obolibrary.org/obo/chebi#2"
xmlns:chebi4="http://purl.obolibrary.org/obo/chebi#3"
xmlns:chebi5="http://purl.obolibrary.org/obo/chebi#1"
xmlns:ubprop="http://purl.obolibrary.org/obo/ubprop#"
xmlns:subsets="http://purl.obolibrary.org/obo/ro/subsets#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
xmlns:ncbitaxon="http://purl.obolibrary.org/obo/ncbitaxon#"
xmlns:oboInOwl2="oboInOwl:">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/ms.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/ms/4.1.65/ms.owl"/>
<owl:imports rdf:resource="http://ontologies.berkeleybop.org/pato.owl"/>
<owl:imports rdf:resource="http://ontologies.berkeleybop.org/uo.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/ms/4.1.67/ms.owl"/>
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/pato.owl"/>
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/uo.owl"/>
<oboInOwl:NamespaceIdRule rdf:datatype="http://www.w3.org/2001/XMLSchema#string">* MS:$sequence(7,0,9999999)$</oboInOwl:NamespaceIdRule>
<oboInOwl:NamespaceIdRule rdf:datatype="http://www.w3.org/2001/XMLSchema#string">* PEFF:$sequence(7,0,9999999)$</oboInOwl:NamespaceIdRule>
<oboInOwl:auto-generated-by rdf:datatype="http://www.w3.org/2001/XMLSchema#string">OBO-Edit 2.3.1</oboInOwl:auto-generated-by>
<oboInOwl:date rdf:datatype="http://www.w3.org/2001/XMLSchema#string">04:12:2021 00:00</oboInOwl:date>
<oboInOwl:default-namespace rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MS</oboInOwl:default-namespace>
<oboInOwl:hasOBOFormatVersion rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1.2</oboInOwl:hasOBOFormatVersion>
<oboInOwl:saved-by rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Eric Deutsch</oboInOwl:saved-by>
<oboInOwl:saved-by rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Matt Chambers</oboInOwl:saved-by>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">For any queries contact psidev-ms-vocab@lists.sourceforge.net</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.</rdfs:comment>
Expand Down

0 comments on commit 831a523

Please sign in to comment.