diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/dev/README.md b/dev/README.md new file mode 100644 index 0000000..5bddb0f --- /dev/null +++ b/dev/README.md @@ -0,0 +1,3 @@ +**Directory to collect the vocabularies in rdf/turtle format** + +that were created using the voc4cat workflow and its CI/CD pipeline. diff --git a/dev/voc4cat.log b/dev/voc4cat.log new file mode 100644 index 0000000..ad49d65 --- /dev/null +++ b/dev/voc4cat.log @@ -0,0 +1,40 @@ +2023-08-17 11:19:18|voc4cat.cli |INFO |Executing cmd: voc4cat transform --logfile publish/dev/voc4cat.log --join publish/dev/ +2023-08-17 11:19:18|voc4cat.cli |DEBUG |Processing common options. +2023-08-17 11:19:18|voc4cat.transform |DEBUG |Transform subcommand started! +2023-08-17 11:19:18|voc4cat.transform |DEBUG |Processing rdf files in "publish/dev/vocab_example" +2023-08-17 11:19:18|voc4cat.transform |INFO |-> joined vocabulary into: publish/dev/vocab_example.ttl +2023-08-17 11:19:19|voc4cat.cli |INFO |Executing cmd: voc4cat docs --force --logfile publish/dev/voc4cat.log publish/dev/ +2023-08-17 11:19:19|voc4cat.cli |DEBUG |Processing common options. +2023-08-17 11:19:19|voc4cat.docs |DEBUG |Docs subcommand started! +2023-08-17 11:19:19|voc4cat.docs |DEBUG |Processing "publish/dev/vocab_example.ttl" +2023-08-17 11:19:19|pylode.common |DEBUG |Application dir: /opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/pylode +2023-08-17 11:19:19|voc4cat.docs |INFO |-> built pyLODE documentation for publish/dev/vocab_example.ttl +2023-08-17 11:19:20|voc4cat.cli |INFO |Executing cmd: voc4cat convert --logfile publish/dev/voc4cat.log --template templates/voc4cat_template_043.xlsx publish/dev/ +2023-08-17 11:19:20|voc4cat.cli |DEBUG |Processing common options. +2023-08-17 11:19:20|voc4cat.convert |DEBUG |Convert subcommand started! +2023-08-17 11:19:20|voc4cat.convert |DEBUG |Processing "publish/dev/vocab_example.ttl" +2023-08-17 11:19:20|voc4cat.convert |INFO |-> successfully converted to publish/dev/vocab_example.xlsx +2024-05-02 08:25:19|voc4cat.cli |INFO |Executing cmd: voc4cat transform --logfile publish/dev/voc4cat.log --join publish/dev/ +2024-05-02 08:25:19|voc4cat.cli |DEBUG |Processing common options. +2024-05-02 08:25:19|voc4cat.transform |DEBUG |Transform subcommand started! +2024-05-02 08:25:19|voc4cat.transform |DEBUG |Processing rdf files in "publish/dev/vocab_example" +2024-05-02 08:25:19|voc4cat.transform |INFO |-> joined vocabulary into: publish/dev/vocab_example.ttl +2024-05-02 08:25:20|voc4cat.cli |INFO |Executing cmd: voc4cat docs --force --logfile publish/dev/voc4cat.log publish/dev/ +2024-05-02 08:25:20|voc4cat.cli |DEBUG |Processing common options. +2024-05-02 08:25:20|voc4cat.docs |DEBUG |Docs subcommand started! +2024-05-02 08:25:20|voc4cat.docs |DEBUG |Processing "publish/dev/vocab_example.ttl" +2024-05-02 08:25:20|pylode.common |DEBUG |Application dir: /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/pylode +2024-05-02 08:25:20|voc4cat.docs |INFO |-> built pyLODE documentation for publish/dev/vocab_example.ttl +2024-05-02 08:25:20|voc4cat.config |DEBUG |Config loaded from: idranges.toml +2024-05-02 08:25:20|voc4cat.gh_index |DEBUG |Running cmd: git -C . tag --list v[0-9]*-[0-9]*-[0-9]* +2024-05-02 08:25:20|voc4cat.gh_index |DEBUG |Cmd output: b'' +2024-05-02 08:25:20|voc4cat.gh_index |DEBUG |Repository name (from env.var): "voc4cat-playground" +2024-05-02 08:25:20|voc4cat.gh_index |DEBUG |No tags found in "." +2024-05-02 08:25:20|voc4cat.gh_index |DEBUG |No tags found in "." +2024-05-02 08:25:20|voc4cat.cli |INFO |Executing cmd: voc4cat convert --logfile publish/dev/voc4cat.log --template templates/voc4cat_template_043.xlsx publish/dev/ +2024-05-02 08:25:20|voc4cat.cli |DEBUG |Processing common options. +2024-05-02 08:25:20|voc4cat.convert |DEBUG |Convert subcommand started! +2024-05-02 08:25:20|voc4cat.convert |DEBUG |Processing "publish/dev/vocab_example.ttl" +2024-05-02 08:25:21|voc4cat.convert |INFO |-> successfully converted to publish/dev/vocab_example.xlsx +2024-05-02 08:25:21|voc4cat.utils |DEBUG |Adjusted table "concept_relations" in sheet "Additional Concept Features" from {A2:F20} to {A2:F5}. +2024-05-02 08:25:21|voc4cat.utils |DEBUG |Adjusted table "prefixes" in sheet "Prefix Sheet" from {A1:B19} to {A1:B30}. diff --git a/dev/vocab_example.ttl b/dev/vocab_example.ttl new file mode 100644 index 0000000..8247f85 --- /dev/null +++ b/dev/vocab_example.ttl @@ -0,0 +1,72 @@ +@prefix dcat: . +@prefix dcterms: . +@prefix owl: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . +@prefix xsd: . + + a skos:Collection ; + dcterms:identifier "0000010"^^xsd:token ; + dcterms:isPartOf ; + rdfs:isDefinedBy ; + skos:definition "Collection of terms related to linked data."@en ; + skos:historyNote "0000-0001-2345-6789 Created collection"@en ; + skos:inScheme ; + skos:member , + , + ; + skos:prefLabel "Linked data term"@en . + + a schema:Organization ; + schema:name "http://example.org/nfdi4cat/" ; + schema:url "http://example.org/nfdi4cat/"^^xsd:anyURI . + + a skos:Concept ; + dcterms:identifier "0000002"^^xsd:token ; + rdfs:isDefinedBy ; + skos:altLabel "CURIE"@en, + "CompactURI"@en ; + skos:broader ; + skos:definition "A CURIE (or Compact URI) defines a generic, abbreviated syntax for expressing Uniform Resource Identifiers (URIs). "@en ; + skos:historyNote "0000-0001-2345-6789 Created concept"@en ; + skos:inScheme ; + skos:prefLabel "Compact Universal Resource Locator"@en . + + a skos:Concept ; + dcterms:identifier "0000001"^^xsd:token ; + rdfs:isDefinedBy ; + skos:altLabel "URI"@en ; + skos:definition "Uniform Resource Identifier is a compact string of characters for identifying an abstract or physical resource."@en ; + skos:historyNote "0000-0001-2345-6789 Created concept"@en ; + skos:inScheme ; + skos:narrower ; + skos:prefLabel "Uniform Resource Identifier"@en ; + skos:relatedMatch ; + skos:topConceptOf . + + a skos:Concept ; + dcterms:identifier "0000003"^^xsd:token ; + rdfs:isDefinedBy ; + skos:altLabel "IRI"@en ; + skos:definition "Internationalized Resource Identifier (IRI) is an internet protocol standard which builds on the Uniform Resource Identifier (URI) protocol by greatly expanding the set of permitted characters."@en ; + skos:historyNote "0000-0001-2345-6789 Created concept"@en ; + skos:inScheme ; + skos:prefLabel "Internationalized Resource Identifier"@en ; + skos:topConceptOf . + + a skos:ConceptScheme ; + dcterms:created "2023-03-10"^^xsd:date ; + dcterms:creator ; + dcterms:hasPart ; + dcterms:identifier ""^^xsd:token ; + dcterms:modified "2024-05-02"^^xsd:date ; + dcterms:publisher ; + owl:versionInfo "v_5ddfffe6" ; + skos:definition "A test vocabulary for the voc4cat template"@en ; + skos:hasTopConcept , + ; + skos:historyNote "https://orcid.org/0000-0001-2345-6789 Sofia Garcia"@en ; + skos:prefLabel "Test-of-Voc4Cat"@en ; + dcat:contactPoint "Sofia Garcia (orcid:0000-0001-2345-6789)" . + diff --git a/dev/vocab_example.xlsx b/dev/vocab_example.xlsx new file mode 100644 index 0000000..7ee31a3 Binary files /dev/null and b/dev/vocab_example.xlsx differ diff --git a/dev/vocab_example/0000001.ttl b/dev/vocab_example/0000001.ttl new file mode 100644 index 0000000..254081d --- /dev/null +++ b/dev/vocab_example/0000001.ttl @@ -0,0 +1,19 @@ +PREFIX dcterms: +PREFIX rdfs: +PREFIX skos: +PREFIX xsd: + + + a skos:Concept ; + dcterms:identifier "0000001"^^xsd:token ; + rdfs:isDefinedBy ; + skos:altLabel "URI"@en ; + skos:definition "Uniform Resource Identifier is a compact string of characters for identifying an abstract or physical resource."@en ; + skos:historyNote "0000-0001-2345-6789 Created concept"@en ; + skos:inScheme ; + skos:narrower ; + skos:prefLabel "Uniform Resource Identifier"@en ; + skos:relatedMatch ; + skos:topConceptOf ; +. + diff --git a/dev/vocab_example/0000002.ttl b/dev/vocab_example/0000002.ttl new file mode 100644 index 0000000..dbceafa --- /dev/null +++ b/dev/vocab_example/0000002.ttl @@ -0,0 +1,19 @@ +PREFIX dcterms: +PREFIX rdfs: +PREFIX skos: +PREFIX xsd: + + + a skos:Concept ; + dcterms:identifier "0000002"^^xsd:token ; + rdfs:isDefinedBy ; + skos:altLabel + "CURIE"@en , + "CompactURI"@en ; + skos:broader ; + skos:definition "A CURIE (or Compact URI) defines a generic, abbreviated syntax for expressing Uniform Resource Identifiers (URIs). "@en ; + skos:historyNote "0000-0001-2345-6789 Created concept"@en ; + skos:inScheme ; + skos:prefLabel "Compact Universal Resource Locator"@en ; +. + diff --git a/dev/vocab_example/0000003.ttl b/dev/vocab_example/0000003.ttl new file mode 100644 index 0000000..367eaa0 --- /dev/null +++ b/dev/vocab_example/0000003.ttl @@ -0,0 +1,17 @@ +PREFIX dcterms: +PREFIX rdfs: +PREFIX skos: +PREFIX xsd: + + + a skos:Concept ; + dcterms:identifier "0000003"^^xsd:token ; + rdfs:isDefinedBy ; + skos:altLabel "IRI"@en ; + skos:definition "Internationalized Resource Identifier (IRI) is an internet protocol standard which builds on the Uniform Resource Identifier (URI) protocol by greatly expanding the set of permitted characters."@en ; + skos:historyNote "0000-0001-2345-6789 Created concept"@en ; + skos:inScheme ; + skos:prefLabel "Internationalized Resource Identifier"@en ; + skos:topConceptOf ; +. + diff --git a/dev/vocab_example/0000010.ttl b/dev/vocab_example/0000010.ttl new file mode 100644 index 0000000..4b0ab8f --- /dev/null +++ b/dev/vocab_example/0000010.ttl @@ -0,0 +1,20 @@ +PREFIX dcterms: +PREFIX rdfs: +PREFIX skos: +PREFIX xsd: + + + a skos:Collection ; + dcterms:identifier "0000010"^^xsd:token ; + dcterms:isPartOf ; + rdfs:isDefinedBy ; + skos:definition "Collection of terms related to linked data."@en ; + skos:historyNote "0000-0001-2345-6789 Created collection"@en ; + skos:inScheme ; + skos:member + , + , + ; + skos:prefLabel "Linked data term"@en ; +. + diff --git a/dev/vocab_example/concept_scheme.ttl b/dev/vocab_example/concept_scheme.ttl new file mode 100644 index 0000000..782e7df --- /dev/null +++ b/dev/vocab_example/concept_scheme.ttl @@ -0,0 +1,24 @@ +PREFIX dcat: +PREFIX dcterms: +PREFIX owl: +PREFIX skos: +PREFIX xsd: + + + a skos:ConceptScheme ; + dcterms:created "2023-03-10"^^xsd:date ; + dcterms:creator ; + dcterms:hasPart ; + dcterms:identifier ""^^xsd:token ; + dcterms:modified "2023-03-10"^^xsd:date ; + dcterms:publisher ; + owl:versionInfo "v2023-03-10" ; + skos:definition "A test vocabulary for the voc4cat template"@en ; + skos:hasTopConcept + , + ; + skos:historyNote "https://orcid.org/0000-0001-2345-6789 Sofia Garcia"@en ; + skos:prefLabel "Test-of-Voc4Cat"@en ; + dcat:contactPoint "Sofia Garcia (orcid:0000-0001-2345-6789)" ; +. + diff --git a/dev/vocab_example/index.html b/dev/vocab_example/index.html new file mode 100644 index 0000000..43457e7 --- /dev/null +++ b/dev/vocab_example/index.html @@ -0,0 +1,430 @@ + + + + Test-of-Voc4Cat + + + + + + + + + +
made by + pyLODE + 2.13.4.dev7 +
+

Test-of-Voc4Cat

+

A taxonomy

+
+

Concept Scheme

+
+
URI
+
https://example.org/test/
+
Publisher(s)
+
+ + http://example.org/nfdi4cat/
+
+
Creator(s)
+
+ + http://example.org/nfdi4cat/
+
+
Created
+
2023-03-10
+
Modified
+
2024-05-02
+
Version Information
+
v_5ddfffe6
+
Vocabulary RDF
+
RDF (turtle)
+
+

Description

+
+

A test vocabulary for the voc4cat template

+
+
+
+

Table of Contents

+
    +
  1. Collections
  2. +
  3. Concepts
  4. +
  5. Namespaces
  6. +
  7. Legend
  8. +
+
+ +
+

Collections

+ +
+

Linked data termcol

+ + + + + + + + + + + + + + +
URIhttps://example.org/test/0000010
Definition

Collection of terms related to linked data.

Members + Compact Universal Resource Locatorcon, + Internationalized Resource Identifiercon, + Uniform Resource Identifiercon +
+
+
+
+

Concepts

+ +
+

Uniform Resource Identifiercon

+ + + + + + + + + + + + + +
URIhttps://example.org/test/0000001
Definition +

Uniform Resource Identifier is a compact string of characters for identifying an abstract or physical resource.


+
Narrower Concepts + Compact Universal Resource Locatorcon
+
+
+
+

Compact Universal Resource Locatorcon

+ + + + + + + + + + + + + +
URIhttps://example.org/test/0000002
Definition +

A CURIE (or Compact URI) defines a generic, abbreviated syntax for expressing Uniform Resource Identifiers (URIs).


+
Broader Concepts + Uniform Resource Identifiercon
+
+
+
+

Internationalized Resource Identifiercon

+ + + + + + + + + +
URIhttps://example.org/test/0000003
Definition +

Internationalized Resource Identifier (IRI) is an internet protocol standard which builds on the Uniform Resource Identifier (URI) protocol by greatly expanding the set of permitted characters.


+
+
+
+ +
+

Namespaces

+
+
default (:)
+
https://example.org/test/
+
brick
+
https://brickschema.org/schema/Brick#
+
csvw
+
http://www.w3.org/ns/csvw#
+
dc
+
http://purl.org/dc/elements/1.1/
+
dcam
+
http://purl.org/dc/dcam/
+
dcat
+
http://www.w3.org/ns/dcat#
+
dcmitype
+
http://purl.org/dc/dcmitype/
+
dcterms
+
http://purl.org/dc/terms/
+
doap
+
http://usefulinc.com/ns/doap#
+
foaf
+
http://xmlns.com/foaf/0.1/
+
geo
+
http://www.opengis.net/ont/geosparql#
+
odrl
+
http://www.w3.org/ns/odrl/2/
+
org
+
http://www.w3.org/ns/org#
+
owl
+
http://www.w3.org/2002/07/owl#
+
prof
+
http://www.w3.org/ns/dx/prof/
+
prov
+
http://www.w3.org/ns/prov#
+
qb
+
http://purl.org/linked-data/cube#
+
rdf
+
http://www.w3.org/1999/02/22-rdf-syntax-ns#
+
rdfs
+
http://www.w3.org/2000/01/rdf-schema#
+
sdo
+
https://schema.org/
+
sh
+
http://www.w3.org/ns/shacl#
+
skos
+
http://www.w3.org/2004/02/skos/core#
+
sosa
+
http://www.w3.org/ns/sosa/
+
ssn
+
http://www.w3.org/ns/ssn/
+
time
+
http://www.w3.org/2006/time#
+
vann
+
http://purl.org/vocab/vann/
+
void
+
http://rdfs.org/ns/void#
+
wgs
+
https://www.w3.org/2003/01/geo/wgs84_pos#
+
xsd
+
http://www.w3.org/2001/XMLSchema#
+
+
+ +
+

Legend

+ + + +
colCollections
conConcepts
+
+ + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..1b5f494 --- /dev/null +++ b/index.html @@ -0,0 +1,273 @@ + + + + Index of vocabulary versions + + + + + + + + + +
+ made by + + voc4cat + + 0.8.5 +
+

Index of vocabulary versions

+
+ +

+ vocab_examplecs +

+ + + + + + + + + + + + + + + + +
Latest release + Documentation (HTML) + + https://example.org/test +
In development + Documentation (HTML) + + https://example.org/test/dev +
+ Spreadsheet file (xlsx) + + Documentation on GitHub (HTML) +
+

+ biocatalysis_democs +

+ + + + + + + + + + + + + + + + +
Latest release + Documentation (HTML) + + https://w3id.org/nfdi4cat/voc4cat_biocat +
In development + Documentation (HTML) + + https://w3id.org/nfdi4cat/voc4cat_biocat/dev +
+ Spreadsheet file (xlsx) + + Documentation on GitHub (HTML) +
+
+ + + \ No newline at end of file