Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crypto namespace ends with slash not hash #404

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 44 additions & 44 deletions doc/content/specs/nidm-results_dev.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nidm/imports/crypto_import.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
Expand Down
6 changes: 3 additions & 3 deletions nidm/imports/nlx_import.ttl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@prefix : <http://purl.org/nidash/nidm/nlx_import.owl#> .
@prefix nlx: <http://uri.neuinfo.org/nif/nifstd/> .
@prefix src: <http://scicrunch.org/resolver/>.
@prefix scr: <http://scicrunch.org/resolver/>.
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
Expand Down Expand Up @@ -39,7 +39,7 @@ obo:IAO_0000115 rdf:type owl:AnnotationProperty .

### http://neurolex.org/wiki/birnlex_2067

src:SCR_002823 rdf:type owl:Class ;
scr:SCR_002823 rdf:type owl:Class ;

rdfs:label "FSL" ;

Expand All @@ -49,7 +49,7 @@ src:SCR_002823 rdf:type owl:Class ;

### http://neurolex.org/wiki/nif-0000-00343

src:SCR_007037 rdf:type owl:Class ;
scr:SCR_007037 rdf:type owl:Class ;

rdfs:label "SPM" ;

Expand Down
2 changes: 1 addition & 1 deletion nidm/nidm-results/fsl/example001/fsl_nidm.ttl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
Expand Down
2 changes: 1 addition & 1 deletion nidm/nidm-results/fsl/fsl_results.ttl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
Expand Down
2 changes: 1 addition & 1 deletion nidm/nidm-results/scripts/NIDM-Results-Terms2RDF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"FSL = prov.Namespace(\"fsl\", \"http://www.incf.org/ns/nidash/fsl#\")\n",
"NIIRI = prov.Namespace(\"niiri\", \"http://nidm.nidash.org/iri/\")\n",
"OWL = prov.Namespace('owl', 'http://www.w3.org/2002/07/owl#')\n",
"CRYPTO = prov.Namespace('crypto', 'http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#')\n",
"CRYPTO = prov.Namespace('crypto', 'http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/')\n",
"ProvXSD = prov.Namespace('xsd', 'http://www.w3.org/2001/XMLSchema#')\n",
"\n",
"# Information Artifact Ontology used for \"example of usage\" term IAO_0000112 and \"editor note\" IAO_0000116 (as in STATO)\n",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
Expand Down
2 changes: 1 addition & 1 deletion nidm/nidm-results/spm/spm_results.ttl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
Expand Down
2 changes: 1 addition & 1 deletion nidm/nidm-results/terms/nidm-results.owl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@prefix nidm: <http://purl.org/nidash/nidm#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@base <http://www.w3.org/2002/07/owl#> .

Expand Down
2 changes: 1 addition & 1 deletion nidm/nidm-results/terms/templates/Namespaces.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
Expand Down
2 changes: 1 addition & 1 deletion nidm/nidm-results/test/ground_truth/display_mask/nidm.ttl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
Expand Down
2 changes: 1 addition & 1 deletion nidm/nidm-results/test/ground_truth/explicit_mask/nidm.ttl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
Expand Down
2 changes: 1 addition & 1 deletion nidm/nidm-results/test/ground_truth/f_test/nidm.ttl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions#> .
@prefix crypto: <http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
Expand Down