|
<?xml version="1.0"?> |
|
<rdf:RDF xmlns="http://www.semanticweb.org/cthoyt/ontologies/2025/8/untitled-ontology-153/" |
|
xml:base="http://www.semanticweb.org/cthoyt/ontologies/2025/8/untitled-ontology-153/" |
|
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:rdfs="http://www.w3.org/2000/01/rdf-schema#" |
|
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"> |
|
<owl:Ontology rdf:about="http://www.semanticweb.org/cthoyt/ontologies/2025/8/untitled-ontology-153"/> |
|
|
|
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0003000"> |
|
<rdfs:label xml:lang="en">abbreviation</rdfs:label> |
|
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty"/> |
|
</owl:AnnotationProperty> |
|
|
|
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/OMO_0003012"> |
|
<rdfs:label xml:lang="en">acronym</rdfs:label> |
|
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/OMO_0003000"/> |
|
</owl:AnnotationProperty> |
|
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty"/> |
|
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasExactSynonym"/> |
|
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasSynonymType"/> |
|
|
|
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IDPO_89a27cc2_0d50_4b43_8dcc_d9bbd29704eb"> |
|
<oboInOwl:hasExactSynonym>EC</oboInOwl:hasExactSynonym> |
|
<rdfs:label xml:lang="en">example class</rdfs:label> |
|
</owl:Class> |
|
|
|
<owl:Axiom> |
|
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/IDPO_89a27cc2_0d50_4b43_8dcc_d9bbd29704eb"/> |
|
<owl:annotatedProperty rdf:resource="http://www.geneontology.org/formats/oboInOwl#hasExactSynonym"/> |
|
<owl:annotatedTarget>EC</owl:annotatedTarget> |
|
<oboInOwl:hasSynonymType rdf:resource="http://purl.obolibrary.org/obo/OMO_0003012"/> |
|
</owl:Axiom> |
|
</rdf:RDF> |
This only works I guess because of the
owl-axiomsheader which is killed by many OBO-fication processes.. So I think your demo proves we cannot do what you want at the moment..You will have to file an issue here:
https://github.com/owlcollab/oboformat/issues?q=is%3Aissue%20state%3Aopen%20synonym%20type
And keep fingers crossed. Sorry!