International-Data-Spaces-Association / InformationModel

The Information Model of the International Data Spaces implements the IDS reference architecture as an extensible, machine readable and technology independent data model.
Apache License 2.0
64 stars 37 forks source link

ontology contains file:/ urls #597

Closed bblfish closed 1 year ago

bblfish commented 1 year ago

I wanted to search for information about idsa:corporateEmailAddress and found 27 file:/ urls.

Using rapper I parsed the ontology and then grep for file

$ rapper -i rdfxml https://w3id.org/idsa/core/corporateEmailAddress | grep "file:/" | head
rapper: Parsing URI https://w3id.org/idsa/core/corporateEmailAddress with parser rdfxml
rapper: Serializing with serializer ntriples
rapper: Parsing returned 4774 triples
<file:/Users/linamolinascomet/Documents/documentationIDSModel/copies/4.1.0/InformationModel-4.1.0/model/security/Token.ttl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
<file:/Users/linamolinascomet/Documents/documentationIDSModel/copies/4.1.0/InformationModel-4.1.0/model/security/Token.ttl> <http://creativecommons.org/ns#license> <http://www.apache.org/licenses/LICENSE-2.0> .
<file:/Users/linamolinascomet/Documents/documentationIDSModel/copies/4.1.0/InformationModel-4.1.0/model/security/Token.ttl> <http://purl.org/dc/terms/contributor> <file:/Users/linamolinascomet/Documents/documentationIDSModel/copies/4.1.0/InformationModel-4.1.0/model/security/_:genid-nodeid-genid-8d0f7046ff1246dcae32881a3ba8d239-AnnaKasprzik> .
<file:/Users/linamolinascomet/Documents/documentationIDSModel/copies/4.1.0/InformationModel-4.1.0/model/security/Token.ttl> <http://purl.org/dc/terms/contributor> <https://github.com/HaydarAk> .
<file:/Users/linamolinascomet/Documents/documentationIDSModel/copies/4.1.0/InformationModel-4.1.0/model/security/Token.ttl> <http://purl.org/dc/terms/contributor> <https://github.com/JohannesLipp> .
<file:/Users/linamolinascomet/Documents/documentationIDSModel/copies/4.1.0/InformationModel-4.1.0/model/security/Token.ttl> <http://purl.org/dc/terms/contributor> <https://github.com/Maboeckmann> .
<file:/Users/linamolinascomet/Documents/documentationIDSModel/copies/4.1.0/InformationModel-4.1.0/model/security/Token.ttl> <http://purl.org/dc/terms/contributor> <https://github.com/clange> .
<file:/Users/linamolinascomet/Documents/documentationIDSModel/copies/4.1.0/InformationModel-4.1.0/model/security/Token.ttl> <http://purl.org/dc/terms/contributor> <https://github.com/jlangkau> .
<file:/Users/linamolinascomet/Documents/documentationIDSModel/copies/4.1.0/InformationModel-4.1.0/model/security/Token.ttl> <http://purl.org/dc/terms/contributor> <https://github.com/mkollenstart> .
<file:/Users/linamolinascomet/Documents/documentationIDSModel/copies/4.1.0/InformationModel-4.1.0/model/security/Token.ttl> <http://purl.org/dc/terms/contributor> <https://github.com/sebbader> .

Here is the unix command to count the number of lines affected (27)

$ rapper -i rdfxml https://w3id.org/idsa/core/corporateEmailAddress | grep "file:/" | wc
rapper: Parsing URI https://w3id.org/idsa/core/corporateEmailAddress with parser rdfxml
rapper: Serializing with serializer ntriples
rapper: Parsing returned 4774 triples
      27     133    5615
lcomet commented 1 year ago

Thank you very much for reporting this issue. I fixed the wrong urls.