Irlan Grangel-Gonzalez

Results 15 comments of Irlan Grangel-Gonzalez

@ceteri @dvsrepo do you have an example of the integration with PyTorch Geometric? Currently, I'm using the following: `from torch_geometric.utils import from_networkx` `pG = from_networkx(G) ` Assuming that the `G`...

@PriyankaNanjappa could you please use Widoko for generating the Html of the ontology. If you check [here](https://github.com/i40-Tools/StandardOntology/tree/master/HTMLDocumentation) you basically have only to execute the .bat and it will generate the...

Yes, we have the property [PartOf](http://ontologydesignpatterns.org/wiki/Submissions:PartOf), which is one [Ontology Design Pattern](http://ontologydesignpatterns.org/wiki/Community:ListPatterns) (ODP from now one). But, after, checking this deeper I think the [Componency](http://ontologydesignpatterns.org/wiki/Submissions:Componency) ODP may be better to...

Whenever makes sense, yes, i.e., that a given Standard is a component of other like in the AutomationML case.

Can you link here the existing documents where the standard is explained? The source you utilized to define these classes.

According to the official source, an `Architecture description` is defined as follows: "An architecture description shall identify the system-of-interest and include supplementary information as determined by the project and/or organization....

![image](https://user-images.githubusercontent.com/7492788/32501937-0bf33ba4-c3e2-11e7-9cb5-774cb9e5313a.png) This image, taken from the document above provides quite interesting relations between standards. We should be able to model this by extending the current `relatedTo `relation into these new...

According to the diagram, the following six different relations can be extracted. These relations have to be checked and the semantics of each one of them should be understood. Generally,...

In addition, https://github.com/i40-Tools/StandardOntology/issues/17, B2MML is the implementation of ISA 95, thus: 7. B2MML `isImplementationOf` ISA_95

``` DIN SPEC 16592 hasPredecesor OPC UA DIN SPEC 16592 hasPredecesor AML ``` What about to use the [`prov:wasDerivedFrom`](https://www.w3.org/TR/prov-o/#wasDerivedFrom) from the **PROV** ontology to express the predecessor? ``` DIN SPEC...