Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give Credits to original Authors as per the Licenses stated on the original repositories #35

Open
jmcanterafonseca opened this issue Mar 7, 2021 · 2 comments
Assignees

Comments

@jmcanterafonseca
Copy link

jmcanterafonseca commented Mar 7, 2021

This project has copied a bunch of Data Models from the original https://github.com/FIWARE/data-models and its successor https://github.com/smart-data-models. Credits MUST be given to the original authors by honouring the licenses stated on the source repositories.

@jmcanterafonseca
Copy link
Author

I think it is not a matter of referencing FIWARE Data Models as a resource, like the referenced commit made, but for each data model that has been repurposed or re-encoded here it has to be clearly stated what is its original source and a pointer to that source

@JMayrbaeurl
Copy link
Contributor

I've taken the approach to add a reference to the original data model specification in the 'comment' attribute in the interface model. E.g. in Ontology\PointOfInterest\PointOfInterest.json

{
    "@id": "dtmi:digitaltwins:ngsi_ld:city:PointOfInterest;1",
    "@type": "Interface",
    "displayName": "Point of Interest",
    "description": "Global description: This entity contains a harmonised geographic description of a Point of Interest",
    "comment": "Original source: https://github.com/smart-data-models/dataModel.PointOfInterest/blob/master/PointOfInterest/doc/spec.md",
    "extends": "dtmi:digitaltwins:ngsi_ld:city:NGSILDBaseModel;1",
    "contents": [

Is this OK and enough?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants