edmcouncil / ontology-publisher

The owl-builder "builds" publishable / deployable versions (and derived products) of a given set of ontologies (such as FIBO)
MIT License
7 stars 6 forks source link

Missing files in .zip archives #126

Closed przemekgradzki closed 1 year ago

przemekgradzki commented 1 year ago

In some cases, files containing ontologies from owl:imports are not added to .zip archives, e.g. the dev.rdf.zip (in branch iof_release_202301 for IOF) file contains only 3 files:

iof/ontology/iof_release_202301/latest/AboutIOFDev.rdf iof/ontology/iof_release_202301/latest/MetadataIOF.rdf iof/ontology/iof_release_202301/latest/catalog-v001.xml

although AboutIOFDev.rdf contains the following entries:

  <owl:imports rdf:resource="https://spec.industrialontologies.org/ontology/iof_release_202301/latest/core/Core/"/>
  <owl:imports rdf:resource="https://spec.industrialontologies.org/ontology/iof_release_202301/latest/core/meta/AnnotationVocabulary/"/>
  <owl:imports rdf:resource="https://spec.industrialontologies.org/ontology/iof_release_202301/latest/core/commonstocoremapping/meta/MappingAnnotationVocabularyToCommons/"/>
  <owl:imports rdf:resource="https://spec.industrialontologies.org/ontology/iof_release_202301/latest/core/commonstocoremapping/MappingCommonsToIOF/"/>
  <owl:imports rdf:resource="https://spec.industrialontologies.org/ontology/iof_release_202301/latest/maintenance/MaintenanceReferenceOntology/"/>
  <owl:imports rdf:resource="https://spec.industrialontologies.org/ontology/iof_release_202301/latest/supplychain/SupplyChainReferenceOntology/"/>