This wiki document defines the structure and requirements for documents describing software binaries and tool suites.
NodeShape
SoftwareApplication Validation Shape
Backlinks
Categories:
Talk / Local Notes: SoftwareApplication Validation Shape
Your personal scratchpad for this page (saved locally in browser)
0 characters
View Source: SoftwareApplication Validation Shape
Raw Markdown source code of the document
Metadata: SoftwareApplication Validation Shape
RDF representation compiled from frontmatter
Format
{
"@context": {
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"schema": "https://schema.org/",
"sh": "http://www.w3.org/ns/shacl#",
"wiki": "https://wazootech.github.io/wiki/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "_:blank-shproperty-139929264661376",
"sh:datatype": {
"@id": "xsd:string"
},
"sh:minCount": 1,
"sh:path": {
"@id": "schema:description"
}
},
{
"@id": "wiki:Software_Application_Shape",
"@type": "sh:NodeShape",
"rdfs:comment": "Validation rules for software inventory items.",
"rdfs:label": "SoftwareApplication Shape",
"sh:property": [
{
"@id": "_:blank-shproperty-139929267138560"
},
{
"@id": "_:blank-shproperty-139929264691072"
},
{
"@id": "_:blank-shproperty-139929264661376"
}
],
"sh:targetClass": {
"@id": "schema:SoftwareApplication"
}
},
{
"@id": "_:blank-shproperty-139929267138560",
"sh:datatype": {
"@id": "xsd:string"
},
"sh:minCount": 1,
"sh:path": {
"@id": "schema:name"
}
},
{
"@id": "_:blank-shproperty-139929264691072",
"sh:datatype": {
"@id": "xsd:string"
},
"sh:path": {
"@id": "schema:softwareVersion"
}
}
]
}
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix wiki: <https://wazootech.github.io/wiki/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
wiki:Software_Application_Shape a sh:NodeShape ;
rdfs:label "SoftwareApplication Shape" ;
rdfs:comment "Validation rules for software inventory items." ;
sh:property <_:blank-shproperty-139929264661376>,
<_:blank-shproperty-139929264691072>,
<_:blank-shproperty-139929267138560> ;
sh:targetClass schema:SoftwareApplication .
<_:blank-shproperty-139929264661376> sh:datatype xsd:string ;
sh:minCount 1 ;
sh:path schema:description .
<_:blank-shproperty-139929264691072> sh:datatype xsd:string ;
sh:path schema:softwareVersion .
<_:blank-shproperty-139929267138560> sh:datatype xsd:string ;
sh:minCount 1 ;
sh:path schema:name .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix wiki: <https://wazootech.github.io/wiki/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
wiki:Software_Application_Shape a sh:NodeShape ;
rdfs:label "SoftwareApplication Shape" ;
rdfs:comment "Validation rules for software inventory items." ;
sh:property <_:blank-shproperty-139929264661376>,
<_:blank-shproperty-139929264691072>,
<_:blank-shproperty-139929267138560> ;
sh:targetClass schema:SoftwareApplication .
<_:blank-shproperty-139929264661376> sh:datatype xsd:string ;
sh:minCount 1 ;
sh:path schema:description .
<_:blank-shproperty-139929264691072> sh:datatype xsd:string ;
sh:path schema:softwareVersion .
<_:blank-shproperty-139929267138560> sh:datatype xsd:string ;
sh:minCount 1 ;
sh:path schema:name .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:sh="http://www.w3.org/ns/shacl#"
>
<rdf:Description rdf:about="https://wazootech.github.io/wiki/Software_Application_Shape">
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
<rdfs:label>SoftwareApplication Shape</rdfs:label>
<rdfs:comment>Validation rules for software inventory items.</rdfs:comment>
<sh:targetClass rdf:resource="https://schema.org/SoftwareApplication"/>
<sh:property rdf:resource="_:blank-shproperty-139929267138560"/>
<sh:property rdf:resource="_:blank-shproperty-139929264691072"/>
<sh:property rdf:resource="_:blank-shproperty-139929264661376"/>
</rdf:Description>
<rdf:Description rdf:about="_:blank-shproperty-139929264691072">
<sh:path rdf:resource="https://schema.org/softwareVersion"/>
<sh:datatype rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</rdf:Description>
<rdf:Description rdf:about="_:blank-shproperty-139929264661376">
<sh:path rdf:resource="https://schema.org/description"/>
<sh:minCount rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</sh:minCount>
<sh:datatype rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</rdf:Description>
<rdf:Description rdf:about="_:blank-shproperty-139929267138560">
<sh:path rdf:resource="https://schema.org/name"/>
<sh:minCount rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</sh:minCount>
<sh:datatype rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</rdf:Description>
</rdf:RDF>
<https://wazootech.github.io/wiki/Software_Application_Shape> <http://www.w3.org/2000/01/rdf-schema#comment> "Validation rules for software inventory items." .
<_:blank-shproperty-139929264691072> <http://www.w3.org/ns/shacl#datatype> <http://www.w3.org/2001/XMLSchema#string> .
<https://wazootech.github.io/wiki/Software_Application_Shape> <http://www.w3.org/ns/shacl#property> <_:blank-shproperty-139929267138560> .
<https://wazootech.github.io/wiki/Software_Application_Shape> <http://www.w3.org/ns/shacl#property> <_:blank-shproperty-139929264691072> .
<_:blank-shproperty-139929264661376> <http://www.w3.org/ns/shacl#minCount> "1"^^<http://www.w3.org/2001/XMLSchema#integer> .
<_:blank-shproperty-139929267138560> <http://www.w3.org/ns/shacl#datatype> <http://www.w3.org/2001/XMLSchema#string> .
<https://wazootech.github.io/wiki/Software_Application_Shape> <http://www.w3.org/ns/shacl#targetClass> <https://schema.org/SoftwareApplication> .
<https://wazootech.github.io/wiki/Software_Application_Shape> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/shacl#NodeShape> .
<_:blank-shproperty-139929264691072> <http://www.w3.org/ns/shacl#path> <https://schema.org/softwareVersion> .
<_:blank-shproperty-139929267138560> <http://www.w3.org/ns/shacl#path> <https://schema.org/name> .
<_:blank-shproperty-139929267138560> <http://www.w3.org/ns/shacl#minCount> "1"^^<http://www.w3.org/2001/XMLSchema#integer> .
<https://wazootech.github.io/wiki/Software_Application_Shape> <http://www.w3.org/ns/shacl#property> <_:blank-shproperty-139929264661376> .
<_:blank-shproperty-139929264661376> <http://www.w3.org/ns/shacl#path> <https://schema.org/description> .
<https://wazootech.github.io/wiki/Software_Application_Shape> <http://www.w3.org/2000/01/rdf-schema#label> "SoftwareApplication Shape" .
<_:blank-shproperty-139929264661376> <http://www.w3.org/ns/shacl#datatype> <http://www.w3.org/2001/XMLSchema#string> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix wiki: <https://wazootech.github.io/wiki/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
_:Nf0d5bb04e5a34bf887fe14ef2ba1a166 {
wiki:Software_Application_Shape a sh:NodeShape ;
rdfs:label "SoftwareApplication Shape" ;
rdfs:comment "Validation rules for software inventory items." ;
sh:property <_:blank-shproperty-139929264661376>,
<_:blank-shproperty-139929264691072>,
<_:blank-shproperty-139929267138560> ;
sh:targetClass schema:SoftwareApplication .
<_:blank-shproperty-139929264661376> sh:datatype xsd:string ;
sh:minCount 1 ;
sh:path schema:description .
<_:blank-shproperty-139929264691072> sh:datatype xsd:string ;
sh:path schema:softwareVersion .
<_:blank-shproperty-139929267138560> sh:datatype xsd:string ;
sh:minCount 1 ;
sh:path schema:name .
}
<https://wazootech.github.io/wiki/Software_Application_Shape> <http://www.w3.org/2000/01/rdf-schema#comment> "Validation rules for software inventory items." .
<_:blank-shproperty-139929264691072> <http://www.w3.org/ns/shacl#datatype> <http://www.w3.org/2001/XMLSchema#string> .
<https://wazootech.github.io/wiki/Software_Application_Shape> <http://www.w3.org/ns/shacl#property> <_:blank-shproperty-139929267138560> .
<https://wazootech.github.io/wiki/Software_Application_Shape> <http://www.w3.org/ns/shacl#property> <_:blank-shproperty-139929264691072> .
<_:blank-shproperty-139929264661376> <http://www.w3.org/ns/shacl#minCount> "1"^^<http://www.w3.org/2001/XMLSchema#integer> .
<_:blank-shproperty-139929267138560> <http://www.w3.org/ns/shacl#datatype> <http://www.w3.org/2001/XMLSchema#string> .
<https://wazootech.github.io/wiki/Software_Application_Shape> <http://www.w3.org/ns/shacl#targetClass> <https://schema.org/SoftwareApplication> .
<https://wazootech.github.io/wiki/Software_Application_Shape> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/shacl#NodeShape> .
<_:blank-shproperty-139929264691072> <http://www.w3.org/ns/shacl#path> <https://schema.org/softwareVersion> .
<_:blank-shproperty-139929267138560> <http://www.w3.org/ns/shacl#path> <https://schema.org/name> .
<_:blank-shproperty-139929267138560> <http://www.w3.org/ns/shacl#minCount> "1"^^<http://www.w3.org/2001/XMLSchema#integer> .
<https://wazootech.github.io/wiki/Software_Application_Shape> <http://www.w3.org/ns/shacl#property> <_:blank-shproperty-139929264661376> .
<_:blank-shproperty-139929264661376> <http://www.w3.org/ns/shacl#path> <https://schema.org/description> .
<https://wazootech.github.io/wiki/Software_Application_Shape> <http://www.w3.org/2000/01/rdf-schema#label> "SoftwareApplication Shape" .
<_:blank-shproperty-139929264661376> <http://www.w3.org/ns/shacl#datatype> <http://www.w3.org/2001/XMLSchema#string> .