This file contains hidden or 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
$ java -jar jFed-experimenter-GUI.jar | |
[Fatal Error] :6:8: XML document structures must start and end within the same entity. | |
12:14:55.156 [JavaFX Application Thread] ERROR b.i.i.j.e.ui.code.XmlCodeView - Error while trying to format XML | |
org.xml.sax.SAXParseException: XML document structures must start and end within the same entity. | |
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) ~[jFed-experimenter-GUI.jar:5.0.1-SNAPSHOT] | |
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) ~[jFed-experimenter-GUI.jar:5.0.1-SNAPSHOT] | |
at be.iminds.ilabt.jfed.experimenter_gui.ui.code.XmlCodeView.formatXmlCode(XmlCodeView.java:119) [jFed-experimenter-GUI.jar:5.0.1-SNAPSHOT] | |
at be.iminds.ilabt.jfed.experimenter_gui.ui.code.XmlCodeView.formatXmlCode(XmlCodeView.java:185) [jFed-experimenter-GUI.jar:5.0.1-SNAPSHOT] | |
at be.iminds.ilabt.jfed.experimenter_gui.editor.ribbon_tabs.RspecEditorRibbonTab.onFormatCodeAction(RspecEditorRibbonTab.java:65) [jFed-experimenter-GUI.jar:5.0.1-SNAPSHOT] |
This file contains hidden or 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
$ ./reasoning-example.sh | |
Default RDF dataset (extract): | |
============================== | |
<http://intercloud.example.org#knows> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> . | |
<http://intercloud.example.org#alice> <http://intercloud.example.org#knows> <http://intercloud.example.org#bob> . | |
Query on default RDF dataset: | |
============================= | |
Command: sparql --query=reasoning-example.sparql --data=reasoning-example.ttl |
This file contains hidden or 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 : <http://testbeds.eu/ontology#> . | |
@prefix dc: <http://purl.org/dc/elements/1.1/> . | |
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> . | |
@prefix nml: <http://schemas.ogf.org/nml/base/2013/02#> . | |
@prefix omn: <http://open-multinet.info/ontology#> . | |
@prefix owl: <http://www.w3.org/2002/07/owl#> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix xml: <http://www.w3.org/XML/1998/namespace> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . |
This file contains hidden or 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
bash -c "$(curl -fsSkL raw.github.com/tubav/fiteagle/master/src/main/bin/bootstrap.sh)" |
This file contains hidden or 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
bash -c "$(curl -fsSkL raw.github.com/GPGTools/GPGTools/master/build.sh)" |
This file contains hidden or 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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by GnuTLS configure 2.12.5, which was | |
generated by GNU Autoconf 2.65. Invocation command line was | |
$ ./configure --disable-debug --disable-dependency-tracking --disable-guile --disable-static --prefix=/usr/local/Cellar/gnutls/2.12.5 --with-libgcrypt | |
## --------- ## | |
## Platform. ## |
NewerOlder