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

Add biocatalysis_demo from markdoerr #10

Closed
wants to merge 2 commits into from
Closed
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
17 changes: 17 additions & 0 deletions vocabularies/biocatalysis_demo/0000001.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

<https://w3id.org/nfdi4cat/voc4cat_biocat0000001>
a skos:Concept ;
dcterms:identifier "voc4cat_biocat0000001"^^xsd:token ;
rdfs:isDefinedBy <https://wikipedia.org/protein> ;
skos:altLabel "prot"@en ;
skos:definition "A protein is a polymer of amino acids, connected via amid bonds."@en ;
skos:historyNote "0000-0003-3270-6895 Created concept"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_biocat> ;
skos:prefLabel "Protein"@en ;
skos:topConceptOf <https://w3id.org/nfdi4cat/voc4cat_biocat> ;
.

17 changes: 17 additions & 0 deletions vocabularies/biocatalysis_demo/0000002.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

<https://w3id.org/nfdi4cat/voc4cat_biocat0000002>
a skos:Concept ;
dcterms:identifier "voc4cat_biocat0000002"^^xsd:token ;
rdfs:isDefinedBy <https://wikipedia.org/enzyme> ;
skos:altLabel "zyme"@en ;
skos:definition "An Enyzme is a protein with catalytic activity."@en ;
skos:historyNote "0000-0003-3270-6895 Created concept"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_biocat> ;
skos:prefLabel " Enzyme"@en ;
skos:topConceptOf <https://w3id.org/nfdi4cat/voc4cat_biocat> ;
.

17 changes: 17 additions & 0 deletions vocabularies/biocatalysis_demo/0000003.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

<https://w3id.org/nfdi4cat/voc4cat_biocat0000003>
a skos:Concept ;
dcterms:identifier "voc4cat_biocat0000003"^^xsd:token ;
rdfs:isDefinedBy <https://wikipedia.org/esterase> ;
skos:altLabel "lipase"@en ;
skos:definition "An Esterase is an Enzyme with hydrolytic activity toward eststers."@en ;
skos:historyNote "0000-0003-3270-6895 Created concept"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_biocat> ;
skos:prefLabel " Esterase"@en ;
skos:topConceptOf <https://w3id.org/nfdi4cat/voc4cat_biocat> ;
.

20 changes: 20 additions & 0 deletions vocabularies/biocatalysis_demo/0000010.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

<https://w3id.org/nfdi4cat/voc4cat_biocat0000010>
a skos:Collection ;
dcterms:identifier "voc4cat_biocat0000010"^^xsd:token ;
dcterms:isPartOf <https://w3id.org/nfdi4cat/voc4cat_biocat> ;
rdfs:isDefinedBy <https://w3id.org/nfdi4cat/voc4cat_biocat> ;
skos:definition "Collection of terms related to biocatalysis."@en ;
skos:historyNote "0000-0003-3270-6895 Created collection"@en ;
skos:inScheme <https://w3id.org/nfdi4cat/voc4cat_biocat> ;
skos:member
<https://w3id.org/nfdi4cat/voc4cat_biocat0000001> ,
<https://w3id.org/nfdi4cat/voc4cat_biocat0000002> ,
<https://w3id.org/nfdi4cat/voc4cat_biocat0000003> ;
skos:prefLabel "biocatalysis"@en ;
.

25 changes: 25 additions & 0 deletions vocabularies/biocatalysis_demo/concept_scheme.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
PREFIX dcat: <http://www.w3.org/ns/dcat#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

<https://w3id.org/nfdi4cat/voc4cat_biocat>
a skos:ConceptScheme ;
dcterms:created "2024-02-21"^^xsd:date ;
dcterms:creator <http://example.org/nfdi4cat/> ;
dcterms:hasPart <https://w3id.org/nfdi4cat/voc4cat_biocat0000010> ;
dcterms:identifier "voc4cat_biocat"^^xsd:token ;
dcterms:modified "2024-02-21"^^xsd:date ;
dcterms:publisher <http://example.org/nfdi4cat/> ;
owl:versionInfo "automatic" ;
skos:definition "A test vocabulary for the voc4cat biocatalysis "@en ;
skos:hasTopConcept
<https://w3id.org/nfdi4cat/voc4cat_biocat0000001> ,
<https://w3id.org/nfdi4cat/voc4cat_biocat0000002> ,
<https://w3id.org/nfdi4cat/voc4cat_biocat0000003> ;
skos:historyNote "https://orcid.org/0000-0003-3270-6895 Mark Doerr"@en ;
skos:prefLabel "A test vocabulary for the voc4cat biocatalysis"@en ;
dcat:contactPoint "Mark Doerr (orcid:0000-0003-3270-6895)" ;
.

Loading