Skip to content
Snippets Groups Projects
Commit 26978fa6 authored by Nicole Parks's avatar Nicole Parks
Browse files

fix urls

parent bd687259
Branches
No related tags found
1 merge request!411Merge request for new application profile: Archived Experimental Data from ELN
Pipeline #1583215 passed
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
@prefix pcdm: <http://pcdm.org/models#> . @prefix pcdm: <http://pcdm.org/models#> .
@prefix bioschemas: <https://bioschemas.org/> . @prefix bioschemas: <https://bioschemas.org/> .
<https://w3id.org/ro/crate/1.1/context> <https://w3id.org/ro/crate/1.1/context-t>
dcterms:title "RO-Crate Context Vocabulary"@en ; dcterms:title "RO-Crate Context Vocabulary"@en ;
dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ; # general license for co-crate dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ; # general license for co-crate
dcterms:publisher <https://w3id.org/ro/crate/1.1> ; dcterms:publisher <https://w3id.org/ro/crate/1.1> ;
...@@ -21,11 +21,11 @@ ...@@ -21,11 +21,11 @@
. .
<https://w3id.org/ro/crate/1.1/context#Dataset> a <https://schema.org/Dataset> ; <https://w3id.org/ro/crate/1.1/context-t#Dataset> a <https://schema.org/Dataset> ;
rdfs:label "Dataset"@en , "Datensatz"@de ; rdfs:label "Dataset"@en , "Datensatz"@de ;
. .
<https://w3id.org/ro/crate/1.1/context#CreativeWork> a <https://w3id.org/ro/crate/1.1/context> ; <https://w3id.org/ro/crate/1.1/context-t#CreativeWork> a <https://w3id.org/ro/crate/1.1/context-t> ;
rdfs:label "CreativeWork"@en, "Kreatives Werk"@de ; rdfs:label "CreativeWork"@en, "Kreatives Werk"@de ;
. .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment