TREEcg / specification

RDF vocabulary and hypermedia specification to publish your Linked Data using search trees
https://w3id.org/tree/specification
27 stars 12 forks source link

Add snippet examples in compatibility section (3.3) and push towards the end #39

Open julianrojas87 opened 3 years ago

julianrojas87 commented 3 years ago

I would add small snippet (RDF) examples to each one of the compatible specifications mentioned in section 3.3. E.g.:

<A> a dcat:Distribution;
   dcat:accessURL <C1>;
   dcat:conformsTo tree: .

<C1> a tree:Collection .
...   

Also put this section after TREE has been explained better.

pietercolpaert commented 3 years ago

I’m also thinking maybe the tree:Collection should be a dcat:Dataset while the tree:Node of the view should probably be the dcat:Distribution