Giter Club home page Giter Club logo

netmaker's People

Contributors

repmax avatar

Stargazers

 avatar

Watchers

 avatar  avatar

netmaker's Issues

Is this a Triple notation?

in 2015 i got frustrated with the different RDF Triple notations and created

https://wiki.bitplan.com/index.php/SiDIF

instead with a java implementation at:
https://github.com/BITPlan/org.sidif.triplestore

in https://github.com/BITPlan/org.sidif.triplestore/tree/master/src/test/resources/sidif.canonical
you can see different triple notations in comparison with SiDIF e.g.

Json-LD example 5
http://www.w3.org/TR/json-ld/

{
  '@context':
  {
    'name': 'http://schema.org/name',
    'image': {
      '@id': 'http://schema.org/image',
      '@type': '@id'
    },
    'homepage': {
      '@id': 'http://schema.org/url',
      '@type': '@id'
    }
  },
  'name': 'Manu Sporny',
  'homepage': 'http://manu.sporny.org/',
  'image': 'http://manu.sporny.org/images/manu.png'
}

compared to SiDIF

" is comment of SiDIF
ModelLevel isA Context
"
 model level
 
" is comment of ModelLevel
HomePage isA Concept
name addsTo HomePage
image addsTo HomePage
image isA Property
homepage addsTo HomePage
id addsTo image
type addsTo image
InstanceLevel isA Context
" 
 Instance Level
" is comment of InstanceLevel
Manu_Sporny_Homepage isA HomePage
"Manu Sporny" is name of Manu_Sporny_Homepage
http://manu.sporny.org is homepage of Manu_Sporny_Homepage
http://manu.sporny.org/images/manu.png is image of Manu_Sporny_Homepage

There is a python implementation of SiDIF now
at
https://github.com/WolfgangFahl/py-sidif
and i might integrate NetML if it is compatible to these triple notations

Also https://linkml.io/ seems to have the bigger impact these days ...

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.