<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://w3id.org/itsmo#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata="http://data.bioontology.org/metadata/" xmlns:skos="http://www.w3.org/2004/02/skos/core#"> <owl:Class rdf:about="https://w3id.org/itsmo#ObjectRepository"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:comment>an service management entity with a state that can be versioned and managed in a repository</rdfs:comment> <rdfs:label xml:lang="en">ObjectRepository</rdfs:label> <metadata:prefixIRI>ObjectRepository</metadata:prefixIRI> <metadata:def/prefLabel xml:lang="en">ObjectRepository</metadata:def/prefLabel> <metadata:def/mappingLoom>objectrepository</metadata:def/mappingLoom> <metadata:def/mappingSameURI rdf:resource="https://w3id.org/itsmo#ObjectRepository"/> <rdfs:isDefinedBy rdf:resource="https://w3id.org/itsmo#"/> <skos:editorialNote xml:lang="en">think it as a git repository</skos:editorialNote> </owl:Class> <ns0:ObjectRepository rdf:about="https://w3id.org/itsmo#"> </ns0:ObjectRepository> <rdf:Description rdf:about="https://w3id.org/itsmo#ArtifactRegistry"> <rdfs:subClassOf> <rdf:Description rdf:about="https://w3id.org/itsmo#ObjectRepository"> <metadata:def/mappingSameURI rdf:resource="https://w3id.org/itsmo#ObjectRepository"/> </rdf:Description> </rdfs:subClassOf> </rdf:Description> <rdf:Description rdf:about="https://w3id.org/itsmo#GitHubProject"> <rdfs:subClassOf rdf:resource="https://w3id.org/itsmo#ObjectRepository"/> </rdf:Description> <rdf:Description rdf:about="https://w3id.org/itsmo#GitLabProject"> <rdfs:subClassOf rdf:resource="https://w3id.org/itsmo#ObjectRepository"/> </rdf:Description> <rdf:Description rdf:about="https://w3id.org/itsmo#hasOwner"> <rdfs:domain rdf:resource="https://w3id.org/itsmo#ObjectRepository"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://w3id.org/itsmo#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata="http://data.bioontology.org/metadata/" xmlns:skos="http://www.w3.org/2004/02/skos/core#">
  <owl:Class rdf:about="https://w3id.org/itsmo#ObjectRepository">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:comment>an service management entity with a state that can be versioned and managed in a repository</rdfs:comment>
    <rdfs:label xml:lang="en">ObjectRepository</rdfs:label>
    <metadata:prefixIRI>ObjectRepository</metadata:prefixIRI>
    <metadata:def/prefLabel xml:lang="en">ObjectRepository</metadata:def/prefLabel>
    <metadata:def/mappingLoom>objectrepository</metadata:def/mappingLoom>
    <metadata:def/mappingSameURI rdf:resource="https://w3id.org/itsmo#ObjectRepository"/>
    <rdfs:isDefinedBy rdf:resource="https://w3id.org/itsmo#"/>
    <skos:editorialNote xml:lang="en">think it as  a git repository</skos:editorialNote>
  </owl:Class>
  <ns0:ObjectRepository rdf:about="https://w3id.org/itsmo#">
  </ns0:ObjectRepository>
  <rdf:Description rdf:about="https://w3id.org/itsmo#ArtifactRegistry">
    <rdfs:subClassOf>
      <rdf:Description rdf:about="https://w3id.org/itsmo#ObjectRepository">
        <metadata:def/mappingSameURI rdf:resource="https://w3id.org/itsmo#ObjectRepository"/>
      </rdf:Description>
    </rdfs:subClassOf>
  </rdf:Description>
  <rdf:Description rdf:about="https://w3id.org/itsmo#GitHubProject">
    <rdfs:subClassOf rdf:resource="https://w3id.org/itsmo#ObjectRepository"/>
  </rdf:Description>
  <rdf:Description rdf:about="https://w3id.org/itsmo#GitLabProject">
    <rdfs:subClassOf rdf:resource="https://w3id.org/itsmo#ObjectRepository"/>
  </rdf:Description>
  <rdf:Description rdf:about="https://w3id.org/itsmo#hasOwner">
    <rdfs:domain rdf:resource="https://w3id.org/itsmo#ObjectRepository"/>
  </rdf:Description>
</rdf:RDF>