Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It depends what you mean by a bilingual ontology. If you want to have an ontology in which the concepts can be presented to both an English reader and a Romanian reader, but there's only one base set of concepts, then it's fairly easy. The <em>identity</em> of the concept is expressed as a URI, for example:</p> <pre><code>&lt;http://example.com/ontology/animals/Dog&gt; a owl:Class . </code></pre> <p>There's only one concept denoting dogs, but you add labels and comments that will allow the class to be presented to users in either language:</p> <pre><code>&lt;http://example.com/ontology/animals/Doc&gt; a owl:Class ; rdfs:label "dog"@en ; rdfs:label "câine"@ro ; rdfs:comment "Denotes the class of all dogs"@en ; rdfs:comment "Denotă clasa tuturor câinilor"@ro . </code></pre> <p>Apologies for the Romanian - it was from Google Translate. I hope it makes sense! I don't use Protege, but you should be able to add labels and comments in multiple languages - it's a basic facility in RDF.</p> <p>If, on the other hand, you want to have one ontology that contains concepts drawn from both languages, that can be harder. I don't know Romanian (see above!), so I don't know if this is the case or not, but some languages conceptualise the world in quite different ways, so defining a single ontology that merges concepts from both world-views can be difficult. It's also the case that, while RDF and OWL use UTF-8 as their base encoding, you may find some tools that aren't comfortable processing URI's that contain characters outside of US ASCII. That shouldn't be the case in theory, but you might want to be careful just in case.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload