blob: 083e77900b457406a428d3bb09e7f1a13c753108 [file] [log] [blame]
@base <http://example.org/directives> .
@prefix ex: <http://example.org/directives#> .
@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 sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://example.org/directives>
a owl:Ontology ;
owl:imports <http://example.org/graph1> ;
owl:imports <http://example.org/graph2> ;
.