We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The use of SKOS and SHACL together can be a potent way to structure the catalog in an easily discoverable fashion.
AFAIK, we can do things like this :
:StatusShape a sh:NodeShape; sh:targetSubjectsOf adms:status; sh:property [ sh:path adms:status; sh:hasValue [ a skos:Concept; skos:broader :SolidStatuses; ]; ] . :SolidStatuses a skos:Concept; skos:inScheme :SolidCatalogTaxonomy. :Exploration a skos:Concept; skos:broader :SolidStatuses; skos:prefLabel "Exploration"@en . :Development a skos:Concept; skos:broader :SolidStatuses; skos:prefLabel "Development"@en . :Production a skos:Concept; skos:broader :SolidStatuses; skos:prefLabel "Production"@en . :Archived a skos:Concept; skos:broader :SolidStatuses; skos:prefLabel "Archived"@en .
We can refer to existing SKOS schemes as appropriat.
More soon ...
The text was updated successfully, but these errors were encountered:
A related issue for later examination - the possibility of linking skos:Concepts to rdfs:Classes. See the discussion at https://matrix.to/#/#linkeddata_chat:gitter.im/$uuzG2k9gSeT50W_ecHusdgMqe6CStTIRufsfrurP5Ro.
Sorry, something went wrong.
No branches or pull requests
The use of SKOS and SHACL together can be a potent way to structure the catalog in an easily discoverable fashion.
AFAIK, we can do things like this :
We can refer to existing SKOS schemes as appropriat.
More soon ...
The text was updated successfully, but these errors were encountered: