Skip to content

Commit 7f58e79

Browse files
authored
Remove remaining references to osp-core (#246)
1 parent 82358e0 commit 7f58e79

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/usage/ontologies/pico.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,9 @@ _Example:_
5555

5656
```console
5757
(venv) user@PC:~$ pico install city
58-
INFO [osp.core.ontology.installation]: Will install the following namespaces: ['city']
59-
INFO [osp.core.ontology.yml.yml_parser]: Parsing YAML ontology file /.../osp-core/osp/core/ontology/docs/city.ontology.yml
60-
INFO [osp.core.ontology.yml.yml_parser]: You can now use `from osp.core.namespaces import city`.
61-
INFO [osp.core.ontology.parser]: Loaded 367 ontology triples in total
62-
INFO [osp.core.ontology.installation]: Installation successful
58+
INFO [simphony_osp.utils.pico]: Will install the following packages: city.
59+
INFO [simphony_osp.utils.pico]: Will install the following namespaces: city.
60+
INFO [simphony_osp.utils.pico]: Installation successful
6361
```
6462

6563
### pico list

docs/usage/terminological_knowledge.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"source": [
145145
"There are several ways to reference an ontology entity to be retrieved, which are summarized in the following list.\n",
146146
"\n",
147-
"- By **suffix**. For example, for the namespace `city`, whose [IRI](https://fusion.cs.uni-jena.de/fusion/blog/2016/11/18/iri-uri-url-urn-and-their-differences/) is `http://www.osp-core.com/city#`, requesting the suffix `Citizen` would return the ontology entity with IRI `http://www.osp-core.com/city#Citizen`.\n",
147+
"- By **suffix**. For example, for the namespace `city`, whose [IRI](https://fusion.cs.uni-jena.de/fusion/blog/2016/11/18/iri-uri-url-urn-and-their-differences/) is `http://www.simphony-osp.eu/city#`, requesting the suffix `Citizen` would return the ontology entity with IRI `http://www.simphony-osp.eu/city#Citizen`.\n",
148148
"\n",
149149
"- By **label**. Retrieves the entity by the [_main label_](#Accessing-an-entity’s-label) that has been assigned to it in the ontology using either the `rdfs:label` or `skos:prefLabel` predicates.\n",
150150
"\n",

0 commit comments

Comments
 (0)