diff --git a/doc/bestPractices/sections/checklist-en.html b/doc/bestPractices/sections/checklist-en.html index 2bed613b..6791d360 100644 --- a/doc/bestPractices/sections/checklist-en.html +++ b/doc/bestPractices/sections/checklist-en.html @@ -593,6 +593,24 @@
Example:
rdfs:seeAlso <http://www.wikipathways.org/> . +

Code repository (vocabulary maintenance) [OPTIONAL]

+

+Property used to indicate if there is a public code repository where the vocabulary is maintained. This information may be helpful to the adopter of your vocabulary, in order to raise issues and see current discussions. +

+ + + +
Example:
+
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+<http://vocabularies.wikipathways.org/wpTypes#> a owl:Ontology ;
+    schema:codeRepository "https://github.com/user/repo"^^xsd:anyURI; .
+
+

Term checklist of metadata properties back to ToC

These metadata terms are targeted towards describing the classes, properties and data properties of the ontology. Adding them as part of the ontology is crucial for potential reusers: diff --git a/doc/bestPractices/sections/introduction-en.html b/doc/bestPractices/sections/introduction-en.html index 93565994..a9e32f54 100644 --- a/doc/bestPractices/sections/introduction-en.html +++ b/doc/bestPractices/sections/introduction-en.html @@ -71,7 +71,8 @@

Properties summary