blob: 7ab1c1337a9202eadfdc5cc02196673234ff1918 [file] [log] [blame]
PREFIX : <http://example/>
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#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
:graph3 rdf:type owl:Ontology .
# Complicated - if starting at graph1, this is a cycle.
:graph3 owl:imports <graph1.ttl> .
:graph3 owl:imports <graph4.ttl> , <graph5.ttl> .
:graph3 :p [] .