@prefix agroportal: <http://agroportal.lirmm.fr/ontologies/> .
@prefix biodivportal: <https://biodivportal.gfbio.org/ontologies/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix ecoportal: <http://ecoportal.lifewatch.eu/ontologies/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:agroportal dcterms:hasPart agroportal:SUMSO .

bioregistry.metaresource:biodivportal dcterms:hasPart biodivportal:SUMSO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:sumso .

bioregistry.metaresource:ecoportal dcterms:hasPart ecoportal:SUMSO .

bioregistry:sumso a bioregistry.schema:0000001 ;
    rdfs:label "Sustainable Meat Systems Ontology" ;
    dcterms:description """The Sustainable Meat Systems Ontology (SuMSO) is a domain ontology addressing meat systems sustainability. It extends Sustainability Core Ontology (SCO) and Basic Formal Ontology (BFO). Currently, SuMSO provides a representation of the core architectural features of a sustainable meat system, focusing on cow-derived meat as an initial use case. SuMSO deals with meat in a broad sense: it contemplates the liaisons with other cow-derived materials, such as leather and bones., SuMSO is a domain of ontology, representing meat systems sustainability. Currently, this resource provides the core ontological module of SuMSO that deals with the essential architectural features of a sustainable meat system. This ontological module addresses meat in a broad, genuine sense focusing on cow-derived meat as a starting use-case example. It does not address features related to fish, insects, novel meats, and plant-based meats. The SuMSO core ontological module aims to be the starting basis on which to extend SuMSO to more comprehensively represent meat systems sustainability., representing meat systems sustainability.

Currently"""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/gioUbbiali/Sustainable-Meat-Systems-Ontology> ;
    skos:exactMatch agroportal:SUMSO,
        ecoportal:SUMSO,
        biodivportal:SUMSO ;
    foaf:homepage <https://www.w3id.org/sumso/repo> ;
    bioregistry.schema:0000005 "0000015"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/sumso#SuMSO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Giorgio A. Ubbiali" ;
            foaf:mbox "ga.ubbiali@gmail.com" ] ;
    bioregistry.schema:0000024 "https://w3id.org/sumso#SuMSO_"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/sumso#SuMSO_0000015> ;
    bioregistry.schema:0000029 "sumso" .

agroportal:SUMSO dcterms:isPartOf bioregistry.metaresource:agroportal .

ecoportal:SUMSO dcterms:isPartOf bioregistry.metaresource:ecoportal .

biodivportal:SUMSO dcterms:isPartOf bioregistry.metaresource:biodivportal .

