@prefix : <https://ontology.inferal.com/imports/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix inferal-catalog: <https://ontology.inferal.com/catalog/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix mod: <https://w3id.org/mod#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

: 
    a owl:Ontology, dcat:Catalog ;
    dcterms:title "Inferal imported ontology catalog" ;
    dcterms:description "Imported RDF vocabularies available for Inferal ontology authoring and interoperability mapping." ;
    dcterms:hasPart
        :mod-3-2 ,
        :voaf-2-3 ,
        :spdx-3-0-1 ,
        :dpv-2-3 ,
        :dpv-pd-2-3 ,
        :cito-2-8-2 ,
        :sparql-service-description ,
        :prov-o ,
        :web-annotation ,
        :dcmi-terms ,
        :rdf-schema ,
        :skos ,
        :dcat-3 ,
        :org ,
        :owl-time ,
        :owl-2 ,
        :r2rml ,
        :wot-json-schema ,
        :foaf ,
        :schema-org ,
        :qudt-schema ,
        :gist-14-1-0 ,
        :gleif-base ,
        :gleif-level-1 ,
        :gleif-level-2 ,
        :gleif-entity-legal-form ,
        :gleif-registration-authority ,
        :fibo-formal-organizations ,
        :fibo-legal-persons ,
        :fibo-lei-entities ,
        :fibo-formal-business-organizations ,
        :fibo-fnd-accounting-accountingequity ,
        :fibo-fnd-accounting-currencyamount ,
        :fibo-fnd-agentsandpeople-people ,
        :fibo-fnd-agreements-agreements ,
        :fibo-fnd-agreements-contracts ,
        :fibo-fnd-arrangements-arrangements ,
        :fibo-fnd-arrangements-classificationschemes ,
        :fibo-fnd-arrangements-documents ,
        :fibo-fnd-arrangements-identifiersandindices ,
        :fibo-fnd-datesandtimes-financialdates ,
        :fibo-fnd-datesandtimes-occurrences ,
        :fibo-fnd-goalsandobjectives-objectives ,
        :fibo-fnd-law-legalcapacity ,
        :fibo-fnd-law-legalcore ,
        :fibo-fnd-ownershipandcontrol-ownership ,
        :fibo-fnd-parties-parties ,
        :fibo-fnd-places-addresses ,
        :fibo-fnd-relations-relations ,
        :fibo-fnd-utilities-analytics ,
        :fibo-fnd-utilities-annotationvocabulary ,
        :omg-commons-annotationvocabulary ,
        :omg-commons-businessauthorizations ,
        :omg-commons-classifiers ,
        :omg-commons-codesandcodesets ,
        :omg-commons-collections ,
        :omg-commons-contextualdesignators ,
        :omg-commons-contextualidentifiers ,
        :omg-commons-datesandtimes ,
        :omg-commons-designators ,
        :omg-commons-documents ,
        :omg-commons-identifiers ,
        :omg-commons-locations ,
        :omg-commons-organizations ,
        :omg-commons-partiesandsituations ,
        :omg-commons-quantitiesandunits ,
        :omg-commons-regulatoryagencies ,
        :omg-commons-rolesandcompositions ,
        :omg-commons-sitesandfacilities ,
        :omg-commons-textdatatype ,
        :changeset ,
        :goodrelations ,
        :rml ,
        :eu-cpa-2-2 ,
        :eu-cpv-2008 ,
        :relay-apis ,
        :bfo-2020 ,
        :common-core-ontologies .

:relay-apis
    a dcat:Catalog ;
    dcterms:identifier "relay-apis" ;
    dcterms:title "Inferal Relay API RDF catalog" ;
    dcterms:description "Generated catalog of Relay API RDF ontologies, OWL projections, SHACL shapes, JSON-LD contexts, and version-specific artifacts." ;
    owl:imports <https://ontology.inferal.com/imports/relay/> ;
    dcterms:source <https://relay.inferal.com/specs/> ;
    rdfs:comment "Run scripts/import-relay-apis to refresh the vendored Relay API artifact tree and generated catalog." .

:mod-3-2
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "mod-3.2" ;
    dcterms:title "Metadata for Ontology Description and Publication Ontology" ;
    dcterms:description "MOD 3.2 describes metadata for ontologies, vocabularies, and other semantic artefacts." ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0> ;
    foaf:homepage <https://github.com/FAIR-IMPACT/MOD> ;
    vann:preferredNamespacePrefix "mod" ;
    vann:preferredNamespaceUri "https://w3id.org/mod#" ;
    dcterms:modified "2025-12-22"^^xsd:date ;
    owl:versionInfo "3.2.3" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/FAIR-IMPACT/MOD/main/mod.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/mod/mod-3.2.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/mod/mod-3.2.ttl> ;
        inferal-catalog:sourcePath "imports/mod/mod-3.2.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Use MOD for ontology and vocabulary metadata instead of local registry vocabulary." .

:voaf-2-3
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "voaf-2.3" ;
    dcterms:title "Vocabulary of a Friend" ;
    dcterms:description "VOAF describes RDF vocabularies and relationships between vocabularies." ;
    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
    foaf:homepage <https://lov.linkeddata.es/dataset/lov/vocabs/voaf> ;
    vann:preferredNamespacePrefix "voaf" ;
    vann:preferredNamespaceUri "http://purl.org/vocommons/voaf#" ;
    dcterms:modified "2013-05-24"^^xsd:date ;
    owl:versionInfo "2.3" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://ontology.inferal.com/imports/voaf/voaf-2.3.n3> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/voaf/voaf-2.3.ttl> ;
        inferal-catalog:derivedFromPath "imports/voaf/voaf-2.3.n3" ;
        dcat:accessURL <https://ontology.inferal.com/imports/voaf/voaf-2.3.ttl> ;
        inferal-catalog:sourcePath "imports/voaf/voaf-2.3.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://lov.linkeddata.es/dataset/lov/vocabs/voaf/versions/2013-05-24.n3> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/voaf/voaf-2.3.n3> ;
        dcat:accessURL <https://ontology.inferal.com/imports/voaf/voaf-2.3.n3> ;
        inferal-catalog:sourcePath "imports/voaf/voaf-2.3.n3" ;
        dcat:mediaType "text/n3" ;
    ] ;
    voaf:metadataVoc :dcmi-terms ;
    rdfs:comment "Use VOAF for vocabulary-to-vocabulary relationships such as reliesOn, extends, specializes, and metadataVoc." .

:spdx-3-0-1
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "spdx-3.0.1" ;
    dcterms:title "SPDX 3.0.1 RDF Model" ;
    dcterms:description "Software supply chain, licensing, security, SBOM, package, dataset, build, and AI artifact metadata." ;
    dcterms:license "Community Specification License 1.0" ;
    foaf:homepage <https://spdx.github.io/spdx-spec/v3.0.1/> ;
    vann:preferredNamespacePrefix "spdx" ;
    vann:preferredNamespaceUri "https://spdx.org/rdf/3.0.1/terms/" ;
    dcterms:modified "2024-12-27"^^xsd:date ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spdx.org/rdf/3.0.1/spdx-model.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/spdx/spdx-3.0.1.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/spdx/spdx-3.0.1.ttl> ;
        inferal-catalog:sourcePath "imports/spdx/spdx-3.0.1.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:dpv-2-3
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "dpv-2.3" ;
    dcterms:title "Data Privacy Vocabulary" ;
    dcterms:description "Vocabulary for expressing privacy and data protection information, including data, processing, purposes, legal bases, measures, risks, rights, and rules." ;
    dcterms:license <https://www.w3.org/copyright/document-license-2023/> ;
    foaf:homepage <https://w3id.org/dpv> ;
    vann:preferredNamespacePrefix "dpv" ;
    vann:preferredNamespaceUri "https://w3id.org/dpv#" ;
    dcterms:issued "2026-02-25"^^xsd:date ;
    dcterms:modified "2026-02-25"^^xsd:date ;
    owl:versionInfo "2.3" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://w3c.github.io/dpv/2.3/dpv/dpv.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/dpv/dpv-2.3.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/dpv/dpv-2.3.ttl> ;
        inferal-catalog:sourcePath "imports/dpv/dpv-2.3.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:dpv-pd-2-3
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "dpv-pd-2.3" ;
    dcterms:title "Personal Data Categories" ;
    dcterms:description "DPV extension providing additional categories of personal data." ;
    dcterms:license <https://www.w3.org/copyright/document-license-2023/> ;
    foaf:homepage <https://w3id.org/dpv/pd> ;
    vann:preferredNamespacePrefix "pd" ;
    vann:preferredNamespaceUri "https://w3id.org/dpv/pd#" ;
    dcterms:issued "2026-02-25"^^xsd:date ;
    dcterms:modified "2026-02-25"^^xsd:date ;
    owl:versionInfo "2.3" ;
    voaf:extends :dpv-2-3 ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://w3c.github.io/dpv/2.3/pd/pd.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/dpv/pd-2.3.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/dpv/pd-2.3.ttl> ;
        inferal-catalog:sourcePath "imports/dpv/pd-2.3.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:cito-2-8-2
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "cito-2.8.2" ;
    dcterms:title "CiTO, the Citation Typing Ontology" ;
    dcterms:description "OWL 2 DL ontology for characterizing direct, indirect, and implicit citation links factually and rhetorically, including a reified citation model." ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/legalcode> ;
    foaf:homepage <https://sparontologies.github.io/cito/current/cito.html> ;
    vann:preferredNamespacePrefix "cito" ;
    vann:preferredNamespaceUri "http://purl.org/spar/cito/" ;
    dcterms:issued "2017-10-30"^^xsd:date ;
    dcterms:modified "2026-06-22"^^xsd:date ;
    owl:versionInfo "2.8.2" ;
    rdfs:comment "Imported for interoperable citation-link typing and reified citation descriptions. Inferal preserves the complete upstream OWL distribution, including its declared Situation ontology import; upstream revisions require checksum and semantic review before replacement." ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:identifier "sha256:b02b1375325e52d863a1398198e0248122e1768daf2a9db5d2af823835ad4e61" ;
        dcterms:source <https://sparontologies.github.io/cito/2026-06-22/cito.ttl> ;
        dcterms:date "2026-07-24"^^xsd:date ;
        rdfs:comment "The release-specific CiTO 2.8.2 Turtle distribution was retrieved on 2026-07-24 for citation semantics reuse." ;
        dcat:downloadURL <https://ontology.inferal.com/imports/spar/cito-2.8.2.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/spar/cito-2.8.2.ttl> ;
        inferal-catalog:sourcePath "imports/spar/cito-2.8.2.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:sparql-service-description
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "sparql-service-description" ;
    dcterms:title "SPARQL Service Description Vocabulary" ;
    dcterms:description "W3C vocabulary for describing SPARQL services, RDF datasets, default graphs, and named graphs." ;
    dcterms:license "W3C Document License" ;
    foaf:homepage <https://www.w3.org/TR/sparql11-service-description/> ;
    vann:preferredNamespacePrefix "sd" ;
    vann:preferredNamespaceUri "http://www.w3.org/ns/sparql-service-description#" ;
    dcterms:modified "2026-04-23"^^xsd:date ;
    rdfs:comment "Imported for standards-based descriptions of the default and named graphs comprising dataset snapshots. The vendored namespace distribution is pinned by retrieval date; upstream revisions require review before replacement." ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:identifier "sha256:a4e4ab035c909d4aeb140ab5807a3b49dfa0ecee587dc9109214ecfaff712878" ;
        dcterms:source <https://www.w3.org/ns/sparql-service-description.ttl> ;
        dcterms:date "2026-07-21"^^xsd:date ;
        rdfs:comment "The W3C Turtle namespace distribution was retrieved on 2026-07-21 for dataset-description reuse." ;
        dcat:downloadURL <https://ontology.inferal.com/imports/w3c/sparql-service-description.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/w3c/sparql-service-description.ttl> ;
        inferal-catalog:sourcePath "imports/w3c/sparql-service-description.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:prov-o
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "prov-o" ;
    dcterms:title "PROV-O: The PROV Ontology" ;
    dcterms:description "Provenance, derivation, generation, attribution, activity, agent, and entity modeling." ;
    dcterms:license "W3C Document License" ;
    foaf:homepage <https://www.w3.org/TR/prov-o/> ;
    vann:preferredNamespacePrefix "prov" ;
    vann:preferredNamespaceUri "http://www.w3.org/ns/prov#" ;
    dcterms:modified "2013-04-30"^^xsd:date ;
    rdfs:comment "Imported as the provenance foundation for Inferal ontologies that model activities, entities, agents, generation, derivation, attribution, association, and invalidation." ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.w3.org/ns/prov.ttl> ;
        dcterms:date "2026-05-27"^^xsd:date ;
        rdfs:comment "The vendored PROV-O Turtle distribution was retrieved on 2026-05-27 from the stated W3C source." ;
        dcat:downloadURL <https://ontology.inferal.com/imports/w3c/prov-o.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/w3c/prov-o.ttl> ;
        inferal-catalog:sourcePath "imports/w3c/prov-o.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:web-annotation
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "web-annotation" ;
    dcterms:title "Web Annotation Ontology" ;
    dcterms:description "W3C vocabulary for representing annotations, comments, textual bodies, motivations, targets, selectors, and states on web resources." ;
    dcterms:license "W3C Document License" ;
    foaf:homepage <https://www.w3.org/TR/annotation-vocab/> ;
    vann:preferredNamespacePrefix "oa" ;
    vann:preferredNamespaceUri "http://www.w3.org/ns/oa#" ;
    dcterms:modified "2016-11-12T21:28:11Z"^^xsd:dateTime ;
    owl:versionInfo "2016-11-12T21:28:11Z" ;
    voaf:reliesOn :prov-o ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.w3.org/ns/oa.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/w3c/web-annotation.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/w3c/web-annotation.ttl> ;
        inferal-catalog:sourcePath "imports/w3c/web-annotation.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Use Web Annotation for targeted review comments and feedback annotations that need explicit bodies, targets, motivations, selectors, provenance, or resource state." .

:dcmi-terms
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "dcmi-terms" ;
    dcterms:title "DCMI Metadata Terms" ;
    dcterms:description "Basic resource metadata such as title, description, creator, date, source, license, and version relations." ;
    dcterms:license "DCMI Terms and Documentation" ;
    foaf:homepage <https://www.dublincore.org/specifications/dublin-core/dcmi-terms/> ;
    vann:preferredNamespacePrefix "dcterms" ;
    vann:preferredNamespaceUri "http://purl.org/dc/terms/" ;
    dcterms:modified "2020-01-20"^^xsd:date ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.dublincore.org/specifications/dublin-core/dcmi-terms/dublin_core_terms.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/dc/dublin-core-terms.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/dc/dublin-core-terms.ttl> ;
        inferal-catalog:sourcePath "imports/dc/dublin-core-terms.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:rdf-schema
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "rdf-schema" ;
    dcterms:title "RDF Schema Vocabulary" ;
    dcterms:description "RDF Schema classes and properties for describing RDF vocabularies, including resources, classes, literals, subclass and subproperty relationships, domains, ranges, labels, and comments." ;
    dcterms:license "W3C Document License" ;
    foaf:homepage <https://www.w3.org/TR/rdf-schema/> ;
    vann:preferredNamespacePrefix "rdfs" ;
    vann:preferredNamespaceUri "http://www.w3.org/2000/01/rdf-schema#" ;
    dcterms:modified "2024-12-18"^^xsd:date ;
    prov:generatedAtTime "2026-07-02T19:11:15Z"^^xsd:dateTime ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://ontology.inferal.com/imports/w3c/rdf-schema.rdf> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/w3c/rdf-schema.ttl> ;
        inferal-catalog:derivedFromPath "imports/w3c/rdf-schema.rdf" ;
        dcat:accessURL <https://ontology.inferal.com/imports/w3c/rdf-schema.ttl> ;
        inferal-catalog:sourcePath "imports/w3c/rdf-schema.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.w3.org/2000/01/rdf-schema.rdf> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/w3c/rdf-schema.rdf> ;
        dcat:accessURL <https://ontology.inferal.com/imports/w3c/rdf-schema.rdf> ;
        inferal-catalog:sourcePath "imports/w3c/rdf-schema.rdf" ;
        dcat:mediaType "application/rdf+xml" ;
    ] ;
    rdfs:comment "Use this import for the official RDF Schema namespace vocabulary instead of redefining RDFS built-in classes and properties locally." .

:skos
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "skos" ;
    dcterms:title "SKOS Simple Knowledge Organization System" ;
    dcterms:description "Taxonomies, concept schemes, controlled vocabularies, broader/narrower relations, and labels." ;
    dcterms:license "W3C Document License" ;
    foaf:homepage <https://www.w3.org/TR/skos-reference/> ;
    vann:preferredNamespacePrefix "skos" ;
    vann:preferredNamespaceUri "http://www.w3.org/2004/02/skos/core#" ;
    dcterms:modified "2009-08-18"^^xsd:date ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://ontology.inferal.com/imports/w3c/skos.rdf> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/w3c/skos.ttl> ;
        inferal-catalog:derivedFromPath "imports/w3c/skos.rdf" ;
        dcat:accessURL <https://ontology.inferal.com/imports/w3c/skos.ttl> ;
        inferal-catalog:sourcePath "imports/w3c/skos.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.w3.org/2004/02/skos/core.rdf> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/w3c/skos.rdf> ;
        dcat:accessURL <https://ontology.inferal.com/imports/w3c/skos.rdf> ;
        inferal-catalog:sourcePath "imports/w3c/skos.rdf" ;
        dcat:mediaType "application/rdf+xml" ;
    ] .

:dcat-3
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "dcat-3" ;
    dcterms:title "Data Catalog Vocabulary Version 3" ;
    dcterms:description "Datasets, distributions, catalogs, data services, and discoverability metadata." ;
    dcterms:license "W3C Document License" ;
    foaf:homepage <https://www.w3.org/TR/vocab-dcat-3/> ;
    vann:preferredNamespacePrefix "dcat" ;
    vann:preferredNamespaceUri "http://www.w3.org/ns/dcat#" ;
    dcterms:modified "2024-08-22"^^xsd:date ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.w3.org/ns/dcat3.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/w3c/dcat-3.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/w3c/dcat-3.ttl> ;
        inferal-catalog:sourcePath "imports/w3c/dcat-3.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:org
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "w3c-org" ;
    dcterms:title "The Organization Ontology" ;
    dcterms:description "W3C vocabulary for organizational structures, memberships, roles, posts, sites, and organizational change events." ;
    dcterms:license "W3C Document License" ;
    foaf:homepage <https://www.w3.org/TR/vocab-org/> ;
    vann:preferredNamespacePrefix "org" ;
    vann:preferredNamespaceUri "http://www.w3.org/ns/org#" ;
    dcterms:modified "2014-01-25"^^xsd:date ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.w3.org/ns/org.ttl> ;
        dcterms:issued "2026-07-02"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/w3c/org.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/w3c/org.ttl> ;
        inferal-catalog:sourcePath "imports/w3c/org.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Use ORG for alignment with standard organization, membership, site, and organization-change concepts; local company-intelligence terms handle sourced assertions and finance-specific relationships." .

:owl-time
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "owl-time" ;
    dcterms:title "Time Ontology in OWL" ;
    dcterms:description "W3C/OGC ontology for temporal instants, intervals, durations, and temporal reference systems." ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    foaf:homepage <https://www.w3.org/TR/owl-time/> ;
    vann:preferredNamespacePrefix "time" ;
    vann:preferredNamespaceUri "http://www.w3.org/2006/time#" ;
    dcterms:modified "2017-04-06"^^xsd:date ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.w3.org/2006/time> ;
        dcterms:issued "2026-07-02"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/w3c/owl-time.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/w3c/owl-time.ttl> ;
        inferal-catalog:sourcePath "imports/w3c/owl-time.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Use OWL-Time for interoperability around temporal validity, reporting periods, role tenure, and event timing." .

:owl-2
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "owl-2" ;
    dcterms:title "OWL 2 Schema Vocabulary" ;
    dcterms:description "Built-in OWL 2 classes and properties that form the vocabulary basis for OWL ontologies and RDF/XML OWL syntax." ;
    dcterms:license "W3C Document License" ;
    foaf:homepage <https://www.w3.org/TR/owl2-overview/> ;
    vann:preferredNamespacePrefix "owl" ;
    vann:preferredNamespaceUri "http://www.w3.org/2002/07/owl#" ;
    dcterms:modified "2009-11-15"^^xsd:date ;
    owl:versionInfo "OWL 2" ;
    prov:generatedAtTime "2026-07-02T18:52:56Z"^^xsd:dateTime ;
    voaf:reliesOn :dcmi-terms ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://ontology.inferal.com/imports/w3c/owl.rdf> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/w3c/owl.ttl> ;
        inferal-catalog:derivedFromPath "imports/w3c/owl.rdf" ;
        dcat:accessURL <https://ontology.inferal.com/imports/w3c/owl.ttl> ;
        inferal-catalog:sourcePath "imports/w3c/owl.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.w3.org/2002/07/owl.rdf> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/w3c/owl.rdf> ;
        dcat:accessURL <https://ontology.inferal.com/imports/w3c/owl.rdf> ;
        inferal-catalog:sourcePath "imports/w3c/owl.rdf" ;
        dcat:mediaType "application/rdf+xml" ;
    ] ;
    rdfs:comment "Use this import for the official OWL namespace vocabulary instead of redefining OWL built-in classes, properties, or annotation terms locally." .

:r2rml
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "r2rml" ;
    dcterms:title "R2RML Vocabulary" ;
    dcterms:description "RDB to RDF Mapping Language vocabulary for describing mappings from relational databases to RDF datasets." ;
    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
    foaf:homepage <https://www.w3.org/TR/r2rml/> ;
    vann:preferredNamespacePrefix "rr" ;
    vann:preferredNamespaceUri "http://www.w3.org/ns/r2rml#" ;
    dcterms:issued "2012-01-24"^^xsd:date ;
    dcterms:modified "2012-07-16"^^xsd:date ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.w3.org/ns/r2rml.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/w3c/r2rml.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/w3c/r2rml.ttl> ;
        inferal-catalog:sourcePath "imports/w3c/r2rml.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Imported as the W3C mapping vocabulary used directly and as the declared OWL import of the original RML vocabulary." .

:wot-json-schema
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "wot-json-schema" ;
    dcterms:title "Web of Things JSON Schema Ontology" ;
    dcterms:description "W3C Web of Things ontology for representing JSON Schema data constraints in RDF." ;
    dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
    foaf:homepage <https://www.w3.org/2019/wot/json-schema> ;
    vann:preferredNamespacePrefix "jsonschema" ;
    vann:preferredNamespaceUri "https://www.w3.org/2019/wot/json-schema#" ;
    owl:versionInfo "0.6.0" ;
    voaf:reliesOn :schema-org ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/w3c/wot-resources/main/td/v1.1/ontology/jsonschema.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/w3c/wot-json-schema.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/w3c/wot-json-schema.ttl> ;
        inferal-catalog:sourcePath "imports/w3c/wot-json-schema.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Use this import for JSON Schema term reuse in Web of Things and RDF data-shape contexts instead of redefining JSON Schema keywords locally." .

:foaf
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "foaf" ;
    dcterms:title "FOAF Vocabulary" ;
    dcterms:description "People, organizations, accounts, names, documents, and social-web identity terms." ;
    dcterms:license "Creative Commons Attribution" ;
    foaf:homepage <http://xmlns.com/foaf/spec/> ;
    vann:preferredNamespacePrefix "foaf" ;
    vann:preferredNamespaceUri "http://xmlns.com/foaf/0.1/" ;
    dcterms:modified "2014-01-14"^^xsd:date ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://ontology.inferal.com/imports/foaf/foaf.rdf> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/foaf/foaf.ttl> ;
        inferal-catalog:derivedFromPath "imports/foaf/foaf.rdf" ;
        dcat:accessURL <https://ontology.inferal.com/imports/foaf/foaf.ttl> ;
        inferal-catalog:sourcePath "imports/foaf/foaf.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://xmlns.com/foaf/spec/index.rdf> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/foaf/foaf.rdf> ;
        dcat:accessURL <https://ontology.inferal.com/imports/foaf/foaf.rdf> ;
        inferal-catalog:sourcePath "imports/foaf/foaf.rdf" ;
        dcat:mediaType "application/rdf+xml" ;
    ] .

:schema-org
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "schema-org" ;
    dcterms:title "Schema.org Vocabulary" ;
    dcterms:description "Broad web vocabulary for organizations, products, offers, events, creative works, actions, and structured data." ;
    dcterms:license "CC BY-SA 3.0" ;
    foaf:homepage <https://schema.org/docs/full.html> ;
    vann:preferredNamespacePrefix "schema" ;
    vann:preferredNamespaceUri "https://schema.org/" ;
    dcterms:modified "2026-03-19"^^xsd:date ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://schema.org/version/latest/schemaorg-current-https.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/schema/schemaorg-current-https.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/schema/schemaorg-current-https.ttl> ;
        inferal-catalog:sourcePath "imports/schema/schemaorg-current-https.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:qudt-schema
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "qudt-schema" ;
    dcterms:title "QUDT Schema" ;
    dcterms:description "Quantities, units, dimensions, and data types schema used for unit and quantity-kind interoperability." ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    foaf:homepage <https://www.qudt.org/> ;
    vann:preferredNamespacePrefix "qudt" ;
    vann:preferredNamespaceUri "http://qudt.org/schema/qudt/" ;
    dcterms:modified "2026-06-25"^^xsd:date ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://qudt.org/schema/qudt/> ;
        dcterms:issued "2026-07-02"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/qudt/qudt-schema.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/qudt/qudt-schema.ttl> ;
        inferal-catalog:sourcePath "imports/qudt/qudt-schema.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Use QUDT for units and quantity kinds outside XBRL report-unit semantics." .

:gist-14-1-0
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "gist-14.1.0" ;
    dcterms:title "Gist Core Ontology" ;
    dcterms:description "Semantic Arts' minimalist upper ontology for domain-independent enterprise concepts and relationships." ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:source <https://github.com/semanticarts/gist/releases/tag/v14.1.0> ;
    foaf:homepage <https://www.semanticarts.com/gist/> ;
    vann:preferredNamespacePrefix "gist" ;
    vann:preferredNamespaceUri "https://w3id.org/semanticarts/ns/ontology/gist/" ;
    dcterms:issued "2026-04-17"^^xsd:date ;
    owl:versionInfo "14.1.0" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:identifier "sha256:7476f1d2ad7cd7117009dd8b5dc8a1b88a4c38cfbd6346ea8be3bc4dd1fffee0" ;
        dcterms:source <https://w3id.org/semanticarts/ontology/gistCore14.1.0> ;
        dcterms:date "2026-07-26"^^xsd:date ;
        rdfs:comment "The Gist Core 14.1.0 Turtle distribution was retrieved on 2026-07-26 from its versioned persistent IRI and verified byte-for-byte against the official release package." ;
        dcat:downloadURL <https://ontology.inferal.com/imports/gist/gist-core-14.1.0.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/gist/gist-core-14.1.0.ttl> ;
        inferal-catalog:sourcePath "imports/gist/gist-core-14.1.0.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored as a reviewed upper-ontology interoperability anchor. This import covers Gist Core only and does not automatically adopt Gist semantics in Inferal modules; upstream releases require checksum and semantic review before replacement." .

:gleif-base
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "gleif-base" ;
    dcterms:title "GLEIF Base Ontology" ;
    dcterms:description "Generic GLEIF entity, legal person, relationship, registry, address, status, and event terms." ;
    dcterms:license <https://www.gleif.org/en/meta/lei-data-terms-of-use/> ;
    foaf:homepage <https://www.gleif.org/ontology/pylodev2/GLEIF-Base.html> ;
    vann:preferredNamespacePrefix "gleif-base" ;
    vann:preferredNamespaceUri "https://www.gleif.org/ontology/Base/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.gleif.org/ontology/v1.0/Base/ontology.ttl> ;
        dcterms:issued "2026-07-02"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/gleif/base.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/gleif/base.ttl> ;
        inferal-catalog:sourcePath "imports/gleif/base.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:gleif-level-1
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "gleif-level-1" ;
    dcterms:title "GLEIF Level 1 Ontology" ;
    dcterms:description "GLEIF Level 1 who-is-who ontology for legal entity identifier reference data." ;
    dcterms:license <https://www.gleif.org/en/meta/lei-data-terms-of-use/> ;
    foaf:homepage <https://www.gleif.org/ontology/pylodev2/GLEIF_L1.html> ;
    vann:preferredNamespacePrefix "gleif-L1" ;
    vann:preferredNamespaceUri "https://www.gleif.org/ontology/L1/" ;
    voaf:reliesOn :gleif-base ;
    voaf:reliesOn :gleif-entity-legal-form ;
    voaf:reliesOn :gleif-registration-authority ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.gleif.org/ontology/v1.0/L1/ontology.ttl> ;
        dcterms:issued "2026-07-02"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/gleif/level-1.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/gleif/level-1.ttl> ;
        inferal-catalog:sourcePath "imports/gleif/level-1.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:gleif-level-2
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "gleif-level-2" ;
    dcterms:title "GLEIF Level 2 Ontology" ;
    dcterms:description "GLEIF Level 2 who-owns-whom ontology for legal entity relationship and consolidation records." ;
    dcterms:license <https://www.gleif.org/en/meta/lei-data-terms-of-use/> ;
    foaf:homepage <https://www.gleif.org/ontology/pylodev2/GLEIF_L2.html> ;
    vann:preferredNamespacePrefix "gleif-L2" ;
    vann:preferredNamespaceUri "https://www.gleif.org/ontology/L2/" ;
    voaf:reliesOn :gleif-base ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.gleif.org/ontology/v1.0/L2/ontology.ttl> ;
        dcterms:issued "2026-07-02"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/gleif/level-2.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/gleif/level-2.ttl> ;
        inferal-catalog:sourcePath "imports/gleif/level-2.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:gleif-entity-legal-form
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "gleif-entity-legal-form" ;
    dcterms:title "GLEIF Entity Legal Form Ontology" ;
    dcterms:description "GLEIF ontology for entity legal form data." ;
    dcterms:license <https://www.gleif.org/en/meta/lei-data-terms-of-use/> ;
    foaf:homepage <https://www.gleif.org/ontology/pylodev2/EntityLegalForm.html> ;
    vann:preferredNamespacePrefix "gleif-elf" ;
    vann:preferredNamespaceUri "https://www.gleif.org/ontology/EntityLegalForm/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.gleif.org/ontology/v1.0/EntityLegalForm/ontology.ttl> ;
        dcterms:issued "2026-07-02"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/gleif/entitylegalform.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/gleif/entitylegalform.ttl> ;
        inferal-catalog:sourcePath "imports/gleif/entitylegalform.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:gleif-registration-authority
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "gleif-registration-authority" ;
    dcterms:title "GLEIF Registration Authority Ontology" ;
    dcterms:description "GLEIF ontology for registration authority records and codes." ;
    dcterms:license <https://www.gleif.org/en/meta/lei-data-terms-of-use/> ;
    foaf:homepage <https://www.gleif.org/ontology/pylodev2/GLEIF_RA.html> ;
    vann:preferredNamespacePrefix "gleif-ra" ;
    vann:preferredNamespaceUri "https://www.gleif.org/ontology/RegistrationAuthority/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.gleif.org/ontology/v1.0/RegistrationAuthority/ontology.ttl> ;
        dcterms:issued "2026-07-02"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/gleif/registrationauthority.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/gleif/registrationauthority.ttl> ;
        inferal-catalog:sourcePath "imports/gleif/registrationauthority.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:fibo-formal-organizations
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-formal-organizations" ;
    dcterms:title "FIBO Formal Organizations Ontology" ;
    dcterms:description "FIBO foundation ontology for formal organizations used in financial business applications." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-org-fm" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/edmcouncil/fibo/master/FND/Organizations/FormalOrganizations.rdf> ;
        dcterms:issued "2026-07-02"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/formal-organizations.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/formal-organizations.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/formal-organizations.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:fibo-legal-persons
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-legal-persons" ;
    dcterms:title "FIBO Legal Persons Ontology" ;
    dcterms:description "FIBO business entities ontology defining legal personhood concepts." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-be-le-lp" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/edmcouncil/fibo/master/BE/LegalEntities/LegalPersons.rdf> ;
        dcterms:issued "2026-07-02"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/legal-persons.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/legal-persons.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/legal-persons.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:fibo-lei-entities
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-lei-entities" ;
    dcterms:title "FIBO LEI Entities Ontology" ;
    dcterms:description "FIBO ontology for Legal Entity Identifier entities and identifier schemes." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-be-le-lei" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/edmcouncil/fibo/master/BE/LegalEntities/LEIEntities.rdf> ;
        dcterms:issued "2026-07-02"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/lei-entities.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/lei-entities.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/lei-entities.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:fibo-formal-business-organizations
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-formal-business-organizations" ;
    dcterms:title "FIBO Formal Business Organizations Ontology" ;
    dcterms:description "FIBO business entities ontology for formal business organizations." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-be-le-fbo" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/edmcouncil/fibo/master/BE/LegalEntities/FormalBusinessOrganizations.rdf> ;
        dcterms:issued "2026-07-02"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/formal-business-organizations.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/formal-business-organizations.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/formal-business-organizations.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:fibo-fnd-accounting-accountingequity
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-accounting-accountingequity" ;
    dcterms:title "Accounting Equity Ontology" ;
    dcterms:description "This ontology defines equity-related concepts for use in defining other FIBO ontology elements. These are based on basic accounting principles as they relate to equity, debt, assets and liabilities of a firm. Equity forms the basis for ownership of certain forms of corporate body." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-accounting-accountingequity" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/Accounting/AccountingEquity.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/Accounting/AccountingEquity.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/Accounting/AccountingEquity.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-accounting-currencyamount
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-accounting-currencyamount" ;
    dcterms:title "Currency Amount Ontology" ;
    dcterms:description "This ontology defines currency and monetary amount related concepts for use in defining other FIBO ontology elements. There are two distinct kinds of concepts that correspond to money and amounts: a concrete, actual amount of money, and the monetary measure of something denominated in some currency. These are dimensionally the same but whereas 'money amount' is defined as an amount of money, 'monetary amount' is an abstract monetary measure.  The definition of currency provided herein is compliant with the definitions given in ISO 4217. ISO 4217 provides universally applicable coded representations of names of currencies and funds, used internationally for financial transaction support. The ontology has been partitioned into 2 parts: (1) the essential concept system describing the standard (this module), and (2) ISO4217-1-CurrencyCodes, which contains all of the individuals specified in ISO 4217." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-accounting-currencyamount" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/Accounting/CurrencyAmount.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/Accounting/CurrencyAmount.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/Accounting/CurrencyAmount.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-agentsandpeople-people
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-agentsandpeople-people" ;
    dcterms:title "People Ontology" ;
    dcterms:description "This ontology defines concepts for people and human related terms, for use in other FIBO ontology elements. People as defined here are human persons only. This ontology sets out a number of basic properties which are held by people or are definitive of a small number of specific types of people such as minors or adults. Primary use cases for determining the set of personal information definitions included are the common elements required to (1) open a bank account, (2) identify a sophisticated investor, and (3) establish foreign account ownership for money laundering purposes." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-agentsandpeople-people" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/AgentsAndPeople/People.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/AgentsAndPeople/People.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/AgentsAndPeople/People.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-agreements-agreements
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-agreements-agreements" ;
    dcterms:title "Agreements Ontology" ;
    dcterms:description "This ontology defines the concept of an agreement and roles that parties to an agreement play in the context of financial agreements. Agreements represent an understanding between parties, whereas contracts typically formalize such agreements." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-agreements-agreements" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/Agreements/Agreements.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/Agreements/Agreements.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/Agreements/Agreements.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-agreements-contracts
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-agreements-contracts" ;
    dcterms:title "Contracts Ontology" ;
    dcterms:description "This ontology defines the concept of contract and roles that parties to contract play in the context of financial agreements. Coverage includes written contracts which are the concrete evidence of agreements between parties and verbal contracts. Contracts are further broken down into bilateral and transferable contracts, the latter being the basis for most financial instruments, and basic properties of contracts, such as terms and conditions, are also covered." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-agreements-contracts" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/Agreements/Contracts.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/Agreements/Contracts.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/Agreements/Contracts.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-arrangements-arrangements
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-arrangements-arrangements" ;
    dcterms:title "Arrangements Ontology" ;
    dcterms:description "This ontology defines abstract structural concepts, extending the Commons concept of an arrangement to represent schemes." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-arrangements-arrangements" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/Arrangements/Arrangements.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/Arrangements/Arrangements.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/Arrangements/Arrangements.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-arrangements-classificationschemes
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-arrangements-classificationschemes" ;
    dcterms:title "Classification Schemes Ontology" ;
    dcterms:description "This ontology defines abstract concepts for representation of industry classification schemes." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-arrangements-classificationschemes" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/Arrangements/ClassificationSchemes.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/Arrangements/ClassificationSchemes.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/Arrangements/ClassificationSchemes.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-arrangements-documents
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-arrangements-documents" ;
    dcterms:title "Documents Ontology" ;
    dcterms:description "This ontology defines abstract concepts for representation documents for use in other FIBO ontology elements." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-arrangements-documents" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/Arrangements/Documents.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/Arrangements/Documents.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/Arrangements/Documents.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-arrangements-identifiersandindices
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-arrangements-identifiersandindices" ;
    dcterms:title "Identifiers and Indices Ontology" ;
    dcterms:description "This ontology defines abstract concepts for representation of indices and indexing schemes, as well as reusable identifiers, for reuse in other ontologies." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-arrangements-identifiersandindices" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/Arrangements/IdentifiersAndIndices.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/Arrangements/IdentifiersAndIndices.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/Arrangements/IdentifiersAndIndices.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-datesandtimes-financialdates
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-datesandtimes-financialdates" ;
    dcterms:title "Financial Dates Ontology" ;
    dcterms:description "This ontology provides definitions of date and schedule concepts for use in other FIBO ontologies." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-datesandtimes-financialdates" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/DatesAndTimes/FinancialDates.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/DatesAndTimes/FinancialDates.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/DatesAndTimes/FinancialDates.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-datesandtimes-occurrences
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-datesandtimes-occurrences" ;
    dcterms:title "Occurrences Ontology" ;
    dcterms:description "This ontology extends definitions of date and schedule concepts from the FinancialDates ontology with concepts defining occurrences (i.e., event-related concepts) for use in other FIBO ontologies." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-datesandtimes-occurrences" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/DatesAndTimes/Occurrences.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/DatesAndTimes/Occurrences.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/DatesAndTimes/Occurrences.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-goalsandobjectives-objectives
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-goalsandobjectives-objectives" ;
    dcterms:title "Objectives Ontology" ;
    dcterms:description "This ontology defines concepts including goal, objective, program, and strategy. Objectives are defined as being distinct from goals, in that they constitute time limited and measurable targets which some entity may seek to attain in pursuit of its goals." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-goalsandobjectives-objectives" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/GoalsAndObjectives/Objectives.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/GoalsAndObjectives/Objectives.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/GoalsAndObjectives/Objectives.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-law-legalcapacity
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-law-legalcapacity" ;
    dcterms:title "Legal Capacity Ontology" ;
    dcterms:description "This ontology defines high-level legal concepts related to legal responsibilities. The ontology defines things which are conferred upon some entity by some legal instrument, and elaborates this into a number of specific capacities, responsibilities and powers, each of which forms the basis for many of the concepts used elsewhere in FIBO in defining legal personhood, executive powers and the like." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-law-legalcapacity" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/Law/LegalCapacity.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/Law/LegalCapacity.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/Law/LegalCapacity.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-law-legalcore
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-law-legalcore" ;
    dcterms:title "Legal Core Ontology" ;
    dcterms:description "This ontology defines high-level legal concepts for use in other FIBO ontology elements. These concepts include law and constitution, both of which are framed at a more abstract level than national or state laws and constitutions, so that law forms the basis both for statutes and for company by-laws, and constitution forms the basis both for national or state constitutions and for instruments which are constitutive of incorporated legal entities. This ontology also defines some of the variants of these such as governmental constitutions and ordinances. Court of Law is also defined here." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-law-legalcore" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/Law/LegalCore.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/Law/LegalCore.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/Law/LegalCore.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-ownershipandcontrol-ownership
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-ownershipandcontrol-ownership" ;
    dcterms:title "Ownership Ontology" ;
    dcterms:description "This ontology defines high-level, ownership-related concepts, including owner, asset and ownership along with relationships between them." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-ownershipandcontrol-ownership" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/OwnershipAndControl/Ownership.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/OwnershipAndControl/Ownership.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/OwnershipAndControl/Ownership.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-parties-parties
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-parties-parties" ;
    dcterms:title "Parties Ontology" ;
    dcterms:description "This ontology extends the Commons Parties and Situations ontology with identifiers for party roles and very general tax identifiers." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-parties-parties" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/Parties/Parties.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/Parties/Parties.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/Parties/Parties.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-places-addresses
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-places-addresses" ;
    dcterms:title "Addresses Ontology" ;
    dcterms:description "This ontology provides high level definitions for addresses and address components including elements that are common to addressing standards." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-places-addresses" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/Places/Addresses.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/Places/Addresses.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/Places/Addresses.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-relations-relations
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-relations-relations" ;
    dcterms:title "Relations Ontology" ;
    dcterms:description "This ontology defines a set of general purpose relations for use in other FIBO ontology elements. These include a number of properties required for reuse across the foundations and business entities models." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-relations-relations" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/Relations/Relations.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/Relations/Relations.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/Relations/Relations.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-utilities-analytics
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-utilities-analytics" ;
    dcterms:title "Analytics Ontology" ;
    dcterms:description "This ontology provides mathematical abstractions for use in other ontologies, including for example the basic components of formulae, parameters and values." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-utilities-analytics" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/Analytics/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/Analytics/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/Utilities/Analytics.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/Utilities/Analytics.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/Utilities/Analytics.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:fibo-fnd-utilities-annotationvocabulary
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "fibo-fnd-utilities-annotationvocabulary" ;
    dcterms:title "FIBO Annotation Vocabulary" ;
    dcterms:description "This vocabulary provides a set of metadata annotations for use in describing FIBO ontology elements. The annotations extend properties defined in the OMG's Commons Ontology Library (Commons) Annotation Vocabulary, in the Dublin Core Metadata Terms Vocabulary and in the W3C Simple Knowledge Organization System (SKOS) Vocabulary, and have been customized to suit the FIBO specification development process.   Note that any of the original properties provided in Dublin Core and SKOS can be used in addition to the terms provided herein. However, any Dublin Core terms that are not explicitly defined as OWL annotation properties in this ontology or in any of its imports must be so declared in the ontologies that use them." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://spec.edmcouncil.org/fibo/> ;
    vann:preferredNamespacePrefix "fibo-fnd-utilities-annotationvocabulary" ;
    vann:preferredNamespaceUri "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/fibo/FND/Utilities/AnnotationVocabulary.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/fibo/FND/Utilities/AnnotationVocabulary.ttl> ;
        inferal-catalog:sourcePath "imports/fibo/FND/Utilities/AnnotationVocabulary.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this FIBO dependency for local import closure." .

:omg-commons-annotationvocabulary
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-annotationvocabulary" ;
    dcterms:title "Commons Annotation Vocabulary" ;
    dcterms:description "The Annotation Vocabulary provides commonly used annotation properties for documentation to facilitate understanding. 		 		Note that this ontology defines a property hierarchy for a number of external annotations, including SKOS and Dublin Core annotations, to show how they relate to one another, although the semantics of OWL ignore this. Doing so emphasizes how the annotations are intended to be used and assists with integration in cases where different ontologies use different annotations and/or approaches." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-annotationvocabulary" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/AnnotationVocabulary/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/AnnotationVocabulary/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/AnnotationVocabulary.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/AnnotationVocabulary.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/AnnotationVocabulary.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-businessauthorizations
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-businessauthorizations" ;
    dcterms:title "Commons Business Authorizations Ontology" ;
    dcterms:description "This ontology defines the concept of authorization from a business perspective, rather than security or access control viewpoint, as a situation or state of affairs, including related parties. It was derived from the FIBO Executives ontology and simplified/adapted for broader use." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-businessauthorizations" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/BusinessAuthorizations/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/BusinessAuthorizations/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/BusinessAuthorizations.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/BusinessAuthorizations.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/BusinessAuthorizations.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-classifiers
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-classifiers" ;
    dcterms:title "Commons Classifiers Ontology" ;
    dcterms:description "This ontology defines abstract concepts for representation of classification schemes that enable the classification of arbitrary concepts into hierarchies (or partial orders) for use in many other ontologies, derived in part from the patterns defined in ISO 1087-1 for terminology work and ISO 11179-3, Metadata Registries." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-classifiers" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/Classifiers/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/Classifiers/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/Classifiers.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/Classifiers.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/Classifiers.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-codesandcodesets
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-codesandcodesets" ;
    dcterms:title "Commons Codes and Code Sets Ontology" ;
    dcterms:description "This ontology defines commonly used concepts for describing codes, including standardized codes such as ISO language, country, and other code sets, the North American Industry Classification System (NAICS) codes, and custom code sets that many organizations develop for various purposes, derived from the patterns specified in ISO 11179-3, Metadata Registries." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-codesandcodesets" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/CodesAndCodeSets/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/CodesAndCodeSets/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/CodesAndCodeSets.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/CodesAndCodeSets.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/CodesAndCodeSets.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-collections
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-collections" ;
    dcterms:title "Commons Collections Ontology" ;
    dcterms:description "The collections ontology defines commonly used concepts for arrangements and schemes for organizing information and collections of things, such as structured collections that may be organized according to some scheme, and related very high level mereology relations to enable association of things with such collections and schemes." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-collections" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/Collections/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/Collections/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/Collections.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/Collections.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/Collections.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-contextualdesignators
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-contextualdesignators" ;
    dcterms:title "Commons Contextual Designators Ontology" ;
    dcterms:description "The contextual designators ontology extends the designators ontology to incorporate applicable dates and times and facilitate the inclusion of other context that is commonly needed, derived in part from the patterns defined in ISO 11179-3, Metadata Registries." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-contextualdesignators" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/ContextualDesignators/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/ContextualDesignators/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/ContextualDesignators.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/ContextualDesignators.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/ContextualDesignators.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-contextualidentifiers
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-contextualidentifiers" ;
    dcterms:title "Commons Contextual Identifiers Ontology" ;
    dcterms:description "The contextual identifiers ontology defines commonly used concepts for describing more complex identifiers, including those that apply for some period of time as well as those that are structured and include other codes or identifiers." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-contextualidentifiers" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/ContextualIdentifiers/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/ContextualIdentifiers/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/ContextualIdentifiers.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/ContextualIdentifiers.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/ContextualIdentifiers.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-datesandtimes
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-datesandtimes" ;
    dcterms:title "Commons Dates and Times Ontology" ;
    dcterms:description "The dates and times ontology defines commonly used temporal concepts that cover those most frequently needed across domains, with a focus on terminology that is used in business applications. It is designed to be mappable to other date and time ontologies and specifications, such as the W3C Time Ontology in OWL (available at https://www.w3.org/TR/owl-time/), certain temporal elements in BFO 2020 (see https://basic-formal-ontology.org/bfo-2020.html), time concepts defined in schema.org, and the Object Management Group's Date Time Vocabulary (DTV) specification (available at https://www.omg.org/spec/DTV/), without the corresponding overhead or in some cases, issues. The concepts were originally derived from a number of date and time standards including ISO 8601:2004 Representation of Dates and Times. The ontology itself was derived from the Financial Industry Business Ontology (FIBO) Financial Dates ontology, with minor revisions to better reflect requirements for mapping to other ontologies." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-datesandtimes" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/DatesAndTimes/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/DatesAndTimes/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/DatesAndTimes.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/DatesAndTimes.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/DatesAndTimes.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-designators
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-designators" ;
    dcterms:title "Commons Designators Ontology" ;
    dcterms:description "The designators ontology defines commonly used concepts for naming, derived in part from the patterns defined in ISO 1087 for terminology work and ISO 11179-3, Metadata Registries. It includes several very high level semiotic relationships, including defines, describes, and denotes for associating designators with the concepts they reference." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-designators" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/Designators/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/Designators/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/Designators.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/Designators.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/Designators.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-documents
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-documents" ;
    dcterms:title "Commons Documents Ontology" ;
    dcterms:description "This ontology defines high-level concepts for representation of documents, including legal documents and records, such as a transaction record, purchase history, or payment history. It is deliberately lightweight in order to accommodate mappings to other document and bibliographic ontologies." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-documents" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/Documents/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/Documents/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/Documents.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/Documents.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/Documents.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-identifiers
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-identifiers" ;
    dcterms:title "Commons Identifiers Ontology" ;
    dcterms:description "The identifiers ontology defines commonly used concepts for describing identifiers and the identification schemes that define them, such as various national and international identifiers for legal entities, financial instruments, and the like, derived from the patterns specified in ISO 11179-3, Metadata Registries." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-identifiers" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/Identifiers/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/Identifiers/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/Identifiers.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/Identifiers.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/Identifiers.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-locations
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-locations" ;
    dcterms:title "Commons Locations Ontology" ;
    dcterms:description "This ontology provides a very high level definition of geographic region and geopolitical entity related concepts, including, but not limited to, countries, sub-country regions such as states and provinces, and municipalities. The representation was derived from a combination of ISO 3166, the UN M49 Region codes, Geonames, the SWIFT registry, the UN FAO and CIA World Factbook, and other sources. It aims to provide a systematic description of the vocabulary used for country and geopolitical entity representation, useful for mapping among the various names and codes for countries and their subdivisions used world-wide, including but not limited to FIPA and International Olympics codes for countries, (based strictly on requirements for business applications, not broader geographic or political uses).The terms defined herein terms are reused by the OMG's LCC controlled vocabulary representing ISO 3166 country and country subdivision codes, and may be mapped to other standards and de facto standards such as those mentioned." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-locations" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/Locations/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/Locations/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/Locations.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/Locations.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/Locations.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-organizations
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-organizations" ;
    dcterms:title "Commons Organizations Ontology" ;
    dcterms:description "This ontology defines high-level concepts for organizations, legal entities, and related terms, such as organization membership. It is purposefully underspecified to facilitate mapping to specific organization ontologies, such as the W3C organization ontology, organization from a business (BMM or BPMN) perspective, organization from a records management (RMS) and provenance (PPMN) perspective, and to other models describing organizations." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-organizations" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/Organizations/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/Organizations/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/Organizations.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/Organizations.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/Organizations.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-partiesandsituations
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-partiesandsituations" ;
    dcterms:title "Commons Parties and Situations Ontology" ;
    dcterms:description "This ontology defines the high-level concepts of parties and the roles they play in various situations." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-partiesandsituations" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/PartiesAndSituations/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/PartiesAndSituations/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/PartiesAndSituations.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/PartiesAndSituations.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/PartiesAndSituations.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-quantitiesandunits
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-quantitiesandunits" ;
    dcterms:title "Commons Quantities and Units Ontology" ;
    dcterms:description "This ontology provides a core set of concepts for quantities, units, systems of quantities, and systems of units. The most widely accepted, scrutinized, and globally used system of quantities and system of units are the International System of Quantities (ISQ) and the International System of Units (SI). They are formally standardized through [ISO 31] and [IEC 60027]. The harmonization of these two sets of standards into one new set [ISO/IEC 80000] has been published by ISO in 2009 and 2010. This ontology is based on the Object Management Group (OMG)'s SysML standard and on ISO/IEC 80000-1:2009, which refers normatively to the ISO/IEC Guide 99:2007. It is compatible with and can be mapped directly to the OMG Date Time Vocabulary (DTV) Quantities Ontology, the de-facto QUDT ontology representing Units of Measure, Quantity Kinds, Dimensions and Data Types (see http://www.qudt.org/), the Units of Measurement Ontology (UO) ontology available from the BioPortal (https://bioportal.bioontology.org/ontologies/UO) and others, as well as the quantities and units library in the SysML specification." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-quantitiesandunits" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/QuantitiesAndUnits/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/QuantitiesAndUnits/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/QuantitiesAndUnits.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/QuantitiesAndUnits.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/QuantitiesAndUnits.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-regulatoryagencies
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-regulatoryagencies" ;
    dcterms:title "Commons Regulatory Agencies Ontology" ;
    dcterms:description "This ontology defines general purpose concepts for representation of regulatory agencies, also known as regulatory authorities or regulators. It was derived from the FIBO Regulatory Agencies, Legal Capacity, and Jurisdictions ontologies and simplified/adapted for broader use." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-regulatoryagencies" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/RegulatoryAgencies/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/RegulatoryAgencies/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/RegulatoryAgencies.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/RegulatoryAgencies.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/RegulatoryAgencies.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-rolesandcompositions
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-rolesandcompositions" ;
    dcterms:title "Commons Roles and Compositions Ontology" ;
    dcterms:description "This ontology defines the high-level things defining roles, which enable specification of the various participants in something, and the notion of a composition, i.e., relating something that is a specification for a 'whole', such as a product or recipe, to its ingredients or constituents, potentially with respect to some context-specific requirements." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-rolesandcompositions" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/RolesAndCompositions/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/RolesAndCompositions/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/RolesAndCompositions.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/RolesAndCompositions.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/RolesAndCompositions.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-sitesandfacilities
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-sitesandfacilities" ;
    dcterms:title "Commons Sites and Facilities Ontology" ;
    dcterms:description "This ontology provides high-level concepts related to facilities, both virtual and physical, including sites that provide the context for various facilities." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-sitesandfacilities" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/SitesAndFacilities/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/SitesAndFacilities/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/SitesAndFacilities.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/SitesAndFacilities.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/SitesAndFacilities.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:omg-commons-textdatatype
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "omg-commons-textdatatype" ;
    dcterms:title "Commons Text Datatype Ontology" ;
    dcterms:description "The text datatype ontology defines a custom datatype that combines language tagged and plain string values. This text datatype is useful in cases where it is not clear whether string values will be tagged or not, but where it is anticipated that multilingual strings might be appropriate." ;
    dcterms:license <https://opensource.org/licenses/MIT> ;
    foaf:homepage <https://www.omg.org/spec/Commons/> ;
    vann:preferredNamespacePrefix "cmns-textdatatype" ;
    vann:preferredNamespaceUri "https://www.omg.org/spec/Commons/TextDatatype/" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.omg.org/spec/Commons/TextDatatype/> ;
        dcterms:issued "2026-07-03"^^xsd:date ;
        dcat:downloadURL <https://ontology.inferal.com/imports/omg-commons/TextDatatype.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/omg-commons/TextDatatype.ttl> ;
        inferal-catalog:sourcePath "imports/omg-commons/TextDatatype.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Vendored because selected FIBO legal-entity imports require this OMG Commons dependency for local import closure." .

:changeset
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "changeset" ;
    dcterms:title "Changeset Vocabulary" ;
    dcterms:description "Vocabulary for describing additions and removals between versions of RDF resource descriptions." ;
    dcterms:rights "Copyright (c) 2005 Talis Information Ltd." ;
    foaf:homepage <https://vocab.org/changeset/schema> ;
    vann:preferredNamespacePrefix "cs" ;
    vann:preferredNamespaceUri "http://purl.org/vocab/changeset/schema#" ;
    dcterms:modified "2009-05-18"^^xsd:date ;
    owl:versionInfo "2009-05-18" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://ontology.inferal.com/imports/changeset/changeset-schema-20090518.rdf> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/changeset/changeset-schema-20090518.ttl> ;
        inferal-catalog:derivedFromPath "imports/changeset/changeset-schema-20090518.rdf" ;
        dcat:accessURL <https://ontology.inferal.com/imports/changeset/changeset-schema-20090518.ttl> ;
        inferal-catalog:sourcePath "imports/changeset/changeset-schema-20090518.ttl" ;
        dcat:mediaType "text/turtle" ;
        rdfs:comment "Generated 2026-05-28 from the vendored RDF/XML artifact; SHA-256 5a170c8a597aa43dfb1c5054c524dcddd67366d80db8ee31a9741e1de0012c94." ;
    ] ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://vocab.org/changeset/schema-20090518.rdf> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/changeset/changeset-schema-20090518.rdf> ;
        dcat:accessURL <https://ontology.inferal.com/imports/changeset/changeset-schema-20090518.rdf> ;
        inferal-catalog:sourcePath "imports/changeset/changeset-schema-20090518.rdf" ;
        dcat:mediaType "application/rdf+xml" ;
        rdfs:comment "Retrieved 2026-05-28 from the upstream RDF/XML alternate; SHA-256 eba42ddf600e67919e0a1bf5c31e856b4411cf3aa3bb26f8f5a258a77f4f3e40." ;
    ] ;
    rdfs:comment "Use Changeset for RDF delta descriptions when a model needs explicit added and removed statement sets." .

:goodrelations
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "goodrelations" ;
    dcterms:title "GoodRelations Ontology" ;
    dcterms:description "E-commerce, offers, prices, products, business entities, and web commerce semantics." ;
    dcterms:license "Creative Commons Attribution 3.0" ;
    foaf:homepage <http://www.heppnetz.de/projects/goodrelations/> ;
    vann:preferredNamespacePrefix "gr" ;
    vann:preferredNamespaceUri "http://purl.org/goodrelations/v1#" ;
    dcterms:modified "2011-10-01"^^xsd:date ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://ontology.inferal.com/imports/goodrelations/goodrelations-v1.owl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/goodrelations/goodrelations-v1.ttl> ;
        inferal-catalog:derivedFromPath "imports/goodrelations/goodrelations-v1.owl" ;
        dcat:accessURL <https://ontology.inferal.com/imports/goodrelations/goodrelations-v1.ttl> ;
        inferal-catalog:sourcePath "imports/goodrelations/goodrelations-v1.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://www.heppnetz.de/ontologies/goodrelations/v1.owl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/goodrelations/goodrelations-v1.owl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/goodrelations/goodrelations-v1.owl> ;
        inferal-catalog:sourcePath "imports/goodrelations/goodrelations-v1.owl" ;
        dcat:mediaType "application/rdf+xml" ;
    ] .

:rml
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "rml" ;
    dcterms:title "RML: Generic Mapping Language for RDF" ;
    dcterms:description "Original RML vocabulary for describing mappings from heterogeneous structured sources such as CSV, TSV, XML, and JSON to RDF." ;
    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
    foaf:homepage <https://rml.io/specs/rml/> ;
    vann:preferredNamespacePrefix "rml" ;
    vann:preferredNamespaceUri "http://semweb.mmlab.be/ns/rml#" ;
    dcterms:issued "2013-07-01"^^xsd:date ;
    dcterms:modified "2014-09-10"^^xsd:date ;
    owl:imports <http://www.w3.org/ns/r2rml#> ;
    voaf:extends :r2rml ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <http://semweb.mmlab.be/ns/rml#> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/rml/rml.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/rml/rml.ttl> ;
        inferal-catalog:sourcePath "imports/rml/rml.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Imported for RML mapping descriptions. The source Turtle also defines the ql reference formulation individuals used by the original RML specification." .

:eu-cpa-2-2
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "eu-cpa-2.2" ;
    dcterms:title "Statistical classification of products by activity, 2.2 (CPA 2.2)" ;
    dcterms:description "Generated local SKOS extract of Eurostat CPA 2.2 for product/service offering classifications." ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:source <https://ec.europa.eu/eurostat/web/cpa/overview> ;
    dcterms:source <https://showvoc.op.europa.eu/> ;
    dcterms:created "2026-07-03"^^xsd:date ;
    prov:wasDerivedFrom <http://data.europa.eu/ehl/cpa22/cpa22> ;
    vann:preferredNamespacePrefix "cpa22" ;
    vann:preferredNamespaceUri "http://data.europa.eu/ehl/cpa22/" ;
    owl:versionInfo "2.2" ;
    voaf:reliesOn :skos ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://showvoc.op.europa.eu/> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/eu-taxonomies/cpa-2.2.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/eu-taxonomies/cpa-2.2.ttl> ;
        inferal-catalog:sourcePath "imports/eu-taxonomies/cpa-2.2.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Use CPA 2.2 as the broad EU goods-and-services classification backbone for commercial offering classifications. Refresh the local Turtle extract with imports/eu-taxonomies/generate.mjs rather than editing concepts by hand." .

:eu-cpv-2008
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "eu-cpv-2008" ;
    dcterms:title "Common Procurement Vocabulary (CPV 2008)" ;
    dcterms:description "Generated local SKOS extract of the EU Common Procurement Vocabulary for procurement-facing product/service classifications." ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:source <https://single-market-economy.ec.europa.eu/single-market/public-procurement/digital-procurement/common-procurement-vocabulary_en> ;
    dcterms:source <https://showvoc.op.europa.eu/> ;
    dcterms:created "2026-07-03"^^xsd:date ;
    prov:wasDerivedFrom <http://data.europa.eu/cpv/cpv> ;
    vann:preferredNamespacePrefix "cpv" ;
    vann:preferredNamespaceUri "http://data.europa.eu/cpv/cpv/" ;
    owl:versionInfo "2008" ;
    voaf:reliesOn :skos ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://showvoc.op.europa.eu/> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/eu-taxonomies/cpv-2008.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/eu-taxonomies/cpv-2008.ttl> ;
        inferal-catalog:sourcePath "imports/eu-taxonomies/cpv-2008.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Use CPV 2008 for procurement-facing product, works, and service classifications. Refresh the local Turtle extract with imports/eu-taxonomies/generate.mjs rather than editing concepts by hand." .

:bfo-2020
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "bfo-2020" ;
    dcterms:title "Basic Formal Ontology 2020" ;
    dcterms:description "Top-level ontology conformant with ISO/IEC 21838-1, providing common upper-level classes and relations such as object, process, continuant, and occurrent." ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:source <https://github.com/BFO-ontology/BFO-2020> ;
    foaf:homepage <https://basic-formal-ontology.org/> ;
    vann:preferredNamespacePrefix "bfo" ;
    vann:preferredNamespaceUri "http://purl.obolibrary.org/obo/bfo#" ;
    dcterms:modified "2020"^^xsd:gYear ;
    owl:versionInfo "2020; master@dd89f4a193038b66ef0e891d546c05a5b477f40f" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/BFO-ontology/BFO-2020/master/21838-2/owl/bfo-core.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/bfo/bfo-core.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/bfo/bfo-core.ttl> ;
        inferal-catalog:sourcePath "imports/bfo/bfo-core.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "Use BFO as the top-level ontology foundation for modules or imported ontologies, such as Common Core Ontologies, that require BFO-aligned continuant and occurrent distinctions." .

:common-core-ontologies
    a mod:SemanticArtefact, voaf:Vocabulary, dcat:Catalog ;
    dcterms:identifier "common-core-ontologies" ;
    dcterms:title "Common Core Ontologies" ;
    dcterms:description "A mid-level ontology suite for agents, artifacts, events, facilities, geospatial entities, information entities, qualities, time, units, currencies, and extended relations." ;
    dcterms:license "BSD-3-Clause" ;
    dcterms:source <https://github.com/CommonCoreOntology/CommonCoreOntologies/tree/develop/src/cco-modules> ;
    foaf:homepage <https://commoncoreontology.github.io/cco-webpage/classes-and-relations/> ;
    dcterms:hasPart
        :cco-agent ,
        :cco-artifact ,
        :cco-currency-unit ,
        :cco-event ,
        :cco-extended-relation ,
        :cco-facility ,
        :cco-geospatial ,
        :cco-information-entity ,
        :cco-quality ,
        :cco-time ,
        :cco-units-of-measure ;
    vann:preferredNamespacePrefix "cco" ;
    vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
    dcterms:modified "2024-11-06"^^xsd:date ;
    owl:versionInfo "Version 2.1; develop@d9b266a400c770b13b4efa85baabcf285953a1ba" ;
    rdfs:comment "Use Common Core Ontologies as reusable mid-level ontology modules when Inferal modules need BFO-aligned terms for agents, artifacts, events, places, information, qualities, time, or units." .

:cco-agent
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "cco-agent" ;
    dcterms:title "Common Core Agent Ontology" ;
    dcterms:description "CCO module for agents and agent-related social, organizational, and role concepts." ;
    dcterms:isPartOf :common-core-ontologies ;
    dcterms:license "BSD-3-Clause" ;
    foaf:homepage <https://commoncoreontology.github.io/cco-webpage/classes-and-relations/> ;
    vann:preferredNamespacePrefix "cco" ;
    vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
    dcterms:modified "2024-11-06"^^xsd:date ;
    owl:versionInfo "Version 2.1" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/CommonCoreOntology/CommonCoreOntologies/develop/src/cco-modules/AgentOntology.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/cco/AgentOntology.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/cco/AgentOntology.ttl> ;
        inferal-catalog:sourcePath "imports/cco/AgentOntology.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:cco-artifact
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "cco-artifact" ;
    dcterms:title "Common Core Artifact Ontology" ;
    dcterms:description "CCO module for artifacts, designed systems, artifact functions, and artifact-related classifications." ;
    dcterms:isPartOf :common-core-ontologies ;
    dcterms:license "BSD-3-Clause" ;
    foaf:homepage <https://commoncoreontology.github.io/cco-webpage/classes-and-relations/> ;
    vann:preferredNamespacePrefix "cco" ;
    vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
    dcterms:modified "2024-11-06"^^xsd:date ;
    owl:versionInfo "Version 2.1" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/CommonCoreOntology/CommonCoreOntologies/develop/src/cco-modules/ArtifactOntology.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/cco/ArtifactOntology.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/cco/ArtifactOntology.ttl> ;
        inferal-catalog:sourcePath "imports/cco/ArtifactOntology.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:cco-currency-unit
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "cco-currency-unit" ;
    dcterms:title "Common Core Currency Unit Ontology" ;
    dcterms:description "CCO module for currencies issued and used by countries." ;
    dcterms:isPartOf :common-core-ontologies ;
    dcterms:license "BSD-3-Clause" ;
    foaf:homepage <https://commoncoreontology.github.io/cco-webpage/classes-and-relations/> ;
    vann:preferredNamespacePrefix "cco" ;
    vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
    dcterms:modified "2024-11-06"^^xsd:date ;
    owl:versionInfo "Version 2.1" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/CommonCoreOntology/CommonCoreOntologies/develop/src/cco-modules/CurrencyUnitOntology.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/cco/CurrencyUnitOntology.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/cco/CurrencyUnitOntology.ttl> ;
        inferal-catalog:sourcePath "imports/cco/CurrencyUnitOntology.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:cco-event
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "cco-event" ;
    dcterms:title "Common Core Event Ontology" ;
    dcterms:description "CCO module for events, processes, acts, and event-related relations." ;
    dcterms:isPartOf :common-core-ontologies ;
    dcterms:license "BSD-3-Clause" ;
    foaf:homepage <https://commoncoreontology.github.io/cco-webpage/classes-and-relations/> ;
    vann:preferredNamespacePrefix "cco" ;
    vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
    dcterms:modified "2024-11-06"^^xsd:date ;
    owl:versionInfo "Version 2.1" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/CommonCoreOntology/CommonCoreOntologies/develop/src/cco-modules/EventOntology.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/cco/EventOntology.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/cco/EventOntology.ttl> ;
        inferal-catalog:sourcePath "imports/cco/EventOntology.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:cco-extended-relation
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "cco-extended-relation" ;
    dcterms:title "Common Core Extended Relation Ontology" ;
    dcterms:description "CCO module for additional relations used across Common Core modules." ;
    dcterms:isPartOf :common-core-ontologies ;
    dcterms:license "BSD-3-Clause" ;
    foaf:homepage <https://commoncoreontology.github.io/cco-webpage/classes-and-relations/> ;
    vann:preferredNamespacePrefix "cco" ;
    vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
    dcterms:modified "2024-11-06"^^xsd:date ;
    owl:versionInfo "Version 2.1" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/CommonCoreOntology/CommonCoreOntologies/develop/src/cco-modules/ExtendedRelationOntology.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/cco/ExtendedRelationOntology.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/cco/ExtendedRelationOntology.ttl> ;
        inferal-catalog:sourcePath "imports/cco/ExtendedRelationOntology.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:cco-facility
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "cco-facility" ;
    dcterms:title "Common Core Facility Ontology" ;
    dcterms:description "CCO module for facilities and facility-related artifact and site concepts." ;
    dcterms:isPartOf :common-core-ontologies ;
    dcterms:license "BSD-3-Clause" ;
    foaf:homepage <https://commoncoreontology.github.io/cco-webpage/classes-and-relations/> ;
    vann:preferredNamespacePrefix "cco" ;
    vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
    dcterms:modified "2024-11-06"^^xsd:date ;
    owl:versionInfo "Version 2.1" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/CommonCoreOntology/CommonCoreOntologies/develop/src/cco-modules/FacilityOntology.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/cco/FacilityOntology.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/cco/FacilityOntology.ttl> ;
        inferal-catalog:sourcePath "imports/cco/FacilityOntology.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:cco-geospatial
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "cco-geospatial" ;
    dcterms:title "Common Core Geospatial Ontology" ;
    dcterms:description "CCO module for geospatial regions, locations, and geospatial relations." ;
    dcterms:isPartOf :common-core-ontologies ;
    dcterms:license "BSD-3-Clause" ;
    foaf:homepage <https://commoncoreontology.github.io/cco-webpage/classes-and-relations/> ;
    vann:preferredNamespacePrefix "cco" ;
    vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
    dcterms:modified "2024-11-06"^^xsd:date ;
    owl:versionInfo "Version 2.1" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/CommonCoreOntology/CommonCoreOntologies/develop/src/cco-modules/GeospatialOntology.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/cco/GeospatialOntology.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/cco/GeospatialOntology.ttl> ;
        inferal-catalog:sourcePath "imports/cco/GeospatialOntology.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:cco-information-entity
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "cco-information-entity" ;
    dcterms:title "Common Core Information Entity Ontology" ;
    dcterms:description "CCO module for information content entities, identifiers, documents, plans, and representations." ;
    dcterms:isPartOf :common-core-ontologies ;
    dcterms:license "BSD-3-Clause" ;
    foaf:homepage <https://commoncoreontology.github.io/cco-webpage/classes-and-relations/> ;
    vann:preferredNamespacePrefix "cco" ;
    vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
    dcterms:modified "2024-11-06"^^xsd:date ;
    owl:versionInfo "Version 2.1" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/CommonCoreOntology/CommonCoreOntologies/develop/src/cco-modules/InformationEntityOntology.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/cco/InformationEntityOntology.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/cco/InformationEntityOntology.ttl> ;
        inferal-catalog:sourcePath "imports/cco/InformationEntityOntology.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:cco-quality
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "cco-quality" ;
    dcterms:title "Common Core Quality Ontology" ;
    dcterms:description "CCO module for qualities and quality-related measurement concepts." ;
    dcterms:isPartOf :common-core-ontologies ;
    dcterms:license "BSD-3-Clause" ;
    foaf:homepage <https://commoncoreontology.github.io/cco-webpage/classes-and-relations/> ;
    vann:preferredNamespacePrefix "cco" ;
    vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
    dcterms:modified "2024-11-06"^^xsd:date ;
    owl:versionInfo "Version 2.1" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/CommonCoreOntology/CommonCoreOntologies/develop/src/cco-modules/QualityOntology.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/cco/QualityOntology.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/cco/QualityOntology.ttl> ;
        inferal-catalog:sourcePath "imports/cco/QualityOntology.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:cco-time
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "cco-time" ;
    dcterms:title "Common Core Time Ontology" ;
    dcterms:description "CCO module for temporal regions, temporal intervals, and temporal relations." ;
    dcterms:isPartOf :common-core-ontologies ;
    dcterms:license "BSD-3-Clause" ;
    foaf:homepage <https://commoncoreontology.github.io/cco-webpage/classes-and-relations/> ;
    vann:preferredNamespacePrefix "cco" ;
    vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
    dcterms:modified "2024-11-06"^^xsd:date ;
    owl:versionInfo "Version 2.1" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/CommonCoreOntology/CommonCoreOntologies/develop/src/cco-modules/TimeOntology.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/cco/TimeOntology.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/cco/TimeOntology.ttl> ;
        inferal-catalog:sourcePath "imports/cco/TimeOntology.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .

:cco-units-of-measure
    a mod:SemanticArtefact, voaf:Vocabulary ;
    dcterms:identifier "cco-units-of-measure" ;
    dcterms:title "Common Core Units of Measure Ontology" ;
    dcterms:description "CCO module for measurement units and unit-related classifications." ;
    dcterms:isPartOf :common-core-ontologies ;
    dcterms:license "BSD-3-Clause" ;
    foaf:homepage <https://commoncoreontology.github.io/cco-webpage/classes-and-relations/> ;
    vann:preferredNamespacePrefix "cco" ;
    vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
    dcterms:modified "2024-11-06"^^xsd:date ;
    owl:versionInfo "Version 2.1" ;
    dcat:distribution [
        a dcat:Distribution ;
        dcterms:source <https://raw.githubusercontent.com/CommonCoreOntology/CommonCoreOntologies/develop/src/cco-modules/UnitsOfMeasureOntology.ttl> ;
        dcat:downloadURL <https://ontology.inferal.com/imports/cco/UnitsOfMeasureOntology.ttl> ;
        dcat:accessURL <https://ontology.inferal.com/imports/cco/UnitsOfMeasureOntology.ttl> ;
        inferal-catalog:sourcePath "imports/cco/UnitsOfMeasureOntology.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] .
