glosis-ld / glosis

GLOSIS ontology network
Other
11 stars 7 forks source link

Transformer tool generating extra ConceptScheme in CSV to TTL transformation #111

Closed ldesousa closed 6 months ago

ldesousa commented 1 year ago

The tool is generating all contents correctly, but is adding an extra ConceptScheme (invalid) when it generated the code-list TTL (example below). Not sure what is the cause.

<http://w3id.org/glosis/model/codelists/?PPropertyCode> a owl:Class,
        skos:ConceptScheme ;
    rdfs:label "Code list for ?PProperty - codelist class"@en,
        "Code list for ?PProperty - codelist scheme"@en ;
    rdfs:comment "This code list provides the ?PProperty."@en ;
    rdfs:seeAlso <http://w3id.org/glosis/model/codelists/?PPropertyCode> ;
    rdfs:subClassOf skos:Concept,
        sosa:ObservableProperty ;
    owl:oneOf ( <http://w3id.org/glosis/model/codelists/?PPropertyCode-Irotot> ) ;
    skos:note "This code list provides analysis procedures for ?P."@en ;
    skos:prefLabel "Code list for ?PProperty - codelist scheme"@en .
ldesousa commented 6 months ago

This issue is not reproducible, closing for now.