Primitivas para la Navegacion Semántica.


<rdfs:Class rdf:ID="ExplorationContext">
   <rdfs:label xml:lang="en">Exploration Context</rdfs:label>
   <rdfs:comment>Destination to an Entry point</rdfs:comment>
</rdfs:Class>
 
<rdfs:Property rdf:ID="NavigationalLink">
   <rdfs:label xml:lang="en">Navigational Link</rdfs:label>
   <rdfs:comment>Navigational Link from a given user View to an                          Exploration Context</rdfs:comment>
   <rdfs:domain rdf:resource="#View"/>
   <rdfs:range rdf:resource="#ExplorationContext"/>
</rdfs:Property>
 
<rdfs:Property rdf:ID="ContextDependencyRelationship">
    <rdfs:label xml:lang="en">Context Dependency Relationship</rdfs:label>
    <rdfs:comment>It allows to show the information in the same       view</rdfs:comment>
</rdfs:Property>