@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:OCA a fip:Domain-Specific-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:FAIR-Supporting-Resource-to-be-Developed, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment "OntoClimateAdapt is an ontology designed to provide a formal semantic representation of data related to climate change adaptation research, initiatives, and actions. It enables the standardised description, integration, and interoperable exchange of information to support the development of adaptive capacities in the face of climate change."; rdfs:label "OCA | OntoClimateAdapt | Ontology for representing data for climate change adaption research"; fip:has-data-usage-license ; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-6786-7309 . } sub:pubinfo { this: dct:created "2026-04-28T12:47:36Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:OCA; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "lFqJ4XpRl2yJQEE05NQq6ok4RPrWld0m0c5RSPJSN1TnvulmTwEMxah8RfBbGdoNNRH5cokowG3KTQKpWzjxqXKsnvPHxKj/6u4BQQn0pLJCx4gL1EbwK91ULXymO5rXKO7KOOsaWF/m6vnrD19/iuFHOZyIg7FmEdP07wqOTRY="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:FAIR-Supporting-Resource-to-be-Developed, fip:Metadata-schema, fip:Provenance-model, fip:Semantic-model, fip:Structured-vocabulary; dct:creator ; ; rdfs:comment "This annotation schema is used to annotate data as part of the PINK project. It is based on DCAT for basic Accessibility and enhanced with domain and application specific terms."; rdfs:label "PINK Annotation Schema" . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-8869-3718 . } sub:pubinfo { this: dct:created "2026-04-23T19:40:53Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "jLglm2to1XPMkBoM5ZX1gepaPoSoimJ9vZKuHwUVZvy7hA/K8G7yW0wv5rHzZVg4D1PqvpMQUdhuci9ZPvhmDh9s7+qR+6LM9mhoMGA4XkRtWnzkfSDBWllY9HQrMUrWXrPM2I30RAR3d1oEEXCBtcb7pM8cWdiGeJf1re2P3BE="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Knowledge-representation-language, fip:Metadata-data-linking-schema, fip:Metadata-schema, fip:Semantic-model; dct:creator ; ; rdfs:comment "A lightweight data-centric framework for semantic interoperability. DLite allows to represent data and metadata with simple, but formalised data models, making it possible to decouple the (meta)data from how it is serialised. It includes a rich and easy extendable plugin-system for loading/writing (meta)data to different storage backends (like JSON, BSON, YAML, RDF, MinIO, MongoDB, PostgreSQL, Redis, CSV/Excel, ...). DLite enhances the reusability of storage plugins by a clear separation between data transfer (protocol) and loading/writing. This makes it possible to use the same file-based storage plugin against for instance the local file system or an sftp or http server. Semantic interoperability and automated data transformations is achieved by mapping DLite data models and/or their properties of to classes defined in ontologies. By combining mappings with a library of reusable mapping functions, fully automated and very powerful data transformations and integrations can be achieved. DLite also include a collection of tools for e.g. validation of data models and generation of code for handling of i/o in C and Fortran programs. DLite is written in C, but includes bindings to Python and Fortran. It is commonly used from Python and available under a permissive MIT license. "; rdfs:label "DLite: Lightweight data-centric framework for semantic interoperability"; rdfs:seeAlso , ; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1560-809X . } sub:pubinfo { this: dct:created "2026-04-14T20:53:57Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "mxDekSpjDqrvRKBITCjBW9WigSx6k1sgnkBvixFd1qx/O4psPyYrJvjGoc1cawhOKiI4YbriCPNzDL1aKYFW7jRmWAQ1BkhPWYkD7fx1BUJpK9o8QLESzZJhcCJPZmjx68bImflCdlfGJmw3Eb3LrAIHiUGBXOVY/t0uiAB56GQ="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . @prefix obo: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:Domain-Specific-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment "History Of Work Information System offers information on occupations in the past."; rdfs:label "History Of Work Information System (HISCO)"; fip:in-scope-of obo:NCIT_C17141 . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { this: dct:created "2026-04-14T20:10:40Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "AVV+BlLAzJqvGJIYH5usHS0K6hRyQumCSJLhAUV2f7nn/9SFGdKYEF/+Ss8PAy3kgxpO3q0OuOHC5Du/aDDRKURkQQXk8inWdRocxihfjHzK1B8STIjMnGoPvvs16E6w37OEtpeDqAbpnCC5Tt0Yms4o7jEbOv+fydEWBmNaDPA="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:FAIR-Supporting-Resource-to-be-Developed, fip:Metadata-schema, fip:Semantic-model, fip:Structured-vocabulary; rdfs:comment "Ontology based annotation schema used to annotate DYNCAT data and models. It is based on the Elementary Multiperspective Material Ontology and relevant doman ontologies."; rdfs:label "DYNCAT Annotation Schema"; fip:implements . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-8869-3718 . } sub:pubinfo { this: dct:created "2026-04-14T16:59:12Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "XUkx7Yz+hnGXhtD6RVyckYV8c5QS1HIZo3KAtgmYZohZ39ZG//ylFffQCUSE9hMu9BMX0cu97nVIFKuvg1B/oitpv1HKfhlTAuWBYBfgAPTZCgXD6bkBEjT68metY9xJwOM7lmELY3eKkOrBTzeFE29gt9hAQB+1ALy0lRvef9o="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; dct:creator , ; ; rdfs:comment "EMMO results from a multidisciplinary effort to develop a standard representational framework that is consistent with scientific principles and methodologies. It is based on physics, analytical philosophy and information and communication technologies. EMMO provides a framework for knowledge capture and interoperability in applied science and engineering, especially materials science and manufacturing. It is released under a Creative Commons CC BY 4.0 license."; rdfs:label "EMMO | Elementary Multiperspective Material Ontology"; rdfs:seeAlso ; skos:closeMatch ; fip:has-data-usage-license ; fip:has-description-source ; fip:registered-on . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1560-809X; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-04-14T16:24:58Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "dsbyPFoRdL37xHUs5TCvJVDBJ/iPE0GsH466Ed6cghrSUohlzDEHery4BUKKT874eE2+SWQucZ2TlxQevtGglKGtMFev40KGOvVp53nRrW+hul05qN3YNmD1xRg4a7Q4AIaIkZIgg/zG3hS7U9TslL2rAF0iDIWYjiBFIvYBFb0="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:SPDX-Licenses a fip:Available-FAIR-Supporting-Resource, fip:Domain-Agnostic-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment """The SPDX License List is an integral part of the SPDX Specification, open for contributions and maintained by the SPDX Legal Team. It contains commonly found licenses and exceptions used in free and open or collaborative software, data, hardware, or documentation and entries includes a standardized short identifier, the full name, the license text, and a canonical permanent URL for each license and exception."""; rdfs:label "SPDX License List"; rdfs:seeAlso ; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-6514-0173 . } sub:pubinfo { this: dct:created "2026-04-10T09:19:04Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:SPDX-Licenses; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "QbwOVzIBjXUfz5DakODaSLXPnwgLwQ8Tcp/xQBLX/bv/C/fiVlX1f6Q50pjV+rKmDKzeANuOG/lpci8qQm7+oZGkOKP/wxCRcrgaAQsVRrg2ht8jGqPlIoV9TGg4GzRi2wZCJpP9xe8N4ldRoUeG9sHq7f7V2PonjQyTswSll18="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:PEH-Data-Model a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model; ; rdfs:comment "LinkML Data Model for structuring and exchanging data in Personal Exposure and Health research"; rdfs:label "Personal Exposure and Health Data Model"; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-6514-0173 . } sub:pubinfo { this: dct:created "2026-03-26T08:22:55Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:PEH-Data-Model; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "XCR8KfC2066BA+dd18d1yL4nefmIoVQaHhKAIqAwEysQ/b0I/mKK6LZzk19TbLqdcTlHGaOGGJcbt5J/6C6qGnT77QNIyn8JriVtUxF1hyz+IlmkAbihR4xmcms1kcIDTSvkR0sS4yAKHbtRXREc0fhIWU25opiE5kMs1mKSyn8="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a , , , , ; dct:conformsTo ; dct:creator ; ; rdfs:comment "The I-ADOPT Framework acts as a semantic broker and is based on an ontology in order to facilitate interoperability between existing variable description models. It offers core atomic components and relations between them that can be applied to define machine-interpretable variable descriptions that reuse FAIR terminology concepts."; rdfs:label "I-ADOPT Framework"; rdfs:seeAlso ; ; sub:1.1.0; sub:CC0-1.0; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 . } sub:pubinfo { orcid:0000-0003-2195-3997 foaf:name "Barbara Magagna" . this: dct:created "2026-03-20T08:00:30.770Z"^^xsd:dateTime; dct:creator orcid:0000-0003-2195-3997; dct:license ; npx:introduces ; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCM0tu3I/KK6A/qPha/6pfngQZ4LBQpLnKAcIUuZLnSEb0epJ2IoY3zh/4N42us/6LpCHgZZZtSOTm5/KVo+OTDIqo294PpEZAO70u5DcMcGMC5OufzxGKs3Dwdo6XqPiDHxXuiaKCTO7/ABWAi7CtFoMrqJAHfeyqe82dAiH2IiwIDAQAB"; npx:hasSignature "NNfEARyRuOPVLqVRb1MZh2IlZ4Ee2x8mpPTnOw1/WNHoA8T4JkYwdO29lmsZEBhVTq8getFCUdnfm6p03Z4KzcwWaZaJUUxfrF+DwNrgvZzBFCfFX0yUieF7ujs77PGpbDfyGIYaRTHx15nqSrhorutY9n4P5sSKECgXi6G0Nu0="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0003-2195-3997 . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a , , , , , , , ; ; rdfs:comment "RO-Crate is a community effort to establish a lightweight approach to packaging research data with their metadata. It is based on schema.org annotations in JSON-LD. An RO-Crate is a structured archive of all the items that contributed to the research outcome, including their identifiers, provenance, relations and annotations."; rdfs:label "RO-Crate | Research Object Crate"; rdfs:seeAlso ; ; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 . } sub:pubinfo { orcid:0000-0003-2195-3997 foaf:name "Barbara Magagna" . this: dct:created "2025-12-30T12:52:26.642Z"^^xsd:dateTime; dct:creator orcid:0000-0003-2195-3997; dct:license ; npx:hasNanopubType , , ; npx:introduces ; npx:supersedes ; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB"; npx:hasSignature "T6uPcUNSzKD9SGmFEyPCG0ABbUUdqlRI8Izeg1C+pqE5Npc6ehSO7s2AkjngS6BMx1a3i6Q9nbnaapUnRbBuaBeDhtVQqGl53i6oE8E4UvbpHLWLl+fWSFpEBdEuI6I/UJ7jWPk8Co7TtKTuF8hCGnyRkH+C5zc28ASpLFW+dIc="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0003-2195-3997 . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:DANS-Datastation-SSH-MD-Template a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model; rdfs:comment ""; rdfs:label "DANS Data Station SSH Metadata Template" . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-6899-760X . } sub:pubinfo { this: dct:created "2025-12-03T23:18:02Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:DANS-Datastation-SSH-MD-Template; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "n/3BXje1eRrZNPAv5P9YegkB6xJUPQqtb0ZnN4ziOxG1fVugfmbAtiqSll9SCK27M8hiZUo+A4ACyydqrSfK6grhHZav7y9pV4agJIjA6U97CNmuNf5XBQu2OIBHzK115vAY1DtHu82h7+ef+PsRdUn20riFY0MBdWr7u4yiqmQ="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:immuneSpace-terminology a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment "Community-developed terms that are used in ImmuneSpace to provide textual definitions and logistical constraints for immunological data."; rdfs:label "ImmuneSpace Terminology"; rdfs:seeAlso ; skos:closeMatch ; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0009-0008-1540-5656; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2025-11-06T19:23:45Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:immuneSpace-terminology; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "pvcFIsxygag0poeACHUMj7IRRbNw4na01cpOiex5NTNBAAGQhnTPImtsDlLbgEVtjbVaecUEFtZxlIkCndC5YQgDLji51b/YMqPTB0CnyEPsW/9sdrtuRB/OrSXYKTREpjwnh47Mc8QfAtgx/abdgkT88Wreqm+lFl/W2/5LYow="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:MMODA-Astrophysical-Workflow-Ontology a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model; rdfs:comment "IVOA kindly provides various data and object types, but very little is availble about workflow types. It is possible to combine function types (e.g. https://fno.io) with data types. In this ontology we define supporting types, our own versions of some of the generic types, and anything else needed to descrie Astrophysical Analysis Workflows. Please refer to https://odahub.io/docs/guide-ontology/ for instructions on how to contribute."; rdfs:label "MMODA Astrophysical Workflow Ontology"; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-6353-0808 . } sub:pubinfo { this: dct:created "2025-10-23T14:46:38Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:MMODA-Astrophysical-Workflow-Ontology; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "puzpTn4sWGRRxNeyg+RJ7xHIjWkeWC0y89O9b3EpKqRJL8R97YubMiZb9Ds2wraC+DxMDRESlGm1PZBPZVjqw5yNfXoPiCcdD3s6MdJ+qCo5Ru0AXFWjYXHZpx4gLAogHFXIRcikcKnHq/OUTY9ZWWLH+0wYOGXP9yrEvk7Diws="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:IVOA-ObjectTypeOntology a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model; ; rdfs:comment "The Semantic Web and ontologies are emerging technologies which enable advanced knowledge management and sharing. Their application to Astronomy can offer new ways of sharing information between astronomers, but also between machines or software components and allow inference engines to perform reasoning on an astronomical knowledge base. This document presents the current status of an ontology describing knowledge about astronomical object types, originally based on the standardization of object types used in the SIMBAD database. Specifically, this ontology of defined concepts is designed to enable advanced reasoning on astronomical object types. The possibilities offered by such a system are semi-automatic or fully-automatic applications such as checking the semantic consistency of databases entries, providing new means of building or refining queries and suggesting object types matching a description. "; rdfs:label "Ontology of Astronomical Object Types"; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-6353-0808 . } sub:pubinfo { this: dct:created "2025-10-23T14:44:50Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:IVOA-ObjectTypeOntology; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "OGZtQQXwuM3Wo8oUF3+fX3ICeo9CXtg84oqM/yTH//ly20uMW5MY8/cqLatuOtTze8K7BXmKxWa515DIVPzdUtLm7iK7RRfSht4d/TMz3tYHFCB/h1purAC06pLIliEwCw8kItd1tlZOsuVLRuiKPCA9XF8WaZUuj37mFL67Z5c="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:PICO a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model; ; rdfs:comment """The PICO acronym has come to stand for: P – Patient, problem, or population I – Intervention C – Comparison, control, or comparator O – Outcome(s) The PICO framework is used to develop literature search strategies, for instance in systematic reviews. However, it was originally developed to frame and answer a clinical or health care related question. It is also argued that PICO can be used universally for every scientific endeavour in any discipline with all study designs."""; rdfs:label "PICO Research Question Template"; rdfs:seeAlso ; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1784-2920 . } sub:pubinfo { this: dct:created "2025-09-21T08:41:02Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:PICO; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "GLyljgx5Ot8ZeQcocGHTig9iVADR3tWxT/xI3jIB+eKJvNi2hDYWJh6ClaU+xqHo2chs6192srQjFXdx7eKrQUPoxvFQSXJPJ5gmiT//oNAM0VwBiADQgchqY/NJksoQGr/lZlmBQCJPFgxTuJQGtg8honb/6fcKDpQNAbn+Jrs="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model; schema:url ; rdfs:comment "A structured controlled vocabulary of sample preparation, visualization and imaging methods used in biomedical research."; rdfs:label "Biological Imaging methods Ontology | FBbi"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-5862-6132; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2025-08-29T14:44:41Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "a16MBxpOUZ94nKgdfg6bgK7TFVFMTetXpekqFkn8blgnWVDl17OkTA10IVZRQN2cyPch5U6NBi9xUrycjml71x/IrsA2reK+K5HSOnYdw7yBv7g+krK3l0ZV76EwNPgFqZXCm+gpOe03k4v/vCfElqWyLrj7uy4E5mavtXzYH3M="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model; schema:url ; rdfs:comment "The Cellular Microscopy Phenotype Ontology (CMPO) provides a species-neutral controlled vocabulary for describing phenotypic qualities relating to the whole cell, cellular components, cellular processes and cell populations. Terms from CMPO are being used to annotate phenotype descriptions from high-content screening databases and cellular image repositories."; rdfs:label "The Cellular Microscopy Phenotype Ontology | CMPO"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-5862-6132; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2025-08-29T14:41:07Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "bQaiMaBihvinsPJrEMg1ofHzZa9T/2/MhK0vydvDwU6fyhmGoY81jZ7/53cbGff0OpNWKnmC9Lsi8SPvHgiHNAzAM0rRzpWjyogUzYmYXOph9GoASxb4ronkqGbgC/WS5vHuGVz7l3psusGVoZoJ3mPUjulrmSOLgIeqjSBT9RA="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model; schema:url ; rdfs:comment "The Experimental Factor Ontology (EFO) is an application focused ontology modelling the experimental variables in multiple resources at the EBI and the Centre for Therapeutic Target Validation. The ontology has been developed to increase the richness of the annotations that are currently made in resources and to promote consistent annotation, to facilitate automatic annotation and to integrate external data. The ontology pulls together classes from reference ontologies such as disease, cell line, cell type and anatomy and adds axiomatisation as necessary to connect areas such as disease to phenotype."; rdfs:label "Experimental Factor Ontology | EFO"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-5862-6132; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2025-08-29T14:39:36Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "Pvge86FRp50Of8rcd2160Z+kS0jvCu5RIdE237fOEFEf08/3tAgLyOtN5oZGDtAOWY+zIuYEo12JxlBZT5pW8edHXAQWK5ENhbyP/sIscXEjfz4ODgB9ApEYTB4QaAyQvLViYVQ5ujyM+2zFpY8mlkhaKD6LcGOAsScv7il2QVU="; npx:hasSignatureTarget this: . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; rdfs:comment "The Forest Observatory Ontology (FOO) is an ontology for describing wildlife data generated by sensors. FOO’s scope evolves around the Internet of Things (IoT) and wildlife habitats. To illustrate our datasets of interest, we modelled the concept to represent “sensors observing animals and land”. These sensors generate observations. For example, the animal GPS collar tracks an elephant and records its geo-location observations for different and equally spaced time intervals and temperature every specified time interval. We adopted classes and properties from SOSA and BBC wildlife ontologies to model the domain coverage. FOO contains 58 classes, 28 object properties, 27 data properties, 39 individuals or instances, 86 nodes, and 67 edges."; rdfs:label "FOO | Forest Observatory Ontology"; rdfs:seeAlso ; fip:has-description-source ; fip:implements , ; fip:registered-on , . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-0468-1969 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "cqD6vNAXdfqT1nKiSBP34pQtmYmQ4eqGsGLJEVX8Aj1COV8tuPvaB+bbDJEOeAn6HNM996r8eKagyr+ZvHn/VGQfvVVd/OK8FmsSktBoSH1lVbWFM/esuUSc6vZIPOwugnyhPmzguQ1ogQPXiek0zJWHDDoDZR3PtrF1OBTBrQE="; npx:hasSignatureTarget this: . this: dct:created "2025-07-30T19:52:36Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; dct:creator ; schema:url ; rdfs:comment "Bioimaging operations, data types, formats, identifiers and topics. EDAM-Bioimaging is an extension to the EDAM ontology (edamontology.org) for bioimaging, developed in collaboration with partners from NEUBIAS (neubias.org)."; rdfs:label "EDAM Bioimaging Ontology | EDAM-BIOIMAGING"; rdfs:seeAlso ; fip:registered-on . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-0319-6542; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "E2UqhRpEiXz3PUzANPVWben8TCl/WKt3FJr4Yvzo6XB4RHwAsjJR7erBP0jGtD1yUHHREi+MLvYRx+xXm0wUXrkImEy3H9Xp5aXSWeSrvpcI4l8xlLLafkDJBODESP+pCP2HpBxamIGkJ9QWNQXWvlzzXJhidGuZvLv5jhaUrK4="; npx:hasSignatureTarget this: . this: dct:created "2025-07-30T16:27:22Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; schema:url ; rdfs:comment "The Gene Ontology (GO) is a structured vocabulary for use by the research community for the annotation of genes, gene products and sequences. The GO defines concepts/classes used to describe gene function and relationships between these concepts."; rdfs:label "Gene Ontology | GO"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-0319-6542; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "OYVvheAA5wpUCriwBzXOm2P+jZFZ1dazADXDvomx2cYR9YCT3rA3QuAEXGrAIGPKjGi6ZhaexyUZyLK/hyYdBjTZCMGII1RKynItY/6MzoalKeYzMTlKTzgpc1vwh8hxBx/NzUEhyVl33pXe4ZAKpID6Hn+8GrLRLRTYg6jUnl4="; npx:hasSignatureTarget this: . this: dct:created "2025-07-29T16:44:11Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:BCCWO a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; rdfs:comment "A simple vocabulary for describing biological species and related taxa. The vocabulary defines terms for describing the names and ranking of taxa, as well as providing support for describing their habitats, conservation status, and behavioural characteristics, etc."; rdfs:label "BCCWO | BCC Wildlife Ontology"; schema:version "1.1.0"; fip:has-data-usage-license ; fip:has-description-source ; fip:registered-on . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-0468-1969 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "LcdfZwICbBFgLo9851CC52vZ7qqrJK0WHRFdtuB4ihug6U31dQAEtXtHfmtmOLRIlqArzYHC6Y1InZOKz9z/+bkfCeNT9gOWq8IF77RbxCW961HE+its4GC2MrWG54lxfLNv+MYivRlZtQ6wX1A9H/WwRWaElNI4jt04qQjk5yY="; npx:hasSignatureTarget this: . this: dct:created "2025-07-29T16:28:33Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:BCCWO; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; dct:creator ; schema:url ; rdfs:comment "The Plant Ontology is a structured vocabulary and database resource that links plant anatomy, morphology and growth and development to plant genomics data. The PO is under active development to expand to encompass terms and annotations from all plants."; rdfs:label "Plant Ontology | PO"; rdfs:seeAlso ; fip:registered-on , , , . } sub:provenance { sub:assertion dct:creator orcid:0009-0001-3180-981X; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "nB5/HqHSNMEHlcMD5xJgGwL2EmrGVh0k/7Znf5Fo0IkRsZvlsmNjJlDrE0Dr19lhVl6xzwN0QqTTMzlad3CKsCMPChNoAlVXMfFPdnncAUd9Vo8WJqvNauJhGpJ4slTQ3hiPVvxevCt7VXrE0xW+FOk5vuG5dq+LdOBT801tuKY="; npx:hasSignatureTarget this: . this: dct:created "2025-07-29T16:27:33Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; schema:url ; rdfs:comment "The Semantic Sensor Network (SSN) ontology is an ontology for describing sensors and their observations, the involved procedures, the studied features of interest, the samples used to do so, and the observed properties, as well as actuators. SSN follows a horizontal and vertical modularization architecture by including a lightweight but self-contained core ontology called SOSA (Sensor, Observation, Sample, and Actuator) for its elementary classes and properties. With their different scope and different degrees of axiomatization, SSN (http://www.w3.org/ns/ssn/) and SOSA (http://www.w3.org/ns/sosa/) are able to support a wide range of applications and use cases, including satellite imagery, large-scale scientific monitoring, industrial and household infrastructures, social sensing, citizen science, observation-driven ontology engineering, and the Web of Things. "; rdfs:label "Semantic Sensor Network Ontology | SSN"; rdfs:seeAlso ; skos:closeMatch ; fip:registered-on . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-2195-3997; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "n1jH/UfVdH2WRWVZwyGC9QuL14Wk0u63CdOyK67jNUYNzifQF+909DyuM3b6CAAh5SKF3p/qSbQS5DrnWatovwxqe3V0M5ovmMO3pqoVrHH2D4FTSHe0k/yQe9DUilsBv6FBK8cK7O7BwlROUR5fCKBBy3WB7Z2mQkyfyvo1Epw="; npx:hasSignatureTarget this: . this: dct:created "2025-07-29T16:23:29Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; schema:url ; rdfs:comment "The need to represent knowledge about food is central to many human activities including agriculture, medicine, food safety inspection, shopping patterns, and sustainable development. FoodOn is built to interoperate with the OBO Library and to represent entities which bear a food role. Initially the ontology will focus on the human-centric categorization and handling of food, but in the future it will also encompass materials in natural ecosystems and food webs. We aim to develop semantics for food safety, food security, the agricultural and animal husbandry practices linked to food production, culinary, nutritional and chemical ingredients and processes."; rdfs:label "Food Ontology | FOODON"; rdfs:seeAlso ; skos:closeMatch . } sub:provenance { sub:assertion dct:creator orcid:0009-0004-2157-1408; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "Kg+wm47QV70OGSfx7CHtC9vKEAObhWQo/o0vqDDXDzHLu1d1V+gkBzLo2hc1xg8G/y3IQxMaDEmfYLTYC++D8dEfSEw6wjAmleChXBYg6JMKtBxc6GIOrqRIo+qWLyDIzISkvqzotEy/1SrAjk6z44l3g0GyzcBsF0bM0E3eh4M="; npx:hasSignatureTarget this: . this: dct:created "2025-07-09T21:03:59Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . @prefix obo: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; schema:url ; rdfs:comment "The Evidence and Conclusion Ontology (ECO) contains terms that describe types of evidence and assertion methods. ECO terms are used in the process of biocuration to capture the evidence that supports biological assertions (e.g. gene product X has function Y as supported by evidence Z). Capture of this information allows tracking of annotation provenance, establishment of quality control measures, and query of eviden"; rdfs:label "Evidence and Conclusion Ontology | ECO"; rdfs:seeAlso ; skos:closeMatch obo:eco.owl . } sub:provenance { sub:assertion dct:creator orcid:0009-0004-2157-1408; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "dK09xurAhqrnUDwb6yjuF7Y648+PGSm/7BH0c2ka6CHzvOjXfRapMPYew9llLqnrVbZmZYencILGKRz66n/VWQqZ1cTdVnVkWrHwd3mLsBNU1Xdf1C5ZiFieQbwiWl6G/H7QFTFmHee23PvFyPixKBXKSWwWGUG5DyKGK1jWOmg="; npx:hasSignatureTarget this: . this: dct:created "2025-07-09T20:51:22Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; schema:url ; rdfs:comment "A structured controlled vocabulary for the source of an enzyme. It comprises terms for tissues, cell lines, cell types and cell cultures from uni- and multicellular organisms."; rdfs:label "BRENDA tissue / enzyme source | BTO"; rdfs:seeAlso ; skos:closeMatch , . } sub:provenance { sub:assertion dct:creator orcid:0009-0004-2157-1408; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "nw5Jkrabbtq0mznNwbU47SjqmHLAs1kA7+4tvEDBrRYasehbmvMtLIgxSDHMqHGJZQiiof/+o0chsvbjBH3YY/qasTqOEUQRrfMYLHWT6uRN+T7j765d5uSkE7zjqw4o0aX/xk8FPswlUB4/BuEJlkywAP/UYA7p0ZHHY/FLlEo="; npx:hasSignatureTarget this: . this: dct:created "2025-07-09T20:50:58Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Metadata-schema, fip:Provenance-model, fip:Semantic-model, fip:Structured-vocabulary; schema:url ; schema:version "2.3.0"; rdfs:comment "PAV is a lightweight ontology for tracking Provenance, Authoring and Versioning. PAV specializes the W3C provenance ontology PROV-O in order to describe authorship, curation and digital creation of online resources. This ontology describes the defined PAV properties and their usage. Note that PAV does not define any explicit classes or domain/ranges, as every property is meant to be used directly on the described online resource."; rdfs:label "Provenance, Authoring and Versioning Ontology | PAV"; rdfs:seeAlso ; skos:closeMatch . } sub:provenance { sub:assertion dct:creator orcid:0009-0004-2157-1408; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "mT8CpSWPoSgNaGf1K2EIXrpaB/wsYoO6+FXrm/mnatSndVbMOR6KnIWMenoHM+VY/hTMexWuIqatysEAm985p8XpfNg7JbFdLfW4oJ6KZUoJ/GJTXyfgo/zDDGGvmH7WIqVNkSxt7XwzBCWLPf/jtENjTaHJ7rCN0ulc+F64ihs="; npx:hasSignatureTarget this: . this: dct:created "2025-07-07T17:21:51Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; schema:url ; rdfs:comment "The Cell Line Ontology (CLO) is a community-driven ontology that is developed to standardize and integrate cell line information and support computer-assisted reasoning. Thousands of cell lines have been artificially developed and used for different applications. Integration of data from multiple sources is a challenge, confounded by lack of consistent naming conventions, contamination of cell lines, and provision of the same cell lines by multiple commercial sources but with different biological attributes. CLO is a community-based effort to represent all cell lines in a standard ontology approach."; rdfs:label "Cell Line Ontology | CLO"; rdfs:seeAlso ; skos:closeMatch . } sub:provenance { sub:assertion dct:creator orcid:0009-0004-2157-1408; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "ldNC7FODV6nfQFWBUyQNmxISqKsdDumEk/jszdWg1o1YEjaaLRMf+Ozuog1HBSHKILd64OlPGKccZI9l1x+ZPNZ7CEsyOVDZj05nl9Xph+2Hx38t+/f8xuLmRkqFQOvpjWuLN1buAcGIXZ2chDP+tyz92Do+einKrIVJEyW+Es4="; npx:hasSignatureTarget this: . this: dct:created "2025-07-04T00:16:10Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; schema:url ; rdfs:comment "MHC molecules form a highly diverse family of proteins that play a key role in cellular immune recognition. No consistent nomenclature exists across different vertebrate species. To correctly represent MHC related data in The Immune Epitope Database (IEDB), we built upon a previously established MHC ontology (MaHCO) and created MRO to represent MHC molecules as they relate to immunological experiments. MRO models MHC protein chains from 16 species, deals with different approaches used to identify MHC, such as direct sequencing verses serotyping, relates engineered MHC molecules to naturally occurring ones, connects genetic loci, alleles, protein chains and multichain proteins, and establishes evidence codes for MHC restriction."; rdfs:label "MHC Restriction Ontology | MRO"; rdfs:seeAlso ; skos:closeMatch . } sub:provenance { sub:assertion dct:creator orcid:0009-0004-2157-1408; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "VSZERhcovDxdV48CK1uB+zHcp+HfySVremQ4UY9+7r40XO/2vRKy4v7WX+WZjNa2mgKyHthfaZ07iFVrqYSBtTWjuhCFzBfHziWvzwzOhOfU8do5ah7fgEPM2rWyVJMB3chy8kL4L7JudDm3+/sLBYxdhcM2le6MFC4I085Oq1I="; npx:hasSignatureTarget this: . this: dct:created "2025-07-04T00:15:46Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; schema:url ; rdfs:comment "The Ontology of Immune Epitopes (ONTIE) is an effort to represent terms in the immunology domain in a formal ontology with the specific goal of representing experiments that identify and characterize immune epitopes. ONTIE has been developed as a subset of OBI (Ontology of Biomedical Investigations) and includes terms relating to experiments involving immune epitopes. This file contains the minimal amount of upper ontology terms and axioms from BFO (Basic Formal Ontology), IAO (Information Artifact Ontology) and OBI, in order to view and reason upon ONTIE. It is currently at version 0.1 beta. ONTIE covers terms regarding immune responses, adaptive immune receptors, immune epitope assays, MHC molecules, and infectious diseases. ONTIE is (at this development stage) a virtual ontology, drawing together terms from multiple reference ontologies. We are actively working on adding more terms to ONTIE either through term requests or through active contribution to external ontologies."; rdfs:label "Ontology of Immune Epitopes | ONTIE"; rdfs:seeAlso ; skos:closeMatch . } sub:provenance { sub:assertion dct:creator orcid:0009-0004-2157-1408; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "b5tR36nxkvBakUrUaoQUT5KlitxaPIzaI80gips80eN1lJYfZB6RGCyVexBtfBKtJFuOyqEv41fHD1rUNmSjOJyQVgaPX6CBsCJmA6aY26nqVjE4ofrYPOnnxr/kaqwsRso/x297uNu8KHI6Q59A9OvIyWBFqF5PfEteEVMd4Gw="; npx:hasSignatureTarget this: . this: dct:created "2025-07-04T00:14:03Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; dct:creator ; schema:url ; rdfs:comment "EDAM is a comprehensive ontology of well-established, familiar concepts that are prevalent within bioscientific data analysis and data management (including computational biology, bioinformatics, and bioimage informatics). EDAM includes topics, operations, types of data and data identifiers, and data formats, relevant in data analysis and data management in life sciences. EDAM provides a set of concepts with preferred terms and synonyms, related terms, definitions, and other information - organised into a simple and intuitive hierarchy for convenient use. EDAM is particularly suitable for semantic annotations and categorisation of diverse resources related to data analysis and management: e.g. tools, workflows, learning materials, or standards. EDAM is also useful in data management itself, for recording provenance metadata of processed bioscientific data."; rdfs:label "The bioscientific data analysis and management ontology | EDAM"; rdfs:seeAlso ; fip:registered-on , . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-6301-4248; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "mGTev8YxbO0M9LVo6wlnYv0dOsGksDnWcAiBb4O5qeM22aGG9nqdBMGLPQuD473Qxho1lHw5ClwUPJJVhTwqY9LhYh1dza1ltRxOulLqHwLzHYCODaLythV9DOYsPl5pCqa+MgzuZf6xrP5zsXTHkWP1Z4fe7Nzfy3Oi2Q6txDw="; npx:hasSignatureTarget this: . this: dct:created "2025-07-02T13:27:28Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary; dct:creator ; schema:url ; rdfs:comment "The QUDT, or 'Quantity, Unit, Dimension and Type' collection of ontologies define the base classes properties, and restrictions used for modeling physical quantities, units of measure, and their dimensions in various measurement systems. QUDT provides a unified model of measurable quantities, units for measuring different kinds of quantities, the numerical values of quantities in different units of measure and the data structures and data types used to store and manipulate these objects in software. This OWL schema is a foundation for a basic treatment of units. Originally developed by TopQuadrant for the NASA Exploration Initiatives Ontology Models (NExIOM) project, they now form the basis of the NASA QUDT Handbook. QUDT aims to improve interoperability of data and the specification of information structures through industry standards for Units of Measure, Quantity Kinds, Dimensions and Data Types."; rdfs:label "Quantities, Units, Dimensions and Types | QUDT"; rdfs:seeAlso ; fip:registered-on , . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-0468-1969; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "OCJDf1ywBUZ3khLYD57G12I3CpJ/lESoeB/fvtDtE9jM1qo8Fb9WBqudjNWM4XA3h94KdB/YegElX23GDol6LftJlbnJb0K9ZfqTjliNNT8HzYeNC8k/MKAoHonnvX+9nMCJrJraiDv+W3YK+RrXJSP16CPwv2dEvXyG5K/yAb8="; npx:hasSignatureTarget this: . this: dct:created "2025-06-19T15:05:31Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:TripperAnnotationSchema a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-data-linking-schema, fip:Metadata-schema, fip:Provenance-model, fip:Semantic-model; rdfs:comment "Basic annotation schema used in Tripper for handling data and metadata in a knowledge base. Based on DCAT-AP, so compatible with all DCAT-aware services."; rdfs:label "Tripper Annotation Schema"; fip:has-description-source ; fip:registered-on . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-8869-3718 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "UUlGUJYOx0+9Ce4mHN87bHmVKT/+Py2L5jT1pDgJLUh7ZHiCbSNzoJZeYtCiHUzhDFwHCfjkB7pYAzWiGQ6VFBV14quyZnzJFKpXRDp98B6aQIGAWye9nbacfmMo5aKHNqkRXpxYi0WGsW3WnhZLp5u5vF+sQZhRDtELUwHAHzc="; npx:hasSignatureTarget this: . this: dct:created "2025-05-12T11:51:39Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:TripperAnnotationSchema; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model; schema:url ; rdfs:comment "The PICO ontology provides a model for describing evidence in a consistent way focusing on complex populations, detailed interventions and their comparisons as well as the outcomes considered. The PICO ontology was originally designed to model the questions asked and answered in Cochrane's systematic reviews. The PICO model can be used to describe healthcare evidence as well as used in other evidence-based domains. It aims to provide a model for describing evidence in a consistent way."; rdfs:label "Cochrane Patient/Population/Problem Intervention Comparison Outcome Ontology | PICO"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1261-9930; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "SQwWWt8z8hJi/Nr4DQRW/bktAhSbwhfarWKB8z20UNsh4TjKoyOzawp3WVtoQ0Rc6NIm1gNtcwzzp4tmTZbSiX+2xlYcHAfDGiMhEvNwahMyo2ZDkitqhKPk199vzmJ7+hyjS9aHu6+GVbPkDwqrkcGsqeGU4FOIdYByx9Cjw8U="; npx:hasSignatureTarget this: . this: dct:created "2025-04-25T10:36:34Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model; ; rdfs:comment "BIO (Biographical Ontology) is an ontology/vocabulary specifically created to represent biographical information, including relationships like biological parents, birth, death, marriage, etc. More information can be found in the paper titled An OWL Ontology for Biographical Knowledge. Representing Time-Dependent Factual Knowledge. "; rdfs:label "BIO | Biographical Ontology"; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "QkpAs8LmkSAH4k4RD2hAl6PQCIehpSQQjmoPVsFx6tUXO+MKu2XWedvQMFXrfDYn5/gkCLyPZ6DY2CX6jbwk2DfzjPDmV0KO7KpNqquQW0Hiy/RKinDIERqGlD9fs42Fo57SsDh/Ana3n2rbycAhS3+S2GPkhSWigAgbbG0ZUuY="; npx:hasSignatureTarget this: . this: dct:created "2025-04-25T08:59:52Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a , , , ; dct:creator ; ; rdfs:comment "Chemical Entities of Biological Interest (ChEBI) is a freely available dictionary of molecular entities focused on ‘small’ chemical compounds."; rdfs:label "ChEBI | Chemical Entities of Biological Interest"; rdfs:seeAlso ; ; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-0319-6542; prov:wasDerivedFrom . } sub:pubinfo { orcid:0000-0002-0319-6542 foaf:name "Dario Bijker" . this: dct:created "2025-04-23T12:37:01.216Z"^^xsd:dateTime; dct:creator orcid:0000-0002-0319-6542, orcid:0000-0002-3462-0967; dct:license ; npx:hasNanopubType , , ; npx:introduces ; npx:supersedes ; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ns1:RAGXx_k9eQMnXaCbsXMsJbGClwZtQEGNg0GVJu6amdAVw; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCfUo0FLu1y2EeueL40lqkVdm9fTJa6WhF6MhyjhKAagbuaWe1wwyk453ot8KAQ3aHtL3B8Ze/aLf+wHrBhS0nz4wS6urc8ksIzlLCoa9KIfa0JuQunBLFptV0U9fTR8kDlPoB+klNrUfzeCXmkdgnnUiiwBoN+j1eN87XMSHKI3wIDAQAB"; npx:hasSignature "ME+9aTSWu6qaYeUpe6fxQ79o25iGFDrYlAzE9HXIl82NDSXpbmRP+JhcTpvvEXMGCYliMxLepFKP9LterQuQpYuOq0W5lTXv/j4KSAlMabJ3KKrRY5e8YRwlqEcD3Rqp5fFbItvm3QUYfBkLNwXBVWglyPSI1rRNhyK5OuCYERY="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-0319-6542 . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-schema, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment " CLARIN offers a solution for the modelling, authoring and exploitation of metadata. This solution is implemented as a set of standards, registries, definitions and workflows which together form the Component Metadata Infrastructure (CMDI). The Component Metadata Infrastructure (CMDI) provides a standard for metadata within CLARIN."; rdfs:label "CMDI | The Component Metadata Infrastructure" . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "Jo+P5awPRBUjMVVnJSlrNYpJfgIkcKyYiy1ZU55bMIauA4E3GkMXC8bOHUz4AKgWp8DWypOMKWR7PLmVHPSOhUAMiIWfnuE6u3EN9M/l0KEWWNXrQgK7/9K0NK/wiJhcR7gs32vOIYz3A9ZuztsfyLsZYF8w9g0gZ8uZk2W0R2Y="; npx:hasSignatureTarget this: . this: dct:created "2025-04-16T14:40:02Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a , , , ; ; ; rdfs:comment "Uberon is an integrated cross-species anatomy ontology covering animals and bridging multiple species-specific ontologies. It represents a variety of entities classified according to traditional anatomical criteria such as structure, function and developmental lineage. The ontology includes comprehensive relationships to taxon-specific anatomical ontologies, allowing integration of functional, phenotype and expression data."; rdfs:label "UBERON | Uber Cross-Species Anatomy Ontology"; rdfs:seeAlso ; ; ; , . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 . } sub:pubinfo { nt:hasLabelFromApi "Ontology Lookup Service | OLS - by FIP Wizard" . orcid:0000-0003-2195-3997 foaf:name "Barbara Magagna" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB"; npx:hasSignature "gtcC5FcMV/loZ8rvHMTNOLLKs2p1EblHjaXI7SEFIy3oMnPU52Z5kcFP1Ts9WucNe7IltC3c1hOsBwgosZ+g4ao9NepRkAEo6RIhL+u/LFu8/OvPAhp89Wjrtt4eTORsAXfTpCWKRxOpUltrJ+XiHsiHbaN6RmJC4E4R43+HWZs="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0003-2195-3997 . this: dct:created "2025-03-30T08:31:34.309Z"^^xsd:dateTime; dct:creator orcid:0000-0003-2195-3997; dct:license ; npx:hasNanopubType , ; npx:introduces ; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . nt:hasLabelFromApi "BioPortal - by FIP Wizard" . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; dct:creator ; ; rdfs:comment "A comprehensive database of organism names and classifications that is designed to support the International Nucleotide Sequence Database Collaboration (INSDC), including GenBank, EMBL, and DDBJ. It provides a curated, phylogenetic hierarchy of valid names and classifications, emphasizing systematics and nomenclature rather than detailed taxon descriptions. The taxonomy integrates phylogenetic and taxonomic knowledge from diverse sources, such as published literature, web-based databases, and input from sequence submitters and external experts."; rdfs:label "NCBI Taxonomy | National Center for Biotechnology Information Taxonomy"; rdfs:seeAlso ; skos:closeMatch . } sub:provenance { sub:assertion dct:creator orcid:0009-0004-2157-1408; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "WvB7YensHGrmvYtLlQxDNINvBQY1w10urU/hJ0MZEJ1er2ZdEaPOGu1SNNYpv25juR4oiTVVFIeyDMNLFQYlAWBmeoiKrX2WJHmp6LYLJQCGgIPWeM9iz7riD0m2I113c16MPl7ISqg0Of7rXJ8NrNewViIcWk90H7j3o07BPSs="; npx:hasSignatureTarget this: . this: dct:created "2025-03-28T22:42:26Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . @prefix obo: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; obo:cl.owl; , , ; rdfs:comment "An ontology designed to classify and describe cell types across different organisms. It serves as a resource for model organism and bioinformatics databases. The ontology covers a broad range of cell types in animal cells, with over 2700 cell type classes, and provides high-level cell type classes as mapping points for cell type classes in ontologies representing other species, such as the Plant Ontology or Drosophila Anatomy Ontology. Integration with other ontologies such as Uberon, GO, CHEBI, PR, and PATO enables linking cell types to anatomical structures, biological processes, and other relevant concepts."; rdfs:label "Cell Ontology"; rdfs:seeAlso ; skos:closeMatch , . } sub:provenance { sub:assertion dct:creator orcid:0009-0001-3353-2172; prov:wasDerivedFrom , . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "Mbv5GxeRmE6wEBBqOIPfIPpl7WwbtL0ywzb/jHyW2L94GJ0DP5UGFA8+qcesmB3N7Chg22wWa+nwyu1GwgkM74dvUq03lH8zWOyY0KqF4+GuimvV6GjZS5MqarcCKj3B2D5WzLcz9z8N9eQnf/MqbPGD6NtFEREO3RJ0wWv0yT8="; npx:hasSignatureTarget this: . this: dct:created "2025-03-28T22:39:41Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; ; , ; rdfs:comment "A standardized ontology for human disease with the purpose of providing the biomedical community with consistent, reusable and sustainable descriptions of human disease terms, phenotype characteristics and related medical vocabulary disease concepts through collaborative efforts with biomedical researchers, coordinated by the University of Maryland School of Medicine, Institute for Genome Sciences. The Disease Ontology semantically integrates disease and medical vocabularies through extensive cross mapping of DO terms to MeSH, ICD, NCI's thesaurus, SNOMED and OMIM."; rdfs:label "Disease Ontology"; rdfs:seeAlso ; skos:closeMatch . } sub:provenance { sub:assertion dct:creator orcid:0009-0001-3353-2172; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "oKkaSJV+PPP7fQ8llCinLOyW8MjfcEeUXMYvTcEcbcxmOjNE1kMh65spb/21z327kSZ64iygU71aMJ9G9m3fe/r7JvI5beKhBlueML/1zvbBASW2YwO5sd1FqjAQzLw5w35fI8jiPKEEDU5A+3c3lSSu6M1/9XcYE4aGxHNVuTA="; npx:hasSignatureTarget this: . this: dct:created "2025-03-28T22:38:24Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; ; ; rdfs:comment "The Human Phenotype Ontology (HPO) provides a standardized vocabulary of phenotypic abnormalities encountered in human disease."; rdfs:label "Human Phenotype Ontology"; rdfs:seeAlso ; skos:closeMatch . } sub:provenance { sub:assertion dct:creator orcid:0009-0004-2157-1408; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "Kme7BTnnp0ZskId6AKtRw+O2gdRhQV4J2wEsCcdtayF+NJFlJ85kPRhx9aKIMSGOmAqUjjwRrgmNM8VU73Kxzgm3zFU9Ok8UY2CpEqE/lH6jTYloRlCLEKGRR2jUxjb0qapfT+Mthj39mDCvoURfwC2x+QM3vwl0i35uY4EHf0o="; npx:hasSignatureTarget this: . this: dct:created "2025-03-28T22:37:35Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; ; , ; rdfs:comment "The Clinical Measurement Ontology is designed to be used to standardize morphological and physiological measurement records generated from clinical and model organism research and health programs."; rdfs:label "Clinical Measurement Ontology"; rdfs:seeAlso ; skos:closeMatch . } sub:provenance { sub:assertion dct:creator orcid:0009-0004-2157-1408; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "byHvM18uLy5x4KZ3LwXY7EoHcdKxh9a4UzFmYiM6N6r8IDJf0GRGe1hyxDp4j8WNUpmHhJ2MoJLss8PVqvsIbHXyZNRw5aLBS9ZzL+W0IwgIjrKNcBfakxDItX1JC3atbBskHxLoiSMybj3YPk40lGp2+6q5PVoXaBP8OaeXEvo="; npx:hasSignatureTarget this: . this: dct:created "2025-03-28T22:36:43Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment "The Vaccine Ontology (VO) is a community-based biomedical ontology in the domain of vaccine and vaccination. VO aims to standardize vaccine types and annotations, integrate various vaccine data, and support computer-assisted reasoning. The VO supports basic vaccine R&D and clincal vaccine usage. VO is being developed as a community-based ontology with support and collaborations from the vaccine and bio-ontology communities."; rdfs:label "Vaccine Ontology"; rdfs:seeAlso ; skos:closeMatch . } sub:provenance { sub:assertion dct:creator orcid:0009-0004-2157-1408; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "EZ+SlBqqPNJoZ8/z7amkhp71sJ5YoEHG0JbMyVCiMMw9OMjN4zJWgSkNG2jHLRjDFWvdW30CrDVAPPA9rIQ+3AEMw9MMLMe5GI/uOOWFCRJ93e/cIIjiinRcDZkuX7YsqGXEsj5IGDZfUdaSp0SaAeoalSE5sT8lcyb5rHmgAFw="; npx:hasSignatureTarget this: . this: dct:created "2025-03-28T22:35:52Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; ; ; rdfs:comment "PRO provides an ontological representation of protein-related entities by explicitly defining them and showing the relationships between them. PRO encompasses three sub-ontologies: proteins based on evolutionary relatedness (ProEvo); protein forms produced from a given gene locus (ProForm); and protein-containing complexes (ProComp)."; rdfs:label "Protein Ontology"; rdfs:seeAlso ; skos:closeMatch , . } sub:provenance { sub:assertion dct:creator orcid:0009-0004-2157-1408; prov:wasDerivedFrom , . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "G2CWr8xNAvcvWRkT0wavShJGROlTrs3GboJqAtmNvnAc/kOVh5X/L1YGRJlEZ17M8ImbmbBDWK91/3w41nkjrmEMxb/XgeZEJZuxsG/QYAL7x0LJSEMeGhoevk+vGvtMGnGvP1e08VDx09BpDS111tgVcnB1Cx87UZl0iH6VSys="; npx:hasSignatureTarget this: . this: dct:created "2025-03-28T22:35:04Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . @prefix obo: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; obo:obi.owl; rdfs:comment "The Ontology for Biomedical Investigations (OBI) is a structured, interoperable vocabulary designed to represent all aspects of scientific investigations, including experiments, assays, and protocols. OBI provides precisely defined terms each with a unique identifier, metadata, and logical connections to related terms."; rdfs:label "Ontology for Biomedical Investigations"; rdfs:seeAlso ; skos:closeMatch , . } sub:provenance { sub:assertion dct:creator orcid:0009-0004-2157-1408; prov:wasDerivedFrom , . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "oYsNyhCXwhbjBmcDKoMFpEqjyEKbxNJ12uVDKpsXxEvAMJzC1VsiG0MFLUfWJjopFkt0MsAkanh8TOs7HNm00JwRHPrC4/HNRgNaAnjoVQ2E1pxFWFrTKJy/guHBw81HW8yhphBKm2ILEor6MAc9KKsHWweJaMUAF+r5FPJAh+4="; npx:hasSignatureTarget this: . this: dct:created "2025-03-28T22:34:15Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Knowledge-representation-language, fip:Metadata-data-linking-schema, fip:Metadata-schema, fip:Provenance-model, fip:Semantic-model, fip:Structured-vocabulary; schema:url ; rdfs:comment "PDBx/mmCIF is a dictionary of data archiving macromolecule crystallographic experiments and their results."; rdfs:label "macromolecular Crystallographic Information File | PDBx/mmCIF"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-9280-9437; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "FNc0EztW+qRMo2hQ6rb0KUGG1/m4i9RuUMX6lH/D0sIP0VYN6D8ZaSu1dF7bm6+4Kav0/ZDZOM82sTG7ZeWr7+Ru+DSZTN1QU64ICBvVMQ4216xhoIc+fkrzFimyfXzRqeMf3sGnbRhOIF9w4cjFLIeuRXpBSDC2FHQreddXH8A="; npx:hasSignatureTarget this: . this: dct:created "2025-02-25T08:52:14Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix doap: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; schema:url ; doap:implements ; rdfs:comment "Population and Community Ontology (PCO) is an ontology standard for describing the collective and interacting species of any taxa such as humans or plants. PCO has useful application in community health care, plant pathology, behavioral studies, sociology, and ecology. The PCO is compliant with the Basic Formal Ontology (BFO) and is designed to be compatible with other OBO Foundry ontologies."; rdfs:label "Population and Community Ontology | PCO"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0009-0001-9691-1989; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "XJXgQ1twjHVI84F3SOK8+hfvsqYWIOlmZtTAxTWOZ/UvNnYZ9TRSPHyZCkUFAyGmb1F8nW3UFxcBCjj2f0i+nI4LpOHLHWlbnfpbPDmDNIxvTaH7dqkqY1XU62SWDFl7SKNdTzvKsLrdNHyN2HE+UQmL8l8JHBDOYL7D2qEBpjU="; npx:hasSignatureTarget this: . this: dct:created "2025-02-05T10:28:11Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:AndreValdestilhas a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model; rdfs:comment "Andre is a researcher from VU Amsterdam"; rdfs:label "https://research.vu.nl/en/persons/andre-valdestilhas"; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-0079-2533 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "mLLasq6wClw0ok/0VPITayBeuAMwIEnNsbJlu81gSX7JZMgIkffMi0esADrcNNmD06ZU1w6PsUfLQ35SvjQFqUZ0hghdmbiuF9Gp0Web0aMKJ0pLjgb78m6aRhlCaDKzTbNfMsY8RhhhM77XcpeLFzlEjrvrFqiQ1BH6pF7QFNE="; npx:hasSignatureTarget this: . this: dct:created "2025-02-04T16:27:29Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:AndreValdestilhas; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:ODRL a , , ; rdfs:comment "A model to create FAIR data usage licenses"; rdfs:label "Open Digital Rights Language"; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0009-0004-1020-475X . } sub:pubinfo { orcid:0009-0004-1020-475X foaf:name "Sander van Boom" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCAuqxY3QUcV5n9Of0reE0mGlSSTm/d9n4EQQ2Om4iGiR6WhwTEPEqcm+iuDKPllnHH9xYUotllxefBJShbsisk/9x8Z4/HXR6IfyyuwS6AwdAVtcS8fMtcUa1QeoOXj77yZK14YYkmFYf417kN2QI8sRiVLqdLfU9e4XfMwA8gAwIDAQAB"; npx:hasSignature "WzDJEuyyBO+nEGIOdm/gEh66djK2YC8bVzO1yz/95/q3212CISY3lbeMSS2DIIq8w19Jf4ftJBa4GvKQ1mchO9dEfTLA69YpZYBWafwr3I31/j3pb25vO2pp4V3jhjXp+IZYM0DAVdLRVvBhR+6oYEHrM1ZcGaOIoaw6avw5Aug="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0004-1020-475X . this: dct:created "2025-01-30T23:36:27.275Z"^^xsd:dateTime; dct:creator orcid:0009-0004-1020-475X; dct:license ; npx:hasNanopubType , , ; npx:introduces sub:ODRL; npx:wasCreatedAt ; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; ; ; rdfs:comment "Ontology for PBPK modeling in the life sciences domain is a structured framework that defines the concepts, relationships, and terms pertinent to PBPK modeling. PBPK modeling is a method used to predict the absorption, distribution, metabolism, and excretion (ADME) of chemical compounds in the human body. It is a key component in the study of pharmacokinetics, which is the branch of pharmacology dedicated to determining the fate of substances administered to a living organism."; rdfs:label "PBPK ontology" . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-0593-2598 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "XPTWQDoz4TLPfDqVi6XvbkgzM207mGtnSyNZkGFOPBNFq6U5okUQZkkOTjuvQ6eY5RmU2ijsxylKH7FapAIlKGgbCQ7Gau1zRnAzLzcrc8JOYo7aU2LILikdjVHlr/hoTAyINh/Zbq8Ylz/Qgu2+IrcIte5xbboLix8ySoQATGw="; npx:hasSignatureTarget this: . this: dct:created "2025-01-29T10:18:39Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:FDPspec a , , , , , ; dct:creator ; ; ; rdfs:comment "The specification defines the architecture, metadata structure and schema, API and validation rules for a FAIR Data Point."; rdfs:label "FDPspec | FAIR Data Point specification" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 . } sub:pubinfo { orcid:0000-0003-2195-3997 foaf:name "Barbara Magagna" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCM0tu3I/KK6A/qPha/6pfngQZ4LBQpLnKAcIUuZLnSEb0epJ2IoY3zh/4N42us/6LpCHgZZZtSOTm5/KVo+OTDIqo294PpEZAO70u5DcMcGMC5OufzxGKs3Dwdo6XqPiDHxXuiaKCTO7/ABWAi7CtFoMrqJAHfeyqe82dAiH2IiwIDAQAB"; npx:hasSignature "OBJc3vkWbjce2sXdG1AiixkNZ0aZcmW8t2tU2Qc6Mayj9L3kZ1pN53HARu3RJwgT7XJ2japIpI527B1xwV+D3wkwCqOwdAQse9aALZnuAOT5y8Jlu1H2x7LdwdG7/CW4q4xeWVMsJn4XuDIsMUIWOQfqoAhu6E7dLC0gNfKli4k="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0003-2195-3997 . this: dct:created "2025-01-19T15:23:46.123Z"^^xsd:dateTime; dct:creator orcid:0000-0003-2195-3997; dct:license ; npx:hasNanopubType , ; npx:introduces sub:FDPspec; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a , , ; ; rdfs:comment "TOXic Process Ontology (TXPO) systematizes a wide variety of terms involving toxicity courses and processes. The first version of TXPO focuses on liver toxicity. The TXPO contains an is-a hierarchy that is organized into three layers: the top layer contains general terms, mostly derived from the Basic Formal Ontology. The intermediate layer contains biomedical terms in OBO foundry from UBERON, Cell Ontology, NCBI Taxon, ChEBI, Gene Ontology, PATO, OGG, INOH, HINO, NCIT, DOID and Relational ontology (RO). The lower layer contains toxicological terms."; rdfs:label "TXPO | Toxic Processes Ontology"; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-4930-2662 . } sub:pubinfo { orcid:0000-0002-4930-2662 foaf:name "Alessa An Gambardella" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEJGVv2xFV8o+Ojt3f0N2LgtZTt4+24Lxp8esEZiFYKryDGBYaR0Ef4ajadqtlSpvUHlwNlVIF7XRWiGd64P8drVnqPtpRtxJ+SOl0UNvxuHzUjeWlOYKpKZ/UgrGwVSSR3LvwqXOM9qUkWqy0IQ2KsFbJHHwzgNbcEZuZOD+/WQIDAQAB"; npx:hasSignature "YHOXuj3sNfhv5wGTXEbUX+D51vtuPSmmtGiF0bAMPps9Ynm8BJkRpY89pTTfbaix7HxUUbgVNDfsdaZEonXf53EqTcjlgVoymKV6fFVhYRpcKU10yT4CxMmXi6Ulk7wyrWlp/4w5NyY1T/uYmPIj/xrrPEvIpUdlxmOeV6HeAtc="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-4930-2662 . this: dct:created "2025-01-15T17:54:50.502Z"^^xsd:dateTime; dct:creator orcid:0000-0002-4930-2662; dct:license ; npx:hasNanopubType , , ; npx:introduces ; npx:supersedes ; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model; rdfs:comment "The I-ADOPT Framework acts as a semantic broker and is based on an ontology in order to facilitate interoperability between existing variable description models. It offers core atomic components and relations between them that can be applied to define machine-interpretable variable descriptions that reuse FAIR terminology concepts."; rdfs:label "I-ADOPT Framework"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-2195-3997 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "AiG+ty7uWjeXn8/h9Rmenlspcn6Jb43cOnulvs4YDKftt395Aq1NEJu9DJSpLpB/xgeu5cKujeEuGEggI/thh6R2QR7PDw8hy2lfiS/asAWCcsCVzl3Ioy+LyYoMIw49eIi9KYFvQVTWO+ZgLqNeICUkHxfAa6OlIh4bZ2l614M="; npx:hasSignatureTarget this: . this: dct:created "2025-01-06T11:43:56Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Knowledge-representation-language, fip:Semantic-model; ; rdfs:comment "SHACL, Shapes Constraint Language, is a language for validating RDF graphs against a set of conditions."; rdfs:label "SHACL Shapes Constraint Language"; skos:closeMatch . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1261-9930; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "Re+iar8fkBV41jqBv9xSc8XO1MLYHchIIsWS155on57FLgLLd4/fC5JMgH7luCLan0BA465hKeILf361OucyYWKjbH5Eg0Azs6Zi9yw5YfhtxzpC/6KBlSzCg22NJxUCL+CmOK3c4i2ZWu9VfQhOQgDUadjvkDbIs4QZgB7/ykE="; npx:hasSignatureTarget this: . this: dct:created "2024-12-30T19:40:26Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:IAOPO a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; ; ; rdfs:comment "IAOPO ontology is an initial effort for representing AOPs, This resources had been developed in 2015."; rdfs:label "IAOPO | Initial Adverse Outcome Pathway ontology" . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-0593-2598 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "HLhtBvctxfPp+2szo5mZ85IagvkhpERT2YdqX/UgzQFStJmu20TVbV44YSnhzu6a8YESHuTlzixkCgVdnrPaAUuN8FTfFkfErrpRNcFOJD36jZtCSm9J8L5zNCcSDnBDX0EsKbRp5M5+nL2IUe3+CozjKyxTfMKaYy7oecKtlIQ="; npx:hasSignatureTarget this: . this: dct:created "2024-11-26T15:32:07Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:IAOPO; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix dcterms: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix ns1: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a , , , , ; ; rdfs:comment "FAIR-EuMon metadata schema was built to FAIRly describe European biodiversity monitoring schemes across marine, terrestrial and freshwater ecosystems"; rdfs:label "FAIR-EuMon metadata schema for biodiversity monitoring"; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-6968-8275 . } sub:pubinfo { rdfs:label "has the URL" . rdf:type rdfs:label "is a" . rdfs:comment rdfs:label "has the comment" . rdfs:label rdfs:label "has the label" . rdfs:seeAlso rdfs:label "has further info at" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . sub:author-list rdf:_1 orcid:0000-0002-6968-8275 . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "O6X4VCrW2feAezjttfW+cE8FlqO5laaXKztVRg7yW06lrxGFVSqg+VZYegVIEytFnDWzLPL0VPfXpYS4ecXM4rymX0rBJgR5+SrbBEXKBLo7J9Mv0g/ik/6QBB/9Gjp2J5O8PB0RgavGquHqVsqiL9YYVU833ljha1p2JgBZZkA="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . this: dcterms:created "2024-08-01T06:52:27.751Z"^^xsd:dateTime; dcterms:creator orcid:0000-0002-1267-0234; dcterms:isPartOf ; dcterms:license ; npx:hasNanopubType ; npx:introduces ; npx:supersedes ; npx:wasCreatedAt ; sub:author-list; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ns1:RAi6zZAwhaJ23Hzg4lIjlPir6Take3ZQp-lS9skfBEwfQ; nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM, ns1:RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA, ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90, ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI, ns1:RAv4Knz3yIWofRt_Hpghs67iDKTAixqNthOM75OB4Ltvo, , , , ; nt:wasCreatedFromTemplate ns1:RAFu2BNmgHrjOTJ8SKRnKaRp-VP8AOOb7xX88ob0DZRsU . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-schema, fip:Semantic-model; rdfs:comment "The Europeana Data Model (EDM) aims to bridge the gaps between metadata standards used by a wide range of data providers from the library, museum, archive, and audio-visual sectors in order for the data to appear in a meaningful way in a cross-cultural, multilingual context such as Europeana. EDM is a data model that links Europe's cultural heritage data."; rdfs:label "Europeana Data Model for Cultural Heritage (EDM)"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-3108-3921 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "KbpSsL5mRS/J6S5ftRACRqVA1HS7o34A9KSNuuL4ai1vYtNBQqG0QybK0Ke+998uaL0Ah3yhLXpn6FX+58TPFOcONVsQjdYSLJDKt4pJLOGMJ8027PljQ1WHdvQzwQRcXldtBSAPbo77MtepPP4XKl85KVtd0HCdCwfFPK4VPF8="; npx:hasSignatureTarget this: . this: dct:created "2024-07-26T11:11:55Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Knowledge-representation-language, fip:Semantic-model; rdfs:comment "IIIF is a set of open standards for delivering high-quality, attributed digital objects online at scale. It’s also an international community developing and implementing the IIIF APIs. IIIF is backed by a consortium of leading cultural institutions."; rdfs:label "International Image Interoperability Framework (IIIF)"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-3108-3921 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "Gfnxbei8HWehvRBMkz4V1mvX06btbG7BNQUcLsIH1yJQNbNxxuQphOhhlJSmK/ApbdZHNnsuniUlCudQL3pYr4BOXl9CtGGCaoPZr1Nuth8dF76hBhiRiNESHwhx3uMNZWKXaOWUZdIXpeSIYRLEahrF/1oGE0umQg0KXgSrkxQ="; npx:hasSignatureTarget this: . this: dct:created "2024-07-26T10:59:27Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Knowledge-representation-language, fip:Metadata-schema, fip:Semantic-model; ; rdfs:comment "MARC (MAchine-Readable Cataloging) standards are a set of digital formats for the description of items catalogued by libraries, such as books. MARC 21 was designed to redefine the original MARC record format for the 21st century and to make it more accessible to the international community. MARC 21 is a result of the combination of the United States and Canadian MARC formats (USMARC and CAN/MARC). "; rdfs:label "MARC21 Format for Bibliographic Data"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "ATbJe7nAquH8l3gJFwm6DJZXP+FMqA6NynIpL6N/Z2jwsKbvnNlc5fZbhV9Bk61JHCwzZiMGkes2BqTh4T312MikkHdJW0Z0A/VHZoRCnB9UPZ3wiaKuKv+VhNr0nMM0yHr9xVemCjYJT2sngvlHo2XSZZoB+CFS2890gaaI19Y="; npx:hasSignatureTarget this: . this: dct:created "2024-07-26T10:36:10Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-schema, fip:Semantic-model; rdfs:comment "Metadata Object Description Schema (MODS) is a schema for a bibliographic element set that may be used for a variety of purposes, and particularly for library applications. As an XML schema it is intended to be able to carry selected data from existing MARC 21 records as well as to enable the creation of original resource description records. MODS is intended to complement other metadata formats. For some applications, particularly those that have used MARC records, there will be advantages over other metadata schemes. Some advantages are: the element set is richer than Dublin Core; the element set is more compatible with library data than ONIX; the schema is more end user oriented than the full MARCXML schema; the element set is simpler than the full MARC format. Please note that round-tripping between MARC 21 and MODS is not guaranteed."; rdfs:label "Metadata Object Description Schema"; rdfs:seeAlso ; skos:closeMatch . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-3108-3921; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "jGApUW00Hv7rozrwjKJDC6UqKShjL1TWFUlYKuf1cdNKvOJfq7Zy5igMq8mrz7DyQ2cY+9pC5/Lmm5W4N5was3qCt7xX4QlNqwO+nF2mEInMp91iGnD4NvYdJzJrJNYWrWdDNtJmgAM8G2f26rc759AfeJEA87BnDPud+tKwDSo="; npx:hasSignatureTarget this: . this: dct:created "2024-07-26T10:33:11Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-schema, fip:Provenance-model, fip:Semantic-model; ; rdfs:comment "FAIR-EuMon metadata schema was built to FAIRly describe European biodiversity monitoring schemes across marine, terrestrial and freshwater ecosystems"; rdfs:label "FAIR-EuMon metadata schema for biodiversity monitoring"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-6968-8275 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "jTuZ/MiwGSAvrvMKSEXDurjxvzVH0MtfBWxmggk8+jRDa5wuCFY7V/u4/1MPTpa8+nH5Q7MS7aMkDkTHijzByfTCC8VbCUOCAat5xhI6bUVvr4qS8PKnQDvxFBHA5yMfvHVcdkUyYUt0er0SomwoZyueqKyYFddyxrwLl8UZr7k="; npx:hasSignatureTarget this: . this: dct:created "2024-07-03T12:20:50Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-schema, fip:Provenance-model, fip:Semantic-model; rdfs:comment "DDi Lifecycle is a metadata standard."; rdfs:label "DDI Lifecycle 3.1"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-0454-4289 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "HtkyZ9fU4ZUrjej1hprzG8HQh+hIWYrwcDI+veH8Sl8dPDlU67vGuonxS/uwXg+uCf4ky6vPg43IxkmcgfLeboDmPrZqRXNO3cmzinBpPKZk2sKDYS8W40lJREb/egdkYqu6Ghm7e3sQ/+NQ5nYdl6mpwE0xHBXmpeiIdbUPFZw="; npx:hasSignatureTarget this: . this: dct:created "2024-05-13T15:59:54Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:ISCO-08 a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment "ISCO-08 is a four-level hierarchically structured classification that allows all jobs in the world to be classified into 436 unit groups. These groups form the most detailed level of the classification structure and are aggregated into 130 minor groups, 43 sub-major groups and 10 major groups, based on their similarity in terms of the skill level and skill specialization required for the jobs. "; rdfs:label "ISCO-08 | The International Standard Classification of Occupations"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "IBdXH7Jh7YOJLnVGQA/amlEcOtVrmjcBXLH9+ML82YoFhdvoydenj+SC4dbtUZRSJO9uTd3Ldl5+OZubfErBuZy5gYaK4fsNCcCyyIaWksQPose9yavU33/tT4mQ+Jox2s5xpwQLd0vmaPDRuNRtO2zsecym7x/KIgnAl06tjvg="; npx:hasSignatureTarget this: . this: dct:created "2024-05-03T15:30:38Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:ISCO-08; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a , , , ; rdfs:comment "SKOS is a common data model for sharing and linking knowledge organization systems via the Web."; rdfs:label "SKOS | Simple Knowledge Organization System"; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 . } sub:pubinfo { orcid:0000-0003-2195-3997 foaf:name "Barbara Magagna" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB"; npx:hasSignature "g2E+4a6SWlC8z2TLXCFZy4N0T77tWPDHtVEHI/r/67qLZXQxWF3eH7C7WbFeJNq7PbW++KOYfwX43rSrx/AKLbTBo3fYY3oWfOmzVK2es9/cKT2pXlP9kOrurLsgoNNl/EWvDj9E75vF4gk+yO0MDRdIEWCCqe/Ledxq2IRE+zg="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0003-2195-3997 . this: dct:created "2024-04-29T18:42:52.373Z"^^xsd:dateTime; dct:creator orcid:0000-0003-2195-3997; dct:license ; npx:hasNanopubType , ; npx:introduces ; npx:supersedes ns1:RAsYWGfeY7MW_tQMSEYNJePo7aR6gW0LuRRlDsdO8mU38; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM; nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM, ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90, ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI; nt:wasCreatedFromTemplate . } @prefix this: . @prefix sub: . @prefix np: . @prefix oa: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . @prefix obo: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-data-linking-schema, fip:Metadata-preservation-policy, fip:Metadata-schema, fip:Semantic-model; ; ; rdfs:comment "The Ocean InfoHub (OIH) federated metadata handling system relays the metadata PIDs (given to JSON-LD records) from our partners. The PID services used are diverse, including PURLs run by trusted and sustained organisations (e.g. OBO Foundry), DOIs, W3IDs, and IDs issued by trusted aggregators (e.g. OBIS). Not all metadata records integrated into our knowledge graph are assigned PIDs, a scenario we are gradually changing now that metadata records exist for use in Ocean InfoHub and ODIS"; rdfs:label "OIH | Ocean InfoHub metadata service"; rdfs:seeAlso ; skos:closeMatch , ; fip:metadata-availability-in-years ""; fip:registered-on ; oa:hasPurpose obo:T4FS_0000241, obo:T4FS_0000531 . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-4250-4584; prov:wasDerivedFrom , . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "S/zZhT+LQtVdpzMvBH9rBEma6KwF5ZGR3FCKZ+RXeo/K9q0YZTRMNu/+p/KSG+n4rxSKFsnAy8Y0XLZfM2Ml4QGw++2GHu02lQB/MuJSDz+TG4/PSyPHLT5I6zmMuujBIz1JxaMepGV8MvW88CrlU3oyZwy0/8ITk+R11oZTsOM="; npx:hasSignatureTarget this: . this: dct:created "2024-04-03T13:30:01Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:OHDSI a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment "OHDSI provides structured vocabularies and concept definitions via Athena vocabularies "; rdfs:label "OHDSI Observational Health Data Sciences and Informatics"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-0870-5147 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "TZfHKpA2gw4aWCoI/IRhlTmusTa0enf9OwsvTFLkihUxM0FYhImy33diTnfO68AF/93kgl0WPnniilfDV8VoXEO8LSQX0V4xw/a7xhA9c2BnF/TX2G9dwagM8t3cO4q6zPiEb9o1zCAzc9DJGiAwtmVUmPv+21+vWtLtJohQ5TI="; npx:hasSignatureTarget this: . this: dct:created "2024-02-05T11:02:03Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:OHDSI; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model; rdfs:comment "RO is a collection of relations intended primarily for standardization across ontologies in the OBO Foundry and wider OBO library. It incorporates ROCore upper-level relations such as part of as well as biology-specific relationship types such as develops from."; rdfs:label "RO | Relation Ontology"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-8675-7068 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "G1EgFYXPlUfM5W0ev/W6JF5v7Dd2EsuognqPGUBbT/c/8W/Q56ed8E5WMrm8en94vDRZZmUTX63K6MO+b2nDWXVkR02gWSbh8I09ASZa6wzFdXjYQ86zMuKMDKlhvTTXwvzy3uT72iffIXXuUiD8XHSxsjn97I527O5XegOs+Q4="; npx:hasSignatureTarget this: . this: dct:created "2024-01-24T21:12:22Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:ExO a , , , , ; ; rdfs:comment "Significant progress has been made over the last several years in collecting and improving access to genomic, toxicology, and health data to promote understanding about environmental influences on human health. The resulting information resources, however, lack extensive and reliable exposure data, which are required to translate molecular insights, elucidate environmental contributions to diseases, and assess human health risks at the individual and population levels. We report our development of an Exposure Ontology, ExO, designed to address this information gap by facilitating centralization and integration of exposure data to inform understanding of environmental health. Like other widely used ontologies, ExO is intended to bridge the gap between exposure science and diverse environmental health disciplines including toxicology, epidemiology, disease surveillance, and epigenetics"; rdfs:label "ExO | Exposure Ontology"; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-7685-9140 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqNJqco6p34yYffNEccGcSUIN3ESiJGYYuHg98JIJCTxXswjw4nSJd1FFVekQiu0Oa/LDsSG/fowGEkNieborps9A1u264As1A8zRZH+4hW6ZrUQ/LuaBr2p0puKZWfoimgzgaYonDt31unWfknJHm5hbNrNJxj87Xx+kKClnyBwIDAQAB"; npx:hasSignature "ChPi52vrZMrgW+xOcmf3EcOuI3g6cLyUyi8eRbp9LJDZt3uZ3t3RTclSC6ke6kisdZqFzkfWguQWX6RIANyTUB6Q/9K8gBfqVkb201LcIGzcePhdNm4vqml5JeTQUXSTjCuYWxtOODQlv6X6t7jMhKuV9PXl06rLYAMDlHefMeI="; npx:hasSignatureTarget this: . this: dct:created "2024-01-24T11:20:22.524Z"^^xsd:dateTime; dct:creator orcid:0000-0002-7685-9140; dct:license ; npx:hasNanopubType , ; npx:introduces sub:ExO; rdfs:label "Semantic-model: ExO | Exposure Ontology"; nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM; nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM, ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90; nt:wasCreatedFromTemplate . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:ECTO a , , , , ; ; rdfs:comment "ECTO describes exposures to experimental treatments of plants and model organisms (e.g. exposures to modification of diet, lighting levels, temperature); exposures of humans or any other organisms to stressors through a variety of routes, for purposes of public health, environmental monitoring etc, stimuli, natural and experimental, any kind of environmental condition or change in condition that can be experienced by an organism or population of organisms on earth. The scope is very general and can include for example plant treatment regimens, as well as human clinical exposures (although these may better be handled by a more specialized ontology)."; rdfs:label "ECTO | Environmental conditions, treatments and exposures ontology"; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-7685-9140 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqNJqco6p34yYffNEccGcSUIN3ESiJGYYuHg98JIJCTxXswjw4nSJd1FFVekQiu0Oa/LDsSG/fowGEkNieborps9A1u264As1A8zRZH+4hW6ZrUQ/LuaBr2p0puKZWfoimgzgaYonDt31unWfknJHm5hbNrNJxj87Xx+kKClnyBwIDAQAB"; npx:hasSignature "fdn3dP+LR3aIML1nxw905ipw1Pzt/VX6Hb0ewov9P+G3Gk/Ms+0FLFzN2qqbPVTeX5KIshWjXFo+RnBoy7z3RqtuLZZf6QDfsEzdUjJJIBIRFPW2M0XZ1T9ONP5dCQQdVrasTiwhLpE1Wre4TaqbWpLZjPnuTAFn8ioZFWJfD7I="; npx:hasSignatureTarget this: . this: dct:created "2024-01-24T11:16:06.038Z"^^xsd:dateTime; dct:creator orcid:0000-0002-7685-9140; dct:license ; npx:hasNanopubType , ; npx:introduces sub:ECTO; rdfs:label "Semantic-model: ECTO | Environmental conditions, treatments and exposures ontology"; nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM; nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM, ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90; nt:wasCreatedFromTemplate . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:ChEBI a , , , , ; dct:creator sub:EBI; ; sub:I2; rdfs:comment "Chemical Entities of Biological Interest (ChEBI) is a freely available dictionary of molecular entities focused on ‘small’ chemical compounds."; rdfs:label "ChEBI | Chemical Entities of Biological Interest"; rdfs:seeAlso ; sub:ELIXIR . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-3462-0967 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFCC8WDKxH92u/8ricwGjjP8H5WivfVM5GLuT3ZnYWJWSc4tv+Hijc+QOA8MAyw5udfJfNLv8WKoeZuuCcMP0jzRgpajTBvko8rpTSTWTetcc7EvFcxqHbu3JcpEZsoDfI5fQf8uNLuh7/6z335KZj/gFnPScbAQyrp+YPbZj/jwIDAQAB"; npx:hasSignature "AMQDVXxR7HFgQNCQC77VR5a8HwDVoaxBwvXn2NCcA+/v58SrZjGaIF1GFudcKyWVxLOJJk4jodZXcoCkBQrl/amhfunGkYv+ZIslqZxE5Z7p5G+1gf1AWE7q7IeYkJ7pPQScfBdLYv0tPTxm17glNKG8c8o4PD+OwT5fLKkRFQM="; npx:hasSignatureTarget this: . this: dct:created "2024-01-09T09:39:06.278Z"^^xsd:dateTime; dct:creator orcid:0000-0002-3462-0967; dct:license ; npx:hasNanopubType , ; npx:introduces sub:ChEBI; rdfs:label "Structured-vocabulary: ChEBI | Chemical Entities of Biological Interest"; nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM; nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM, ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90; nt:wasCreatedFromTemplate . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a , , , , , , ; dct:creator ; ; rdfs:comment "Darwin Core (DwC) is a vocabulary that includes a glossary of terms (in other contexts these might be called properties, elements, fields, columns, attributes, or concepts) intended to facilitate the sharing of information about biological diversity by providing identifiers, labels, and definitions. The Darwin Core is primarily based on the observation, specimen and samples of taxa. The Darwin Core standard is comprised of one vocabulary (the Darwin Core vocabulary), and six associated documents. The vocabulary itself is composed of four term lists: Darwin Core terms borrowed from the Dublin Core legacy and terms namespace, Darwin Core IRI-value Term Analogs, and the core terms defined by Darwin Core."; rdfs:label "DwC | Darwin Core"; rdfs:seeAlso ; ; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB"; npx:hasSignature "ICQUhp7ecwYoI2BSTFDMqrbNEtaUACYW6hRHT+Xi9GA2IORL5LBx4GB+PX5NE/E2vOah0BB9vAdkVobLEYGJ5zaExKMrFC8E+/BDGKSBzbeB6HGISne0ciAXsWzDO2UKoXuKqcSVPbEVSFt8d7A5G7glkQJbIHmJ0L5s0nmezaI="; npx:hasSignatureTarget this: . this: dct:created "2023-12-18T11:40:08.870Z"^^xsd:dateTime; dct:creator orcid:0000-0003-2195-3997; dct:license ; npx:hasNanopubType , ; npx:introduces ; npx:supersedes ; rdfs:label "Metadata Schema: DwC | Darwin Core"; prov:wasDerivedFrom ns1:RARwTPZPVcTQKNrHUgFsDBUcdlTZSt_40_SkaylE_Y27A; nt:wasCreatedFromProvenanceTemplate ns1:RAdpMl4VHC4_3VnGLX6zOknWfZ2iSlX_aVQeaTp0ix8Jw; nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM, ns1:RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA, ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90, ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI; nt:wasCreatedFromTemplate . nt:hasLabelFromApi "TDWG | Biodiversity Information Standards Community - by Barbara Magagna" . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-schema, fip:Semantic-model; ; rdfs:comment "Metadata model to describe long term observation facilities focusing on the geographic characteristics, observation focus as well as the instrumentation."; rdfs:label "DEIMS-SDR Site Metadata Model"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-0631-8231 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "VE1kJbbGWShY2q+1OAWp813eIryuygQFgR0CD2vfCJkdjZcnWhXItTtBH9rh7ta31yNoQhwvBo6gmZWtMECsrE3xOt9OK5C6q4xW9mEm1gkJJPiyRStvkl5XIqjhtxV96csqw1Js/byMiwJYf103qdBP06bltImlZw0AYrcHhVA="; npx:hasSignatureTarget this: . this: dct:created "2023-12-14T20:48:17Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a , , , , , ; ; rdfs:comment "EML 2.2.0 introduces support for semantic annotations."; rdfs:label "EML >=2.2.0 | Ecological Metadata Language >=2.2.0"; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB"; npx:hasSignature "mb4XRZLU21qVDwh8bUV1KyfQDIKyo6Yf5tURasoRF3B+iFLyEjBTmKd9Ba+4ah14eX6m1qBNwh2czQZAaU379ma53UWGCsCUWpAtt2/dkYRsAnTsKRQ6877E/efzkNxuMwPfjjFkS6RS5op5toMWozKBWr4X1h3VtcFqu99ESuA="; npx:hasSignatureTarget this: . this: dct:created "2023-12-08T09:44:44.700+01:00"^^xsd:dateTime; dct:creator orcid:0000-0003-2195-3997; dct:license ; npx:introduces ; npx:supersedes ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:OBO a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Supporting-Resource, fip:Semantic-model; ; rdfs:comment "The Open Biological and Biomedical Ontologies (OBO; formerly Open Biomedical Ontologies) is an effort to create ontologies (controlled vocabularies) for use across biological and medical domains. The OBO file format is a biology-oriented language for building ontologies. It is based on the principles of Web Ontology Language (OWL). A subset of the original OBO ontologies has started the OBO Foundry, which leads the OBO efforts since 2007."; rdfs:label "OBO | Open Biological and Biomedical Ontology" . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-2749-8588 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "Sx0lmknvCJgaNEJ2pOKsvcfJ4MWAbFkrgXuupBKjyGJa+4e1yzPKsqVi8OYrPEMMZybt0D7taa9KmsTZUYuK4uTHrgk41SrnMD1smH0rb6Kc8L6GeD3DF9VJkTd2XgvAGl6KEvHOviIhArj6s94v5nkVH2wQUEPfoyfXuaemASc="; npx:hasSignatureTarget this: . this: dct:created "2023-12-05T14:10:18Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:OBO; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:UMLS a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Supporting-Resource, fip:Semantic-model; ; rdfs:comment "The UMLS, or Unified Medical Language System, is a set of files and softwares that brings together many health and biomedical vocabularies and standards to enable interoperability between computer systems."; rdfs:label "UMLS | Unified Medical Language System" . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-2749-8588 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "iz7F1c+w0Y0ftZDknv59Mz7nrPvphTlBDWRa5wS/slj4lcYBqS0iXjcikww0yfLJHOlkiOAm+cVCSCSj0+Q1KLeWzGTvIDHawkdDxpkxqNHlNgb5bnt8obl2cjOuyJk6basNtDwcX7lPhpdFeM7cpp+VJyFxmOTIDZ6BzXE7Auo="; npx:hasSignatureTarget this: . this: dct:created "2023-12-05T14:02:27Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:UMLS; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:OWL a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Supporting-Resource, fip:Semantic-model; ; rdfs:comment "The Web Ontology Language (OWL) is a family of knowledge representation languages or ontology languages for authoring ontologies or knowledge bases. The languages are characterized by formal semantics and RDF/XML-based serializations for the Semantic Web. OWL is endorsed by the World Wide Web Consortium (W3C) and has attracted academic, medical and commercial interest. The OWL 2 Web Ontology Language, informally OWL 2, is an ontology language for the Semantic Web with formally defined meaning. OWL 2 ontologies provide classes, properties, individuals, and data values and are stored as Semantic Web documents. OWL 2 ontologies can be used along with information written in RDF, and OWL 2 ontologies themselves are primarily exchanged as RDF documents."; rdfs:label "OWL | Web Ontology Language" . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-2749-8588 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "Pc0ICLYRf0vXhLyzNhJDBbfeK3EwkWuxWPMK/m/csaTxlPOikaUs6O9K48fv3gy3qyRoIx7+5xLZVdgBGu/jK8JihDQILNdXUWY2CpLs5Vwasf1yaE+YUYutVRNtg06Wl/o9t9DgLsjEfb6KPlkD5QyEdvihufyS9CyGBrtsUAA="; npx:hasSignatureTarget this: . this: dct:created "2023-12-05T13:35:39Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:OWL; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:MOD a , , , , , ; ; rdfs:comment "MOD is conceived as an OWL ontology and application profile to capture metadata information for ontologies, vocabularies or semantic resources/artefacts in general. MOD 2.0 is designed as a profile of DCAT 2."; rdfs:label "MOD | Metadata for Ontology Description and publication Ver 2.0"; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-2404-1582, orcid:0000-0003-3059-8202 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCiYoqFFCPz9pL/XeZfAKlb8GkJEPK5BxVBs0869TOaE01pj9nL18a3jV1mbxL8skh6vPxVKB8XwnyAnteG2Ct3WX/oeUVfScxH3ODpy9aBZPaIY9bs6z2h9QywpgUeZgPBzerWJWNSWGKJh2VcT320YPqfUpWBZ83GhHg6nl6TRQIDAQAB"; npx:hasSignature "U5ptOxA28oUobR0+2bB/a+u7cnMac1lrsmW46qKTuLW3U+Z0ITB88KhqquDH4vQuK12PLJ/1+eHAV6DJXr1aoWh48fTWpGLZHaPwbNcH4stcAppvNBL+Ah0RdedpeetrXjVi/LzHQTY1+kMWrxCAIlqWoH4EzgZjozIAQ79agSY="; npx:hasSignatureTarget this: . this: dct:created "2023-11-30T08:21:25.020Z"^^xsd:dateTime; dct:creator orcid:0000-0002-2749-8588; dct:license ; npx:introduces sub:MOD; npx:supersedes ; rdfs:label "FAIR-enabling resource: MOD | Metadata for Ontology Description and publication Ver 2.0"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:NP_onto a , , , ; ; rdfs:comment "The Nanopuplication Ontology defines the structure of a nanopublication including the predicates how the data (the nanopublication itself) and the metadata is linked to each other. A nanopublication consists of an assertion, the provenance of the assertion (simply called \"provenance\"), and the provenance of the whole nanopublication (called \"publication info\"). Nanopublications are implemented and aligned with Semantic Web technologies, such as RDF, OWL, and SPARQL."; rdfs:label "NP_onto | Nanopublication Ontology"; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB"; npx:hasSignature "BV3o/5mH/B+aop6hjfvO/uDuNb+DTB5lbbzVZWJjr14HadDZvAlDEQPEikmYJLcVIbZ2I/Bma4ImdYBvDiNkA7lZ8poob55lHHIboFTgi9Qxg7Tc/JVCCn3F+6iyxVwdQP32JQsxzlu+szLk/Sdm49UaEEiNitJhOkjq4P/hQBs="; npx:hasSignatureTarget this: . this: dct:created "2023-11-28T21:04:31.073Z"^^xsd:dateTime; dct:creator orcid:0000-0003-2195-3997; dct:license ; npx:introduces sub:NP_onto; npx:supersedes ; rdfs:label "FAIR-enabling resource: NP_onto | Nanopublication Ontology"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a , , ; ; rdfs:comment "ChEMBL is a manually curated database of bioactive molecules with drug-like properties. It brings together chemical, bioactivity and genomic data to aid the translation of genomic information into effective new drugs."; rdfs:label "ChEMBL | Chemical database of the European Molecular Biology Laboratory"; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB"; npx:hasSignature "BWehnfJSFdeKt4yTJ7TdpOUSXkznMRFXAu4u+AcmRecg6lo6UCmDngVMZLh2os3hmA2mmcZsjwNOQjlWfI61Mlgzi/p4gdgtgAlT4Jx2m6uJmjJJkS6Y3vmltx8cIo1yUY+RUB+ahCuydUiXW1xg5rIMhjF3VcFivbQNPno6MEI="; npx:hasSignatureTarget this: . this: dct:created "2023-11-12T10:02:12.189Z"^^xsd:dateTime; dct:creator orcid:0000-0003-2195-3997; dct:license ; npx:hasNanopubType , ; npx:introduces ; npx:supersedes ; rdfs:label "Structured-vocabulary: ChEMBL | Chemical database of the European Molecular Biology Laboratory"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . } @prefix schema: . @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:RVM a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; schema:url ; rdfs:comment "The Répertoire de vedettes-matière de l'Université Laval (RVM) is a controlled vocabulary made up of four mostly bilingual thesauruses. It is designed for document indexers, organizations that want to describe the content of their documents or of their products and services, as well as anyone who wants to clarify vocabulary in English and French as part of their work or research. "; rdfs:label "RVM | Répertoire de vedettes-matière de l'Université Laval "; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "p0359gj//p4Bgfsnw0QTH6ywhMLb3VzZZ7YYkf10Iu02c4GYAQDnszUwxrcTNsrn9hUbM0H6usEf0s0VFRnJ3z8KoZ5nnZFOr9CMRhwNOcD/IgOyUK887HTdtS2Eodz34IWC5qNWtaOGgSZqe+eDm+AKxQ7hg8t4cWkBEok0Dbg="; npx:hasSignatureTarget this: . this: dct:created "2023-07-13T20:13:47Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:RVM; prov:wasDerivedFrom . } @prefix schema: . @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:RVM a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; schema:url ; rdfs:comment "The Répertoire de vedettes-matière de l'Université Laval (RVM) is a controlled vocabulary made up of four mostly bilingual thesauruses. It is designed for document indexers, organizations that want to describe the content of their documents or of their products and services, as well as anyone who wants to clarify vocabulary in English and French as part of their work or research. "; rdfs:label "Répertoire de vedettes-matière de l'Université Laval"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "BpsV2j68tvBVV9QdoltMZ0uGZz+XoW9pmZswgRD3z3jzbDGsoP0nXzeQ3uzDMdMSE6x9q4I5qC4esLP8teZp3dcAjcMn70QwDRt06HD/IWTT4mazt14Mw+pp+sJuTmBkQXO8YZwifVBLaXrMxC1kRRC+dKADmKXfzDn/BqcKLzE="; npx:hasSignatureTarget this: . this: dct:created "2023-07-13T20:10:27Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:RVM; prov:wasDerivedFrom . } @prefix dcterms: . @prefix schema: . @prefix this: . @prefix sub: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:PROV-O a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; schema:url ; rdfs:comment "The PROV Ontology (PROV-O) expresses the PROV Data Model [PROV-DM] using the OWL2 Web Ontology Language (OWL2). It provides a set of classes, properties, and restrictions that can be used to represent and interchange provenance information generated in different systems and under different contexts. It can also be specialized to create new classes and properties to model provenance information for different applications and domains. The PROV Document Overview describes the overall state of PROV, and should be read before other PROV documents."; rdfs:label "The PROV Ontology"; rdfs:seeAlso . } sub:provenance { sub:assertion dcterms:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "cbwVh2uJe8CBW13piSPCoS+epyWwaEx/scrZauJW+IJzxr7tvssWCv8j94ATAwep1+Ez9oHucRJnlDYH+keXJSQAANyuRychis21mGrn7bAyxo05GFh3Zzge36SQFP7BzLhq1n3LZLdqeRHP1CvQZc/T2gouwNCQWYeuDM5fOls="; npx:hasSignatureTarget this: . this: dcterms:created "2023-07-13T19:13:04Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; npx:introduces sub:PROV-O; prov:wasDerivedFrom . } @prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:ISO8601 a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model; ; rdfs:comment "ISO 8601 data and time format"; rdfs:label "ISO 8601 data and time format" . } sub:provenance { sub:assertion dcterms:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "C1m19tSuRDZASOJiqsoEacIhMDyDQ7t0/9LPd+qBBCjD5+SkkDNUw9JpREjQahu2kEjozVvUT5r0fEgc/bHbknKjMgEyLxocZxOoeHwTQSrRSk0hC+0APnZtX/InQqJemZIOX0xMQlbvPfFcWxUGRfwFsoe/8YqH68PN3g3wRwQ="; npx:hasSignatureTarget this: . this: dcterms:created "2023-07-07T10:33:44Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; npx:introduces sub:ISO8601; prov:wasDerivedFrom . } @prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:QLIT a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment " The purpose of Queer Literature Indexing Thesaurus (QLIT) is to adequately catalogue Swedish fiction with LGBTQI themes. It is published online as Linked Open Data (LOD) and used with external systems. "; rdfs:label "QLIT | Queer Literature Indexing Thesaurus"; rdfs:seeAlso . } sub:provenance { sub:assertion dcterms:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "h01crP787o7Pj7xpid1GLE8Y8GXRmHY0KOnGkD/Jy6oElHkqxhFQ9QHs7Lugk4fzS8y004HvyIWJ6GaLCXd/15gGYjy2ROU2Gn6t5mdHzErdh4C1zB+3AoMBZwbi86zh8RwrfmWK9L7uaiS8Cw92DUpC1ugcQ/a0yumyiU8U6uU="; npx:hasSignatureTarget this: . this: dcterms:created "2023-07-07T10:27:42Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; npx:introduces sub:QLIT; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:Homosaurus a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment "Homosaurus is a large linked open vocabulary for LGBTQ+ topics. "; rdfs:label "Homosaurus linked open vocabulary" . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "a7KuP4CPypi91HpZEc85uiTuZYxfFinf/FVd3B8yIAube4ASMkBd8mwbE43xRLoTZfHtWpxtYtB5agCnl5ImtW6khGqCXpiRLpcPbqGjeH6WRAL/vbuZcS+qJxMKiZvxYqB0tkl2MN1ZMkh2OFQZrmXex39nwTzddCQsOPQ43q0="; npx:hasSignatureTarget this: . this: dct:created "2023-07-07T10:10:39Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:Homosaurus; prov:wasDerivedFrom . } @prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:LSCH a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment "Library of Congress Subject Headings (LCSH) is widely used in library systems. "; rdfs:label "LSCH | Library of Congress Subject Headings" . } sub:provenance { sub:assertion dcterms:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "FVukR3ZmnoPB8KU8nFqhGk9zSfF9EcNrIoj2YROBmT4Naa9ZaNxyslf5MVltkLDrYjBboguqDW8OT2GI7Ml84Ra19K+akO8O8hygDNroF465ONmqKJgFOKdF/3Mvng8N5LIgzgFfFXlETSyvHIgs+zm8FKdIatDcnn+3QkYVzv0="; npx:hasSignatureTarget this: . this: dcterms:created "2023-07-07T10:01:56Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; npx:introduces sub:LSCH; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:EAD a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-schema, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment "Encoded Archival Description (EAD) is an XML standard for encoding archival finding aids, maintained by the Technical Subcommittee for Encoded Archival Standards of the Society of American Archivists, in partnership with the Library of Congress. EAD is now used around the world by archives, libraries, museums, national libraries and historical societies. Through a standardized system for encoding the descriptions of archival finding aids, EAD allows users to locate primary sources that are geographically remote."; rdfs:label "EAD Encoded Archival Description" . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "b2SAp5VG99n+l4CY6JmnH9O/il5ccyw7fwvMubGHC4Kv0zGpKx/EWf31OanB4KWGQ/SHtr3Yzx24pk5lbspjE1IuvO3c069RjPqBOgnRPjfdp8G/lxyMgkcvRucaaDMIRYxgn1OGJAYY9TVKIqHQb7jK/hGPnb6U+af9r5KQDqg="; npx:hasSignatureTarget this: . this: dct:created "2023-07-04T12:21:15Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:EAD; prov:wasDerivedFrom . } @prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:IDS a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-schema, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment "intermedia data structure "; rdfs:label "IDS The Intermediate Data Structure for Longitudinal Historical Microdata" . } sub:provenance { sub:assertion dcterms:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "hmgI/mkwMM6m9/9oEbFdlzmfdQ1rdnbCeFYUnIrX/4eNVkzGd/Hq32pRHjG871w4Y2rjlRb0k1XYqbbi8vMR6M2WVEnxAZzzObyKuZn8B8YfVoN/kbBGxdx6js83VuvakDYcZFncLxunE8pbn0oXUEm6oG63X27kLoxKDQCeCWI="; npx:hasSignatureTarget this: . this: dcterms:created "2023-07-04T11:53:07Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; npx:introduces sub:IDS; prov:wasDerivedFrom . } @prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:AMCO a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-schema, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment "Dit repertorium is opgezet om te voorkomen dat historisch onderzoek al te zeer belemmerd wordt door de voortdurende veranderingen van de gemeenten en gemeentenamen in Nederland. Biedt deze publicatie een volledig overzicht van alle gemeenten die tussen 1812 en 2011 hebben bestaan. Een dergelijke volledige lijst is tot op heden nog nooit gepubliceerd. Er zijn wel enige overzichten beschikbaar, maar die zijn of niet geheel volledig, of niet geheel juist. De publicatie van de Demografische databank Nederlandse gemeenten, 1811-1850 ('Beekink en Van Cruyningen, 1995') komt dicht in de buurt, maar mist een aantal gemeenten die in het begin van de negentiende eeuw hebben bestaan. Een betrouwbaarder lijst is opgesteld door het CBS."; rdfs:label "AMCO Repertorium van Nederlandse gemeenten vanaf 1812 waaraan toegevoegd de Amsterdamse code" . } sub:provenance { sub:assertion dcterms:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "CqlSKrH1j22OuOhTcpYBaLYXGmgpX2rlfw6usUqhp4aPdWlT0xfbna3Ld+EfF9AKUJw+OTAEu9nMBsrceaNKZQiH91u+PWgx0UlQMMsqvurkGhO98/zsXBKUPGWRPO0NAcsNPKD9OK6i+xX/CRC6idiIGmO47iQj7Y5DSl2d9yc="; npx:hasSignatureTarget this: . this: dcterms:created "2023-07-04T11:49:27Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; npx:introduces sub:AMCO; prov:wasDerivedFrom . } @prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:DDI-Controlled-Vocabularies a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; rdfs:comment "The Data Documentation Initiative (DDI) Controlled Vocabularies Group (CVG) has created a set of controlled vocabularies (CVs) that can be used with DDI as well as for other purposes and applications. The DDI CVs are used to aid in the description and documentation of data in the social science research community. The published DDI-CVs work with both versions of the DDI specification (DDI-L and DDI-C). "; rdfs:label "DDI Controlled Vocabularies"; rdfs:seeAlso . } sub:provenance { sub:assertion dcterms:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "Ejd9lB2mEY6lPl8pkl3lysXjfAaTvTPn5aDHOSmUbzZrt1lmbdwEprAyCCP2nHHr4VgRJZ/gCj1NRHT6Cp2+VpHv4eAGtBIsA4/Fbg81eNnIN0I31myiYanaPOa7fpZ77VM5Lue1Mc4HmZVcEncBzus005lEqwwnL8zpM6q56fs="; npx:hasSignatureTarget this: . this: dcterms:created "2023-06-17T17:14:33Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; npx:introduces sub:DDI-Controlled-Vocabularies; prov:wasDerivedFrom . } @prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:DDI-CDI a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Provenance-model, fip:Semantic-model; rdfs:comment "DDI-CDI is a model-driven, domain- and technology-neutral metadata specification designed to facilitate the combination of data from diverse sources and across disciplines."; rdfs:label "DDI CDI | Cross-Domain Integration"; rdfs:seeAlso . } sub:provenance { sub:assertion dcterms:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "kuE67xsdLqkv7qxkpQZCbs1tRPrjjqWcwmFPtkXOWO+VZxX0B2e52k+YBcJwsaS9vmoptp4Hljuh6WOlSz82OWNHUBdzH5oZ240BaxxFKNpnSSbRUPrUNF5k21qBvyzLJDvDl7JFDcyIcUM58M1ZhxFLKG8LkxuHwaQIndPfczA="; npx:hasSignatureTarget this: . this: dcterms:created "2023-06-16T14:56:17Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; npx:introduces sub:DDI-CDI; prov:wasDerivedFrom . } @prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:NACE-Rev-2 a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; rdfs:comment "Statistical classification of economic activities in the European Community. "; rdfs:label "NACE Rev. 2"; rdfs:seeAlso . } sub:provenance { sub:assertion dcterms:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "Ym6nXbA5MseddDQ1Z83cXqpY6WB2APemMktAPIzQhFxHeWYcQgeBgfR2e5ZP/MlOxgyKcNWc8QGHt8Ny/qcSGKGo9x5qGWXnRjy7h+vFi/K760lqeXWtem3qgo0SrhpMLNhWBVH0Itni7xixqePZ6UJTFe8/lHScwG54A4LukHk="; npx:hasSignatureTarget this: . this: dcterms:created "2023-06-16T14:53:18Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; npx:introduces sub:NACE-Rev-2; prov:wasDerivedFrom . } @prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:DDI-L_3.3 a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-data-linking-schema, fip:Metadata-schema, fip:Provenance-model, fip:Semantic-model; rdfs:comment "Data Documentation Initiative (DDI) Lifecycle (DDI-Lifecycle, DDI-L) is designed to document and manage data across the entire life cycle, from conceptualization to data publication, analysis and beyond. The freely available international DDI standards describe data that result from observational methods in the social, behavioral, economic, and health sciences. DDI is used to document data in over 80 countries of the world. It encompasses all of the DDI-Codebook specification and extends it. Based on XML Schemas, DDI-Lifecycle is modular and extensible. "; rdfs:label "DDI-Lifecycle 3.3 "; rdfs:seeAlso . } sub:provenance { sub:assertion dcterms:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "ekBHn6eP5/GjyDnKlqCebnazhoEuc3/5T7NE6m8+PCrDm6FA5w2rKC5GBHJF7rg69SPmccoIvc2xSxYRc0KkFC7xO9JeWR6j098NLUliRqI7Hdz4rh4lrPdgJ8Hq/eYyvuIeNs4L94hjR7g+a2nSSiOy+B/qb8L6P7jUaO89wi4="; npx:hasSignatureTarget this: . this: dcterms:created "2023-06-16T14:12:44Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; npx:introduces sub:DDI-L_3.3; prov:wasDerivedFrom . } @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:R-File-Format a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Knowledge-representation-language, fip:Semantic-model; rdfs:comment "R File Format most often used by the R Studio"; rdfs:label "R File Format "; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "T3+H6Ml7IQHzG3KFjsjn4mRBghKiURIHvw5aqspGDsRToXh7V/b5TNiLJ5J036J44Q5uBubVRH1gh2tTh0a46fYeFjkbtoU5jAy4kHTpM4N4qucm/pUXKDaUsQ9bxTHccM5Vg2Q/ILG0SxP7ct4oTJ13UXum/kE75GTW3DCJN1E="; npx:hasSignatureTarget this: . this: dct:created "2023-06-16T14:03:55Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:R-File-Format; prov:wasDerivedFrom . } @prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:SAS-File-Format a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Knowledge-representation-language, fip:Semantic-model; rdfs:comment "SAS is a statistical software suite developed by SAS Institute for data management, advanced analytics, multivariate analysis, business intelligence, criminal investigation, and predictive analytics."; rdfs:label "SAS File Format for the SAS Statistical Analysis System"; rdfs:seeAlso . } sub:provenance { sub:assertion dcterms:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "CSwOMDE6EaiBkLo0oF41n8oM6vHFafKMU73YPN1aZz47apAPLareuhi+1WBKup/QqwcqT0nxV8M6w/bEYsAvTW96HBzzciFQ8TzxtIzbQhT3eW3gqFUhewXjrlkoBNKZMNBjV+DU/e6hmCjxf9ZAxnob5cKSyrS6haqom9mx1P8="; npx:hasSignatureTarget this: . this: dcterms:created "2023-06-16T14:00:49Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; npx:introduces sub:SAS-File-Format; prov:wasDerivedFrom . } @prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:SPSS-Format a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Knowledge-representation-language, fip:Semantic-model; rdfs:comment "IBM® SPSS® Statistics data files are files specifically formatted for use by IBM SPSS Statistics, containing both data and the metadata (dictionary) that define the data."; rdfs:label "IBM SPSS Statistics Data File Format"; rdfs:seeAlso . } sub:provenance { sub:assertion dcterms:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "P+1iNZof4e/bM0dChzc9ImeCKYPQHDz9YbsAPXRvo07At55oW86tRJHIlu2sjBWuVL4nR3EBWk8A6vmt3QVmLd+S3cu0+ZinnrSx2vGmUbylWMkQUcyxoGBGfKEJqJHoR6v5U4OMwckbrPkqaooa6xvcGKAnXY4L3UDsj6+YxNM="; npx:hasSignatureTarget this: . this: dcterms:created "2023-06-16T13:57:05Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; npx:introduces sub:SPSS-Format; prov:wasDerivedFrom . } @prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:CESSDA-Topic-Classification a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary; ; rdfs:comment "CESSDA Topic Classification is a controlled vocabulary and a typology of main themes or subjects of data. "; rdfs:label "CESSDA Controlled Vocabulary for CESSDA Topic Classification"; rdfs:seeAlso ; skos:closeMatch . } sub:provenance { sub:assertion dcterms:creator orcid:0000-0002-1261-9930; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "PiA3O9bnjSuTFCjQhE01VLn38znAkAzX3jRxTvUaX3rFl5pdJJ9nA3wq72QNrg/DeYWJ7Zpz7JExJB9oL0BJRRF991MpKte+uhBiPJfSZk8D2IplFLF+doBUi36XU8iCJS0/fKuP38DYEABdr61wVPDFQ1Dsq/YY1OiXWkdpT8Y="; npx:hasSignatureTarget this: . this: dcterms:created "2023-06-16T13:53:55Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; npx:introduces sub:CESSDA-Topic-Classification; prov:wasDerivedFrom . } @prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:Stata a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Knowledge-representation-language, fip:Semantic-model; rdfs:comment "Stata data files are saved with the extension “.dta”. This means the file is ready to use in Stata and unlike data saved in, for example, an excel file, you do not need to import this into Stata. Stata is a general-purpose statistical software package developed by StataCorp for data manipulation, visualization, statistics, and automated reporting. "; rdfs:label "Stata Data File Format (.dta)"; rdfs:seeAlso . } sub:provenance { sub:assertion dcterms:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "ej7MM89WmrU7OrT2lP4w/1l9MUqCPpTmmcaXtkOgUkN0BGjAFWwx1rE6T49G7/TxPHkfNjmuFDfVhWAsMjTO6lkv70X5Yb2irXwADbEIWObsoJ/MayO2HZ5sU2SR/6gGpBbb1NtjtOsqmmQq4pXOb6/M0Q8XP6MZrM75EQX8xks="; npx:hasSignatureTarget this: . this: dcterms:created "2023-06-16T13:42:50Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; npx:introduces sub:Stata; prov:wasDerivedFrom . }