View Issue Details

IDProjectCategoryView StatusLast Update
0003697CaseTalk ModelerGeneration (SQL, XML, etc)public2022-11-12 16:22
ReporterBCP Software Assigned ToBCP Software  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version12.6 
Summary0003697: RDF does not include the VC comments
DescriptionRDF outputs the structure and comments on entities and attributes, but apparently the comments provided at the VC are not getting published. Could these be added?
TagsNo tags attached.
CaseTalk Editionunknown

Activities

BCP Software

BCP Software

2022-11-12 16:20

administrator   ~0004673

Last edited: 2022-11-12 16:22

Two places with comments are not supported:
At the rdfs:DataType level, and inside the rdfs:DataType Equivalence.

<rdfs:Datatype rdf:about="CB4B775D6-2AB0-433C-8367-690D766879D4">
      <skos:prefLabel>number</skos:prefLabel>
      <skos:prefLabel xml:lang="nl-NL">voorkeursnummer</skos:prefLabel>
        <rdfs:comment>Choices to be made</rdfs:comment>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
          <owl:equivalentClass>
           <rdfs:Datatype>
            <rdfs:comment>There must be three</rdfs:comment>
            <owl:oneOf rdf:parseType="Resource">
            <rdf:first>1</rdf:first>
            <rdf:rest rdf:parseType="Resource">
            <rdf:first>2</rdf:first>
            <rdf:rest rdf:parseType="Resource">
            <rdf:first>3</rdf:first>
            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            </rdf:rest>
            </rdf:rest>
            </owl:oneOf>
           </rdfs:Datatype>
          </owl:equivalentClass>
        <local:Source.Modeler>marcow</local:Source.Modeler>
      </rdfs:Datatype>

Issue History

Date Modified Username Field Change
2022-11-12 12:16 BCP Software New Issue
2022-11-12 12:16 BCP Software Status new => assigned
2022-11-12 12:16 BCP Software Assigned To => BCP Software
2022-11-12 16:20 BCP Software Status assigned => resolved
2022-11-12 16:20 BCP Software Resolution open => fixed
2022-11-12 16:20 BCP Software Note Added: 0004673
2022-11-12 16:22 BCP Software Note Edited: 0004673