18 Nisan 2022 Pazartesi

Jena - Semantic Web

Gradle
Şu satırı dahil ederiz
implementation "org.apache.jena:apache-jena-libs:4.0.0"
Örnek
Şöyle yaparız
OntModel model = ModelFactory.createOntologyModel("http://www.w3.org/2000/01/rdf-schema#");
RDFParser.source("https://schema.org/version/latest/schemaorg-current-https.jsonld")
  .parse(model);



Hiç yorum yok:

Yorum Gönder