You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by al...@apache.org on 2011/12/13 18:21:51 UTC

svn commit: r1213795 - /incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/registry/language.mdtext

Author: alexdma
Date: Tue Dec 13 17:21:51 2011
New Revision: 1213795

URL: http://svn.apache.org/viewvc?rev=1213795&view=rev
Log:
STANBOL-402 : more content on ontology registry language.

Modified:
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/registry/language.mdtext

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/registry/language.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/registry/language.mdtext?rev=1213795&r1=1213794&r2=1213795&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/registry/language.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/registry/language.mdtext Tue Dec 13 17:21:51 2011
@@ -3,9 +3,9 @@ Title: Ontology Registry Language
 To create an ontology registry, simply create an ontology and upload it somewhere on the Web. 
 Supported formats are RDF/XML, OWL/XML, Turtle, N3, Manchester OWL Syntax and OWL Functional Syntax. RDF/JSON and JSON-LD are not supported.
 
-The ontology must contain individuals of type <[http://www.ontologydesignpatterns.org/cpont/codo/coddata.owl#OntologyLibrary]> (libraries) and/or <[http://www.ontologydesignpatterns.org/cpont/codo/codkernel.owl#Ontology]> (ontologies referenced by libraries). The URI that identifies an individual of type <tt>Ontology</tt> MUST be the (dereferenceable) physical location of the ontology document, no matter if it differs from the actual ontology ID (which is found out only after the ontology is laoded).
+The ontology must contain individuals of type [<http://www.ontologydesignpatterns.org/cpont/codo/coddata.owl#OntologyLibrary>](http://www.ontologydesignpatterns.org/cpont/codo/coddata.owl#OntologyLibrary) (libraries) and/or [<http://www.ontologydesignpatterns.org/cpont/codo/codkernel.owl#Ontology>](http://www.ontologydesignpatterns.org/cpont/codo/codkernel.owl#Ontology) (ontologies referenced by libraries). The URI that identifies an individual of type <tt>Ontology</tt> MUST be the (dereferenceable) physical location of the ontology document, no matter if it differs from the actual ontology ID (which is found out only after the ontology is laoded).
 
-Relations between libraries and ontologies are assertions on the properties <[http://www.ontologydesignpatterns.org/schemas/meta.owl#hasOntology]> (with subject of type <tt>OntologyLibrary</tt> and object of type <tt>Ontology</tt>) and <[http://www.ontologydesignpatterns.org/schemas/meta.owl#isOntologyOf]> (withg inverted subject and object types). It does not matter which property you choose.
+Relations between libraries and ontologies are assertions on the properties [<http://www.ontologydesignpatterns.org/schemas/meta.owl#hasOntology>](http://www.ontologydesignpatterns.org/schemas/meta.owl#hasOntology) (with subject of type <tt>OntologyLibrary</tt> and object of type <tt>Ontology</tt>) and [<http://www.ontologydesignpatterns.org/schemas/meta.owl#isOntologyOf>](http://www.ontologydesignpatterns.org/schemas/meta.owl#isOntologyOf) (with inverted subject and object types). It does not matter which property you choose.
 
 ## Examples