diff --git a/profiles/facs/index.ttl b/profiles/facs/index.ttl index 322d4ab5238e3f28a47e6510ff327f0b6d5f8b9a..99aaeec049102970e9efc6923bc325de3616dc1b 100644 --- a/profiles/facs/index.ttl +++ b/profiles/facs/index.ttl @@ -8,11 +8,15 @@ @prefix vocabterms: <https://purl.org/coscine/terms/> . @prefix aps: <https://purl.org/coscine/ap/> . +<https://purl.org/coscine/ap/facs/> sh:property [ + sh:path rdf:type ; + ] . + <https://purl.org/coscine/ap/facs#subject> - sh:class <http://www.dfg.de/dfg_profil/gremien/fachkollegien/faecher/> ; sh:path <http://purl.obolibrary.org/obo/NCIT_C154704> ; sh:order 2 ; sh:maxCount 1 ; + sh:datatype xsd:string ; sh:name "Affiliation"@en, "Affiliation"@de . <https://purl.org/coscine/ap/facs#created> @@ -48,7 +52,10 @@ dcterms:license <http://spdx.org/licenses/MIT> ; sh:targetClass <https://purl.org/coscine/ap/facs/> ; sh:closed true ; - sh:property <https://purl.org/coscine/ap/facs#subject>, <https://purl.org/coscine/ap/facs#created>, <https://purl.org/coscine/ap/facs#creator>, <https://purl.org/coscine/ap/facs#rights>, [ + sh:property <https://purl.org/coscine/ap/facs#subject>, + <https://purl.org/coscine/ap/facs#created>, + <https://purl.org/coscine/ap/facs#creator>, + <https://purl.org/coscine/ap/facs#rights>, [ sh:path <http://purl.obolibrary.org/obo/NCIT_C28362> ; sh:name "Hypothese"@de, "Hypothesis"@en ; sh:datatype xsd:string ; @@ -63,13 +70,7 @@ sh:name "Instrument"@en, "Instrument"@de ; sh:minCount 1 ; sh:maxCount 1 ; - sh:in ( - "BD LSRFortessa" - "BD Canto" - "BD Aria" - "Cytek Aurora" - "other" - ) ; + sh:class <http://purl.org/coscine/vocabularies/facs/instruments> ; ], [ sh:path <http://purl.obolibrary.org/obo/NCIT_C14250> ; sh:name "Organismus"@de, "Organism"@en ; diff --git a/vocabularies/facs/coscine.ttl b/vocabularies/facs/coscine.ttl new file mode 100644 index 0000000000000000000000000000000000000000..599467e071b12dd8b86d7f220e7d9babb3912290 --- /dev/null +++ b/vocabularies/facs/coscine.ttl @@ -0,0 +1,6 @@ +@base <http://purl.org/coscine/vocabularies/facs/instruments> . + +@prefix coscinetype: <https://purl.org/coscine/terms/types#> . + +<http://purl.org/coscine/vocabularies/facs/> + a coscinetype:Vocabulary . diff --git a/vocabularies/facs/instruments/coscine.ttl b/vocabularies/facs/instruments/coscine.ttl new file mode 100644 index 0000000000000000000000000000000000000000..7ad5eee0cfa3203e8f45cb23b64d8711be2c2252 --- /dev/null +++ b/vocabularies/facs/instruments/coscine.ttl @@ -0,0 +1,6 @@ +@base <http://purl.org/coscine/vocabularies/facs> . + +@prefix coscinetype: <https://purl.org/coscine/terms/types#> . + +<http://purl.org/coscine/vocabularies/facs/instruments> + a coscinetype:Vocabulary . diff --git a/vocabularies/facs/instruments/index.ttl b/vocabularies/facs/instruments/index.ttl new file mode 100644 index 0000000000000000000000000000000000000000..40a7224597e0580273a8a5b1bef49e594f2bfea5 --- /dev/null +++ b/vocabularies/facs/instruments/index.ttl @@ -0,0 +1,43 @@ +@base <http://purl.org/coscine/vocabularies/facs> . + +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix dcterms: <http://purl.org/dc/terms/> . + + + +<http://purl.org/coscine/vocabularies/facs/instruments> +dcterms:license <http://spdx.org/licenses/MIT> ; +dcterms:publisher <https://itc.rwth-aachen.de/> ; +dcterms:rights "Copyright © 2022 IT Center, RWTH Aachen University" ; +dcterms:title "Instruments"@en ; +rdfs:label "Instruments"@en, "Instrumente"@de +. + +<http://purl.org/coscine/vocabularies/facs/instruments#0>; +rdfs:label "BD LSRFortessa"@de , "BD LSRFortessa"@en ; +rdfs:subClassOf <http://purl.org/coscine/vocabularies/facs/instruments> +. + + +<http://purl.org/coscine/vocabularies/facs/instruments#1>; +rdfs:label "BD Canto"@de , "BD Canto"@en ; +rdfs:subClassOf <http://purl.org/coscine/vocabularies/facs/instruments> +. + + +<http://purl.org/coscine/vocabularies/facs/instruments#2>; +rdfs:label "BD Aria"@de , "BD Aria"@en ; +rdfs:subClassOf <http://purl.org/coscine/vocabularies/facs/instruments> +. + + +<http://purl.org/coscine/vocabularies/facs/instruments#3>; +rdfs:label "Cytek Aurora"@de , "Cytek Aurora"@en ; +rdfs:subClassOf <http://purl.org/coscine/vocabularies/facs/instruments> +. + + +<http://purl.org/coscine/vocabularies/facs/instruments#4>; +rdfs:label "other"@de , "andere"@en ; +rdfs:subClassOf <http://purl.org/coscine/vocabularies/facs/instruments> +.