Code Monkey home page Code Monkey logo

groundtruth's People

Contributors

arkaaloke avatar arkatemp avatar aslakjohansen avatar gtfierro avatar jbkoh avatar jingkungao avatar joern-ploennigs avatar joshuagluck avatar thunder1989 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

groundtruth's Issues

Desk Class

I'm currently using the Space object as a stand-in for a "Desk" which hosts sensors and information relating to that workspace (where the desk could potentially move floors in a building) - would a desk object be a useful addition to the schema or is that too specific?

Add `measures` relationship?

We would like to capture the relationship between some sensor and what it is associated with.

We have hasLocation, but this is not the same as knowing what entity a sensor is actually measuring.

We have hasPoint/isPointOf, but this seems to be more about encapsulating points in a single piece of equipment.

I think there's a need for a more generic notion of what a point is measuring, or what its controlling. We already have a controls/isControlledBy, which would be associated with some Command Point.

Just to clarify, it is entirely w/n the realm of possibility that we have sensors not associated with any particular piece of equipment.

Any thoughts?

Duplicated data

Hello,

I would like to report an issue with Brick.ttl, indeed we can see that some data are duplicated as shown below.

image

Mentioning the License within the ontology and its documentation

Dear Brick development team!

it might be helpful for people reusing BRICK to have the license mentioned within the ontology meta-data, via the dcterms:license annotation property. For example in Turtle syntax:

@prefix dcterms: <http://purl.org/dc/terms/> .
<https://brickschema.org/schema/1.0.2/BrickFrame> dcterms:license <https://raw.githubusercontent.com/BuildSysUniformMetadata/GroundTruth/master/LICENSE> .

or similarly.

Best

Georg

RDFlib serialization of Brick.ttl fails

BugReport: @joshuagluck found that if you import Brick.ttl in rdflib and serialize it, Protege won’t accept the output.

g = rdflib.Graph()
g.parse('../BuildingSchema/Brick.ttl', format='turtle')
g.serialize(destination='GHCYuvraj_brick.ttl', format='turtle')

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.