-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #417 from dgarijo/develop
Preparing for 1.4.15
- Loading branch information
Showing
14 changed files
with
130 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
title=Questa versione: | ||
name=Ultima versione: | ||
ontologyPrefix=Versione precedente: | ||
ontologyNamespaceURI=Revisione: | ||
dateOfRelease= Autori: | ||
thisVersion=Collaboratori: | ||
latestVersion=Ontologie Estese: | ||
previousVersion=Ontologie Importate: | ||
revision=1.0 | ||
authors=Primo Autore;Secondo Autore | ||
authorURL=http://example.org/author1;http://example.org/author2 | ||
authorInstitution=Istituzione del primo autore;Istituzione del secondo autore | ||
contributors=Primo collaboratore;Secondo collaboratore | ||
contributorsURL=http://example.org/contributor1;http://example.org/contributor2 | ||
contributorsInstitution=Istituzione del primo collaboratore;Istituzione del secondo collaboratore | ||
importsNames=Ontologia Importata 1; Ontologia Importata 2 | ||
importsURLs=http://example.org/test11; http://example.org/test22 | ||
extendsNames=test1; test2 | ||
extendsURLS=http://example.org/test1; http://example.org/test2 | ||
license=Nome della Licenza. ex: Licenza Creative COmmons - Attribuzione - Non commerciale - Condividi allo stesso modo 2.0 Italia | ||
licenseURL=https://creativecommons.org/licenses/by-nc-sa/2.0/it/ | ||
licenseIconURL=http://i.creativecommons.org/l/by-nc-sa/2.0/88x31.png |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> | ||
|