Skip to content

Commit

Permalink
Add files
Browse files Browse the repository at this point in the history
  • Loading branch information
SArndt-TIB committed May 2, 2024
1 parent 47f925c commit f2d0619
Show file tree
Hide file tree
Showing 9 changed files with 6,354 additions and 2 deletions.
11 changes: 11 additions & 0 deletions DataDictionary-TabularOverview.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[[13]](#source13) OBO Foundry (2021): Derived registry files - context file for the generation of rdf-based ontology metadata. URL: <http://purl.obolibrary.org/meta/context.jsonld>, <https://github.com/OBOFoundry/OBOFoundry.github.io/blob/5ba7e5db94565691853db7b476637fd303c4fb94/registry/context.jsonld> (last access: 04 April 2024).
[[14]](#source14) Dutta, B., Toulet, A., Emonet, V. and Jonquet, C. (2017): New Generation Metadata vocabulary for Ontology Description and Publication. In E. Garoufallou, S. Virkus, R. Siatri and D. Koutsomiha (eds.): *Communications in Computer and Information Science (CCIS) 755, proceedings of 11th Metadata and Semantics Research Conference (MTSR 2017), November 28 - December 1, 2017, Tallinn, Estonia*. Springer Nature, pp. 173-185. URL: <https://w3id.org/mod/2.0> (last access: 04 April 2024).
[[15]](#source15) Pierre-Yves Vandenbussche & Bernard Vatant (2021): Metadata Recommendations For Linked Open Data Vocabularies - Version 1.1. URL: <https://lov.linkeddata.es/Recommendations_Vocabulary_Design.pdf> (last access: 04 April 2024).
[[16]](#source16) Robert Stevens et al. (2017): MIRO – Minimum Information for Reporting of an Ontology. URL: <https://github.com/owlcs/miro/blob/master/miro.md> (last access: 04 April 2024).
[[17]](#source17) Daniel Garijo & María Poveda-Villalón (2023): A checklist for complete vocabulary metadata - Revision 1.0.2. URL: <https://w3id.org/widoco/bestPractices> (last access: 04 April 2024).
[[18]](#source18) Daniel Garijo & María Poveda-Villalón (2020): Best Practices for Implementing FAIR Vocabularies and Ontologies on the Web. *ArXiv.org.* URL: <https://doi.org/10.48550/arXiv.2003.13084> (last access: 04 April 2024).
[[19]](#source19) E. Amdouni, S. Bouazzouni, C. Jonquet (2022): O'FAIRe: Ontology FAIRness evaluator - FAIR questions. URL: <https://github.com/agroportal/fairness/commit/f5767d417465bcb2602f5400cf921169c5f10a65> (last access: 04 April 2024).
[[20]](#source20) Cox, Simon J. D. et al. (2021): Ten simple rules for making a vocabulary FAIR. *PLOS Computational Biology 17(6)*, pp. 1-15. URL: <https://doi.org/10.1371/journal.pcbi.1009041> (last access: 04 April 2024).
[[21]](#source21) Fuqi Xu et al. (2022): Features of a FAIR vocabulary. In: Katy Wolstencroft et al. (eds.): *Proceedings of the 13th International Conference on Semantic Web Applications and Tools for Health Care and Life Sciences (SWAT4HCLS)* (= CEUR Workshop Proceedings 3127). Aachen, 118-148. URL: <http://ceur-ws.org/Vol-3127/#paper-15> (last access: 04 April 2024).
[[22]](#source22) Charles Tapley Hoyt (2024): Bioregistry JSON Schema. URL (latest): <https://bioregistry.io/schema.json>, URL (v0.10.190): <https://github.com/biopragmatics/bioregistry/blob/v0.10.190/src/bioregistry/schema/schema.json> (last access: 04 April 2024).
[[23]](#source23) Schema.Org Community Group (n/a): DefinedTermSet. A Schema.org Type. URL: <https://schema.org/DefinedTermSet> (last access: 04 April 2024).
16 changes: 16 additions & 0 deletions DummyOntoFAILS.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@base <https://www.purl.org/ontologymetadata/DummyOntoFAILS> .
@prefix : <https://www.purl.org/ontologymetadata/DummyOntoFAILS#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .


<https://www.purl.org/ontologymetadata/DummyOntoFAILS> rdf:type owl:Ontology ;
dcterms:license <https://creativecommons.org/licenses/by-nd/3.0/de/legalcode>.

<https://www.purl.org/ontologymetadata/DummyOntoFAILS#1> a owl:Class .
87 changes: 87 additions & 0 deletions DummyOntoPASSES.owl
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
@base <https://www.purl.org/ontologymetadata/DummyOntoPASSES>
@prefix : <https://www.purl.org/ontologymetadata/DummyOntoPASSES#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix mod: <https://w3id.org/mod#> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix premis: <http://www.loc.gov/premis/rdf/v3/> .
@prefix schema: <https://schema.org/> .
@prefix pav: <http://purl.org/pav/> .
@prefix idot: <http://identifiers.org/idot/> .
@prefix sssom: <https://w3id.org/sssom/>.

#Mandatory metadata
<https://www.purl.org/ontologymetadata/DummyOntoPASSES> rdf:type owl:Ontology ;
dcterms:title "The English name of the ontology"@en , "Der deutsche Name der Ontologie"@de ;
vann:preferredNamespacePrefix "DOP"^^xsd:string ;
mod:acronym "DOP"^^xsd:string ;
dcterms:license <https://creativecommons.org/licenses/by/3.0/> ;
dc:creator <https://orcid.org/0000-0000-0000-0000>;
owl:versionIRI <https://www.purl.org/ontologymetadata/DummyOntoPASSES/0.1> ;
dcterms:created "2023-08-31T10:15:00"^^xsd:dateTime ;
dcterms:modified "2023-08-31T10:19:00"^^xsd:dateTime ;
owl:versionInfo "0.1.0"^^xsd:string ;
adms:versionNotes "A description of changes between last version and current version of the ontology."@en ;
dcterms:description "A short description of the scope and contents of the ontology."@en ;
doap:bug-database <http:///github.com/person/project/issues> ;
premis:documentation <https://www.purl.org/ontologymetadata/DummyOntoPASSES/docs> ;

#Recommended metadata
dcterms:contributor <0000-0000-0000-0000> ;
#contact data missing - won't add
schema:funder <https://ror.org/018mejw64> ;
doap:audience "DummyOntoPASSES has been developed for ontology engineers to demonstrate ontology metadata recommendations by TIB Terminology Service. It can be used with the TIB Terminology Service Ontology Metadata Shape in SHACL validators and should trigger no violations or warnings."@en ;
dcterms:subject <https://purl.org/linsearch/inf> ;
schema:inLanguage <https://id.loc.gov/vocabulary/iso639-2/deu> ;
mod:hasFormalityLevel "The DummyOntoPASSES aplies OWL2 EL (cf. https://www.w3.org/TR/2012/REC-owl2-profiles-20121211/#OWL_2_EL)"@en ;
<http://omv.ontoware.org/2005/05/ontology#hasOntologySyntax> <http://www.w3.org/ns/formats/Turtle> ;
<http://purl.org/ontology/bibo/status> "active"@en ;
doap:repository <https://github.com/StroemPhi/Ontology-Metadata> ;
<http://www.w3.org/ns/dcat#distribution> <https://www.purl.org/ontologymetadata/DummyOntoPASSES.owl> ;
<https://vocab.org/vann/example> <https://www.purl.org/ontologymetadata/DummyOntoPASSES/docs/descriptionOfUse> ;
dcterms:isReferencedBy <https://zenodo.org/record/0000000> ;
dcterms:bibliographicCitation "TIB (2023): DummyOntoPASSES. An ontology demonstrating rich ontology metadata. PURL: https://www.purl.org/ontologymetadata/DummyOntoPASSES."@en ;
pav:derivedFrom <http://www.purl.org/SomeOtherOntology/0.0.1> ;
<http://purl.obolibrary.org/obo/IAO_0000700> <https://www.purl.org/ontologymetadata/DummyOntoPASSES#1> ;


#Optional metadata
dcterms:abstract "The ontology is about...."@en ;
dcterms:alternative "An alternative title of the ontology,e.g. a working title for the ontology draft."@en ;
idot:alternatePrefix "dop01" ;
owl:priorVersion <https://www.purl.org/ontologymetadata/DummyOntoPASSES/0.0> ;
schema:version <https://www.purl.org/ontologymetadata/DummyOntoPASSES/0.3> ;
owl:backwardCompatibleWith <https://www.purl.org/ontologymetadata/DummyOntoPASSES/0.0> ;
owl:incompatibleWith <https://www.purl.org/ontologymetadata/DummyOntoPASSES/0.3> ;
<http://xmlns.com/foaf/0.1/holdsAccount> <https://ontology.social/@DummyOntoPASSES>;
dcterms:type <http://w3id.org/nkos/nkostype#ontology> ;
<http://identifiers.org/exampleIdentifier> <https://www.purl.org/ontologymetadata/DummyOntoPASSES#1> ;
<http://identifiers.org/idot/identifierPattern> "[0-9]+" ;
dcterms:format <https://www.iana.org/assignments/media-types/application/rdf+xml> ;
<http://xmlns.com/foaf/0.1/homepage> <https://purl.org/OntoMeta/home> ;
dcterms:publisher <https://isni.org/isni/0000000121746694>, <https://d-nb.info/gnd/1080328793> ;
rdfs:comment "Some remark about the ontology."@en ;
<http://rdfs.org/ns/void#exampleResource> <https://www.purl.org/ontologymetadata/DummyOntoPASSES#1> ;
<http://usefulinc.com/ns/doap#mailing-list> <mailto://[email protected]>;
<http://xmlns.com/foaf/0.1/logo> <https://www.purl.org/ontologymetadata/DummyOntoPASSES/docs/logo.png> ;
<http://purl.org/ontology/bibo/doi> <http://doi.org/10.000000/example>;
<http://purl.org/pav/createdWith> "Visual Studio Code"@en;
<https://w3id.org/mod#hasEquivalencesWith> <https://www.purl.org/ontologymetadata/DummyOntoFAILS>;
<https://w3id.org/sssom/mapping_set_references> [sssom:mapping_set_id <https://www.purl.org/ontologymetadata/DummyOntoPASSES2DummyOntoFAILS> ;] ;
<https://w3id.org/mod#competencyQuestion> <ttp://www.purl.org/OntoMeta/DummyOntoPASSES/docs/CompetencyQuestions#1> ;
<http://omv.ontoware.org/2005/05/ontology#usedOntologyEngineeringMethodology> "name of an ontology engineering methodology or description of the applied ontology"@en ;
vann:preferredNamespaceUri <https://www.purl.org/ontologymetadata/DummyOntoPASSES> ;

# not yet categorized
dcterms:issued "2003-08-11T00:00:00"^^xsd:dateTime
.

<https://www.purl.org/ontologymetadata/DummyOntoPASSES#1> a owl:Class .
Loading

0 comments on commit f2d0619

Please sign in to comment.