Upload file
Learn how to upload files to LinkedDataHub
- Click the Create dropdown on the bottom of the page
- Click on File in the drop-down list that appears
- Fill out the mandatory File fields in the form:
- FileName
- Select file from your filesystem
- Title
- Enter file title
- Click Save
See how below:
Replace owner_cert_password with its value from the .env file and execute the following command:
add-file.sh \ -b "https://localhost:4443/" \ -f ./ssl/owner/cert.pem \ -p "$owner_cert_password" \ --title "$title" \ --file "$filename" \ --content-type "$content_type"
Note about ontology files
If you upload an ontology file (RDF/OWL), be aware that it will not be automatically
loaded via owl:imports declarations.
This is a technical limitation to prevent circular dependencies during system initialization.
For more information on working with ontologies, see the ontologies reference documentation.