GithubHelp home page GithubHelp logo

wimmics / corese Goto Github PK

View Code? Open in Web Editor NEW
95.0 20.0 29.0 68.65 MB

Software platform implementing and extending the standards of the Semantic Web.

Home Page: https://project.inria.fr/corese/

License: Other

Java 53.12% XSLT 0.02% HTML 37.93% TeX 0.01% CSS 0.20% Batchfile 0.01% Shell 0.03% JavaScript 7.84% Ruby 0.64% Dockerfile 0.01% Python 0.06% Sway 0.01% Haml 0.14% Makefile 0.01%
inria rdf semantic-web sparql sparql-endpoints sparql-client java rdfs shacl

corese's Introduction

Project Status: Active – The project has reached a stable, usable state and is being actively developed. DOI SWH License: CECILL-C Discussions

Corese-logo
Software platform for the Semantic Web of Linked Data

Corese is a software platform implementing and extending the standards of the Semantic Web. It allows to create, manipulate, parse, serialize, query, reason and validate RDF data.

Corese implement W3C standards RDF, RDFS, SPARQL1.1 Query & Update, OWL RL, SHACL … It also implements extensions like STTL SPARQL, SPARQL Rule and LDScript.

There are several interfaces for Corese:

  • Corese-library: Java library to process RDF data and use Corese features via an API.
  • Corese-server: Tool to easily create, configure and manage SPARQL endpoints.
  • Corese-gui: Graphical interface that allows an easy and visual use of Corese features.
  • Corese-Command: Command Line Interface for Corese that allows users to interact with Corese features from the terminal.
  • Corese-Python (beta): Python wrapper for accessing and manipulating RDF data with Corese features using py4j.

Download and install

Corese-library

<dependency>
    <groupId>fr.inria.corese</groupId>
    <artifactId>corese-core</artifactId>
    <version>4.5.0</version>
</dependency>

<!-- jena storage -->
<dependency>
    <groupId>fr.inria.corese</groupId>
    <artifactId>corese-jena</artifactId>
    <version>4.5.0</version>
</dependency>

<!-- rdf4j storage -->
<dependency>
    <groupId>fr.inria.corese</groupId>
    <artifactId>corese-rdf4j</artifactId>
    <version>4.5.0</version>
</dependency>

Corese-server

docker run --name my-corese \
    -p 8080:8080 \
    -d wimmics/corese
wget "https://github.com/Wimmics/corese/releases/download/release-4.5.0/corese-server-4.5.0.jar"
java -jar "-Dfile.encoding=UTF8" "corese-server-4.5.0.jar"

Corese-GUI

  • Download on Flathub
Download on Flathub
wget "https://github.com/Wimmics/corese/releases/download/release-4.5.0/corese-gui-4.5.0.jar"
java -jar "-Dfile.encoding=UTF8" "corese-gui-4.5.0.jar"

Corese-Command

  • Download on Flathub
Download on Flathub
wget "https://github.com/Wimmics/corese/releases/download/release-4.5.0/corese-command-4.5.0.jar"
java -jar "-Dfile.encoding=UTF8" "corese-command-4.5.0.jar"
  • Alternatively, use the installation script for Linux and MacOS systems.
curl -sSL https://files.inria.fr/corese/distrib/script/install-corese-command.sh | bash

To uninstall:

curl -sSL https://files.inria.fr/corese/distrib/script/uninstall-corese-command.sh | bash

If you're using zsh, replace bash with zsh.

Corese-Python (beta)

wget "https://github.com/Wimmics/corese/releases/download/release-4.5.0/corese-library-python-4.5.0.jar"
java -jar "-Dfile.encoding=UTF8" "corese-library-python-4.5.0.jar"

Compilation from source

Download source code and compile.

git clone "https://github.com/Wimmics/corese.git"
cd corese
mvn clean install -DskipTests

How to cite Corese

Use the "Cite this repository" option on the right side of this page.

Contributions and discussions

For support questions, comments, and any ideas for improvements you'd like to discuss, please use our discussion forum. We welcome everyone to contribute to issue reports, suggest new features, and create pull requests.

General informations

corese's People

Contributors

akmass avatar alaabenfatma avatar dependabot[bot] avatar erwandemairy avatar fabiengandon avatar frmichel avatar maillpierre avatar ndelaforge avatar ocorby avatar pchampin avatar phil9987 avatar remiceres avatar szarnyasg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

corese's Issues

Live Query Cursors

Greetings!

In the current web development landscape, frameworks like Meteor and Horizon (from the RethinkDB team), as well as OrientDB, support a feature named Live Query. The idea is to offer query cursors that will be updated according to the updates in the database. As far as I know, no triple store implements this feature. I have been thinking about some technical issues regarding such feature in the triple stores and, if someone wants to talk about this feature, I can continue the discussion.

Have a nice weekend. :)

[ontology graph] Reverse predicates

Allow predicates to be drawn in the opposite direction they should.
In giving in the parameter object, in the "properties" list a predicate beginning by '-', the relationships will be displayed at reverse.

Loading same JSON-LD as file or proxied from other server does not work the same

Hi again,

Quite a weird one, still with standalone corese-3.2.3a.jar

The following loads and expanded JSON-LD file (with no @context) in compact form :
load https://erebe-vm2.i3s.unice.fr/~fmichel/flickr-compact.jsonld
That works fine.

The following loads exactly the same JSON-LD content although it is proxied from another server.
load https://erebe-vm2.i3s.unice.fr/~fmichel/JsonLD-php/compact-jsonld-flickr.php
It returns this error:

11:18:33.086 [Thread-3] ERROR fr.inria.edelweiss.kgraph.query.GraphManager - Load error: https://erebe-vm2.i3s.unice.fr/~fmichel/JsonLD-php/compact-jsonld-flickr.php
fr.com.hp.hpl.jena.rdf.arp.ParseException {E301} Content is not allowed in prolog.
line 1 in 'https://erebe-vm2.i3s.unice.fr/~fmichel/JsonLD-php/compact-jsonld-flickr.php'
https://erebe-vm2.i3s.unice.fr/~fmichel/JsonLD-php/compact-jsonld-flickr.php
11:18:33.086 [Thread-3] ERROR fr.inria.edelweiss.kgram.core.Exp - Load error: https://erebe-vm2.i3s.unice.fr/~fmichel/JsonLD-php/compact-jsonld-flickr.php
fr.com.hp.hpl.jena.rdf.arp.ParseException {E301} Content is not allowed in prolog.
line 1 in 'https://erebe-vm2.i3s.unice.fr/~fmichel/JsonLD-php/compact-jsonld-flickr.php'
https://erebe-vm2.i3s.unice.fr/~fmichel/JsonLD-php/compact-jsonld-flickr.php
** Time : 1.468

In both cases, the Content-Type header is "application/ld+json". But other HTTP headers differ.

Could you help me understand what's wrong in the second case?

Franck.

SPARQL endpoint URL

Hi,

I'm trying to use Corese for calculating some graph metrics (e.g. diameter) for a research project, the Train Benchmark. I'd like to use the SPARQL endpoint from an R script. I started the Corese server with java -jar corese-server-3.1.8.jar but couldn't figure out the URL for the SPARQL endpoint. Can you please give me a pointer on that?

Thanks,
Gabor

Read lock while in inference?

Greetings!

I notice that inference seems to start when someone sends the first SPARQL query. Until all inferences are produced (AFAIK), no read queries (SELECT, DESCRIBE, CONSTRUCT, ASK) can be performed or they will be put on a waiting queue. Is this the best approach? Wouldn't it be better to allow read queries while the inference process is going on?

Maven build failure

It's on a virgin machine !

$ mvn clean install -Dmaven.test.skip=true
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[WARNING] The expression ${parent.groupId} is deprecated. Please use ${project.parent.groupId} instead. @ 
[WARNING] The expression ${parent.groupId} is deprecated. Please use ${project.parent.groupId} instead. @ 
[WARNING] The expression ${parent.groupId} is deprecated. Please use ${project.parent.groupId} instead. @ 
[WARNING] The expression ${parent.groupId} is deprecated. Please use ${project.parent.groupId} instead. @ 
[WARNING] The expression ${parent.groupId} is deprecated. Please use ${project.parent.groupId} instead. @ 
[WARNING] The expression ${parent.groupId} is deprecated. Please use ${project.parent.groupId} instead. @ 
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version 4.12 @ fr.inria.wimmics:kgenv:[unknown-version], /home/jmv/src/corese/kgenv/pom.xml, line 44, column 21
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.hamcrest:hamcrest-core:jar -> duplicate declaration of version 1.3 @ fr.inria.wimmics:kgenv:[unknown-version], /home/jmv/src/corese/kgenv/pom.xml, line 50, column 21
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: fr.com.hp.hpl.jena.rdf.arp:arp:jar -> duplicate declaration of version 2.2.b @ fr.inria.wimmics:corese-core:[unknown-version], /home/jmv/src/corese/kgtool/pom.xml, line 93, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: xerces:xercesImpl:jar -> duplicate declaration of version 2.8.0 @ fr.inria.wimmics:corese-core:[unknown-version], /home/jmv/src/corese/kgtool/pom.xml, line 113, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.ibm.icu:icu4j:jar -> duplicate declaration of version (?) @ fr.inria.wimmics:corese-core:[unknown-version], /home/jmv/src/corese/kgtool/pom.xml, line 118, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: commons-lang:commons-lang:jar -> duplicate declaration of version (?) @ fr.inria.wimmics:corese-core:[unknown-version], /home/jmv/src/corese/kgtool/pom.xml, line 122, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version (?) @ fr.inria.wimmics:corese-core:[unknown-version], /home/jmv/src/corese/kgtool/pom.xml, line 126, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: xml-apis:xml-apis:jar -> duplicate declaration of version (?) @ fr.inria.wimmics:corese-core:[unknown-version], /home/jmv/src/corese/kgtool/pom.xml, line 139, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.sun.jersey:jersey-bundle:jar -> duplicate declaration of version (?) @ fr.inria.wimmics:corese-core:[unknown-version], /home/jmv/src/corese/kgtool/pom.xml, line 143, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.sun.jersey:jersey-core:jar -> duplicate declaration of version (?) @ fr.inria.wimmics:corese-core:[unknown-version], /home/jmv/src/corese/kgtool/pom.xml, line 147, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.semarglproject:semargl-core:jar -> duplicate declaration of version 0.6.1 @ fr.inria.wimmics:corese-core:[unknown-version], /home/jmv/src/corese/kgtool/pom.xml, line 151, column 15
[WARNING] 'groupId' contains an expression but should be a constant. @ ${parent.groupId}:kgimport:${parent.version}, /home/jmv/src/corese/kgimport/pom.xml, line 11, column 14
[WARNING] 'version' contains an expression but should be a constant. @ ${parent.groupId}:kgimport:${parent.version}, /home/jmv/src/corese/kgimport/pom.xml, line 13, column 14
[WARNING] The expression ${parent.groupId} is deprecated. Please use ${project.parent.groupId} instead. @ ${parent.groupId}:kgimport:${parent.version}, /home/jmv/src/corese/kgimport/pom.xml
[WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ fr.inria.wimmics:kgimport:${parent.version}, /home/jmv/src/corese/kgimport/pom.xml
[WARNING] The expression ${parent.groupId} is deprecated. Please use ${project.parent.groupId} instead. @ 
[WARNING] The expression ${parent.groupId} is deprecated. Please use ${project.parent.groupId} instead. @ 
[WARNING] The expression ${parent.groupId} is deprecated. Please use ${project.parent.groupId} instead. @ 
[WARNING] The expression ${parent.groupId} is deprecated. Please use ${project.parent.groupId} instead. @ 
[WARNING] The expression ${parent.groupId} is deprecated. Please use ${project.parent.groupId} instead. @ 
[WARNING] The expression ${parent.groupId} is deprecated. Please use ${project.parent.groupId} instead. @ 
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version (?) @ fr.inria.wimmics:sparql:[unknown-version], /home/jmv/src/corese/sparql/pom.xml, line 43, column 15
[WARNING] 'groupId' contains an expression but should be a constant. @ ${parent.groupId}:rtc:${parent.version}, /home/jmv/src/corese/rtc/pom.xml, line 11, column 14
[WARNING] 'version' contains an expression but should be a constant. @ ${parent.groupId}:rtc:${parent.version}, /home/jmv/src/corese/rtc/pom.xml, line 13, column 14
[WARNING] The expression ${parent.groupId} is deprecated. Please use ${project.parent.groupId} instead. @ ${parent.groupId}:rtc:${parent.version}, /home/jmv/src/corese/rtc/pom.xml
[WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ fr.inria.wimmics:rtc:${parent.version}, /home/jmv/src/corese/rtc/pom.xml
[WARNING] 'groupId' contains an expression but should be a constant. @ ${project.parent.groupId}:kggui:${project.parent.version}, /home/jmv/src/corese/kggui/pom.xml, line 9, column 11
[WARNING] 'version' contains an expression but should be a constant. @ ${project.parent.groupId}:kggui:${project.parent.version}, /home/jmv/src/corese/kggui/pom.xml, line 11, column 11
[WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ 
[ERROR] 'dependencies.dependency.groupId' for null:slf4j-api:jar is missing. @ ${project.parent.groupId}:kggui:${project.parent.version}, /home/jmv/src/corese/kggui/pom.xml, line 93, column 15
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project fr.inria.wimmics:kggui:3.2.1p-SNAPSHOT (/home/jmv/src/corese/kggui/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.groupId' for null:slf4j-api:jar is missing. @ ${project.parent.groupId}:kggui:${project.parent.version}, /home/jmv/src/corese/kggui/pom.xml, line 93, column 15
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException

The context:

jmv@jmv-SMBIOSation:~/src/corese$ mvn --version
Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.8.0_121, vendor: Oracle Corporation
Java home: /home/jmv/apps/jdk1.8.0_121/jre
Default locale: fr_FR, platform encoding: UTF-8
OS name: "linux", version: "4.10.0-35-generic", arch: "amd64", family: "unix"

uname -a
Linux jmv-SMBIOSation 4.10.0-35-generic #39-Ubuntu SMP Wed Sep 13 07:46:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Maybe I should use the latest Apache Maven 3.5.0 ( but then the Corese doc should say which version works )

Logger obsolete

Hello,

Est-il possible de mettre à jour le logger de Corese ?
La version qu'il embarque date de 2012 et n'est pas compatible avec les nouveaux frameworks de logging comme SLF4J ou Logback. Il a été remplacé par cette version.

Je vous conseille de jeter un coup d'oeil sur SLF4J ou Logback Classic qui sont bien plus faciles à paramétrer/étendre.

A bientôt

LOAD into graph loads into default graph

Hey guys,

I'm running the command below in the standalone Corese app:

load <https://erebe-vm2.i3s.unice.fr/~fmichel/flickr-compact.jsonld> into graph <http:localhost/flickr>

The JSON-LD file is loaded but all triples get into graph kg:default.

Version used: standalone corese-3.2.3a.jar

Thx,
Franck.

loading multiple files

Greetings! I have the following files (output of ls -l):

-rw-rw-rw- 1 echo66 echo66 77509 Fev 6 19:14 bio.rdf
-rw-rw-rw- 1 echo66 echo66 98354 Fev 6 17:29 dcterms.rdf
-rw-rw-r-- 1 echo66 echo66 5908 Ago 23 2010 event.n3
-rw-rw-rw- 1 echo66 echo66 41949 Fev 6 17:30 foaf.rdf
-rw-rw-rw- 1 echo66 echo66 107153 Fev 6 17:31 frbr.rdf
-rw-rw-rw- 1 echo66 echo66 67547571 Fev 6 19:08 jamendo.n3
-rw-rw-rw- 1 echo66 echo66 12885 Fev 6 17:32 keys.rdf
-rw-rw-rw- 1 echo66 echo66 104284 Fev 6 17:18 mo.n3
-rw-rw-rw- 1 echo66 echo66 26372 Fev 6 17:17 timeline.n3
-rw-rw-rw- 1 echo66 echo66 10172 Fev 6 17:32 wgs84_pos.rdf

When I run corese server with the following command

java -jar corese-server-3.1.8.jar -e -o --load my-dir/

it does not load all N3 files in the server. If I perform a counting query with

select (COUNT(*) AS ?count) where {
?x ?p ?y .
}

the output is 6420. But jamendo.n3 has, at least, 10 million triples...

EDIT: I compiled the current version (3.2.1) and concluded that this issue exists in both Corese releases.

Incremental Reasoning/Update?

Greetings.

Does Corese drop all inferred triples at each new manually inserted/removed triple? Or does it perform some kind of incremental reasoning?

KGEngine tests are failing

$ git clone [email protected]:Wimmics/corese.git
$ cd corese/
$ mvn package
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] corese-parent ...................................... SUCCESS [  0.456 s]
[INFO] kgram .............................................. SUCCESS [  0.952 s]
[INFO] sparql ............................................. SUCCESS [  0.301 s]
[INFO] kgenv .............................................. SUCCESS [  0.104 s]
[INFO] engine ............................................. SUCCESS [  0.073 s]
[INFO] kgtool ............................................. SUCCESS [  9.584 s]
[INFO] kgengine ........................................... FAILURE [01:51 min]
[INFO] corese ............................................. SKIPPED
[INFO] kgdqp .............................................. SKIPPED
[INFO] corese-server ...................................... SKIPPED
[INFO] kgimport ........................................... SKIPPED
[INFO] rif ................................................ SKIPPED
[INFO] rtc ................................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:03 min
[INFO] Finished at: 2016-02-08T13:34:17+01:00
[INFO] Final Memory: 28M/336M
[INFO] ------------------------------------------------------------------------

Is it possible to skip tests by default ?
Just a line to add to the surefire config in the root pom file.

neo4j graph not created

path to rdf files = /home/edemairy/data/btc_2010/btc-2010-chunk-000.nq.gz:10000000
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/edemairy/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/edemairy/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console.
Oct 23, 2017 4:14:22 PM fr.inria.corese.rdftograph.RdfToGraph convertFileToDb
INFO: ** begin of convert **
Oct 23, 2017 4:14:22 PM fr.inria.corese.rdftograph.RdfToGraph convertFileToDb
INFO: opening the db at /data/dream/user/edemairy///btc-2010-chunk-000.nq.gz_10000000_db
Oct 23, 2017 4:14:42 PM fr.inria.corese.rdftograph.RdfToGraph convertFileToDb
INFO: Loading file
Oct 23, 2017 4:14:42 PM fr.inria.corese.rdftograph.RdfToGraph createEdges
SEVERE: null
java.lang.NullPointerException
at fr.inria.corese.rdftograph.driver.GdbDriver.getNode(GdbDriver.java:165)
at fr.inria.corese.rdftograph.driver.GdbDriver.createOrGetNode(GdbDriver.java:200)
at fr.inria.corese.rdftograph.driver.Neo4jDriver.createRelationship(Neo4jDriver.java:172)
at fr.inria.corese.rdftograph.RdfToGraph$EdgesBuilder.handleStatement(RdfToGraph.java:278)
at org.openrdf.rio.nquads.NQuadsParser.parseQuad(NQuadsParser.java:166)
at org.openrdf.rio.nquads.NQuadsParser.parse(NQuadsParser.java:104)
at org.openrdf.rio.nquads.NQuadsParser.parse(NQuadsParser.java:61)
at fr.inria.corese.rdftograph.RdfToGraph.createEdges(RdfToGraph.java:250)
at fr.inria.corese.rdftograph.RdfToGraph.convertFileToDb(RdfToGraph.java:230)
at fr.inria.wimmics.rdf_to_graph.app.App.main(App.java:44)
Oct 23, 2017 4:14:42 PM fr.inria.corese.rdftograph.RdfToGraph convertFileToDb
INFO: Writing graph in db
Oct 23, 2017 4:14:42 PM fr.inria.corese.rdftograph.RdfToGraph convertFileToDb
INFO: closing DB
Oct 23, 2017 4:14:45 PM fr.inria.corese.rdftograph.RdfToGraph convertFileToDb
INFO: ** end of convert **

Content not allowed in prolog {301}

Hi,

I'm using corese server in a Java project to infer new triples ; when I call loader.load("myOnto.owl")
I randomly get the error " Content not allowed in prolog {301} ".

The ontology "myOnto.owl" imports other ontologies which are in RDF/XML format ( from the web ) .

I suspect that this error is due to the BOM ( Byte-Order-Mark ) which is not ignored when parsing the imported ontologies.

Is there any way around this problem ?

Regards. Rachid.

sparql endpoint?

Greetings!

What is the SPARQL endpoint address in a localhost deployment? I'm asking this because when I access http://localhost:8080/template and submit a SPARQL query, the HTTP request is something not expected in the SPARQL standard, AFAIK:

-----------------------------1691738563115860747223905003
Content-Disposition: form-data; name="tmp"

/template
-----------------------------1691738563115860747223905003
Content-Disposition: form-data; name="query"

  select * where {
    ?x ?p ?y
  }

-----------------------------1691738563115860747223905003
Content-Disposition: form-data; name="profile"

st:sparql
-----------------------------1691738563115860747223905003--

This request produces the following response:

  <h3>Query</h3>
  <form method='post' id='sparql' action='/template'>  
    <select name="profile">  

      <option value='st:sparql'>LDP</option>
      <option value='st:std'>STD</option>
    </select>   
      <br/>
      <textarea cols='60' rows='10' name='query'>  select * where {
    ?x ?p ?y
  }
                        </textarea>
      <br/>
    <input type='submit' value='submit'  class='btn btn-warning' onClick='trans(this.form); return false;'/>       
  </form>

  <h3>Result</h3>
  <table class='table'>    
  <tr><td/><th>p</th> <th>x</th> <th>y</th></tr>


  <tr> 
  <th>1</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23first&profile=st:sparql")'>rdf:first</a></td> <td>_:b2882</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Event&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Event></a></td> 
  </tr>


  <tr> 
  <th>2</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23first&profile=st:sparql")'>rdf:first</a></td> <td>_:b2887</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>3</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23first&profile=st:sparql")'>rdf:first</a></td> <td>_:b2892</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoardType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoardType></a></td> 
  </tr>


  <tr> 
  <th>4</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23first&profile=st:sparql")'>rdf:first</a></td> <td>_:b2897</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrackType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrackType></a></td> 
  </tr>


  <tr> 
  <th>5</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23first&profile=st:sparql")'>rdf:first</a></td> <td>_:b2902</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationType></a></td> 
  </tr>


  <tr> 
  <th>6</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23first&profile=st:sparql")'>rdf:first</a></td> <td>_:b2907</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> 
  </tr>


  <tr> 
  <th>7</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23first&profile=st:sparql")'>rdf:first</a></td> <td>_:b2912</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> 
  </tr>


  <tr> 
  <th>8</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23first&profile=st:sparql")'>rdf:first</a></td> <td>_:b2917</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> 
  </tr>


  <tr> 
  <th>9</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23rest&profile=st:sparql")'>rdf:rest</a></td> <td>_:b2882</td> <td>_:b2887</td> 
  </tr>


  <tr> 
  <th>10</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23rest&profile=st:sparql")'>rdf:rest</a></td> <td>_:b2887</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23nil&profile=st:sparql")'>rdf:nil</a></td> 
  </tr>


  <tr> 
  <th>11</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23rest&profile=st:sparql")'>rdf:rest</a></td> <td>_:b2892</td> <td>_:b2897</td> 
  </tr>


  <tr> 
  <th>12</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23rest&profile=st:sparql")'>rdf:rest</a></td> <td>_:b2897</td> <td>_:b2902</td> 
  </tr>


  <tr> 
  <th>13</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23rest&profile=st:sparql")'>rdf:rest</a></td> <td>_:b2902</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23nil&profile=st:sparql")'>rdf:nil</a></td> 
  </tr>


  <tr> 
  <th>14</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23rest&profile=st:sparql")'>rdf:rest</a></td> <td>_:b2907</td> <td>_:b2912</td> 
  </tr>


  <tr> 
  <th>15</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23rest&profile=st:sparql")'>rdf:rest</a></td> <td>_:b2912</td> <td>_:b2917</td> 
  </tr>


  <tr> 
  <th>16</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23rest&profile=st:sparql")'>rdf:rest</a></td> <td>_:b2917</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23nil&profile=st:sparql")'>rdf:nil</a></td> 
  </tr>


  <tr> 
  <th>17</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&profile=st:sparql")'>rdf:Property</a></td> 
  </tr>


  <tr> 
  <th>18</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Ontology&profile=st:sparql")'>owl:Ontology</a></td> 
  </tr>


  <tr> 
  <th>19</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotated_with&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotated_with></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23ObjectProperty&profile=st:sparql")'>owl:ObjectProperty</a></td> 
  </tr>


  <tr> 
  <th>20</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td>_:b2966</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>21</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23first&profile=st:sparql")'>rdf:first</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&profile=st:sparql")'>rdf:Property</a></td> 
  </tr>


  <tr> 
  <th>22</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Event&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Event></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>23</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23rest&profile=st:sparql")'>rdf:rest</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&profile=st:sparql")'>rdf:Property</a></td> 
  </tr>


  <tr> 
  <th>24</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>25</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23unionOf&profile=st:sparql")'>owl:unionOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&profile=st:sparql")'>rdf:Property</a></td> 
  </tr>


  <tr> 
  <th>26</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&profile=st:sparql")'>rdf:Property</a></td> 
  </tr>


  <tr> 
  <th>27</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23ObjectProperty&profile=st:sparql")'>owl:ObjectProperty</a></td> 
  </tr>


  <tr> 
  <th>28</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&profile=st:sparql")'>rdf:Property</a></td> 
  </tr>


  <tr> 
  <th>29</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>30</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>31</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23ObjectProperty&profile=st:sparql")'>owl:ObjectProperty</a></td> 
  </tr>


  <tr> 
  <th>32</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>33</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23ObjectProperty&profile=st:sparql")'>owl:ObjectProperty</a></td> 
  </tr>


  <tr> 
  <th>34</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoardType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoardType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>35</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&profile=st:sparql")'>rdf:Property</a></td> 
  </tr>


  <tr> 
  <th>36</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23ObjectProperty&profile=st:sparql")'>owl:ObjectProperty</a></td> 
  </tr>


  <tr> 
  <th>37</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23ObjectProperty&profile=st:sparql")'>owl:ObjectProperty</a></td> 
  </tr>


  <tr> 
  <th>38</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23ObjectProperty&profile=st:sparql")'>owl:ObjectProperty</a></td> 
  </tr>


  <tr> 
  <th>39</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrackType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrackType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>40</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23ObjectProperty&profile=st:sparql")'>owl:ObjectProperty</a></td> 
  </tr>


  <tr> 
  <th>41</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>42</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23sub_tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#sub_tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23ObjectProperty&profile=st:sparql")'>owl:ObjectProperty</a></td> 
  </tr>


  <tr> 
  <th>43</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>44</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23ObjectProperty&profile=st:sparql")'>owl:ObjectProperty</a></td> 
  </tr>


  <tr> 
  <th>45</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Entity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>46</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td>_:b3071</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>47</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td>_:b3076</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>48</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23hasRegion&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23ObjectProperty&profile=st:sparql")'>owl:ObjectProperty</a></td> 
  </tr>


  <tr> 
  <th>49</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23label&profile=st:sparql")'>rdfs:label</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&profile=st:sparql")'>rdf:Property</a></td> 
  </tr>


  <tr> 
  <th>50</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td>_:b3089</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Restriction&profile=st:sparql")'>owl:Restriction</a></td> 
  </tr>


  <tr> 
  <th>51</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23onProperty&profile=st:sparql")'>owl:onProperty</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&profile=st:sparql")'>rdf:Property</a></td> 
  </tr>


  <tr> 
  <th>52</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23onClass&profile=st:sparql")'>owl:onClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&profile=st:sparql")'>rdf:Property</a></td> 
  </tr>


  <tr> 
  <th>53</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Region&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Region></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>54</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23qualifiedCardinality&profile=st:sparql")'>owl:qualifiedCardinality</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&profile=st:sparql")'>rdf:Property</a></td> 
  </tr>


  <tr> 
  <th>55</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&profile=st:sparql")'>rdf:Property</a></td> 
  </tr>


  <tr> 
  <th>56</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>57</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23disjointWith&profile=st:sparql")'>owl:disjointWith</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&profile=st:sparql")'>rdf:Property</a></td> 
  </tr>


  <tr> 
  <th>58</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td>_:b3122</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Restriction&profile=st:sparql")'>owl:Restriction</a></td> 
  </tr>


  <tr> 
  <th>59</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>60</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&profile=st:sparql")'>owl:Class</a></td> 
  </tr>


  <tr> 
  <th>61</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&profile=st:sparql")'>rdf:Property</a></td> 
  </tr>


  <tr> 
  <th>62</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23type&profile=st:sparql")'>rdf:type</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentProperty&profile=st:sparql")'>owl:equivalentProperty</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&profile=st:sparql")'>rdf:Property</a></td> 
  </tr>


  <tr> 
  <th>63</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotated_with&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotated_with></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>64</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotated_with&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotated_with></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>65</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>66</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>67</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> 
  </tr>


  <tr> 
  <th>68</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td>_:b3076</td> 
  </tr>


  <tr> 
  <th>69</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> 
  </tr>


  <tr> 
  <th>70</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td>_:b3122</td> 
  </tr>


  <tr> 
  <th>71</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>72</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>73</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>74</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> 
  </tr>


  <tr> 
  <th>75</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board></a></td> <td>_:b3076</td> 
  </tr>


  <tr> 
  <th>76</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> 
  </tr>


  <tr> 
  <th>77</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>78</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>79</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>80</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> 
  </tr>


  <tr> 
  <th>81</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Entity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity></a></td> 
  </tr>


  <tr> 
  <th>82</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td>_:b3076</td> 
  </tr>


  <tr> 
  <th>83</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> 
  </tr>


  <tr> 
  <th>84</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>85</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Entity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity></a></td> 
  </tr>


  <tr> 
  <th>86</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> <td>_:b3076</td> 
  </tr>


  <tr> 
  <th>87</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>88</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>89</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>90</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> 
  </tr>


  <tr> 
  <th>91</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td>_:b3076</td> 
  </tr>


  <tr> 
  <th>92</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> 
  </tr>


  <tr> 
  <th>93</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>94</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>95</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>96</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> 
  </tr>


  <tr> 
  <th>97</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Entity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity></a></td> 
  </tr>


  <tr> 
  <th>98</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td>_:b3076</td> 
  </tr>


  <tr> 
  <th>99</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> 
  </tr>


  <tr> 
  <th>100</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td>_:b3122</td> 
  </tr>


  <tr> 
  <th>101</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>102</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>103</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>104</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> 
  </tr>


  <tr> 
  <th>105</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Entity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity></a></td> 
  </tr>


  <tr> 
  <th>106</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td>_:b3076</td> 
  </tr>


  <tr> 
  <th>107</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td>_:b3089</td> 
  </tr>


  <tr> 
  <th>108</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> 
  </tr>


  <tr> 
  <th>109</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>110</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23sub_tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#sub_tag></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>111</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23sub_tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#sub_tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>112</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23sub_tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#sub_tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>113</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23sub_tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#sub_tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>114</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Entity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity></a></td> 
  </tr>


  <tr> 
  <th>115</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23domain&profile=st:sparql")'>rdfs:domain</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>116</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23label&profile=st:sparql")'>rdfs:label</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Event&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Event></a></td> <td>"dul:Event"</td> 
  </tr>


  <tr> 
  <th>117</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23label&profile=st:sparql")'>rdfs:label</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> <td>"dul:Object"</td> 
  </tr>


  <tr> 
  <th>118</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23label&profile=st:sparql")'>rdfs:label</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Entity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity></a></td> <td>"dul:Entity"</td> 
  </tr>


  <tr> 
  <th>119</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23label&profile=st:sparql")'>rdfs:label</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23hasRegion&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion></a></td> <td>"dul:hasRegion"</td> 
  </tr>


  <tr> 
  <th>120</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23label&profile=st:sparql")'>rdfs:label</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Region&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Region></a></td> <td>"dul:Region"</td> 
  </tr>


  <tr> 
  <th>121</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23label&profile=st:sparql")'>rdfs:label</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> <td>"dul:InformationEntity"</td> 
  </tr>


  <tr> 
  <th>122</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>123</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>124</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> 
  </tr>


  <tr> 
  <th>125</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td>_:b3076</td> 
  </tr>


  <tr> 
  <th>126</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td>_:b3089</td> 
  </tr>


  <tr> 
  <th>127</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> 
  </tr>


  <tr> 
  <th>128</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>129</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>130</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>131</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoardType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoardType></a></td> 
  </tr>


  <tr> 
  <th>132</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>133</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td>_:b3071</td> 
  </tr>


  <tr> 
  <th>134</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>135</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>136</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>137</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>138</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> <td>_:b3071</td> 
  </tr>


  <tr> 
  <th>139</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>140</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>141</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>142</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> 
  </tr>


  <tr> 
  <th>143</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td>_:b3076</td> 
  </tr>


  <tr> 
  <th>144</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> 
  </tr>


  <tr> 
  <th>145</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td>_:b3122</td> 
  </tr>


  <tr> 
  <th>146</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>147</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>148</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>149</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrackType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrackType></a></td> 
  </tr>


  <tr> 
  <th>150</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>151</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td>_:b3071</td> 
  </tr>


  <tr> 
  <th>152</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>153</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>154</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>155</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationType></a></td> 
  </tr>


  <tr> 
  <th>156</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>157</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td>_:b3071</td> 
  </tr>


  <tr> 
  <th>158</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>159</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23sub_tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#sub_tag></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>160</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23sub_tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#sub_tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>161</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23sub_tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#sub_tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>162</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23sub_tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#sub_tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>163</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#tag></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>164</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>165</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>166</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23range&profile=st:sparql")'>rdfs:range</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>167</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td>_:b2966</td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>168</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td>_:b2966</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>169</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Event&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Event></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>170</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Event&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Event></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Event&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Event></a></td> 
  </tr>


  <tr> 
  <th>171</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Event&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Event></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>172</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>173</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>174</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>175</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>176</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>177</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> 
  </tr>


  <tr> 
  <th>178</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> <td>_:b3076</td> 
  </tr>


  <tr> 
  <th>179</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> <td>_:b3089</td> 
  </tr>


  <tr> 
  <th>180</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> 
  </tr>


  <tr> 
  <th>181</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>182</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>183</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>184</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> 
  </tr>


  <tr> 
  <th>185</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> <td>_:b3076</td> 
  </tr>


  <tr> 
  <th>186</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> 
  </tr>


  <tr> 
  <th>187</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> <td>_:b3122</td> 
  </tr>


  <tr> 
  <th>188</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>189</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>190</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>191</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> 
  </tr>


  <tr> 
  <th>192</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> <td>_:b3076</td> 
  </tr>


  <tr> 
  <th>193</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> 
  </tr>


  <tr> 
  <th>194</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>195</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoardType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoardType></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>196</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoardType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoardType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>197</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoardType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoardType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoardType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoardType></a></td> 
  </tr>


  <tr> 
  <th>198</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoardType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoardType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>199</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoardType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoardType></a></td> <td>_:b3071</td> 
  </tr>


  <tr> 
  <th>200</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoardType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoardType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>201</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrackType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrackType></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>202</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrackType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrackType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>203</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrackType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrackType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrackType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrackType></a></td> 
  </tr>


  <tr> 
  <th>204</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrackType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrackType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>205</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrackType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrackType></a></td> <td>_:b3071</td> 
  </tr>


  <tr> 
  <th>206</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrackType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrackType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>207</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationType></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>208</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>209</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationType></a></td> 
  </tr>


  <tr> 
  <th>210</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>211</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationType></a></td> <td>_:b3071</td> 
  </tr>


  <tr> 
  <th>212</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>213</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>214</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>215</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>216</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>217</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Entity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Entity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity></a></td> 
  </tr>


  <tr> 
  <th>218</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Entity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>219</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td>_:b3071</td> <td>_:b3071</td> 
  </tr>


  <tr> 
  <th>220</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td>_:b3071</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>221</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td>_:b3076</td> <td>_:b3076</td> 
  </tr>


  <tr> 
  <th>222</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td>_:b3076</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>223</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Region&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Region></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Region&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Region></a></td> 
  </tr>


  <tr> 
  <th>224</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Region&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Region></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>225</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> 
  </tr>


  <tr> 
  <th>226</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>227</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>228</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>229</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Event&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Event></a></td> 
  </tr>


  <tr> 
  <th>230</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>231</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> 
  </tr>


  <tr> 
  <th>232</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> 
  </tr>


  <tr> 
  <th>233</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> 
  </tr>


  <tr> 
  <th>234</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoardType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoardType></a></td> 
  </tr>


  <tr> 
  <th>235</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrackType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrackType></a></td> 
  </tr>


  <tr> 
  <th>236</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationType></a></td> 
  </tr>


  <tr> 
  <th>237</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>238</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Entity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity></a></td> 
  </tr>


  <tr> 
  <th>239</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td>_:b3071</td> 
  </tr>


  <tr> 
  <th>240</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td>_:b3076</td> 
  </tr>


  <tr> 
  <th>241</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td>_:b3089</td> 
  </tr>


  <tr> 
  <th>242</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Region&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Region></a></td> 
  </tr>


  <tr> 
  <th>243</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> 
  </tr>


  <tr> 
  <th>244</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td>_:b3122</td> 
  </tr>


  <tr> 
  <th>245</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>246</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subClassOf&profile=st:sparql")'>rdfs:subClassOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> 
  </tr>


  <tr> 
  <th>247</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotated_with&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotated_with></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotated_with&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotated_with></a></td> 
  </tr>


  <tr> 
  <th>248</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> 
  </tr>


  <tr> 
  <th>249</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board></a></td> 
  </tr>


  <tr> 
  <th>250</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> 
  </tr>


  <tr> 
  <th>251</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> 
  </tr>


  <tr> 
  <th>252</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#tag></a></td> 
  </tr>


  <tr> 
  <th>253</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> 
  </tr>


  <tr> 
  <th>254</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#tag></a></td> 
  </tr>


  <tr> 
  <th>255</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> 
  </tr>


  <tr> 
  <th>256</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> 
  </tr>


  <tr> 
  <th>257</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> 
  </tr>


  <tr> 
  <th>258</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#tag></a></td> 
  </tr>


  <tr> 
  <th>259</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> 
  </tr>


  <tr> 
  <th>260</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> 
  </tr>


  <tr> 
  <th>261</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#tag></a></td> 
  </tr>


  <tr> 
  <th>262</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23sub_tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#sub_tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23sub_tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#sub_tag></a></td> 
  </tr>


  <tr> 
  <th>263</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#tag></a></td> 
  </tr>


  <tr> 
  <th>264</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23subPropertyOf&profile=st:sparql")'>rdfs:subPropertyOf</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23hasRegion&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23hasRegion&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion></a></td> 
  </tr>


  <tr> 
  <th>265</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23disjointWith&profile=st:sparql")'>owl:disjointWith</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> 
  </tr>


  <tr> 
  <th>266</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23disjointWith&profile=st:sparql")'>owl:disjointWith</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> 
  </tr>


  <tr> 
  <th>267</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23disjointWith&profile=st:sparql")'>owl:disjointWith</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>268</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23disjointWith&profile=st:sparql")'>owl:disjointWith</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>269</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23disjointWith&profile=st:sparql")'>owl:disjointWith</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> 
  </tr>


  <tr> 
  <th>270</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23disjointWith&profile=st:sparql")'>owl:disjointWith</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>271</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23disjointWith&profile=st:sparql")'>owl:disjointWith</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoardType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoardType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrackType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrackType></a></td> 
  </tr>


  <tr> 
  <th>272</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23disjointWith&profile=st:sparql")'>owl:disjointWith</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoardType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoardType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationType></a></td> 
  </tr>


  <tr> 
  <th>273</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23disjointWith&profile=st:sparql")'>owl:disjointWith</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrackType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrackType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationType></a></td> 
  </tr>


  <tr> 
  <th>274</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td>_:b2966</td> <td>_:b2966</td> 
  </tr>


  <tr> 
  <th>275</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Event&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Event></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Event&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Event></a></td> 
  </tr>


  <tr> 
  <th>276</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Object&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object></a></td> 
  </tr>


  <tr> 
  <th>277</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Annotation></a></td> 
  </tr>


  <tr> 
  <th>278</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrack&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrack></a></td> 
  </tr>


  <tr> 
  <th>279</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> 
  </tr>


  <tr> 
  <th>280</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoardType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoardType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoardType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoardType></a></td> 
  </tr>


  <tr> 
  <th>281</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrackType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrackType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationTrackType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationTrackType></a></td> 
  </tr>


  <tr> 
  <th>282</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationType></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationType&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationType></a></td> 
  </tr>


  <tr> 
  <th>283</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23Tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#Tag></a></td> 
  </tr>


  <tr> 
  <th>284</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Entity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Entity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity></a></td> 
  </tr>


  <tr> 
  <th>285</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td>_:b3071</td> <td>_:b3071</td> 
  </tr>


  <tr> 
  <th>286</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td>_:b3076</td> <td>_:b3076</td> 
  </tr>


  <tr> 
  <th>287</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Region&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Region></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Region&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Region></a></td> 
  </tr>


  <tr> 
  <th>288</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23InformationEntity&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity></a></td> 
  </tr>


  <tr> 
  <th>289</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Thing&profile=st:sparql")'>owl:Thing</a></td> 
  </tr>


  <tr> 
  <th>290</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentClass&profile=st:sparql")'>owl:equivalentClass</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Nothing&profile=st:sparql")'>owl:Nothing</a></td> 
  </tr>


  <tr> 
  <th>291</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentProperty&profile=st:sparql")'>owl:equivalentProperty</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotated_with&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotated_with></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotated_with&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotated_with></a></td> 
  </tr>


  <tr> 
  <th>292</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentProperty&profile=st:sparql")'>owl:equivalentProperty</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation></a></td> 
  </tr>


  <tr> 
  <th>293</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentProperty&profile=st:sparql")'>owl:equivalentProperty</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board></a></td> 
  </tr>


  <tr> 
  <th>294</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentProperty&profile=st:sparql")'>owl:equivalentProperty</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_board_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_board_type></a></td> 
  </tr>


  <tr> 
  <th>295</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentProperty&profile=st:sparql")'>owl:equivalentProperty</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#type></a></td> 
  </tr>


  <tr> 
  <th>296</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentProperty&profile=st:sparql")'>owl:equivalentProperty</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> 
  </tr>


  <tr> 
  <th>297</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentProperty&profile=st:sparql")'>owl:equivalentProperty</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track_type></a></td> 
  </tr>


  <tr> 
  <th>298</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentProperty&profile=st:sparql")'>owl:equivalentProperty</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_type&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_type></a></td> 
  </tr>


  <tr> 
  <th>299</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentProperty&profile=st:sparql")'>owl:equivalentProperty</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23sub_tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#sub_tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23sub_tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#sub_tag></a></td> 
  </tr>


  <tr> 
  <th>300</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentProperty&profile=st:sparql")'>owl:equivalentProperty</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#tag></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23tag&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#tag></a></td> 
  </tr>


  <tr> 
  <th>301</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23equivalentProperty&profile=st:sparql")'>owl:equivalentProperty</a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23hasRegion&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion></a></td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23hasRegion&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion></a></td> 
  </tr>


  <tr> 
  <th>302</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23onClass&profile=st:sparql")'>owl:onClass</a></td> <td>_:b3089</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23Region&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Region></a></td> 
  </tr>


  <tr> 
  <th>303</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23onClass&profile=st:sparql")'>owl:onClass</a></td> <td>_:b3122</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23AnnotationBoard&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#AnnotationBoard></a></td> 
  </tr>


  <tr> 
  <th>304</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23onProperty&profile=st:sparql")'>owl:onProperty</a></td> <td>_:b3089</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.ontologydesignpatterns.org%2Font%2Fdul%2FDUL.owl%23hasRegion&profile=st:sparql")'>&lt;http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion></a></td> 
  </tr>


  <tr> 
  <th>305</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23onProperty&profile=st:sparql")'>owl:onProperty</a></td> <td>_:b3122</td> <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fmixcollective.dj%2Fontologies%2Fannotations%23annotation_track&profile=st:sparql")'>&lt;http://mixcollective.dj/ontologies/annotations#annotation_track></a></td> 
  </tr>


  <tr> 
  <th>306</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23qualifiedCardinality&profile=st:sparql")'>owl:qualifiedCardinality</a></td> <td>_:b3089</td> <td>1</td> 
  </tr>


  <tr> 
  <th>307</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23qualifiedCardinality&profile=st:sparql")'>owl:qualifiedCardinality</a></td> <td>_:b3122</td> <td>1</td> 
  </tr>


  <tr> 
  <th>308</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23unionOf&profile=st:sparql")'>owl:unionOf</a></td> <td>_:b2966</td> <td>_:b2882</td> 
  </tr>


  <tr> 
  <th>309</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23unionOf&profile=st:sparql")'>owl:unionOf</a></td> <td>_:b3071</td> <td>_:b2892</td> 
  </tr>


  <tr> 
  <th>310</th>  
  <td><a href='javascript:trans("/template?uri=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23unionOf&profile=st:sparql")'>owl:unionOf</a></td> <td>_:b3076</td> <td>_:b2907</td> 
  </tr>
  </table>

So....how do I use SPARQL, in a standard way, with POST, GET, PUT, etc?

broken dependency between kgtool and jws

The jws library is a dependency for which only a binary jar is available. It is made available to maven using a "internal repository trick", i.e. :

    <repositories>
        <repository>
            <id>local-repo</id>
            <url>file://${project.basedir}/src/main/resources/repo/</url>
        </repository>
    </repositories>
  • in corese 3.2.0, the dependency of kgtool on jws is expressed a normal dependency :
       <dependency>
            <groupId>edu.sussex.nlp</groupId>
            <artifactId>jws</artifactId>
            <version>11</version>
        </dependency>

In that case, the compilation of an application using kgtool breaks due to the fact jws is not in any known repository.
One workaround is to exclude jws from the kgtool dependencies:

<dependency>
        <groupId>fr.inria.wimmics</groupId>
        <artifactId>kgtool</artifactId>
        <version>3.2.1</version>
        <exclusions>
                <exclusion>
                        <groupId>edu.sussex.nlp</groupId>
                        <artifactId>jws</artifactId>
                </exclusion>
        </exclusions>
    </dependency>
  • in corese 3.2.1:
       <dependency>
            <groupId>edu.sussex.nlp</groupId>
            <artifactId>jws</artifactId>
            <version>11</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/src/main/resources/repo/edu/sussex/nlp/jws/11/jws-11.jar</systemPath>
        </dependency>

In that situation, all the dependencies of kgtool are ignored because ${project.basedir}/src/main/resources/repo/edu/sussex/nlp/jws/11/jws-11.jar cannot be found.

Query with accept Turtle gets Trig, and Trig gets nothing

Salut Olivier, Erwan,

As of version 4.0.2 (I guess), a query that requests text/turtle gets Trig content formatted as:

$ curl -v --header "Accept: text/turtle" "http://localhost:8080/sparql?query=..."
> ...
> Accept: text/turtle
> 
< HTTP/1.1 200 OK
< Access-Control-Allow-Origin: *
< Content-Type: text/turtle
< Content-Length: 239
< Server: Jetty(9.4.z-SNAPSHOT)
< 
@prefix kg: <http://ns.inria.fr/corese/kgram/> .

graph kg:default {
 ...
}

On the other hand, the same query requesting Trig get nothing:

$ curl -v --header "Accept: application/trig" "http://localhost:8080/sparql?query=..."
> Accept: application/trig
> 
< HTTP/1.1 406 Not Acceptable
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Length: 0
< Server: Jetty(9.4.z-SNAPSHOT)
< 

I've noticed that the declarations such as

@Produces({"text/turtle", "application/turtle", "text/nt"})

are pretty messy and I could never really understand how they work...

Franck.

Corese won't load JSON file with http Link header pointing to JSON-LD context

Hi, last one for today ;)

Still using standalone corese-3.2.3a.jar

URL http://erebe-vm2.i3s.unice.fr/jsonld-proxy/flickr.json returns a JSON file along with headers:

Content-Type: application/json
Link: <http://erebe-vm2.i3s.unice.fr/~fmichel/flickr-profile.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"

According to the specification this should be interpreted as regular JSON-LD, although the context has to be loaded from another file.

In Corese, command
LOAD <http://erebe-vm2.i3s.unice.fr/jsonld-proxy/flickr.json>
seems not to load anything: the triple store remains empty.
No error is displayed from Corese.

Franck.

Impossible to read a nquad file

When trying to open a .nq file (nquad format), the following exception is thrown:
Exception in thread "AWT-EventQueue-0" org.openrdf.rio.UnsupportedRDFormatException: No parser factory available for RDF format N-Quads (mimeTypes=application/n-quads, text/x-nquads, text/nquads; ext=nq)
at org.openrdf.rio.Rio.createParser(Rio.java:198)
at fr.inria.edelweiss.kgtool.load.sesame.ParserLoaderSesame.loadWithSesame(ParserLoaderSesame.java:77)
at fr.inria.edelweiss.kgtool.load.Load.loadWithSesame(Load.java:681)
at fr.inria.edelweiss.kgtool.load.Load.parse(Load.java:545)
at fr.inria.edelweiss.kgtool.load.Load.synLoad(Load.java:530)
at fr.inria.edelweiss.kgtool.load.Load.localLoad(Load.java:473)
at fr.inria.edelweiss.kgtool.load.Load.parse(Load.java:380)
at fr.inria.edelweiss.kgtool.load.Load.parse(Load.java:350)
at fr.inria.acacia.corese.gui.query.GraphEngine.load(GraphEngine.java:120)
at fr.inria.acacia.corese.gui.core.MainFrame.load(MainFrame.java:1336)
at fr.inria.acacia.corese.gui.core.MainFrame.load(MainFrame.java:1251)
at fr.inria.acacia.corese.gui.core.MainFrame.load(MainFrame.java:1222)
at fr.inria.acacia.corese.gui.core.MainFrame.loadRDF(MainFrame.java:1205)
at fr.inria.acacia.corese.gui.core.MainFrame.actionPerformed(MainFrame.java:870)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
at com.apple.laf.AquaMenuItemUI.doClick(AquaMenuItemUI.java:157)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
at java.awt.Component.processMouseEvent(Component.java:6516)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
at java.awt.Component.processEvent(Component.java:6281)
at java.awt.Container.processEvent(Container.java:2229)
at java.awt.Component.dispatchEventImpl(Component.java:4872)
at java.awt.Container.dispatchEventImpl(Container.java:2287)
at java.awt.Component.dispatchEvent(Component.java:4698)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
at java.awt.Container.dispatchEventImpl(Container.java:2273)
at java.awt.Window.dispatchEventImpl(Window.java:2719)
at java.awt.Component.dispatchEvent(Component.java:4698)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:747)
at java.awt.EventQueue.access$300(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:706)
at java.awt.EventQueue$3.run(EventQueue.java:704)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.awt.EventQueue$4.run(EventQueue.java:720)
at java.awt.EventQueue$4.run(EventQueue.java:718)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:717)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

I see two ways to solve this issue:

  1. indicate to the user that the library sesame-rio-nquads 2.8.0-beta2 should be added to the classpath ;
  2. add the sesame-rio-nquads library to kgtool

Inference for Large Scale Data

Hi,

I'm using corese reasoner to infere data, my problem is that I have a large Turtle file, so I'm expecting memory errors, to deal with this, I splited my large file into several files of reasonable size.

I intend to launch the reasoner on each of these files.

My question is : After the inference, would I have the same final result as if I had one large Turtle file ?

If no, what is in this case the best strategy to launch inference on a large data ?

Thank's

R

Build error

I have the following error while trying to compile Corese from sources :

$ mvn clean -Dmaven.test.skip=true package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] corese-parent
[INFO] kgram
[INFO] sparql
[INFO] kgenv
[INFO] engine
[INFO] corese-core
[INFO] kgengine
[INFO] corese-gui
[INFO] kgdqp
[INFO] corese-server
[INFO] kgimport
[INFO] rif
[INFO] rtc
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building corese-parent 3.2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ corese-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (agent) @ corese-parent ---
[INFO] argLine set to -javaagent:/Users/nico/.m2/repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/Users/nico/Dev/IdeaProjects/corese/../target/jacoco.exec,append=true
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building kgram 3.2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] corese-parent ...................................... SUCCESS [  0.594 s]
[INFO] kgram .............................................. FAILURE [  0.045 s]
[INFO] sparql ............................................. SKIPPED
[INFO] kgenv .............................................. SKIPPED
[INFO] engine ............................................. SKIPPED
[INFO] corese-core ........................................ SKIPPED
[INFO] kgengine ........................................... SKIPPED
[INFO] corese-gui ......................................... SKIPPED
[INFO] kgdqp .............................................. SKIPPED
[INFO] corese-server ...................................... SKIPPED
[INFO] kgimport ........................................... SKIPPED
[INFO] rif ................................................ SKIPPED
[INFO] rtc ................................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.833 s
[INFO] Finished at: 2016-07-08T14:23:50+02:00
[INFO] Final Memory: 11M/245M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project kgram: Could not resolve dependencies for project fr.inria.wimmics:kgram:jar:3.2.1-SNAPSHOT: Could not find artifact fr.inria.wimmics:kgram:jar:3.2.1-SNAPSHOT -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :kgram

How to use the extended SPARQL constructs

Hi,

I managed to get Corese working with basic SPARQL queries. I have a couple of questions about the extended SPARQL language:

  1. I'd like to use the param[...] construct described in the paper Analysis of a Real Online Social Network Using Semantic Web Frameworks. Does this work in the current version of Corese? Or do I have to "simulate" this by generating the queries for all parameters?

  2. I've found group by any queries in the tests (1, 2), but I couldn't get it working:

    PREFIX base: <http://www.semanticweb.org/ontologies/2015/trainbenchmark#> 
    select ?x ?y 
    where {
      ?x base:follows ?y
    }
    group by any
    

    This throws an exception:

    ERROR 2015-12-05 19:44:47,855 [562367320@qtp-354432491-19] (SPARQLRestAPI.java:398) - Error while querying the remote KGRAM engine
    

    (Without the group by any line, it's fine).

  3. Is there a more up-to-date version of this documentation somewhere?

Thanks,
Gabor

Scaling problem in the ontology graph

How to reproduce the problem:

  1. open a non empty ontology graph;
  2. scale and move the graph;
  3. use the reset menu => the graph is restored at its initial location;
  4. when the graph is moved or scaled, it reverts to the state it was at the end of step 2.

License missing

License is only stated as a bullet point in the Readme, which is a little bit hidden. Maybe consider a separate "License" file in the main git repo which is afaik the best practice. Otherwise: I like the sparql template tool, great work!!!

Problem with mappings of select (count(...) ) requests ?

Hello,
It seems when making a "SELECT (count(?z) as ?count) WHERE { ?y humans:hasFriend ?z }" request, the mapping returned contains "ghost" values of ?y ?z even if there are not asked for by the select.
If I run the following program:
public class MappingsProblem { public static void main(String[] args) throws EngineException{ Graph graph = Graph.create(); Load ld = Load.create(graph); ld.load("human_2007_04_17.rdf"); QueryProcess exec = QueryProcess.create(graph); String query = "PREFIX humans: <http://www.inria.fr/2007/04/17/humans.rdfs#>\n SELECT (count(?z) as ?count) WHERE { ?y humans:hasFriend ?z }"; Mappings map = exec.query(query); ResultFormat f1 = ResultFormat.create(map); System.out.println(map.get(0).toString()); System.out.println(f1); } }
I obtain the following output:
`
?y = http://www.inria.fr/2007/04/17/humans.rdfs-instances#Eve
?z = http://www.inria.fr/2007/04/17/humans.rdfs-instances#Alice
?count = 6

6 ` In my case, this breaks a test since the content of ?y and ?z are undetermistic, and the producer I work on does not return the same values as the corese normal producer. So the method TestW3C11KGraph::validate() see the two results as different although the ?count is the same (and should be the only one used in comparison in my opinion). So my question: is this an expected behaviour, or is this a bug? Best regards, Erwan

Anomalie dans LogImpl.java

Dans LogImpl.java : les codes de "void query(Query q, Mappings m)" et "void query(Query q)" sont exactement les mêmes. Soit il faudrait utiliser le deuxième paramètre "Mappings m", soit on peut simplifier avec une seule fonction.

Exception when accessing sparql.inria.fr

Notified by Olivier Corby:
prefix h: http://www.inria.fr/2015/humans#
@service http://corese.inria.fr/sparql
select * {
?x h:name ?n
}

18:39:11.333 [main] INFO fr.inria.corese.core.Corese - Corese, Inria: Tue Apr 10 18:39:11 CEST 2018
Exception in thread "main" java.lang.IllegalStateException: InjectionManagerFactory not found.
at org.glassfish.jersey.internal.inject.Injections.lambda$lookupInjectionManagerFactory$0(Injections.java:98)
at java.util.Optional.orElseThrow(Optional.java:290)
at org.glassfish.jersey.internal.inject.Injections.lookupInjectionManagerFactory(Injections.java:98)
at org.glassfish.jersey.internal.inject.Injections.createInjectionManager(Injections.java:68)
at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:432)
at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:341)
at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:826)
at org.glassfish.jersey.client.ClientRequest.getConfiguration(ClientRequest.java:285)
at org.glassfish.jersey.client.JerseyInvocation.validateHttpMethodAndEntity(JerseyInvocation.java:143)
at org.glassfish.jersey.client.JerseyInvocation.(JerseyInvocation.java:112)
at org.glassfish.jersey.client.JerseyInvocation.(JerseyInvocation.java:108)
at org.glassfish.jersey.client.JerseyInvocation.(JerseyInvocation.java:99)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:456)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:357)
at fr.inria.corese.core.load.Service.process(Service.java:87)
at fr.inria.corese.core.load.Service.process(Service.java:76)
at fr.inria.corese.core.load.Service.query(Service.java:57)
at fr.inria.corese.core.query.QueryProcess.service(QueryProcess.java:757)
at fr.inria.corese.core.query.QueryProcess.query(QueryProcess.java:638)
at fr.inria.corese.core.query.QueryProcess.doQuery(QueryProcess.java:366)
at fr.inria.corese.core.query.QueryProcess.query(QueryProcess.java:350)
at fr.inria.corese.test.dev.MyTest.process(MyTest.java:46)
at fr.inria.corese.test.dev.MyTest.main(MyTest.java:22)

Maven assembly failure

How can we build a fully assembled jar with dependencies ?

$ mvn assembly:assembly

[INFO] --- maven-assembly-plugin:2.4:assembly (default-cli) @ corese-parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] corese-parent ...................................... FAILURE [ 29.693 s]
[INFO] kgram .............................................. SKIPPED
[INFO] sparql ............................................. SKIPPED
[INFO] kgenv .............................................. SKIPPED
[INFO] engine ............................................. SKIPPED
[INFO] kgtool ............................................. SKIPPED
[INFO] kgengine ........................................... SKIPPED
[INFO] corese ............................................. SKIPPED
[INFO] kgdqp .............................................. SKIPPED
[INFO] corese-server ...................................... SKIPPED
[INFO] kgimport ........................................... SKIPPED
[INFO] rif ................................................ SKIPPED
[INFO] rtc ................................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29.924 s
[INFO] Finished at: 2016-02-08T14:27:20+01:00
[INFO] Final Memory: 53M/1100M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:assembly (default-cli) on project corese-parent: Error reading assemblies: No assembly descriptors found. 

Default namespaces

Greetings!

How do I define the default namespaces to be used in kgserver? For example, rdfs, xsd, rdf and owl are already default namespaces in every SPARQL query.

Bug load rule with windows OS

When loading rules with windows OS, there is a bug when the path of the rule base contains a character with an accent such as "é". The rule base is not loaded and no error message occurs.

I add exceptions and error messages in all load in the GUI.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.