repository type
- CURIE:
gmeow:repositoryType - IRI: https://blackcatinformatics.ca/gmeow/repositoryType
- Category: property
- Defined by:
gmeow:slices/software - Box roles: RBox role (What is this?)
The version-control system of a repository — a value from the open gmeow:RepositoryType vocabulary (git, hg, svn, fossil, …). Functional: a repository has exactly one VCS type.
Structure
Property shape: object property; gmeow:Repository -> gmeow:RepositoryType; functional
Practical Pattern
Use gmeow:repositoryType from gmeow:Repository to gmeow:RepositoryType when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Commit History
- Source:
slices/extensions/software/examples/commit-history.ttl - Examples catalog: open in catalog#example-slices-extensions-software-examples-commit-history
ex:repo a gmeow:Repository ;
rdfs:label "myapp.git"@en ;
gmeow:repositoryType gmeow:repoTypeGit .
Lillith Dataset
- Source:
slices/extensions/graphrag/examples/lillith-dataset.ttl - Examples catalog: open in catalog#example-slices-extensions-graphrag-examples-lillith-dataset
# --- The pipeline run as a verifiable workflow (Workflow Run Crate model, the Workflow
# Run Crate substrate): the extraction pipeline lives in a repository, its
# workflow definition is the buildConfigUri, the run is a BuildActivity
# performed by a Builder, and the published crate is the Distribution.
ex:pipeline-repo a gmeow:Repository ;
rdfs:label "lillith-pipeline repository"@en ;
gmeow:repositoryType gmeow:repoTypeGit ;
gmeow:cloneUrl "https://example.org/lillith-pipeline.git";
gmeow:webUrl "https://example.org/lillith-pipeline".
Common Companion Terms
gmeow:Repository, gmeow:RepositoryType
Projects To
| Profile | External Targets |
|---|---|
doap |
doap |
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:repositoryType |
projection | doap |
projects to / = | doap:GitRepository | gmeow:mapDoapGitRepository; confidence 0.95 |