tetherless-world / materialsmine

MIT License
2 stars 2 forks source link

Integrate sdd2rdf capabilities #15

Open rashidsabbir opened 3 years ago

rashidsabbir commented 3 years ago

Create whyis agent for interpretting SDD files

jpmccu commented 3 years ago
jpmccu commented 3 years ago
select ?r where {
  ?r a pv:File;
    dct:conformsTo ?sdd.
  ?sdd rdf:type/rdfs:subClassOf :SemanticDataDictionary.
}

This will probably need to be in an global update agent.