@@ -53,37 +53,6 @@ working directory:
5353- ` debug-shapes-processed.ttl ` : the parameterized and combined policies
5454- ` debug-validation-report.ttl ` : the detailed SHACL validation report (` sh:ValidationReport ` )
5555
56- ## Conventions
57-
58- All examples in this repository use the following namespace prefix bindings:
59-
60- ``` turtle
61- @prefix codemeta: <https://doi.org/10.5063/schema/codemeta-2.0#> .
62- @prefix owl: <http://www.w3.org/2002/07/owl#> .
63- @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
64- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
65- @prefix sc: <https://schema.software-metadata.pub/software-card/2025-01-01/#> .
66- @prefix scex: <https://schema.software-metadata.pub/software-card/2025-01-01/examples/#> .
67- @prefix scimpl: <https://schema.software-metadata.pub/software-card/2025-01-01/implementation/#> .
68- @prefix schema: <https://schema.org/> .
69- @prefix sh: <http://www.w3.org/ns/shacl#> .
70- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
71- ```
72-
73- For Software CaRD, the prefixes
74- [ ` sc: ` ] ( https://schema.software-metadata.pub/software-card/2025-01-01/# ) ,
75- [ ` scex: ` ] ( https://schema.software-metadata.pub/software-card/2025-01-01/examples/# ) , and
76- [ ` scimpl: ` ] ( https://schema.software-metadata.pub/software-card/2025-01-01/implementation/# )
77- were established and are used for the following purposes:
78-
79- - ` sc: ` contains terms exposed to users
80- - ` scex: ` contains example uses of ` sc: ` and ` sh: ` terms
81- - ` scimpl: ` contains internal implementation details
82-
83- The associated IRIs currently don't exist.
84- A [ search on prefix.cc] ( https://prefix.cc/sc ) reveals prior usage of the prefix ` sc: ` by projects which seem to be
85- defunct.
86-
8756## Documentation
8857
8958To build the documentation, install the package including the ` docs ` extra:
0 commit comments