@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# 
# This file provides the imports of the codelists recommended by the DCAT-AP application profile.
#  http://publications.europa.eu/resource/authority/dataset-type (TODO)


<http://data.europa.eu/r5r/codelist_imports>
  rdf:type owl:Ontology ;
  owl:imports <http://publications.europa.eu/resource/authority/language> ;
  owl:imports <http://publications.europa.eu/resource/authority/corporate-body> ;
  #owl:imports <https://github.com/SEMICeu/DCAT-AP/raw/master/releases/2.0.1/dcat-ap_2.0.1.rdf> ;
  owl:imports <http://publications.europa.eu/resource/authority/continent> ;
  owl:imports <http://publications.europa.eu/resource/authority/country> ;     
  owl:imports <http://publications.europa.eu/resource/authority/dataset-type> ;
  owl:imports <http://publications.europa.eu/resource/authority/data-theme> ;
  owl:imports <http://publications.europa.eu/resource/authority/file-type> ;
  owl:imports <http://publications.europa.eu/resource/authority/frequency> ;
  owl:imports <https://github.com/SEMICeu/ADMS-AP/raw/master/purl.org/ADMS_SKOS_v1.00.rdf> ; 
  owl:imports <http://publications.europa.eu/resource/authority/place> ;
  owl:imports <http://publications.europa.eu/resource/authority/planned-availability> ;
  owl:imports <http://publications.europa.eu/resource/authority/access-right> ;
  owl:imports <http://13.81.34.152:1101/resource/authority/healthcategories> ;
  #HealthDCAT-AP
  owl:imports <http://publications.europa.eu/resource/authority/distribution-status> ;
  owl:imports <http://13.81.34.152:1101/resource/authority/publisher-type> ;
  owl:imports <http://13.81.34.152:1101/resource/authority/health-theme> ;
  owl:imports <http://13.81.34.152:1101/resource/authority/health-activity> .
#To be enabled when the controlled vocabularies are available  
#owl:imports <http://13.81.34.152:1101/resource/authority/coding-system> .
#owl:imports <http://13.81.34.152:1101/resource/authority/standard> .

# import of the checksum vocabulary
# owl:imports <https://spdx.org/rdf/terms/spdx-ontology.owl.xml> ;
