Skip to content

Commit

Permalink
Merge pull request #144 from Language-Research-Technology/accountable…
Browse files Browse the repository at this point in the history
…Person

accountablePerson moved to Related.., Dev README updated with install
  • Loading branch information
otili9890 authored Jul 4, 2024
2 parents b58b9e3 + 72c6b89 commit ca1450d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
10 changes: 10 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Crate-O Developer Documentation

## [Crate-O as a component](./component.md)

## Basic Installation

To preview a local host version of Crate-O do the following:

npm install .

run npm dev

Open localhost URL in a compatible browser.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crate-o",
"version": "0.3.13",
"version": "0.3.14",
"description": "A VueJS UI component to create and edit Research Object Crate (RO-Crate) metadata",
"keywords": [
"RO-Crate",
Expand Down
9 changes: 5 additions & 4 deletions src/lib/components/default_layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"http://schema.org/author",
"http://schema.org/creator",
"http://schema.org/publisher",
"http://schema.org/accountablePerson",
"http://schema.org/funder",
"http://schema.org/affiliation",
"http://schema.org/citation"
Expand All @@ -38,12 +39,12 @@
"name": "Structure",
"help": "How the parts of this RO-Crate relate, such as collection and object relationships.",
"inputs": [
"http://pcdm.org/memberOf",
"http://pcdm.org/hasMember",
"http://pcdm.org/models#memberOf",
"http://pcdm.org/models#hasMember",
"http://schema.org/isPartOf",
"http://schema.org/hasPart",
"http://pcdm.org/fileOf",
"http://pcdm.org/hasFile",
"http://pcdm.org/models#fileOf",
"http://pcdm.org/models#hasFile",
"http://schema.org/inDefinedTermSet",
"http://schema.org/hasDefinedTerm"
]
Expand Down

0 comments on commit ca1450d

Please sign in to comment.