Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty .ttl files generated for some application schemas with ShapeChange #6

Open
cepriy opened this issue Jul 20, 2021 · 0 comments
Open

Comments

@cepriy
Copy link

cepriy commented Jul 20, 2021

Hi,
I’m facing an issue generating ontologies with Shapechange from the approved Inspire UML model in https://www.google.com/url?q=https://inspire.ec.europa.eu/data-model/approved/r4618-ir/ea%252Bxmi/EAXMI.zip&sa=D&source=editors&ust=1626796045069000&usg=AOvVaw3j4oXsm5Rhwcbv9g_KsF0Z through Enterprise Architect

The .ttl ontology file for the application schema "WaterML2.0" is empty, in spite of providing mapping file (I've tried both: with the correct ISO namespaces and with owl:class) . Could you suggest a possible fix for that issue?
My xml configuration file is here:

<?xml version="1.0" encoding="UTF-8"?>
<ShapeChangeConfiguration
 xmlns="http://www.interactive-instruments.de/ShapeChange/Configuration/1.1"
 xmlns:sc="http://www.interactive-instruments.de/ShapeChange/Configuration/1.1"
 xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.interactive-instruments.de/ShapeChange/Configuration/1.1 http://shapechange.net/resources/schema/ShapeChangeConfiguration.xsd">
 <input id="INPUT">
  <parameter name="addTaggedValues" value="vocabulary,inspireConcept"/>
  <parameter name="inputModelType" value="EA7"/>
  <parameter name="inputFile" value="data/INSPIRE_consolidated_UML_Model_ANNEX_I_II_III.eap"/>
  <parameter name="appSchemaName" value="WaterML2.0"/>
  <parameter name="publicOnly" value="true"/>
  <parameter name="checkingConstraints" value="enabled"/>
  <parameter name="loadConstraintsForSelectedSchemasOnly" value="true"/>
  <parameter name="oclConstraintTypeRegex" value="OCL"/>
  <parameter name="sortedSchemaOutput" value="true"/>
  <parameter name="excludedPackages" value="Annex I, Annex II, Annex III, Generic Conceptual Model"/>
  <parameter name="extractSeparator" value="--"/>
  <xi:include href="http://shapechange.net/resources/config/StandardAliases.xml"/>
  <xi:include href="http://shapechange.net/resources/config/DescriptorSourcesInspire.xml"/>
 </input>
 <log>
  <parameter name="reportLevel" value="INFO"/>
  <parameter name="logFile" value="results/water-ml-2/log_owliso19150_inspire.xml"/>
 </log>
 <transformers>
  <Transformer class="de.interactive_instruments.ShapeChange.Transformation.Flattening.Flattener"
   id="TRF0" input="INPUT" mode="enabled">
   <parameters>
    <ProcessParameter name="removeType" value=""/>
   </parameters>
   <rules>
    <ProcessRuleSet name="flattener">
     <rule name="rule-trf-all-removeType"/>
     <rule name="rule-trf-all-postprocess-skip-constraint-validation"/>
    </ProcessRuleSet>
   </rules>
  </Transformer>
  <Transformer id="TRF1" input="TRF0"
   class="de.interactive_instruments.ShapeChange.Transformation.Flattening.AssociationClassMapper">
   <rules>
    <ProcessRuleSet name="flattener">
     <rule name="rule-trf-all-postprocess-skip-constraint-validation"/>
    </ProcessRuleSet>
   </rules>
  </Transformer>
  <Transformer class="de.interactive_instruments.ShapeChange.Transformation.Flattening.Flattener"
   input="TRF1" id="TRF2" mode="enabled">
   <parameters>
    <ProcessParameter name="includeUnionIdentifierTaggedValue" value="true"/>
    <ProcessParameter name="mergeDescriptors" value="true"/>
    <ProcessParameter name="separatorForPropertyFromUnion" value="_"/>
    <ProcessParameter name="flattenObjectTypes" value="false"/>
    <ProcessParameter name="flattenDataTypesExcludeRegex" value=".*"/>
    <ProcessParameter name="setMinCardinalityToZeroWhenMergingUnion" value="false"/>
   </parameters>
   <rules>
    <ProcessRuleSet name="flattener">
     <rule name="rule-trf-prop-flatten-types"/>
     <rule name="rule-trf-all-postprocess-skip-constraint-validation"/>
    </ProcessRuleSet>
   </rules>
  </Transformer>
 </transformers>
 <targets>
  <TargetOwl class="de.interactive_instruments.ShapeChange.Target.Ontology.OWLISO19150"
   mode="enabled" inputs="TRF2">

   <targetParameter name="outputDirectory" value="results/water-ml-2"/>
   <targetParameter name="defaultEncodingRule" value="INSPIRE_RDF"/>
   <targetParameter name="URIbase" value="https://ontologies.com"/>
   <targetParameter name="language" value="en"/>
   <targetParameter name="defaultTypeImplementation" value="owl:Class"/>

<xi:include href="config/DescriptorTargets-owl-inspire.xml"/>
   <xi:include href="config/StandardRules-owl-inspire.xml"/>

   <xi:include href="http://shapechange.net/resources/config/StandardNamespaces-owl.xml"/>
   <xi:include href="config/StandardNamespaces-owl-inspire.xml"/>

   <xi:include href="config/StandardMapEntries_iso19103-owl-inspire.xml"/>
   <xi:include href="http://shapechange.net/resources/config/StandardMapEntries_iso19107-owl-sf.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-base.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-gn.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-net.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-tn_a.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-tn.xml"/>
   <xi:include href="config/iso19108-namespaces-owl-inspire.xml"/>
   <xi:include href="config/iso19139-namespaces-owl-inspire.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-activity-complex.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-ad.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-au.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-bu-2d.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-bu-3d.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-bu-base.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-cp.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-hy.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-tn-w.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-tn_rail.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-tn_road.xml"/>
   <xi:include href="config/StandardMapEntries_inspire-tn_w.xml"/>
   <xi:include href="config/StandardMapEntries_iso19115-owl-inspire.xml"/>
   <xi:include href="config/StandardMapEntries_iso19139-owl-inspire.xml"/>  
   <xi:include href="config/StandardMapEntries_inspire-swe-common.xml"/>
   <xi:include href="config/iso19111-namespaces-owl-inspire.xml"/>
   <xi:include href="config/iso19103-namespaces-owl-inspire.xml"/>

   <rdfMapEntries>
    <!-- Enumeration mappings -->
    <RdfTypeMapEntry type="TransportTypeValue" target="skos:Concept"/>
    <!-- Codelist mappings -->
    <RdfTypeMapEntry type="AccessRestrictionValue" target="skos:Concept"/>
    <RdfTypeMapEntry type="RestrictionTypeValue" target="skos:Concept"/>
   </rdfMapEntries>

   <xi:include href="config/StandardConversionEntries_inspire-base.xml"/>
   <rdfConversionParameters>
    <!-- Alignments -->
    <PropertyConversionParameter property="TransportObject::geographicalName"
     subPropertyOf="locn:geographicName"/>

    <PropertyConversionParameter property="TransportPoint::geometry"
     subPropertyOf="locn:geometry gsp:hasDefaultGeometry"/>
   </rdfConversionParameters>

  </TargetOwl>
  <TargetXmlSchema class="de.interactive_instruments.ShapeChange.Target.XmlSchema.XmlSchema"
   mode="enabled">
   <targetParameter name="outputDirectory" value="results/water-ml-2\xsd"/>
   <targetParameter name="defaultEncodingRule" value="iso19136_2007_INSPIRE_Extensions"/>
   <xi:include href="http://shapechange.net/resources/config/StandardRules.xml"/>
   <xi:include href="http://shapechange.net/resources/config/StandardNamespaces.xml"/>
   <xi:include href="http://shapechange.net/resources/config/StandardMapEntries.xml"/>
   <xsdMapEntries>
    <XsdMapEntry type="Percentage" xsdEncodingRules="iso19136_2007 gml33"
     xmlPropertyType="gml:MeasureType" xmlType="gml:MeasureType" xmlTypeContent="simple"
     xmlTypeNilReason="false"/>
    <XsdMapEntry type="URI" xsdEncodingRules="iso19136_2007 gml33" xmlPropertyType="anyURI"
     xmlType="anyURI" xmlTypeType="simple" xmlTypeContent="simple"/>
    <XsdMapEntry type="URL" xsdEncodingRules="iso19136_2007 gml33" xmlPropertyType="anyURI"
     xmlType="anyURI" xmlTypeType="simple" xmlTypeContent="simple"/>
    <XsdMapEntry type="FC_FeatureType" xsdEncodingRules="iso19136_2007 gml33"
     xmlPropertyType="anyURI" xmlType="anyURI" xmlTypeType="simple" xmlTypeContent="simple"/>
    <XsdMapEntry type="AbstractFeature" xsdEncodingRules="iso19136_2007 gml33"
     xmlType="gml:AbstractFeatureType" xmlElement="gml:AbstractFeature"
     xmlPropertyType="gml:FeaturePropertyType"/>
   </xsdMapEntries>
  </TargetXmlSchema>
 </targets>
</ShapeChangeConfiguration>
```xml

The log file is:
```xml
<?xml version="1.0" encoding="UTF-8"?><ShapeChangeResult xmlns="http://www.interactive-instruments.de/ShapeChange/Result" xmlns:r="http://www.interactive-instruments.de/ShapeChange/Result" config="sc_inspire_ttl_swe_common3.xml" end="Thu Jul 22 06:27:26 UTC 2021" resultCode="0" start="Thu Jul 22 06:23:12 UTC 2021" version="2.9.1">
  <Messages>
    <Info message="---------- Semantic validation of ShapeChange configuration: START ----------"/>
    <Info message="--- Validating transformer with @id 'TRF2' ..."/>
    <Info message="--- Validating transformer with @id 'TRF0' ..."/>
    <Warning message="Parameter 'removeType' is required for the execution of 'rule-trf-all-removeType'. The configuration does not contain this parameter with a non-empty string.">
      <Detail message="Context: Transformer configuration element with 'id'='TRF0'."/>
    </Warning>
    <Info message="--- Validating target with @class 'de.interactive_instruments.ShapeChange.Target.Ontology.OWLISO19150' and @inputs 'TRF2' ..."/>
    <Info message="--- Validating target with @class 'de.interactive_instruments.ShapeChange.Target.XmlSchema.XmlSchema' and @inputs 'INPUT' ..."/>
    <Info message="---------- Semantic validation of ShapeChange configuration: COMPLETE ----------"/>
    <Info message="Connecting to C:\work\sc\shapechange\data\INSPIRE_consolidated_UML_Model_ANNEX_I_II_III.eap"/>
    <Info message="Connected to C:\work\sc\shapechange\data\INSPIRE_consolidated_UML_Model_ANNEX_I_II_III.eap"/>
    <Info message="Starting reading C:\work\sc\shapechange\data\INSPIRE_consolidated_UML_Model_ANNEX_I_II_III.eap"/>
    <Warning message="Stereotype &lt;&lt;estimatedProperty&gt;&gt; not supported for UML model elements of type 'AssociationEnd'.">
      <Detail message="Context: Property 'INSPIRE Consolidated UML Model::Foundation Schemas::GeoSciML::GeoSciML-Core::GeologicUnit::GeologicUnit::composition'"/>
    </Warning>
    <Warning message="The multiplicity value of 'dimension' is neither a number nor a known string. '*' is used instead.">
      <Detail message="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19103:2005 Schema Language::Basic Types::Primitive::Numerics::Vector'"/>
    </Warning>
    <Warning message="The multiplicity value of 'dimension' is neither a number nor a known string. '*' is used instead.">
      <Detail message="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19103:2005 Schema Language::Basic Types::Primitive::Numerics::Vector'"/>
    </Warning>
    <Warning message="The multiplicity value of 'size' is neither a number nor a known string. '*' is used instead.">
      <Detail message="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19103:2005 Schema Language::Basic Types::Primitive::Text::CharacterString'"/>
    </Warning>
    <Warning message="The multiplicity value of 'size' is neither a number nor a known string. '*' is used instead.">
      <Detail message="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19103:2005 Schema Language::Basic Types::Primitive::Text::CharacterString'"/>
    </Warning>
    <Error message="The property 'internalExtension' in class 'Collection' has a sequence number that is already in use for another property (communityExtension) which will be overwritten.">
      <Detail message="Context: Package 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::WaterML2.0::Collection'"/>
    </Error>
    <Error message="The property 'spacing' in class 'TimeseriesMetadata' has a sequence number that is already in use for another property (baseTime) which will be overwritten.">
      <Detail message="Context: Package 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::WaterML2.0::Timeseries'"/>
    </Error>
    <Error message="The property 'domainExtent' in class 'TimeseriesMetadata' has a sequence number that is already in use for another property (spacing) which will be overwritten.">
      <Detail message="Context: Package 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::WaterML2.0::Timeseries'"/>
    </Error>
    <Error message="The property 'extension' in class 'TimeseriesMetadata' has a sequence number that is already in use for another property (domainExtent) which will be overwritten.">
      <Detail message="Context: Package 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::WaterML2.0::Timeseries'"/>
    </Error>
    <Error message="The property 'startAnchorPoint' in class 'MeasurementTimeseriesMetadata' has a sequence number that is already in use for another property (accumulationAnchorTime) which will be overwritten.">
      <Detail message="Context: Package 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::WaterML2.0::Measurement (TVP) Timeseries'"/>
    </Error>
    <Error message="The property 'endAnchorPoint' in class 'MeasurementTimeseriesMetadata' has a sequence number that is already in use for another property (startAnchorPoint) which will be overwritten.">
      <Detail message="Context: Package 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::WaterML2.0::Measurement (TVP) Timeseries'"/>
    </Error>
    <Error message="The property 'maxGapPeriod' in class 'MeasurementTimeseriesMetadata' has a sequence number that is already in use for another property (endAnchorPoint) which will be overwritten.">
      <Detail message="Context: Package 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::WaterML2.0::Measurement (TVP) Timeseries'"/>
    </Error>
    <Info message="Finished reading C:\work\sc\shapechange\data\INSPIRE_consolidated_UML_Model_ANNEX_I_II_III.eap"/>
    <Error message="Property 'nilValue' of class 'NilValues' is not a composition, but has a data type as its value: 'NilValue'.">
      <Detail message="Context: Property 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Simple Components::NilValues::nilValue'"/>
    </Error>
    <Info message="Application schema found, package name: 'SWE Common Data Model 2.0', target namespace: 'http://www.opengis.net/swe/2.0'"/>
    <Info message="Now processing target 'XML Schema' for input 'INPUT'."/>
    <Error message="The class 'TM_TemporalCRS' referenced from class 'Time' is not part of any package nor is it mapped to a well-known XML Schema type. The class is ignored.">
      <Detail message="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19111 Referencing by Coordinates::Temporal Reference Systems::TM_TemporalCRS'"/>
    </Error>
    <Error message="The class 'UomTime' referenced from class 'Time' is not part of any package nor is it mapped to a well-known XML Schema type. The class is ignored.">
      <Detail message="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19103:2005 Schema Language::Basic Types::Derived::Units of Measure::UomTime'"/>
    </Error>
    <Error message="The class 'TM_IndeterminateValue' referenced from class 'TimeIso8601' is not part of any package nor is it mapped to a well-known XML Schema type. The class is ignored.">
      <Detail message="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19108:2006 Temporal Schema::Temporal Reference System::TM_IndeterminateValue'"/>
    </Error>
    <Error message="The class 'TM_TemporalCRS' referenced from class 'TimeRange' is not part of any package nor is it mapped to a well-known XML Schema type. The class is ignored.">
      <Detail message="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19111 Referencing by Coordinates::Temporal Reference Systems::TM_TemporalCRS'"/>
    </Error>
    <Error message="The class 'UomTime' referenced from class 'TimeRange' is not part of any package nor is it mapped to a well-known XML Schema type. The class is ignored.">
      <Detail message="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19103:2005 Schema Language::Basic Types::Derived::Units of Measure::UomTime'"/>
    </Error>
    <Info message="Executed target class 'de.interactive_instruments.ShapeChange.Target.XmlSchema.XmlSchema' for input ID: 'INPUT'.&#10;-------------------------------------------------"/>
    <Info message="Now processing transformation 'TRF0' for input ID: 'INPUT'."/>
    <Info message="========== processing phase =========="/>
    <Info message="---------- now processing: rule-trf-all-removeType ----------"/>
    <Info message="========== postprocessing phase =========="/>
    <Info message="Performed transformation for transformer ID 'TRF0' for input ID: 'INPUT'.&#10;-------------------------------------------------"/>
    <Info message="Now processing transformation 'TRF1' for input ID: 'TRF0'."/>
    <Info message="Performed transformation for transformer ID 'TRF1' for input ID: 'TRF0'.&#10;-------------------------------------------------"/>
    <Info message="Now processing transformation 'TRF2' for input ID: 'TRF1'."/>
    <Info message="========== processing phase =========="/>
    <Info message="---------- now processing: rule-trf-prop-flatten-types ----------"/>
    <Info message="========== postprocessing phase =========="/>
    <Info message="Performed transformation for transformer ID 'TRF2' for input ID: 'TRF1'.&#10;-------------------------------------------------"/>
    <Info message="Application schema found, package name: 'SWE Common Data Model 2.0', target namespace: 'http://www.opengis.net/swe/2.0'"/>
    <Info message="Now processing target 'ISO 19150-2 OWL Ontology' for input 'TRF2'."/>
    <Info message="The default type implementation is 'owl:Class'."/>
    <Warning message="None of the code list conversion rules applies to code list 'ByteEncoding'. The default type implementation is used to implement the code list.">
      <Detail message="--- Context - Class: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Advanced Encodings::ByteEncoding"/>
    </Warning>
    <Warning message="None of the code list conversion rules applies to code list 'ByteOrder'. The default type implementation is used to implement the code list.">
      <Detail message="--- Context - Class: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Advanced Encodings::ByteOrder"/>
    </Warning>
    <Error message="Type 'SC_CRS' is not covered by an RdfTypeMapEntry and also not contained in one of the schemas selected for processing. Cannot map or create the class.">
      <Detail message="--- Context - Class: INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19111 Referencing by Coordinates::Coordinate Reference Systems::SC_CRS"/>
    </Error>
    <Error message="Could not find a type mapping and also no class within the model to map class 'SC_CRS'.">
      <Detail message="--- Context - Property: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Block Components::Matrix::referenceFrame"/>
    </Error>
    <Warning message="Default type implementation is used as range of property 'referenceFrame'.">
      <Detail message="--- Context - Property: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Block Components::Matrix::referenceFrame"/>
    </Warning>
    <Warning message="Default type implementation is used as range of property 'localFrame'.">
      <Detail message="--- Context - Property: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Block Components::Matrix::localFrame"/>
    </Warning>
    <Warning message="Default type implementation is used as range of property 'referenceFrame'.">
      <Detail message="--- Context - Property: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Record Components::Vector::referenceFrame"/>
    </Warning>
    <Warning message="Default type implementation is used as range of property 'localFrame'.">
      <Detail message="--- Context - Property: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Record Components::Vector::localFrame"/>
    </Warning>
    <Warning message="Default type implementation is used as range of property 'referenceFrame'.">
      <Detail message="--- Context - Property: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Simple Components::AbstractSimpleComponent::referenceFrame"/>
    </Warning>
    <Info message="Executed target class 'de.interactive_instruments.ShapeChange.Target.Ontology.OWLISO19150' for input ID: 'TRF2'.&#10;-------------------------------------------------"/>
  </Messages>
  <Results>
    <Result href="file:/C:/work/sc/shapechange/results/swe-common3/xsd/INPUT/advanced_encodings.xsd" scope="http://www.opengis.net/swe/2.0" target="XML Schema">advanced_encodings.xsd</Result>
    <Result href="file:/C:/work/sc/shapechange/results/swe-common3/xsd/INPUT/basic_types.xsd" scope="http://www.opengis.net/swe/2.0" target="XML Schema">basic_types.xsd</Result>
    <Result href="file:/C:/work/sc/shapechange/results/swe-common3/xsd/INPUT/block_components.xsd" scope="http://www.opengis.net/swe/2.0" target="XML Schema">block_components.xsd</Result>
    <Result href="file:/C:/work/sc/shapechange/results/swe-common3/xsd/INPUT/choice_components.xsd" scope="http://www.opengis.net/swe/2.0" target="XML Schema">choice_components.xsd</Result>
    <Result href="file:/C:/work/sc/shapechange/results/swe-common3/xsd/INPUT/record_components.xsd" scope="http://www.opengis.net/swe/2.0" target="XML Schema">record_components.xsd</Result>
    <Result href="file:/C:/work/sc/shapechange/results/swe-common3/xsd/INPUT/simple_components.xsd" scope="http://www.opengis.net/swe/2.0" target="XML Schema">simple_components.xsd</Result>
    <Result href="file:/C:/work/sc/shapechange/results/swe-common3/xsd/INPUT/simple_encodings.xsd" scope="http://www.opengis.net/swe/2.0" target="XML Schema">simple_encodings.xsd</Result>
    <Result href="file:/C:/work/sc/shapechange/results/swe-common3/xsd/INPUT/swe.xsd" scope="http://www.opengis.net/swe/2.0" target="XML Schema">swe.xsd</Result>
    <Result href="file:/C:/work/sc/shapechange/results/swe-common3/TRF2/swe.ttl" scope="https://lp.sekai.dev/swe" target="ISO 19150-2 OWL Ontology">swe.ttl</Result>
  </Results>
</ShapeChangeResult>

@cepriy cepriy changed the title empty .ttl files generated for some application schemas with ShapeChange Empty .ttl files generated for some application schemas with ShapeChange Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant