git

The Git distributed version control system.

Structure

Types: gmeow:RepositoryType

Practical Pattern

Use gmeow:repoTypeGit as a controlled value typed as gmeow:RepositoryType.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Commit History

ex:repo a gmeow:Repository ;
    rdfs:label           "myapp.git"@en ;
    gmeow:repositoryType gmeow:repoTypeGit .

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: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:repoTypeGit projection doap projects to / = doap:GitRepository gmeow:mapDoapGitRepository; confidence 0.95