Closed heidivanparys closed 4 years ago
Thanks for reporting this error! The UML2OWL generator has been fixed for its future use. https://def.isotc211.org/ontologies/iso19115/-1/2018/CitationAndResponsiblePartyInformation.rdf ontology and others have also been corrected. There are still ontologies that need to be checked to ensure their validity. This will be done shortly.
When executing the following query on https://def.isotc211.org/ontologies/iso19115/-1/2018/CitationAndResponsiblePartyInformation.rdf using ARQ
arq.bat --data=https://def.isotc211.org/ontologies/iso19115/-1/2018/CitationAndResponsiblePartyInformation.rdf --results=CSV --file="C:\path\to\file\containing\query" > "C:\path\to\output\as\csv"
I get the following error:
When using a copy of CitationAndResponsiblePartyInformation.rdf in which all occurrences of
<skos:Concept rdf:resource are
changed to<skos:Concept rdf:about
, the query is executed fine and I get the result I expect. I am not sure though, that that RDF actually is correct according to the SKOS spec, but at least I don't get an error.I cannot find a description of
skos:members
in https://www.w3.org/TR/skos-reference/#collections , I can can only findskos:member
andskos:memberList
. Should the SKOS Collections be encoded in a slightly different way in order to conform to the spec?