Example of a F Entry in RDFdoi:10.6084/M9.FIGSHARE.3175252.V1D. MarilenaMambelli FrancescaPeroni SilvioTomasi FrancescaVitali Fabio
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
= null) writer.write(result.getModelData() + NEWLINE); else // empty result writer.write("<?xml version=\"1.0\" encoding=\"UTF-8\"?>" + "<rdf:RDF></rdf:RDF>" + NEWLINE); } } return null; // (Writer is used instead) } From source file:com.nts.alphamaleWeb.controller....
subj_iri : '<' + subj_iri + '>', RDF_TYPE, subjClassVar); String objectConstraint = String.format("%s <%s> %s", (isObjVar) ? obj_iri : '<' + obj_iri + '>', RDF_TYPE, objClassVar); String predicateConstraint = String.format("<%s> <%s> %s . <%s> <%s> %s", ...
("ERR max number of clients reached") => { if (sleepTime < 500) sleepTime *= 2 Thread.sleep(sleepTime) } case e: Exception => throw e } } conn } } Example 26 Source File: HealthService.scala From rokku with Apache License 2.0 5 votes package com.ing.wbaa.rokku.proxy.api...
Original file line numberDiff line numberDiff line change @@ -0,0 +1,43 @@ @prefix ex: <https://sparql.swisslipids.org/.well-known/sparql-examples/> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ...
Project: json-ld.net Source File: RDFDatasetUtils.cs 1 private static void ListToRDF(JArray list, UniqueNamer namer, JObject subject, JObject predicate, JA/n ... /n //View Source file for more details /n }0 32. Example Project: Potato Source File: SerializerMongoDb.cs 1 2 3 4...
You must follow the steps in this section before you can even run the finished report we have provided, calledShippingManifestPaper.rdfandShippingManifestWeb.rdf. Find theREPORTS_CLASSPATHenvironment variable: On Windows, open the registry from a command prompt by typingregeditand locate theREPORTS_...
java -classpath $CP LoadFile jdbc:oracle:thin:@localhost:1521:ORCL scott <password> TestModel ./test.trig scott net1 The expected output of thejavacommand might appear as follows: testBulkLoad: start: before-load Size=0 size 7 Parent topic:Example Queries Using Oracle ...
(classOf[FeaturePolygon]) val reader = new WKTReader2() Source .fromFile("/tmp/world.tsv") .getLines() .foreach(line => { val tokens = line.split("\t") val geom = reader.read(tokens(14)) FeaturePolygon(geom, Array.empty[String]) .toRowCols(4.0) .foreach { case (rowcol, ...