This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |
PREFIX users: <http://travel.univ-rouen.fr/ontologies/users/> | |
PREFIX trips: <http://travel.univ-rouen.fr/ontologies/trips/> | |
PREFIX travelers: <http://travel.univ-rouen.fr/ontologies/travelers/> | |
PREFIX global: <http://travel.univ-rouen.fr/ontologies/global/> | |
PREFIX travel: <http://travel.univ-rouen.fr/> | |
PREFIX text: <http://jena.apache.org/text#> | |
PREFIX tr: <http://www.thomsonreuters.com/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX trips: <http://travel.univ-rouen.fr/ontologies/trips/> | |
SELECT * WHERE { | |
?diary trips:associatedTrip <http://travel.univ-rouen.fr/triamh21667rza6r>; | |
trips:isCollaborative ?diary_isCollaborative; | |
trips:public ?diary_public; | |
trips:ownerId "ow4557de". | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<!-- Root element --> | |
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<!-- Output element --> | |
<xsl:output | |
method="html" | |
encoding="UTF-8" | |
doctype-public="-//W3C//DTD HTML 4.01//EN" |
NewerOlder