You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"?>
<ShapeChangeConfigurationxmlns="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">
<inputid="INPUT">
<parametername="addTaggedValues"value="vocabulary,inspireConcept"/>
<parametername="inputModelType"value="EA7"/>
<parametername="inputFile"value="data/INSPIRE_consolidated_UML_Model_ANNEX_I_II_III.eap"/>
<parametername="appSchemaName"value="WaterML2.0"/>
<parametername="publicOnly"value="true"/>
<parametername="checkingConstraints"value="enabled"/>
<parametername="loadConstraintsForSelectedSchemasOnly"value="true"/>
<parametername="oclConstraintTypeRegex"value="OCL"/>
<parametername="sortedSchemaOutput"value="true"/>
<parametername="excludedPackages"value="Annex I, Annex II, Annex III, Generic Conceptual Model"/>
<parametername="extractSeparator"value="--"/>
<xi:includehref="http://shapechange.net/resources/config/StandardAliases.xml"/>
<xi:includehref="http://shapechange.net/resources/config/DescriptorSourcesInspire.xml"/>
</input>
<log>
<parametername="reportLevel"value="INFO"/>
<parametername="logFile"value="results/water-ml-2/log_owliso19150_inspire.xml"/>
</log>
<transformers>
<Transformerclass="de.interactive_instruments.ShapeChange.Transformation.Flattening.Flattener"id="TRF0"input="INPUT"mode="enabled">
<parameters>
<ProcessParametername="removeType"value=""/>
</parameters>
<rules>
<ProcessRuleSetname="flattener">
<rulename="rule-trf-all-removeType"/>
<rulename="rule-trf-all-postprocess-skip-constraint-validation"/>
</ProcessRuleSet>
</rules>
</Transformer>
<Transformerid="TRF1"input="TRF0"class="de.interactive_instruments.ShapeChange.Transformation.Flattening.AssociationClassMapper">
<rules>
<ProcessRuleSetname="flattener">
<rulename="rule-trf-all-postprocess-skip-constraint-validation"/>
</ProcessRuleSet>
</rules>
</Transformer>
<Transformerclass="de.interactive_instruments.ShapeChange.Transformation.Flattening.Flattener"input="TRF1"id="TRF2"mode="enabled">
<parameters>
<ProcessParametername="includeUnionIdentifierTaggedValue"value="true"/>
<ProcessParametername="mergeDescriptors"value="true"/>
<ProcessParametername="separatorForPropertyFromUnion"value="_"/>
<ProcessParametername="flattenObjectTypes"value="false"/>
<ProcessParametername="flattenDataTypesExcludeRegex"value=".*"/>
<ProcessParametername="setMinCardinalityToZeroWhenMergingUnion"value="false"/>
</parameters>
<rules>
<ProcessRuleSetname="flattener">
<rulename="rule-trf-prop-flatten-types"/>
<rulename="rule-trf-all-postprocess-skip-constraint-validation"/>
</ProcessRuleSet>
</rules>
</Transformer>
</transformers>
<targets>
<TargetOwlclass="de.interactive_instruments.ShapeChange.Target.Ontology.OWLISO19150"mode="enabled"inputs="TRF2">
<targetParametername="outputDirectory"value="results/water-ml-2"/>
<targetParametername="defaultEncodingRule"value="INSPIRE_RDF"/>
<targetParametername="URIbase"value="https://ontologies.com"/>
<targetParametername="language"value="en"/>
<targetParametername="defaultTypeImplementation"value="owl:Class"/>
<xi:includehref="config/DescriptorTargets-owl-inspire.xml"/>
<xi:includehref="config/StandardRules-owl-inspire.xml"/>
<xi:includehref="http://shapechange.net/resources/config/StandardNamespaces-owl.xml"/>
<xi:includehref="config/StandardNamespaces-owl-inspire.xml"/>
<xi:includehref="config/StandardMapEntries_iso19103-owl-inspire.xml"/>
<xi:includehref="http://shapechange.net/resources/config/StandardMapEntries_iso19107-owl-sf.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-base.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-gn.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-net.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-tn_a.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-tn.xml"/>
<xi:includehref="config/iso19108-namespaces-owl-inspire.xml"/>
<xi:includehref="config/iso19139-namespaces-owl-inspire.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-activity-complex.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-ad.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-au.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-bu-2d.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-bu-3d.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-bu-base.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-cp.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-hy.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-tn-w.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-tn_rail.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-tn_road.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-tn_w.xml"/>
<xi:includehref="config/StandardMapEntries_iso19115-owl-inspire.xml"/>
<xi:includehref="config/StandardMapEntries_iso19139-owl-inspire.xml"/>
<xi:includehref="config/StandardMapEntries_inspire-swe-common.xml"/>
<xi:includehref="config/iso19111-namespaces-owl-inspire.xml"/>
<xi:includehref="config/iso19103-namespaces-owl-inspire.xml"/>
<rdfMapEntries>
<!-- Enumeration mappings -->
<RdfTypeMapEntrytype="TransportTypeValue"target="skos:Concept"/>
<!-- Codelist mappings -->
<RdfTypeMapEntrytype="AccessRestrictionValue"target="skos:Concept"/>
<RdfTypeMapEntrytype="RestrictionTypeValue"target="skos:Concept"/>
</rdfMapEntries>
<xi:includehref="config/StandardConversionEntries_inspire-base.xml"/>
<rdfConversionParameters>
<!-- Alignments -->
<PropertyConversionParameterproperty="TransportObject::geographicalName"subPropertyOf="locn:geographicName"/>
<PropertyConversionParameterproperty="TransportPoint::geometry"subPropertyOf="locn:geometry gsp:hasDefaultGeometry"/>
</rdfConversionParameters>
</TargetOwl>
<TargetXmlSchemaclass="de.interactive_instruments.ShapeChange.Target.XmlSchema.XmlSchema"mode="enabled">
<targetParametername="outputDirectory"value="results/water-ml-2\xsd"/>
<targetParametername="defaultEncodingRule"value="iso19136_2007_INSPIRE_Extensions"/>
<xi:includehref="http://shapechange.net/resources/config/StandardRules.xml"/>
<xi:includehref="http://shapechange.net/resources/config/StandardNamespaces.xml"/>
<xi:includehref="http://shapechange.net/resources/config/StandardMapEntries.xml"/>
<xsdMapEntries>
<XsdMapEntrytype="Percentage"xsdEncodingRules="iso19136_2007 gml33"xmlPropertyType="gml:MeasureType"xmlType="gml:MeasureType"xmlTypeContent="simple"xmlTypeNilReason="false"/>
<XsdMapEntrytype="URI"xsdEncodingRules="iso19136_2007 gml33"xmlPropertyType="anyURI"xmlType="anyURI"xmlTypeType="simple"xmlTypeContent="simple"/>
<XsdMapEntrytype="URL"xsdEncodingRules="iso19136_2007 gml33"xmlPropertyType="anyURI"xmlType="anyURI"xmlTypeType="simple"xmlTypeContent="simple"/>
<XsdMapEntrytype="FC_FeatureType"xsdEncodingRules="iso19136_2007 gml33"xmlPropertyType="anyURI"xmlType="anyURI"xmlTypeType="simple"xmlTypeContent="simple"/>
<XsdMapEntrytype="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"?><ShapeChangeResultxmlns="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>
<Infomessage="---------- Semantic validation of ShapeChange configuration: START ----------"/>
<Infomessage="--- Validating transformer with @id 'TRF2' ..."/>
<Infomessage="--- Validating transformer with @id 'TRF0' ..."/>
<Warningmessage="Parameter 'removeType' is required for the execution of 'rule-trf-all-removeType'. The configuration does not contain this parameter with a non-empty string.">
<Detailmessage="Context: Transformer configuration element with 'id'='TRF0'."/>
</Warning>
<Infomessage="--- Validating target with @class 'de.interactive_instruments.ShapeChange.Target.Ontology.OWLISO19150' and @inputs 'TRF2' ..."/>
<Infomessage="--- Validating target with @class 'de.interactive_instruments.ShapeChange.Target.XmlSchema.XmlSchema' and @inputs 'INPUT' ..."/>
<Infomessage="---------- Semantic validation of ShapeChange configuration: COMPLETE ----------"/>
<Infomessage="Connecting to C:\work\sc\shapechange\data\INSPIRE_consolidated_UML_Model_ANNEX_I_II_III.eap"/>
<Infomessage="Connected to C:\work\sc\shapechange\data\INSPIRE_consolidated_UML_Model_ANNEX_I_II_III.eap"/>
<Infomessage="Starting reading C:\work\sc\shapechange\data\INSPIRE_consolidated_UML_Model_ANNEX_I_II_III.eap"/>
<Warningmessage="Stereotype <<estimatedProperty>> not supported for UML model elements of type 'AssociationEnd'.">
<Detailmessage="Context: Property 'INSPIRE Consolidated UML Model::Foundation Schemas::GeoSciML::GeoSciML-Core::GeologicUnit::GeologicUnit::composition'"/>
</Warning>
<Warningmessage="The multiplicity value of 'dimension' is neither a number nor a known string. '*' is used instead.">
<Detailmessage="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19103:2005 Schema Language::Basic Types::Primitive::Numerics::Vector'"/>
</Warning>
<Warningmessage="The multiplicity value of 'dimension' is neither a number nor a known string. '*' is used instead.">
<Detailmessage="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19103:2005 Schema Language::Basic Types::Primitive::Numerics::Vector'"/>
</Warning>
<Warningmessage="The multiplicity value of 'size' is neither a number nor a known string. '*' is used instead.">
<Detailmessage="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19103:2005 Schema Language::Basic Types::Primitive::Text::CharacterString'"/>
</Warning>
<Warningmessage="The multiplicity value of 'size' is neither a number nor a known string. '*' is used instead.">
<Detailmessage="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19103:2005 Schema Language::Basic Types::Primitive::Text::CharacterString'"/>
</Warning>
<Errormessage="The property 'internalExtension' in class 'Collection' has a sequence number that is already in use for another property (communityExtension) which will be overwritten.">
<Detailmessage="Context: Package 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::WaterML2.0::Collection'"/>
</Error>
<Errormessage="The property 'spacing' in class 'TimeseriesMetadata' has a sequence number that is already in use for another property (baseTime) which will be overwritten.">
<Detailmessage="Context: Package 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::WaterML2.0::Timeseries'"/>
</Error>
<Errormessage="The property 'domainExtent' in class 'TimeseriesMetadata' has a sequence number that is already in use for another property (spacing) which will be overwritten.">
<Detailmessage="Context: Package 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::WaterML2.0::Timeseries'"/>
</Error>
<Errormessage="The property 'extension' in class 'TimeseriesMetadata' has a sequence number that is already in use for another property (domainExtent) which will be overwritten.">
<Detailmessage="Context: Package 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::WaterML2.0::Timeseries'"/>
</Error>
<Errormessage="The property 'startAnchorPoint' in class 'MeasurementTimeseriesMetadata' has a sequence number that is already in use for another property (accumulationAnchorTime) which will be overwritten.">
<Detailmessage="Context: Package 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::WaterML2.0::Measurement (TVP) Timeseries'"/>
</Error>
<Errormessage="The property 'endAnchorPoint' in class 'MeasurementTimeseriesMetadata' has a sequence number that is already in use for another property (startAnchorPoint) which will be overwritten.">
<Detailmessage="Context: Package 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::WaterML2.0::Measurement (TVP) Timeseries'"/>
</Error>
<Errormessage="The property 'maxGapPeriod' in class 'MeasurementTimeseriesMetadata' has a sequence number that is already in use for another property (endAnchorPoint) which will be overwritten.">
<Detailmessage="Context: Package 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::WaterML2.0::Measurement (TVP) Timeseries'"/>
</Error>
<Infomessage="Finished reading C:\work\sc\shapechange\data\INSPIRE_consolidated_UML_Model_ANNEX_I_II_III.eap"/>
<Errormessage="Property 'nilValue' of class 'NilValues' is not a composition, but has a data type as its value: 'NilValue'.">
<Detailmessage="Context: Property 'INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Simple Components::NilValues::nilValue'"/>
</Error>
<Infomessage="Application schema found, package name: 'SWE Common Data Model 2.0', target namespace: 'http://www.opengis.net/swe/2.0'"/>
<Infomessage="Now processing target 'XML Schema' for input 'INPUT'."/>
<Errormessage="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.">
<Detailmessage="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19111 Referencing by Coordinates::Temporal Reference Systems::TM_TemporalCRS'"/>
</Error>
<Errormessage="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.">
<Detailmessage="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19103:2005 Schema Language::Basic Types::Derived::Units of Measure::UomTime'"/>
</Error>
<Errormessage="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.">
<Detailmessage="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19108:2006 Temporal Schema::Temporal Reference System::TM_IndeterminateValue'"/>
</Error>
<Errormessage="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.">
<Detailmessage="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19111 Referencing by Coordinates::Temporal Reference Systems::TM_TemporalCRS'"/>
</Error>
<Errormessage="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.">
<Detailmessage="Context: Class 'INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19103:2005 Schema Language::Basic Types::Derived::Units of Measure::UomTime'"/>
</Error>
<Infomessage="Executed target class 'de.interactive_instruments.ShapeChange.Target.XmlSchema.XmlSchema' for input ID: 'INPUT'. -------------------------------------------------"/>
<Infomessage="Now processing transformation 'TRF0' for input ID: 'INPUT'."/>
<Infomessage="========== processing phase =========="/>
<Infomessage="---------- now processing: rule-trf-all-removeType ----------"/>
<Infomessage="========== postprocessing phase =========="/>
<Infomessage="Performed transformation for transformer ID 'TRF0' for input ID: 'INPUT'. -------------------------------------------------"/>
<Infomessage="Now processing transformation 'TRF1' for input ID: 'TRF0'."/>
<Infomessage="Performed transformation for transformer ID 'TRF1' for input ID: 'TRF0'. -------------------------------------------------"/>
<Infomessage="Now processing transformation 'TRF2' for input ID: 'TRF1'."/>
<Infomessage="========== processing phase =========="/>
<Infomessage="---------- now processing: rule-trf-prop-flatten-types ----------"/>
<Infomessage="========== postprocessing phase =========="/>
<Infomessage="Performed transformation for transformer ID 'TRF2' for input ID: 'TRF1'. -------------------------------------------------"/>
<Infomessage="Application schema found, package name: 'SWE Common Data Model 2.0', target namespace: 'http://www.opengis.net/swe/2.0'"/>
<Infomessage="Now processing target 'ISO 19150-2 OWL Ontology' for input 'TRF2'."/>
<Infomessage="The default type implementation is 'owl:Class'."/>
<Warningmessage="None of the code list conversion rules applies to code list 'ByteEncoding'. The default type implementation is used to implement the code list.">
<Detailmessage="--- Context - Class: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Advanced Encodings::ByteEncoding"/>
</Warning>
<Warningmessage="None of the code list conversion rules applies to code list 'ByteOrder'. The default type implementation is used to implement the code list.">
<Detailmessage="--- Context - Class: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Advanced Encodings::ByteOrder"/>
</Warning>
<Errormessage="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.">
<Detailmessage="--- Context - Class: INSPIRE Consolidated UML Model::Foundation Schemas::ISO TC211::ISO 19111 Referencing by Coordinates::Coordinate Reference Systems::SC_CRS"/>
</Error>
<Errormessage="Could not find a type mapping and also no class within the model to map class 'SC_CRS'.">
<Detailmessage="--- Context - Property: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Block Components::Matrix::referenceFrame"/>
</Error>
<Warningmessage="Default type implementation is used as range of property 'referenceFrame'.">
<Detailmessage="--- Context - Property: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Block Components::Matrix::referenceFrame"/>
</Warning>
<Warningmessage="Default type implementation is used as range of property 'localFrame'.">
<Detailmessage="--- Context - Property: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Block Components::Matrix::localFrame"/>
</Warning>
<Warningmessage="Default type implementation is used as range of property 'referenceFrame'.">
<Detailmessage="--- Context - Property: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Record Components::Vector::referenceFrame"/>
</Warning>
<Warningmessage="Default type implementation is used as range of property 'localFrame'.">
<Detailmessage="--- Context - Property: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Record Components::Vector::localFrame"/>
</Warning>
<Warningmessage="Default type implementation is used as range of property 'referenceFrame'.">
<Detailmessage="--- Context - Property: INSPIRE Consolidated UML Model::Foundation Schemas::OGC::SWE Common Data Model 2.0::Simple Components::AbstractSimpleComponent::referenceFrame"/>
</Warning>
<Infomessage="Executed target class 'de.interactive_instruments.ShapeChange.Target.Ontology.OWLISO19150' for input ID: 'TRF2'. -------------------------------------------------"/>
</Messages>
<Results>
<Resulthref="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>
<Resulthref="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>
<Resulthref="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>
<Resulthref="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>
<Resulthref="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>
<Resulthref="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>
<Resulthref="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>
<Resulthref="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>
<Resulthref="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>
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: