All Downloads are FREE. Search and download functionalities are using the official Maven repository.

query.insertdatardfstar.rq Maven / Gradle / Ivy

Go to download

Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update, Shacl. STTL. LDScript.

The newest version!
prefix foaf: 

insert data {
  us:John foaf:name 'John' .
  triple(us:John foaf:knows us:Jack "2019-04-01"^^xsd:date)
  <> us:author us:John ; us:date "2019-07-14"^^xsd:date .
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy