Skip to content

Commit

Permalink
Revert "normalizing prefixes"
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall authored Sep 7, 2022
1 parent d231ea6 commit 91fbc33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/unit-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ prefixes:
ex: https://w3id.org/linkml/examples/units/
sh: https://w3id.org/shacl/
UO: http://purl.obolibrary.org/obo/UO_
PATO: http://purl.obolibrary.org/obo/PATO_
PATO: http://purl.obolibrary.org/obo/UO_
qudt: http://qudt.org/schema/qudt/
uom: https://w3id.org/uom/

Expand Down
10 changes: 5 additions & 5 deletions linkml_model/model/schema/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ prefixes:
linkml: https://w3id.org/linkml/
skos: http://www.w3.org/2004/02/skos/core#
skosxl: http://www.w3.org/2008/05/skos-xl#
oboInOwl: http://www.geneontology.org/formats/oboInOwl#
NCIT: http://purl.obolibrary.org/obo/NCIT_
OIO: http://www.geneontology.org/formats/oboInOwl#
NCIT: http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#
pav: http://purl.org/pav/
oslc: http://open-services.net/ns/core#
schema: http://schema.org/
Expand All @@ -63,7 +63,7 @@ emit_prefixes:
- xsd
- skos
- dcterms
- oboInOwl
- OIO
- owl
- pav

Expand Down Expand Up @@ -298,7 +298,7 @@ slots:
used to indicate membership of a term in a defined subset of terms used for a particular domain
or application (e.g. the translator_minimal subset holding the minimal set of predicates used in a
translator knowledge graph)
slot_uri: oboInOwl:inSubset
slot_uri: OIO:inSubset
in_subset:
- BasicSubset

Expand Down Expand Up @@ -818,7 +818,7 @@ slots:
inlined: true
description: An index to the collection of all subset definitions in the schema
exact_mappings:
- oboInOwl:hasSubset
- OIO:hasSubset
in_subset:
- SpecificationSubset
- BasicSubset
Expand Down
2 changes: 1 addition & 1 deletion linkml_model/model/schema/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ prefixes:
skos: http://www.w3.org/2004/02/skos/core#
pav: http://purl.org/pav/
schema: http://schema.org/
sh: http://www.w3.org/ns/shacl#
sh: https://w3id.org/shacl/

default_prefix: reporting
default_range: string
Expand Down

0 comments on commit 91fbc33

Please sign in to comment.