Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joncison committed May 14, 2020
1 parent 2b67e30 commit 9c5c7c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class | description | biotoolsSchema
---------------------------- | ------------------------- | --------------
biotools:ElixirNode | ELIXIR national node | ```<labels><elixirNode>```
biotools:ElixirPlatform | ELIXIR technical platform | ```<labels><elixirPlatform>```
biotools:ElixirCommunity | ELIXIR community | ```<labels><elixirCommunity>```


# Properties
Expand Down Expand Up @@ -142,7 +143,7 @@ biotools:collectionId | xsd:token | ```<labels><collec
biotools:maturity | biotools:Maturity | ```<labels><maturity>```
biotools:cost | biotools:Cost | ```<labels><cost>```
biotools:accessibility | biotools:Accessibility | ```<labels><accessibility>```
biotools:elixirCredit | biotools:ElixirCredit | ```<labels><elixirNode>\|<elixirPlatform>```
biotools:elixirCredit | biotools:ElixirCredit | ```<labels><elixirNode>\|<elixirPlatform>\|<elixirCommunity>```
biotools:hasOtherId | biotools:OtherId | ```<summary><otherID>```
biotools:hasFunction | biotools:Function | ```<function>```
biotools:hasRelatedResource (3) | biotools:RelatedResource | ```<link>\|<download>\|<documentation>```
Expand Down Expand Up @@ -211,6 +212,9 @@ foaf:name | xsd:token | ```<credit><name>`
foaf:mbox | xsd:token | ```<credit><email>```
foaf:page | xsd:anyURI | ```<credit><url>```
dcterms:identifier | xsd:token | ```<credit><orcidid>```
dcterms:identifier | xsd:token | ```<credit><gridid>```
dcterms:identifier | xsd:token | ```<credit><rorid>```
dcterms:identifier | xsd:token | ```<credit><fundrefid>```
rdfs:comment | xsd:token | ```<credit><note>```
dcterms:type | biotools:CreditType | ```<credit><typeEntity>\|<typeRole>```

Expand Down

0 comments on commit 9c5c7c7

Please sign in to comment.