Group
auto-generated from model/.php via pre-commit hook*
Example (JSON-LD):
{
"@id": "https://databus.dbpedia.org/janni/onto_dep_projectx",
"@type": "Group",
}Spec (OWL, SHACL, JSON-LD Context)
databus:Group a owl:Class ;
rdfs:label "Databus Group"@en ;
rdfs:comment """A Databus Group is a container owned by a Databus user that bundles Databus Artifacts intended to form a meaningful unit."""@en ;
rdfs:subClassOf prov:Entity ;
rdfs:isDefinedBy <https://dataid.dbpedia.org/databus#> .
<#group-exists>
a sh:NodeShape ;
sh:targetNode databus:Group ;
sh:property [
sh:path [ sh:inversePath rdf:type ] ;
sh:minCount 1 ;
sh:maxCount 1;
sh:message "Exactly one subject with an rdf:type of databus:Group must occur."@en ;
] ;
sh:property [
sh:path [ sh:inversePath rdf:type ] ;
sh:nodekind sh:IRI ;
sh:pattern "^[\\w+.-]+:\\/\\/[\\w+.:-]+\\/[\\w+.-]{4,}\\/[\\w+.-]{3,}$" ;
sh:message "IRI for databus:Group must be a 2-segment URI and match ^[\\w+.-]+:\\/\\/[\\w+.:-]+\\/[\\w+.-]{4,}\\/[\\w+.-]{3,}$"@en ;
] .title (Group)
Example (JSON-LD):
Spec (OWL, SHACL, JSON-LD Context)
Example (JSON-LD):
Spec (OWL, SHACL, JSON-LD Context)
description (Group)
Example (JSON-LD):
Spec (OWL, SHACL, JSON-LD Context)
Last updated