Skip to content

Commit

Permalink
Create multipleImports.owl
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarijo committed Jul 19, 2020
1 parent 344050f commit 38d6a69
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions test/multipleImports.owl
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="https://example.org/multipleImports#"
xml:base="https://example.org/multipleImports"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:ns="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:wot="http://xmlns.com/wot/0.1/"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:dcat="http://www.w3.org/ns/dcat#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:prov="http://www.w3.org/ns/prov#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:schema="http://schema.org/">
<owl:Ontology rdf:about="https://example.org/multipleImports#">
<owl:imports rdf:resource="http://www.w3.org/ns/sosa/"/>
<owl:imports rdf:resource="http://www.w3.org/ns/ssn/"/>
<owl:imports rdf:resource="http://xmlns.com/foaf/0.1/"/>
<rdfs:comment xml:lang="en">Ontology designed to test multiple imported ontologies</rdfs:comment>
</owl:Ontology>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->




<!-- https://example.org/multipleImports#ExampleClass -->

<owl:Class rdf:about="https://example.org/multipleImports#ExampleClass">
<rdfs:comment xml:lang="en">A class from the imported example ontology</rdfs:comment>
<rdfs:label xml:lang="en">Example class</rdfs:label>
</owl:Class>
</rdf:RDF>



<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->

0 comments on commit 38d6a69

Please sign in to comment.