Giter Site home page Giter Site logo

Comments (1)

rwarren2 avatar rwarren2 commented on July 20, 2024

We need to talk about actual url contructions...
<prov:Collection rdf:resource="http://localhost/answer/xx"/>
<rdf:type rdf:resource="void:Dataset"/>
<prov:wasGeneratedBy>
<prov:SoftwareAgent rdf:about="http://localhost/api/xx" >
<prov:wasGeneratedBy rdf:about="http://localhost/api/about"/>
<rdfs:label xml:lang="en">Elevation Server API process ID xxxxx</rdfs:label>
<prov:startedAtTime>2014-07-14T01:01:01Z</prov:startedAtTime>
<prov:endedAtTime>2014-07-14T01:01:03Z</prov:endedAtTime>
<prov:wasInformedBy rdf:resource="http://localhost/api/datasets/A"/>
<prov:wasInformedBy rdf:resource="http://localhost/api/datasets/B"/>
<prov:wasInformedBy rdf:resource="http://localhost/api/datasets/C"/>
<prov:SoftwareAgent>
</prov:wasGeneratedBy>
<prov:hadMember>
<!-- This point extracted from another dataset. -->
<geo:Point rdf:resource="http://localhost/answer/point/xx"/>
<geo:long>....</geo:long>
<geo:lat>....</geo:lat>
<prov:wasInformedBy rdf:resource="http://localhost/api/datasets/A"/>
</geo:Point>
</prov:hadMember>
<prov:hadMember>
<!-- This point extracted inferred by an algorithm and another dataset. -->
<geo:Point rdf:resource="http://localhost/answer/point/xx"/>
<geo:long>....</geo:long>
<geo:lat>....</geo:lat>
<prov:wasGeneratedBy rdf:resource="http://localhost/api/xx""/>
<prov:wasInformedBy rdf:resource="http://localhost/api/datasets/B"/>
</geo:Point>
</prov:hadMember>

...ad vitam eterman...
/<prov:Collection>

from elevation-spec.

Related Issues (8)

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.