Code Monkey home page Code Monkey logo

Comments (3)

hannes avatar hannes commented on May 19, 2024

Current Plan:

  1. void:inDataset on all RDF representations
  • handled via the metadata template, the dataset IRI as a template variable, about:metadata:config:dataset
  1. assign a dataset IRI
  • d2r:baseURI + "dataset"
  1. serve a VoID description that includes all information we know, such as SPARQL endpoint and perhaps even stats
  • DatasetDescriptionServlet creates HTML and RDF descriptions of the dataset, including supported formats, root resources, class and property partitions, vocabularies, and SPARQL endpoint
  1. allow mixing a user-provided RDF file into the VoID description
  • User can provide dataset-metadata.ttl, which will be mixed into the dataset description
  1. Also, SPARQL Service Description should be served from the SPARQL endpoint URI
  • Deferred, would require Joseki/Fuseki modifications, see issue #148

from d2rq.

hannes avatar hannes commented on May 19, 2024

commit 61b2b5e contains support for 1), 2) and 3)

from d2rq.

hannes avatar hannes commented on May 19, 2024

commit 3d16138 contains support for 4) and some wrap-up

  • D2R server configuration now supports specification of two metadata templates, d2r:metadataTemplate for the resource metadata, d2r:datasetMetadataTemplate for the dataset description metadata template.
  • added on/off switch to configuration d2r:disableMetadata property (any value) switches off resource and dataset metadata generation
  • default templates for dataset and resource metadata in webapp/WEB-INF/dataset-metadata.ttl and webapp/WEB-INF/resource-metadata.ttl, configurable via D2R server configuration as well.

from d2rq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.