http://rescs.org/dash/scholarlyarticle/ScholarlyArticleShape
A scholarly article.
Instances of schema:ScholarlyArticle can have the following properties:
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://rescs.org/dash/scholarlyarticle/ScholarlyArticleShape> a sh:NodeShape ;
rdfs:label "ScholarlyArticle"^^xsd:string ;
rdfs:comment "A scholarly article."^^xsd:string ;
sh:and ( [ sh:node <http://rescs.org/dash/article/ArticleShape> ] ) ;
sh:targetClass schema:ScholarlyArticle .