@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 that are implicitly the result of reusing them in the DCAT-AP application profile.
# The imports point to the URL of the RDF serializations (mostly the turtle serializations) as not all ontology URIs have content negotation implemented. 
# The RDF format is required for the ISA testbed validator.
# The following imports have been outcommented: 
#   owl:imports <https://www.w3.org/ns/odrl/2/ODRL22.ttl> ; import is excluded because the shacl shape for Category applies to all instances of skos:Concept and the skos:Concepts in the ODRL do not comply to this. 


<http://data.europa.eu/r5r>
  rdf:type owl:Ontology ;
  owl:imports <https://www.w3.org/ns/dcat2.ttl> ;
  owl:imports <http://dublincore.org/2020/01/20/dublin_core_terms.ttl> ;
  owl:imports <http://xmlns.com/foaf/spec/index.rdf> ;
  owl:imports <https://www.w3.org/ns/locn.ttl> ;
  owl:imports <https://spdx.org/rdf/terms/spdx-ontology.owl.xml> ;  
  #The schema is not found on the url https://schema.org/version/latest/schema.ttl
  #The correct url seems to be https://schema.org/version/latest/schemaorg-current-https.ttl , this will be discussed with SEMIC
  owl:imports <http://www.w3.org/ns/prov-o.ttl> ;
  owl:imports <http://www.w3.org/2006/time.ttl> ;
  owl:imports <http://www.w3.org/2006/vcard/ns.ttl> ;
  owl:imports <http://www.w3.org/ns/adms.ttl> ;
  
  #HealthDCAT-AP
   owl:imports <http://www.w3.org/ns/dqv.ttl> ;
#  owl:imports <https://raw.githubusercontent.com/w3c/dpv/6247647971be6a330a58748344da45df597b14a2/2.0/dpv/dpv.ttl> ;
   owl:imports <http://www.w3.org/ns/csvw.ttl> .
  
  	
<http://data.europa.eu/m8g/>
	rdf:type owl:Ontology ;
	owl:imports <https://raw.githubusercontent.com/SEMICeu/uri.semic.eu-puris/main/releases/m8g/m8g.ttl> .
