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

Minor fixes to textile ontology #164

Open
keski opened this issue Jan 20, 2024 · 2 comments
Open

Minor fixes to textile ontology #164

keski opened this issue Jan 20, 2024 · 2 comments
Assignees
Labels

Comments

@keski
Copy link
Collaborator

keski commented Jan 20, 2024

The textile ontology is missing a few documentation properties. E.g.:

<..>
  dcterms:creator "Eva Blomqvist" ;
  dcterms:contributor "Robin Keskisärkkä" ,
                      "Huanyu Li" ,
                      "Mikael Lindecrantz" ;
  dcterms:created "2024-01-18"^^xsd:string ;
  dcterms:description "Textile Use-Case Ontology" ;
  dcterms:license "https://creativecommons.org/licenses/by/4.0/"^^xsd:string ;
  dcterms:title "Circular Economy Ontology Network (CEON) - Textile Ontology"^^xsd:string ;
  vann:preferredNamespacePrefix "textile"^^xsd:string ;
  vann:preferredNamespaceUri "http://w3id.org/CEON/ontology/textile/"^^xsd:string ;
  rdfs:seeAlso <https://github.com/LiUSemWeb/CEON> ;
  owl:versionInfo "0.1" .

The base should probably updated to the ontology prefix:

@base <http://www.semanticweb.org/evabl45/ontologies/2023/8/untitled-ontology-98/> .

Finally, pylode has problems properly splitting URI:s where last part of the name is not a proper qualified name (https://www.w3.org/TR/rdf-syntax-grammar/#section-Serialising), i.e., where it starts with a numer. For example, http://w3id.org/CEON/ontology/textile/75to95Perc could perhaps be renamed as http://w3id.org/CEON/ontology/textile/_75to95Perc or similar?

@evabl444
Copy link
Collaborator

I think I fixed all the URIs already yesterday. did not add annotations yet, and I can fix the numbers issue of course

@evabl444
Copy link
Collaborator

(I am btw in a branch called something with textile updates...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants