Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Feb 19, 2024
2 parents bfe8fb7 + 5eb1b77 commit 4108cf6
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 0 deletions.
45 changes: 45 additions & 0 deletions specification-elements/defs/08-131r3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
Validation Report
Conforms: False
Results (7):
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:maxCount Literal("1", datatype=xsd:integer) ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:or ( [ sh:datatype xsd:string ] [ sh:datatype rdf:langString ] ) ; sh:path skos:definition ]
Focus Node: docs:08-131r3
Result Path: skos:definition
Message: Less than 1 values on docs:08-131r3->skos:definition
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: [ sh:minCount Literal("1", datatype=xsd:integer) ; sh:or ( [ sh:datatype xsd:string ] [ sh:datatype rdf:langString ] ) ; sh:path skos:prefLabel ; sh:uniqueLang Literal("true" = True, datatype=xsd:boolean) ]
Focus Node: docs:08-131r3
Result Path: skos:prefLabel
Message: Less than 1 values on docs:08-131r3->skos:prefLabel
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: <http://www.opengis.net/def/ont/modspec/Specification-modspec_authority>
Focus Node: docs:08-131r3
Result Path: <http://www.opengis.net/def/ont/modspec/authority>
Message: Less than 1 values on docs:08-131r3-><http://www.opengis.net/def/ont/modspec/authority>
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: <http://www.opengis.net/def/ont/modspec/Specification-modspec_date>
Focus Node: docs:08-131r3
Result Path: <http://www.opengis.net/def/ont/modspec/date>
Message: Less than 1 values on docs:08-131r3-><http://www.opengis.net/def/ont/modspec/date>
Constraint Violation in MinCountConstraintComponent (http://www.w3.org/ns/shacl#MinCountConstraintComponent):
Severity: sh:Violation
Source Shape: <http://www.opengis.net/def/ont/modspec/Specification-modspec_status>
Focus Node: docs:08-131r3
Result Path: <http://www.opengis.net/def/ont/modspec/status>
Message: Less than 1 values on docs:08-131r3-><http://www.opengis.net/def/ont/modspec/status>
Validation Result in OrConstraintComponent (http://www.w3.org/ns/shacl#OrConstraintComponent):
Severity: sh:Warning
Source Shape: <https://w3id.org/profile/vocpub/shapes/Requirement-2.3.4>
Focus Node: docs:08-131r3
Value Node: docs:08-131r3
Message: Requirement 2.1.7 Provenance for a Concept _SHOULD_ be indicated by at least one of the following properties: dcterms:provenance, dcterms:source or prov:wasDerivedFrom.
Constraint Violation in OrConstraintComponent (http://www.w3.org/ns/shacl#OrConstraintComponent):
Severity: sh:Violation
Source Shape: <https://w3id.org/profile/vocpub/shapes/Requirement-2.3.3>
Focus Node: docs:08-131r3
Value Node: docs:08-131r3
Message: Requirement 2.3.3 Each skos:Concept in a vocabulary _MUST_ indicate that it appears within that vocabulary's hierarchy of terms by use of either or both `skos:inScheme` and `skos:topConceptOf` properties
29 changes: 29 additions & 0 deletions specification-elements/defs/entailed/08-131r3.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[
{
"@id": "http://www.opengis.net/def/docs/08-131r3",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"http://www.opengis.net/def/ont/modspec/Specification"
],
"http://www.opengis.net/def/metamodel/ogc-na/implementation": [
{
"@id": "http://www.opengis.net/def/ont/modspec"
}
],
"http://www.opengis.net/def/metamodel/ogc-na/status": [
{
"@id": "http://www.opengis.net/def/status/under-development"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "ModSpec"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
{
"@id": "http://www.opengis.net/def/docs"
}
]
}
]
15 changes: 15 additions & 0 deletions specification-elements/defs/entailed/08-131r3.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:policy="http://www.opengis.net/def/metamodel/ogc-na/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://www.opengis.net/def/docs/08-131r3">
<skos:inScheme rdf:resource="http://www.opengis.net/def/docs"/>
<policy:status rdf:resource="http://www.opengis.net/def/status/under-development"/>
<skos:altLabel>ModSpec</skos:altLabel>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdf:type rdf:resource="http://www.opengis.net/def/ont/modspec/Specification"/>
<policy:implementation rdf:resource="http://www.opengis.net/def/ont/modspec"/>
</rdf:Description>
</rdf:RDF>
12 changes: 12 additions & 0 deletions specification-elements/defs/entailed/08-131r3.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@prefix docs: <http://www.opengis.net/def/docs/> .
@prefix policy: <http://www.opengis.net/def/metamodel/ogc-na/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix spec: <http://www.opengis.net/def/ont/modspec/> .

docs:08-131r3 a spec:Specification,
skos:Concept ;
policy:implementation <http://www.opengis.net/def/ont/modspec> ;
policy:status <http://www.opengis.net/def/status/under-development> ;
skos:altLabel "ModSpec" ;
skos:inScheme <http://www.opengis.net/def/docs> .

0 comments on commit 4108cf6

Please sign in to comment.