mariapoveda / saref-ext

This repository contains the code and documentation generated for the SAREF extensions developed by OEG.
2 stars 10 forks source link

Rewrite the definitions of entities with blank nodes #35

Closed rgcmme closed 5 years ago

rgcmme commented 5 years ago

The current implementation of SAREF4CITY splits the definition of terms with blank nodes:

saref:Property a owl:Class ;
    rdfs:subClassOf _:genid50 .

The terms should be completely defined in the resource and not split in multiple resources.

mariapoveda commented 5 years ago

Do you have an example of how to replace it?