ML-Schema / core

📚 CORE ontology of ML-Schema and mapping to other machine learning vocabularies and ontologies (DMOP, Exposé, OntoDM, and MEX)
http://purl.org/mls
26 stars 7 forks source link

Propose the Framework #10

Open diegoesteves opened 8 years ago

mommi84 commented 8 years ago

As previously agreed, still giving priority to the discussion about the vocabulary terms, we should check whether our schema is consistent with respect to the most important upper-level ontologies. Here is a tentative of mapping to PROV-O.

mls:Task rdfs:subClassOf prov:Entity .
mls:Algorithm rdfs:subClassOf prov:Entity .
mls:Process rdfs:subClassOf prov:Activity .
mls:Implementation rdfs:subClassOf prov:Agent .

which leads to:

mls:Algorithm --prov:wasDerivedFrom-----> mls:Task
mls:Algorithm --prov:wasAttributedTo----> mls:Implementation
mls:Process ----prov:wasAssociatedWith--> mls:Implementation
mls:Process ----prov:used---------------> mls:Algorithm